Problem
stringlengths 5
628
| Rationale
stringlengths 1
2.74k
| options
stringlengths 39
113
| correct
stringclasses 5
values | annotated_formula
stringlengths 6
848
| linear_formula
stringlengths 7
357
| category
stringclasses 6
values |
---|---|---|---|---|---|---|
what will be the compound interest on a sum of rs . 35,000 after 3 years at the rate of 12 % p . a . ? | "amount = [ 35000 * ( 1 + 12 / 100 ) 3 ] = 35000 * 28 / 25 * 28 / 25 * 28 / 25 = rs . 49172.48 c . i . = ( 49172.48 - 35000 ) = rs : 14172.48 answer : b" | a ) 360 , b ) 96 % , c ) s : 14172.48 , d ) 10 , e ) 40 % | c | subtract(multiply(multiply(multiply(const_4, const_100), const_100), power(add(const_1, divide(12, const_100)), 3)), multiply(multiply(const_4, const_100), const_100)) | divide(n2,const_100)|multiply(const_100,const_4)|add(#0,const_1)|multiply(#1,const_100)|power(#2,n1)|multiply(#3,#4)|subtract(#5,#3)| | gain |
from below option 48 is divisible by which one ? | "48 / 3 = 16 a" | a ) 3 , b ) rs 20 , c ) $ 600 , d ) 175.5 cm , e ) 250 | a | sqrt(48) | sqrt(n0)| | general |
the list price of an article is rs . 66 . a customer pays rs . 56.16 for it . he was given two successive discounts , one of them being 10 % . the other discount is ? | "66 * ( 90 / 100 ) * ( ( 100 - x ) / 100 ) = 56.16 x = 5.45 % answer : c" | a ) 130 , b ) 12 , c ) 1235 , d ) 6 , e ) 5.45 % | e | multiply(divide(subtract(subtract(66, multiply(66, divide(10, const_100))), 56.16), subtract(66, multiply(66, divide(10, const_100)))), const_100) | divide(n2,const_100)|multiply(n0,#0)|subtract(n0,#1)|subtract(#2,n1)|divide(#3,#2)|multiply(#4,const_100)| | gain |
a trader marked the selling price of an article at 60 % above the cost price . at the time of selling , he allows certain discount and suffers a loss of 1 % . he allowed a discount of : | "sol . let c . p . = rs . 100 . then , marked price = rs . 160 , s . p . = rs . 99 . β΄ discount % = [ 11 / 160 * 100 ] % = 6.8 % answer c" | a ) 570 cm 2 , b ) 12.50 % , c ) 67 % , d ) 8 , e ) 6.8 % | e | multiply(const_100, divide(add(multiply(add(const_2, const_3), const_2), 1), add(const_100, 60))) | add(const_2,const_3)|add(n0,const_100)|multiply(#0,const_2)|add(#2,n1)|divide(#3,#1)|multiply(#4,const_100)| | gain |
a number when divided by 243 gives a remainder 26 , what remainder will be obtained by dividing the same number 14 ? | "explanation : 243 + 26 = 269 / 14 = 3 ( remainder ) answer : e" | a ) five , b ) 60 , c ) 32 square inches , d ) 240000 , e ) 3 | e | subtract(26, multiply(14, const_2)) | multiply(n2,const_2)|subtract(n1,#0)| | general |
a person saved $ 10 in buying an item on sale . if he spent $ 200 for the item , approximately how much percent he saved in the transaction ? | "actual price = 200 + 10 = $ 210 saving = 10 / 210 * 100 = 100 / 21 = 5 % approximately answer is d" | a ) 12000 , b ) 5.0 , c ) 10 , d ) 39.8 , e ) 5 % | e | add(floor(multiply(divide(10, add(10, 200)), const_100)), const_1) | add(n0,n1)|divide(n0,#0)|multiply(#1,const_100)|floor(#2)|add(#3,const_1)| | general |
the average age of 36 students in a group is 14 years . when teacher ' s age is included to it , the average increases by one . find out the teacher ' s age in years ? | "average age of 36 students in a group is 14 sum of the ages of 36 students = 36 Γ 14 when teacher ' s age is included to it , the average increases by one = > average = 15 sum of the ages of 36 students and the teacher = 37 Γ 15 hence teachers age = 37 Γ 15 - 36 Γ 14 = 37 Γ 15 - 14 ( 37 - 1 ) = 37 Γ 15 - 37 Γ 14 + 14 = 37 ( 15 - 14 ) + 14 = 37 + 14 = 51 answer is e ." | a ) 999936 , b ) s . 12000 , c ) 9600 , d ) 51 , e ) 96 | d | add(36, const_1) | add(n0,const_1)| | general |
the amounts of time that three secretaries worked on a special project are in the ratio of 1 to 2 to 5 . if they worked a combined total of 128 hours , how many hours did the secretary who worked the longest spend on the project ? | "8 x = 128 = > x = 16 therefore the secretary who worked the longest spent 16 x 5 = 90 hours on the project option ( a )" | a ) 12 , b ) 90 , c ) 54.2 % , d ) 29 , e ) 2009 | b | multiply(divide(128, add(add(1, 2), 5)), 5) | add(n0,n1)|add(n2,#0)|divide(n3,#1)|multiply(n2,#2)| | physics |
a is 1.5 times as fast as b . a alone can do the work in 20 days . if a and b working together , in how many days will the work be completed ? | a can finish 1 work in 20 days b can finish 1 / 1.5 work in 20 days - since a is 1.5 faster than b this means b can finish 1 work in 20 * 1.5 days = 30 days now using the awesome gmat formula when two machines work together they can finish the job in = ab / ( a + b ) = 20 * 30 / ( 20 + 30 ) = 20 * 30 / 50 = 12 days so answer is c | a ) 38 , b ) 12 , c ) 17 % , d ) 447.5 , e ) 36 | b | divide(const_1, add(divide(const_1, 20), divide(divide(const_1, 20), 1.5))) | divide(const_1,n1)|divide(#0,n0)|add(#0,#1)|divide(const_1,#2) | physics |
if a speaks the truth 65 % of the times , b speaks the truth 60 % of the times . what is the probability that they tell the truth at the same time | "explanation : probability that a speaks truth is 65 / 100 = 0.65 probability that b speaks truth is 60 / 100 = 0.6 since both a and b are independent of each other so probability of a intersection b is p ( a ) Γ p ( b ) = 0.65 Γ 0.6 = 0.39 answer : a" | a ) 12800 , b ) 36 , c ) 9 , d ) 21 : 124 , e ) 0.39 | e | multiply(divide(65, multiply(multiply(const_4, const_5), const_5)), divide(60, multiply(multiply(const_4, const_5), const_5))) | multiply(const_4,const_5)|multiply(#0,const_5)|divide(n0,#1)|divide(n1,#1)|multiply(#2,#3)| | gain |
a not - so - good clockmaker has four clocks on display in the window . clock # 1 loses 35 minutes every hour . clock # 2 gains 15 minutes every hour relative to clock # 1 ( i . e . , as clock # 1 moves from 12 : 00 to 1 : 00 , clock # 2 moves from 12 : 00 to 1 : 15 ) . clock # 3 loses 20 minutes every hour relative to clock # 2 . finally , clock # 4 gains 20 minutes every hour relative to clock # 3 . if the clockmaker resets all four clocks to the correct time at 12 noon , what time will clock # 4 display after 6 actual hours ( when it is actually 6 : 00 pm that same day ) ? | "c 1 loses 15 minutes every hour . so after 60 minutes have passed , c 1 displays that 60 - 15 = 45 minutes have passed . c 2 gains 15 minutes for every 60 minutes displayed on c 1 . thus , the time displayed on c 2 is 75 / 60 = 5 / 4 the time displayed on c 1 . so after 60 minutes have passed , c 2 displays the passing of ( 5 / 4 * 45 ) minutes . c 3 loses 20 minutes for every 60 minutes displayed on c 2 . thus , the time displayed on c 3 is 40 / 60 = 2 / 3 the time displayed on c 2 . so after 60 minutes have passed , c 3 displays the passing of ( 2 / 3 * 5 / 4 * 45 ) minutes . c 4 gains 20 minutes for every 60 minutes displayed on c 3 . thus , the time displayed on c 4 is 80 / 60 = 4 / 3 the time displayed on clock 3 . so after 60 minutes have passed , c 4 displays the passing of 4 / 3 * 2 / 3 * 5 / 4 * 45 = 50 minutes . c 4 loses 10 minutes every hour . in 6 hours , c 4 will lose 6 * 10 = 60 minutes = 1 hour . since the correct time after 6 hours will be 6 pm , c 4 will show a time of 6 - 1 = 6 : 24 pm . the correct answer is e ." | a ) 150 m , b ) 208 , c ) 198', ' , d ) rs . 1058 , e ) 6 : 24 | e | subtract(multiply(6, const_10), multiply(multiply(multiply(divide(add(const_60, 15), const_60), divide(subtract(const_60, 20), const_60)), divide(add(const_60, 20), const_60)), subtract(const_60, 35))) | add(n16,const_60)|add(n3,const_60)|multiply(n23,const_10)|subtract(const_60,n16)|subtract(const_60,n1)|divide(#0,const_60)|divide(#1,const_60)|divide(#3,const_60)|multiply(#6,#7)|multiply(#5,#8)|multiply(#9,#4)|subtract(#2,#10)| | physics |
if a = 1 , what is the value of β ( a ^ 2 + a ^ 3 + a ^ 4 + a ^ 5 ) ? | if a = 1 , then putting values in equation = - [ ( 1 ) ^ 2 + ( 1 ) ^ 3 + ( 1 ^ 4 ) + ( 1 ^ 5 ) ] = - [ 1 + 1 + 1 + 1 ] = - 4 answer = b = - 4 | a ) 12 sec , b ) 20000 , c ) 4 , d ) - 4 , e ) 4900 | d | negate(add(add(add(power(1, 2), power(1, 3)), power(1, 4)), power(1, 5))) | power(n0,n1)|power(n0,n2)|power(n0,n3)|power(n0,n4)|add(#0,#1)|add(#4,#2)|add(#5,#3)|negate(#6) | general |
what profit percent is made by selling an article at a certain price , if by selling at 2 / 3 rd of that price , there would be a loss of 30 % ? | "sp 2 = 2 / 3 sp 1 cp = 100 sp 2 = 70 2 / 3 sp 1 = 70 sp 1 = 105 100 - - - 105 = > 5 % answer : e" | a ) 60 liters , b ) 650 , c ) 5 % , d ) 110 , e ) 23,200 | c | subtract(divide(subtract(const_100, 30), divide(2, 3)), const_100) | divide(n0,n1)|subtract(const_100,n2)|divide(#1,#0)|subtract(#2,const_100)| | gain |
an astronomer noted that a grouping of red giant stars had an average solar mass of 8 m each , and a grouping of white dwarf stars had an average solar mass of 1.5 m each . if the astronomer calculated the total solar mass of both groupings to be 49 m , what total number of red giant stars and white dwarf stars did the astronomer note ? | we can determine quickly that total number should range between 49 / 8 < = n < = 49 / 1.5 , so ans should be between 6 and 33 . now solving the expression 8 a + 1.5 b = 49 decreasing 49 in multiple of 8 and checking divisibility of that number by 1.5 . this way we get 2 red giants , 22 white dwarfs we get 49 , but 2 + 22 = 24 and 24 is not an option . next we get 5 red giants and 6 white dwarfs to get 49 , 5 * 8 + 6 * 1.5 = 49 hence total number is 5 + 6 = 11 ans b | a ) 104 , b ) 275 m , c ) 11 / 48,000 , d ) 11 , e ) 144 kmph | d | add(divide(subtract(49, multiply(1.5, add(const_2, const_4))), 8), add(const_2, const_4)) | add(const_2,const_4)|multiply(n1,#0)|subtract(n2,#1)|divide(#2,n0)|add(#0,#3) | general |
village a β s population is 300 greater than village b ' s population . if village b β s population were reduced by 600 people , then village a β s population would be 4 times as large as village b ' s population . what is village b ' s current population ? | a = b + 300 . a = 4 ( b - 600 ) . 4 ( b - 600 ) = b + 300 . 3 b = 2700 . b = 900 . the answer is a . | a ) 900 , b ) 2 : 1 , c ) 24 , d ) 9 , e ) 3 | a | divide(add(multiply(600, 4), 300), subtract(4, const_1)) | multiply(n1,n2)|subtract(n2,const_1)|add(n0,#0)|divide(#2,#1) | general |
the cost of 2 chairs and 3 tables is rs . 1500 . the cost of 3 chairs and 2 tables is rs . 1200 . the cost of each table is more than that of each chair by ? | "explanation : 2 c + 3 t = 1500 - - - ( 1 ) 3 c + 2 t = 1200 - - - ( 2 ) subtracting 2 nd from 1 st , we get - c + t = 300 = > t - c = 300 answer : e" | a ) 5 / 4 , b ) 300 , c ) 129 , d ) 12 , e ) 2 | b | subtract(divide(subtract(multiply(3, 1500), multiply(2, 3)), subtract(multiply(3, 3), multiply(2, 2))), divide(subtract(3, multiply(2, divide(subtract(multiply(3, 1500), multiply(2, 3)), subtract(multiply(3, 3), multiply(2, 2))))), 3)) | multiply(n2,const_3)|multiply(n3,const_2)|multiply(n1,const_3)|multiply(n0,const_2)|subtract(#0,#1)|subtract(#2,#3)|divide(#4,#5)|multiply(n0,#6)|subtract(n3,#7)|divide(#8,n1)|subtract(#6,#9)| | general |
a sum amounts to rs . 4851 in 2 years at the rate of 5 % p . a . if interest was compounded yearly then what was the principal ? | "ci = 4851 , r = 5 , n = 2 ci = p [ 1 + r / 100 ] ^ 2 = p [ 1 + 5 / 100 ] ^ 2 4851 = p [ 21 / 20 ] ^ 2 4851 [ 20 / 21 ] ^ 2 4400 answer : c" | a ) $ 23400 , b ) 130 , c ) 4 % , d ) s . 4400 , e ) 2.25 | d | divide(4851, power(add(divide(5, const_100), const_1), 2)) | divide(n2,const_100)|add(#0,const_1)|power(#1,n1)|divide(n0,#2)| | gain |
the average monthly salary of 10 employees in an organisation is rs . 1600 . if the manager ' s salary is added , then the average salary increases by rs . 100 . what is the manager ' s monthly salary ? | "manager ' s monthly salary = rs . ( 1700 * 11 - 1600 * 10 ) = rs . 2700 answer : c" | a ) 14 kmph , b ) 7 , c ) rs . 2700 , d ) 90.09 meters , e ) 22 | c | subtract(multiply(add(1600, 100), add(10, const_1)), multiply(1600, 10)) | add(n1,n2)|add(n0,const_1)|multiply(n0,n1)|multiply(#0,#1)|subtract(#3,#2)| | general |
if a lends rs . 1200 to b at 10 % per annum and b lends the same sum to c at 18 % per annum then the gain of b in a period of 2 years is ? | "( 1200 * 8 * 2 ) / 100 = > 192 answer : c" | a ) 7 days , b ) 59 , c ) 192 , d ) 1320 , e ) s . 120 | c | subtract(divide(multiply(multiply(1200, 18), 2), const_100), divide(multiply(multiply(1200, 10), 2), const_100)) | multiply(n0,n2)|multiply(n0,n1)|multiply(#0,n3)|multiply(n3,#1)|divide(#2,const_100)|divide(#3,const_100)|subtract(#4,#5)| | gain |
if an integer n is to be chosen at random from the integers 1 to 96 , inclusive , what is the probability that n ( n + 1 ) ( n + 2 ) will be divisible by 6 ? | i get 5 / 8 as well 1 to 96 inclusive means we have 48 odd and 48 even integers e o e / 6 = integer , therefore we have 48 / 96 numbers divisible by 6 o e o / 6 = not integer we can not forget multiples of 6 from 1 to 96 we have 16 numbers that are multiple of 8 therefore , 48 / 96 + 16 / 96 = 64 / 96 = 2 / 3 answer : a | a ) 23.57 , b ) 10 % , c ) 119 , d ) 480 , e ) 2 / 3 | e | divide(add(divide(96, 2), divide(96, 6)), 96) | divide(n1,n3)|divide(n1,n4)|add(#0,#1)|divide(#2,n1) | general |
how many integers from 0 to 50 inclusive have a remainder of 3 when divided by 5 ? | "the numbers should be of the form 5 c + 3 . the minimum is 3 when c = 0 . the maximum is 48 when c = 9 . there are 10 such numbers . the answer is e ." | a ) 36 / 31 , b ) 90 , c ) $ 1.50 , d ) 130 , e ) 10 | e | divide(const_100.0, const_10) | divide(const_100.0,const_10)| | general |
6 students wrote science exam . their average marks are 70 . 5 students got 65 , 75 , 55 , 72 and 69 marks respectively . therefore what is the marks of the sixth student ? | explanation total marks of 5 students = ( 65 + 75 + 55 + 72 + 69 ) = 336 required marks = [ ( 70 x 6 ) β 336 ] = ( 420 β 336 ) = 84 answer a | a ) 30 , b ) 84 , c ) 16 , d ) 8100 , e ) 3200 | b | subtract(multiply(70, 6), add(add(add(add(65, 75), 55), 72), 69)) | add(n3,n4)|multiply(n0,n1)|add(n5,#0)|add(n6,#2)|add(n7,#3)|subtract(#1,#4) | general |
two trains of length 100 m and 200 m are 100 m apart . they start moving towards each other on parallel tracks , at speeds 54 kmph and 90 kmph . in how much time will the trains cross each other ? | "a relative speed = ( 54 + 90 ) * 5 / 18 = 8 * 5 = 40 mps . the time required = d / s = ( 100 + 100 + 200 ) / 35 = 400 / 40 = 10 sec ." | a ) $ 900 , b ) 270 , c ) 3 , d ) 10 sec , e ) 96 % | d | divide(100, multiply(add(54, 90), const_0_2778)) | add(n3,n4)|multiply(#0,const_0_2778)|divide(n2,#1)| | physics |
a bowl was filled with 10 ounces of water , and 0.010 ounce of the water evaporated each day during a 50 - day period . what percent of the original amount of water evaporated during this period ? | "total amount of water evaporated each day during a 50 - day period = . 008 * 50 = . 010 * 100 / 2 = 1.0 / 2 = . 5 percent of the original amount of water evaporated during this period = ( . 5 / 10 ) * 100 % = 5 % answer d" | a ) 9600 m 3', ' , b ) 6 , c ) 79 kmph , d ) 5 % , e ) 44 | d | multiply(divide(multiply(50, 0.010), 10), const_100) | multiply(n1,n2)|divide(#0,n0)|multiply(#1,const_100)| | gain |
what is the prime factors β number of 28 ? | "prime factors β number , as i assume , for a number x = a ^ n * b ^ m * c ^ o * d ^ p . . . is = n + m + o + p . . . so , 28 = 2 ^ 2 * 7 ^ 1 prime factors β number will be 2 + 1 = 3 . hence , answer is b ." | a ) 3 , b ) 170 , c ) 10 days , d ) 104 , e ) 26 m | a | add(add(add(const_1, add(const_1, const_1)), const_1), const_1) | add(const_1,const_1)|add(#0,const_1)|add(#1,const_1)|add(#2,const_1)| | other |
the sum of 7 th and 23 rd term of a . p . is equal to the sum of 8 th , 15 th and 13 th term . find the term which is 0 | t 7 + t 23 = t 8 + t 15 + t 13 = > a + 6 d + a + 22 d = a + 7 d + a + 14 d + a + 12 d = > a + 5 d = 0 = > t 6 = 0 i . e . 6 th term is zero . answer : a | a ) 30 , b ) 3 dm , c ) 8 kmph , d ) 72 sec , e ) 6 | e | subtract(add(13, add(8, 15)), add(7, 23)) | add(n2,n3)|add(n0,n1)|add(n4,#0)|subtract(#2,#1) | general |
the cost of registration at a professional association meeting was $ 50 per person ; a lunch for registrants only was available for an additional $ 22 per person . if the number of registrants who paid for lunch was 30 more than the number who did not , and if receipts for registration and lunch totaled $ 75,360 , how many people paid just for registration at the meeting ? | "hope this might be useful to you . let the number of people who have opted only to register = x now since the registration cost is 50 $ per person , the total amount sums to = 50 x $ as per the information given in the question , the number of registrants who paid for lunch was 30 more than the number who did not . that means , total number of people who registered and paid for lunch = 30 + x . for the people who registered for lunch the cost is 50 $ ( for the event registration ) + 22 $ ( for lunch ) = 72 $ . total amount in this case sums to = 72 ( 30 + x ) = 2160 + 72 x now , total amount received was 75360 . thus , from the above data , 50 x + 2160 + 72 x = 75360 122 x = 75360 - 2160 122 x = 73200 x = 600 . hence the correct ans is c" | a ) 252 , b ) 600 , c ) 9.56 % , d ) 2 6 / 7 % , e ) 18 | b | multiply(const_1, const_1) | multiply(const_1,const_1)| | general |
what is the perimeter of a rectangular field whose diagonal is 5 m and length is 4 m ? | "sol : breadth of the rectangular plot is = 5 ^ 2 - 4 ^ 2 = 3 m therefore , perimeter of the rectangular plot = 2 ( 4 + 3 ) = 14 m c ) 14 m" | a ) 16 , b ) 14 m , c ) 13122 , d ) 40 % , e ) 52 % | b | divide(add(add(sqrt(subtract(power(5, const_2), power(4, const_2))), 4), add(sqrt(subtract(power(5, const_2), power(4, const_2))), 4)), 4) | power(n0,const_2)|power(n1,const_2)|subtract(#0,#1)|sqrt(#2)|add(n1,#3)|add(#4,#4)|divide(#5,n1)| | geometry |
the least number which must be subtracted from 709 to make it exactly divisible by 9 is : | "on dividing 709 by 9 , we get remainder = 7 therefore , required number to be subtracted = 7 answer : c" | a ) 7 , b ) $ 8.00 , c ) 10 ^ 5 , d ) 3200 , e ) 24', ' | a | subtract(709, multiply(add(multiply(add(const_4, const_1), const_10), add(const_4, const_2)), 9)) | add(const_2,const_4)|add(const_1,const_4)|multiply(#1,const_10)|add(#0,#2)|multiply(n1,#3)|subtract(n0,#4)| | general |
let c be defined as the sum of all prime numbers between 0 and 35 . what is c / 3 | prime numbers between 0 and 30 - 2 , 3 , 5 , 7 , 11 , 13 , 17 , 19 , 23 , 29 , 31 , 33 sum , c = 193 c / 3 = 64.3 answer c | a ) 64.3 , b ) 223 , c ) 11.1 % , d ) 39.52 $ , e ) 41.4 | a | add(divide(3, const_10), power(const_2, add(const_2, const_4))) | add(const_2,const_4)|divide(n2,const_10)|power(const_2,#0)|add(#1,#2) | general |
the speed of a boat in still water in 22 km / hr and the rate of current is 5 km / hr . the distance travelled downstream in 24 minutes is : | speed downstream = ( 22 + 5 ) = 27 kmph time = 24 minutes = 24 / 60 hour = 2 / 5 hour distance travelled = time Γ speed = 2 / 5 Γ 27 = 10.8 km answer is c . | a ) 7 / 25 , b ) 21 - 61 , c ) 10.8 , d ) 859622 , e ) 112.5 , 150 | c | multiply(add(22, 5), divide(24, const_60)) | add(n0,n1)|divide(n2,const_60)|multiply(#0,#1) | physics |
a boat having a length 3 m and breadth 3 m is floating on a lake . the boat sinks by 1 cm when a man gets on it . the mass of the man is : | "volume of water displaced = ( 3 x 3 x 0.01 ) m 3 = 0.09 m 3 . mass of man = volume of water displaced x density of water = ( 0.09 x 1000 ) kg = 90 kg . answer : d" | a ) 10 / 21 , b ) 54 : 53 , c ) 9216 , d ) 90 kg , e ) 1 | d | multiply(multiply(multiply(3, 3), divide(1, const_100)), const_1000) | divide(n2,const_100)|multiply(n0,n1)|multiply(#0,#1)|multiply(#2,const_1000)| | physics |
by selling 12 pencils for a rupee a man loses 20 % . how many for a rupee should he sell in order to gain 20 % ? | "80 % - - - 12 120 % - - - ? 80 / 120 * 12 = 8 answer : a" | a ) 55 , b ) five , c ) 1 / 12 , d ) 8 , e ) 42 | d | multiply(divide(const_1, multiply(add(const_100, 20), divide(const_1, subtract(const_100, 20)))), 12) | add(n2,const_100)|subtract(const_100,n1)|divide(const_1,#1)|multiply(#0,#2)|divide(const_1,#3)|multiply(n0,#4)| | gain |
due to construction , the speed limit along an 10 - mile section of highway is reduced from 55 miles per hour to 35 miles per hour . approximately how many minutes more will it take to travel along this section of highway at the new speed limit than it would have taken at the old speed limit ? | "old time in minutes to cross 10 miles stretch = 10 * 60 / 55 = 10 * 12 / 11 = 10.9 new time in minutes to cross 10 miles stretch = 10 * 60 / 35 = 10 * 12 / 7 = 17.14 time difference = 6.24 ans : a" | a ) 10.6 , b ) 85 , c ) 6.24 , d ) 480 , e ) 3 / 13 | c | max(multiply(subtract(add(55, 10), const_1), subtract(divide(10, 35), divide(10, 55))), const_4) | add(n0,n1)|divide(n0,n2)|divide(n0,n1)|subtract(#0,const_1)|subtract(#1,#2)|multiply(#3,#4)|max(#5,const_4)| | physics |
walking with 4 / 5 of my usual speed , i miss the bus by 7 minutes . what is my usual time ? | "speed ratio = 1 : 4 / 5 = 5 : 4 time ratio = 4 : 51 - - - - - - - - 7 4 - - - - - - - - - ? Γ¨ 28 answer : c" | a ) 859622 , b ) 7.5 , c ) - 2407 , d ) 484 , e ) 28 min | e | multiply(divide(7, divide(5, 4)), 5) | divide(n1,n0)|divide(n2,#0)|multiply(n1,#1)| | physics |
if difference between compound interest and simple interest on a sum at 10 % p . a . for 2 years is rs . 150 then sum is | "p ( r / 100 ) ^ 2 = c . i - s . i p ( 10 / 100 ) ^ 2 = 150 15000 answer : a" | a ) 50 , b ) s . 15000 , c ) 5 , d ) 200 , e ) 2 | b | divide(150, multiply(divide(10, const_100), divide(10, const_100))) | divide(n0,const_100)|multiply(#0,#0)|divide(n2,#1)| | gain |
in one hour , a boat goes 8 km along the stream and 2 km against the stream . the sped of the boat in still water ( in km / hr ) is : | "solution speed in still water = 1 / 2 ( 8 + 2 ) km / hr = 5 kmph . answer b" | a ) 5 , b ) 3 days , c ) 28 % , d ) 12 , e ) 8 minutes | a | divide(add(8, 2), const_2) | add(n0,n1)|divide(#0,const_2)| | gain |
coconuts were purchased at 150 per 100 and sold at 2 per coconut . if 2000 coconuts were sold , what was the total profit made ? | c . p . for one coconut = 150 β 100 = 3 β 2 s . p . for one coconut = 2 profit on one coconut = 2 - 3 β 2 = 1 β 2 β΄ profit on 2000 coconut = 1 β 2 Γ 2000 = 1000 answer b | a ) 1000 , b ) 683 , c ) 3 / 2 , d ) 27 , e ) $ 864 | a | multiply(2000, subtract(2, divide(150, 100))) | divide(n0,n1)|subtract(n2,#0)|multiply(n3,#1) | gain |
what is the factorial of 5 ? | "c 120 120 ( 5 x 4 x 3 x 2 x 1 ) ." | a ) 21 - 61 , b ) $ 175 , c ) 500 m , d ) 120 , e ) 3 : 2 | d | circle_area(divide(5, multiply(const_2, const_pi))) | multiply(const_2,const_pi)|divide(n0,#0)|circle_area(#1)| | other |
when working alone , painter w can paint a room in 2 hours , and working alone , painter x can paint the same room in e hours . when the two painters work together and independently , they can paint the room in 3 / 4 of an hour . what is the value of e ? | "rate * time = work let painter w ' s rate be w and painter x ' s rate be x r * t = work w * 2 = 1 ( if the work done is same throughout the question then the work done can be taken as 1 ) = > w = 1 / 2 x * e = 1 = > x = 1 / e when they both work together then their rates get added up combined rate = ( w + x ) r * t = work ( w + x ) * 3 / 4 = 1 = > w + x = 4 / 3 = > 1 / 2 + 1 / e = 4 / 3 = > 1 / e = ( 8 - 3 ) / 6 = 5 / 6 = > e = 6 / 5 = 1 [ 1 / 5 ] answer b" | a ) 210 , b ) 19 min , c ) 104 miles , d ) 1 [ 1 / 5 ] , e ) 1.69 % | d | add(subtract(4, 2), divide(const_1, add(2, 3))) | add(n0,n1)|subtract(n2,n0)|divide(const_1,#0)|add(#2,#1)| | physics |
a train is 435 meter long is running at a speed of 45 km / hour . in what time will it pass a bridge of 140 meter length | "explanation : speed = 45 km / hr = 45 * ( 5 / 18 ) m / sec = 25 / 2 m / sec total distance = 435 + 140 = 575 meter time = distance / speed = 575 β 2 / 25 = 46 seconds option c" | a ) 46 seconds , b ) 1 / 4 , c ) 10 , d ) 44800 , e ) 9 kmph | a | divide(add(435, 140), divide(multiply(45, const_1000), const_3600)) | add(n0,n2)|multiply(n1,const_1000)|divide(#1,const_3600)|divide(#0,#2)| | physics |
if the l . c . m of two numbers is 450 and their product is 22500 , find the h . c . f of the numbers . | "h . c . f = ( product of the numbers ) / ( their l . c . m ) = 22500 / 450 = 50 . answer : a" | a ) 20 , b ) 9 , c ) 50 , d ) 98 m , e ) $ 325 | c | divide(22500, 450) | divide(n1,n0)| | physics |
the area of a parallelogram is 72 cm ^ 2 and its altitude is twice the corresponding base . what is the length of the base ? | let base = x cm height = 2 x cm area = x Γ£ β 2 x = 2 x ^ 2 area = x Γ£ β 2 x = 2 x ^ 2 area is given as 72 cm ^ 2 2 x ^ 2 = 72 x ^ 2 = 36 x = 6 cm answer : c | a ) 30 , b ) 285 , c ) 6 km , d ) 6 cm', ' , e ) 50 | d | sqrt(divide(72, const_2)) | divide(n0,const_2)|sqrt(#0) | geometry |
martin buys a pencil and a notebook for 80 cents . at the same store , gloria buys a notebook and an eraser for $ 1.15 cents , and zachary buys a pencil and an eraser for 75 cents . how many cents would it cost to buy 3 pencils , 3 notebooks , and 3 erasers ? ( assume that there is no volume discount . ) | pencil + notebook = 80 notebook + eraser = 115 pencil + eraser = 75 let ' s add all three equations . 2 pencils + 2 notebooks + 2 erasers = 270 cents the cost to buy 3 of each would be ( 3 / 2 ) ( 270 ) = 405 the answer is e . | a ) 80 % , b ) 3 , c ) 3 : 2 , d ) 405 , e ) 5 | d | multiply(divide(add(add(multiply(1.15, const_100), 80), 75), const_2), 3) | multiply(n1,const_100)|add(n0,#0)|add(n2,#1)|divide(#2,const_2)|multiply(n3,#3) | gain |
when 200 is divided by positive integer x , the remainder is 3 . what is the remainder when 297 is divided by x ? | "f 200 / x leaves a reminder 3 then ( 200 - 3 ) i . e . 197 is divisible by x so ( 200 + 197 ) / x leaves a reminder rem ( 200 / x ) + rem ( 197 / x ) = > 3 + 0 = 3 answer : b" | a ) 3 , b ) 58.65 ft , c ) 8 kmph , d ) 1997 , e ) 7 | a | subtract(const_100.0, subtract(297, 200)) | subtract(n2,const_100.0)|subtract(n0,#0)| | general |
if a fast song has 160 beats per minute , and a slow song has 90 beats per minute , how many minutes total would you play a fast and a slow song to have a stream of music that had a total of 1020 beats ? | we can determine quickly that total number should range between 1020 / 160 < = n < = 1020 / 90 , so ans should be between 6 and 12 . now solving the expression 160 a + 90 b = 1020 decreasing 1020 by multiples of 160 and checking divisibility of that number by 9 , we get fast song plays for 3 minutes and slow somg plays for 6 minutes , 3 * 160 + 6 * 90 = 1020 hence total number of minutes stream of music plays is 3 + 6 = 9 minutes ans d | a ) 75 , b ) 7.29 , c ) 12.27 , d ) 758 , e ) 9 | e | add(floor(multiply(divide(1020, add(160, 90)), const_2)), const_1) | add(n0,n1)|divide(n2,#0)|multiply(#1,const_2)|floor(#2)|add(#3,const_1) | physics |
in a party every person shakes hands with every other person . if there were a total of 190 handshakes in the party then what is the number of persons present in the party ? | "explanation : let the number of persons be n Γ’ Λ Β΄ total handshakes = nc 2 = 190 n ( n - 1 ) / 2 = 190 Γ’ Λ Β΄ n = 20 answer : option e" | a ) 14 , b ) - 14 , c ) 1320 , d ) $ 5 , e ) 20 | e | divide(add(sqrt(add(multiply(multiply(190, const_2), const_4), const_1)), const_1), const_2) | multiply(n0,const_2)|multiply(#0,const_4)|add(#1,const_1)|sqrt(#2)|add(#3,const_1)|divide(#4,const_2)| | general |
a cube of edge 7 cm is cut into cubes each of edge 1 cm . the ratio of the total surface area of one of the small cubes to that of the large cube is equal to : | "sol . required ratio = 6 * 1 * 1 / 6 * 7 * 7 = 1 / 49 = 1 : 49 . answer b" | a ) $ 1600 , b ) 5 / 9 , c ) 304 , d ) 1 : 49 , e ) 46 | d | divide(const_4, const_100) | divide(const_4,const_100)| | geometry |
ratio between rahul and deepak is 4 : 3 , after 6 years rahul age will be 30 years . what is deepak present age ? | "present age is 4 x and 3 x , = > 4 x + 6 = 30 = > x = 6 so deepak age is = 3 ( 6 ) = 18 answer : a" | a ) 18 , b ) 6.7 kg . , c ) 6 , d ) s . 15000 , e ) 2 : 1 | a | divide(multiply(subtract(30, 6), 3), 4) | subtract(n3,n2)|multiply(n1,#0)|divide(#1,n0)| | other |
a , b and c rents a pasture for rs . 480 . a put in 12 horses for 8 months , b 16 horses for 9 months and 18 horses for 6 months . how much should c pay ? | "12 * 8 : 16 * 9 = 18 * 6 8 : 12 : 9 9 / 29 * 480 = 149 answer : d" | a ) 5 % , b ) 10 / 21 , c ) 149 , d ) 36 , e ) 1.25 hours | c | multiply(divide(480, add(add(multiply(12, 8), multiply(16, 9)), multiply(18, 6))), multiply(16, 9)) | multiply(n1,n2)|multiply(n3,n4)|multiply(n5,n6)|add(#0,#1)|add(#3,#2)|divide(n0,#4)|multiply(#5,#1)| | general |
what is remainder of the division ( 1525 * 1527 * 1529 ) / 12 ? | "remainder will be number / 100 here as the divisor is two digit number = 12 . hence checking for the last two digits = 5 * 7 * 9 = 15 thus remainder = 3 . answer : d" | a ) 50 % , b ) 88.6 , c ) 0 , d ) 3 , e ) 12 | d | subtract(multiply(multiply(1525, 1527), 1529), subtract(multiply(multiply(1525, 1527), 1529), const_3)) | multiply(n0,n1)|multiply(n2,#0)|subtract(#1,const_3)|subtract(#1,#2)| | general |
a pharmaceutical company received $ 5 million in royalties on the first $ 20 million in sales of the generic equivalent of one of its products and then $ 9 million in royalties on the next $ 108 million in sales . by approximately what percent did the ratio of royalties to sales decrease from the first $ 20 million in sales to the next $ 108 million in sales ? | solution : this is a percent decrease problem . we will use the formula : percent change = ( new β old ) / old x 100 to calculate the final answer . we first set up the ratios of royalties to sales . the first ratio will be for the first 20 million in sales , and the second ratio will be for the next 108 million in sales . because all of the sales are in millions , we do not have to express all the trailing zeros in our ratios . first 20 million royalties / sales = 5 / 20 = 1 / 4 next 108 million royalties / sales = 9 / 108 = 1 / 12 because each ratio is not an easy number to use , we can simplify each one by multiplying each by the lcm of the two denominators , which is 60 . keep in mind that we are able to do this only because our answer choices are expressed in percents . first 20 million royalties / sales = ( 5 / 20 ) x 12 = 3 next 108 million royalties / sales = 9 / 108 = ( 1 / 12 ) x 12 = 1 we can plug 15 and 5 into our percent change formula : ( new β old ) / old x 100 [ ( 1 β 3 ) / 3 ] x 100 - 200 / 3 x 100 at this point we can stop and consider the answer choices . since we know that 200 / 3 is just a bit less than Β½ , we know that - 200 / 3 x 100 is about a 67 % decrease . answer e . | a ) 180 m , b ) 3.5 , c ) 48.68077 , d ) 5 , e ) 67 % | e | multiply(divide(subtract(multiply(divide(5, 20), const_100), multiply(divide(9, 108), const_100)), multiply(divide(5, 20), const_100)), const_100) | divide(n0,n1)|divide(n2,n3)|multiply(#0,const_100)|multiply(#1,const_100)|subtract(#2,#3)|divide(#4,#2)|multiply(#5,const_100) | general |
in the first 10 overs of a cricket game , the run rate was only 5.2 . what should be the run rate in the remaining 40 overs to reach the target of 282 runs ? | "10 overs - run rate = 5.2 runs scored in first 10 overs = 52 remaining overs 40 total runs to be scored = 282 52 runs already scored 282 - 52 = 230 230 runs to be scored in 40 overs let required runrate be x 40 * x = 230 x = 230 / 40 x = 5.75 the required runrate is 5.75 answer : d" | a ) 27 days , b ) 540 , c ) 4 , d ) 5.75 , e ) rs . 640 | d | divide(subtract(282, multiply(10, 5.2)), 40) | multiply(n0,n1)|subtract(n3,#0)|divide(#1,n2)| | gain |
of the diplomats attending a summit conference , 30 speak french , 32 do not speak russian , and 20 % of the diplomats speak neither french nor russian . if 10 % of the diplomats speak both languages , then how many diplomats attended the conference ? | "{ total } = { french } + { russian } - { both } + { neither } { total } = 30 + ( { total } - 32 ) - ( 0.1 * { total } ) + 0.2 * { total } solving gives { total } = 20 . answer : a ." | a ) 27 , b ) 561 , c ) 99 kmph , d ) 500 , e ) 20 | e | divide(subtract(32, 30), subtract(divide(20, const_100), divide(10, const_100))) | divide(n2,const_100)|divide(n3,const_100)|subtract(n1,n0)|subtract(#0,#1)|divide(#2,#3)| | other |
during the second quarter of 1984 , a total of 3 , 976000 domestic cars were sold . if this was 32 % greater than the number sold during the first quarter of 1984 , how many were sold during the first quarter ? | let number of cars sold in 1 st quarter = x number of cars sold in 2 nd quarter = 32 % greater than the number sold during the first quarter = ( 1 + 32 / 100 ) x = 1.32 x 1.32 x = 3 , 976,000 = > x = 3 , 012,121 so , answer will be d | a ) 3 , 012,121 , b ) 11 , c ) 220010 , d ) 3 % , e ) 9 minutes | a | multiply(multiply(divide(divide(divide(add(multiply(3, multiply(const_1000, const_1000)), 976000), add(divide(32, const_100), const_1)), const_1000), const_100), 3), 3) | divide(n3,const_100)|multiply(const_1000,const_1000)|add(#0,const_1)|multiply(n1,#1)|add(n2,#3)|divide(#4,#2)|divide(#5,const_1000)|divide(#6,const_100)|multiply(n1,#7)|multiply(n1,#8) | gain |
if 0.2 of a number is equal to 0.08 of another number , the ratio of the numbers is : | "0.2 a = 0.08 b - > a / b = 0.08 / 0.20 = 8 / 20 = 2 / 5 : . a : b = 2 : 5 answer : c" | a ) 6 , b ) 12 , c ) 2 : 5 , d ) 12,526 , e ) 60 | c | divide(multiply(0.08, const_100), multiply(0.2, const_100)) | multiply(n1,const_100)|multiply(n0,const_100)|divide(#0,#1)| | other |
a man covered a certain distance at some speed . had he moved 3 kmph faster , he would have taken 40 minutes less . if he had moved 2 kmph slower , he would have taken 40 minutes more . the distance ( in km ) is | explanation : let distance = x km and usual rate = y kmph . then , x / y - x / ( y + 3 ) = 40 / 60 - - > 2 y ( y + 3 ) = 9 x - - - - - ( i ) also , x / ( y - 2 ) - x / y = 40 / 60 - - > y ( y - 2 ) = 3 x - - - - - - - - ( ii ) on dividing ( i ) by ( ii ) , we get : x = 40 km . answer : c | a ) 9 , b ) 40 , c ) 3 , d ) 71 , e ) 30 days . | b | multiply(multiply(divide(multiply(multiply(2, 3), 2), subtract(3, 2)), divide(40, const_60)), add(const_1, divide(divide(multiply(multiply(2, 3), 2), subtract(3, 2)), 3))) | divide(n1,const_60)|multiply(n0,n2)|subtract(n0,n2)|multiply(n2,#1)|divide(#3,#2)|divide(#4,n0)|multiply(#4,#0)|add(#5,const_1)|multiply(#7,#6) | physics |
if the average of w , b , c , 14 and 15 is 12 . what is the average value of w , b , c and 29 | w + b + c + 14 + 15 = 12 * 5 = 60 = > w + b + c = 60 - 29 = 31 w + b + c + 29 = 31 + 29 = 60 average = 60 / 4 = 15 answer d | a ) 15 , b ) 12.36 % , c ) 51 , d ) 48 , e ) 25 % | a | divide(add(subtract(subtract(multiply(add(const_1, const_4), 12), 15), 14), 29), const_4) | add(const_1,const_4)|multiply(n2,#0)|subtract(#1,n1)|subtract(#2,n0)|add(n3,#3)|divide(#4,const_4) | general |
set a of 8 positive integers may have the same element and have 40 . and set b of 8 positive integers must have different elements and have 40 . when m and n are the greatest possible differences between 40 and other elements β sums in set a and set b , respectively , m - n = ? | this is maximum - minimum . hence , 40 - ( 1 + 1 + 1 + 1 + 1 + 1 + 1 ) = 32 and 40 - ( 1 + 2 + 3 + 4 + 5 + 6 + 7 ) = 11 . so , 32 - 11 = 21 . the correct answer is a . | a ) $ 54.00 , b ) 1 / 6 , c ) 45 , d ) 29 , e ) 21 | e | subtract(40, add(add(8, const_2), 8)) | add(n0,const_2)|add(n0,#0)|subtract(n1,#1)| | general |
after 6 games , team b had an average of 65 points per game . if it got only 47 points in game 7 , how many more points does it need to score to get its total above 500 ? | "( 6 * 65 ) + 47 + x > 500 390 + 47 + x > 500 437 + x > 500 = > x > 63 option d" | a ) 67 % , b ) 63 , c ) 1 / 10 , d ) 50 liters , e ) 2 | b | subtract(500, add(multiply(6, 65), 47)) | multiply(n0,n1)|add(n2,#0)|subtract(n4,#1)| | general |
on thursday mabel handled 90 transactions . anthony handled 10 % more transactions than mabel , cal handled 2 / 3 rds of the transactions that anthony handled , and jade handled 16 more transactions than cal . how much transactions did jade handled ? | "solution : mabel handled 90 transactions anthony handled 10 % more transactions than mabel anthony = 90 + 90 Γ 10 % = 90 + 90 Γ 0.10 = 90 + 9 = 99 cal handled 2 / 3 rds of the transactions than anthony handled cal = 2 / 3 Γ 99 = 66 jade handled 16 more transactions than cal . jade = 66 + 16 = 82 jade handled = 82 transactions . answer : c" | a ) 1250 , b ) 82 , c ) 63 , d ) 35 % , e ) 36 | b | add(divide(multiply(multiply(divide(90, const_100), add(10, const_100)), 2), 3), 16) | add(n1,const_100)|divide(n0,const_100)|multiply(#0,#1)|multiply(n2,#2)|divide(#3,n3)|add(n4,#4)| | general |
a man buys an article for $ 100 . and sells it for $ 125 . find the gain percent ? | "c . p . = $ 100 s . p . = $ 125 gain = $ 25 gain % = 25 / 100 * 100 = 25 % answer is c" | a ) $ 1.50 , b ) 60 , c ) 146 1 / 7 min , d ) 84 , e ) 25 % | e | subtract(divide(125, divide(100, const_100)), const_100) | divide(n0,const_100)|divide(n1,#0)|subtract(#1,const_100)| | gain |
what is 35 % of 4 / 13 of 780 ? | "this problem can be solved easily if we just use approximation : 35 % is a little over 1 / 3 , while 4 / 13 is a little less than 4 / 12 , which is 1 / 3 . thus , the answer is about 1 / 3 of 1 / 3 of 780 , or 1 / 9 of 780 . since the first 1 / 3 is a slight underestimate and the second 1 / 3 is a slight overestimate , the errors will partially cancel each other out . our estimate will be relatively accurate . the number 780 is between 720 and 810 , so ( 1 / 9 ) * 780 will be between 80 and 90 . keeping track not only of your current estimate , but also of the degree to which you have overestimated or underestimated , can help you pinpoint the correct answer more confidently . the closest answer is 84 , so this is the answer to choose . the answer is c ." | a ) 84 , b ) 19 , c ) $ 488.9 , d ) 3 , e ) 600 | a | divide(multiply(35, add(add(multiply(multiply(add(const_3, const_2), const_2), multiply(multiply(const_3, const_4), const_100)), multiply(multiply(add(const_3, const_4), add(const_3, const_2)), multiply(add(const_3, const_2), const_2))), add(const_3, const_3))), const_100) | add(const_2,const_3)|add(const_3,const_4)|add(const_3,const_3)|multiply(const_3,const_4)|multiply(#0,const_2)|multiply(#3,const_100)|multiply(#1,#0)|multiply(#4,#5)|multiply(#6,#4)|add(#7,#8)|add(#9,#2)|multiply(n0,#10)|divide(#11,const_100)| | gain |
two pipes can fill a tank in 20 minutes and 12 minutes . an outlet pipe can empty the tank in 10 minutes . if all the pipes are opened when the tank is empty , then how many minutes will it take to fill the tank ? | "let v be the volume of the tank . the rate per minute at which the tank is filled is : v / 20 + v / 12 - v / 10 = v / 30 per minute the tank will be filled in 30 minutes . the answer is d ." | a ) 30 , b ) 3 , c ) 18 / 35 , d ) 23 , e ) 195 cm 2 | a | subtract(add(divide(const_1, 20), divide(const_1, 12)), divide(const_1, 10)) | divide(const_1,n0)|divide(const_1,n1)|divide(const_1,n2)|add(#0,#1)|subtract(#3,#2)| | physics |
the radius of a wheel is 20 cm . what is the distance covered by the wheel in making 500 resolutions ? | "in one resolution , the distance covered by the wheel is its own circumference . distance covered in 500 resolutions . = 500 * 2 * 22 / 7 * 20 = 31428.5 cm = 314.3 m answer : c" | a ) 17 , b ) 1 / 2 , c ) 1.6021 , d ) 314.3 m , e ) 1,350 | d | divide(multiply(multiply(multiply(divide(add(multiply(add(const_3, const_4), const_3), const_1), add(const_3, const_4)), 20), const_2), 500), const_100) | add(const_3,const_4)|multiply(#0,const_3)|add(#1,const_1)|divide(#2,#0)|multiply(n0,#3)|multiply(#4,const_2)|multiply(n1,#5)|divide(#6,const_100)| | physics |
list a consists of 12 consecutive integers . if - 4 is the least integer in list a , what is the range of positive integers in list a ? | since - 4 is the least integer in list a , then 7 is the largest integer in that list . thus the range of the positive integers in the list is 7 - 1 = 6 . answer : b . | a ) 6 , b ) rs . 5084 , c ) 720 , d ) 2 , e ) 1 , 000,000 | a | subtract(subtract(12, add(4, const_1)), const_1) | add(n1,const_1)|subtract(n0,#0)|subtract(#1,const_1) | general |
joe needs to paint all the airplane hangars at the airport , so he buys 360 gallons of paint to do the job . during the first week , he uses 1 / 2 of all the paint . during the second week , he uses 1 / 5 of the remaining paint . how many gallons of paint has joe used ? | "total paint initially = 360 gallons paint used in the first week = ( 1 / 2 ) * 360 = 180 gallons . remaning paint = 180 gallons paint used in the second week = ( 1 / 5 ) * 180 = 36 gallons total paint used = 216 gallons . option d" | a ) $ 2000 , b ) 45 , c ) 216 , d ) 756 , e ) 253 | c | add(multiply(divide(360, 2), 1), divide(subtract(360, multiply(divide(360, 2), 1)), 5)) | divide(n0,n2)|multiply(n1,#0)|subtract(n0,#1)|divide(#2,n4)|add(#3,#1)| | physics |
convert 100 miles into inches ? | "1 feet = 12 inches 1 mile = 5280 feet 100 mile = 5280 * 12 * 100 = 6336000 ans : a" | a ) 6336000 , b ) 7028 , c ) 510 , d ) 0.18 , e ) $ 600 | a | divide(multiply(multiply(multiply(add(const_3, const_2), const_2), multiply(add(const_3, const_2), const_2)), 100), multiply(multiply(add(const_3, const_2), const_2), multiply(add(const_3, const_2), const_2))) | add(const_2,const_3)|multiply(#0,const_2)|multiply(#1,#1)|multiply(n0,#2)|divide(#3,#2)| | physics |
how many digits will be there to the right of the decimal point in the product of 95.75 and . 02554 ? | "sum of decimal places = 7 . since the last digit to the extreme right will be zero ( since 5 x 4 = 20 ) so there will be 6 significant digits to the right of the decimal point . answer is e ." | a ) 11.5 sec , b ) 10800 , c ) 20 , d ) 10 , e ) 6 | e | subtract(subtract(const_100, 95.75), const_1) | subtract(const_100,n0)|subtract(#0,const_1)| | general |
if an integer n is to be chosen at random from the integers 1 to 96 , inclusive , what is the probability that n ( n + 1 ) ( n + 2 ) will be divisible by 4 ? | "i get 5 / 8 as well 1 to 96 inclusive means we have 48 odd and 48 even integers e o e / 4 = integer , therefore we have 48 / 96 numbers divisible by 8 o e o / 4 = not integer we can not forget multiples of 8 from 1 to 96 we have 24 numbers that are multiple of 4 therefore , 48 / 96 + 24 / 96 = 72 / 96 = 3 / 4 answer : e" | a ) 3 / 4 , b ) 56.25 % , c ) 90.25 sq cm , d ) 33 , e ) 2 | a | divide(add(divide(96, 2), divide(96, 4)), 96) | divide(n1,n3)|divide(n1,n4)|add(#0,#1)|divide(#2,n1)| | general |
in township k each property is taxed at 12 percent of its assessed value . if the assessed value of a property in township k is increased from $ 20,000 to $ 24,000 , by how much will the property tax increase ? | "increase in house value = $ 24,000 - $ 20,000 = $ 4000 so , tax increase = 12 % of $ 4000 = $ 480 answer : e" | a ) 43426 , b ) 9 , c ) $ 23,760 , d ) $ 480 , e ) 12 % | d | divide(multiply(subtract(multiply(multiply(add(const_3, const_4), const_4), const_1000), multiply(multiply(add(const_4, const_1), const_4), const_1000)), 12), const_100) | add(const_3,const_4)|add(const_1,const_4)|multiply(#0,const_4)|multiply(#1,const_4)|multiply(#2,const_1000)|multiply(#3,const_1000)|subtract(#4,#5)|multiply(n0,#6)|divide(#7,const_100)| | general |
when y is divided by 288 , the remainder is 44 . what is the remainder when the same y is divided by 24 ? | y = 288 * a + 44 = ( 24 * 12 ) * a + 24 + 20 the answer is a . | a ) 24300 , b ) 400 m , c ) 0.20304 , d ) 20 , e ) 240000 | d | reminder(44, 24) | reminder(n1,n2) | general |
a certain university will select 1 of 5 candidates eligible to fill a position in the mathematics department and 2 of 10 candidates eligible to fill 2 identical positions in the computer science department . if none of the candidates is eligible for a position in both departments , how many different sets of 3 candidates are there to fill the 3 positions ? | "1 of 5 will be chosen for the math 2 of 10 will be chosen for the computer none of the 3 chosen people can be in more than one departments . we can choose any of the 5 candidates for the math dep . , which gives as 5 selections . we can choose 2 of the 10 candidates for the computer dep . , which gives us 2 selections and 8 rejections . so , the way to find how many different selections of 2 candidates we can have for the computer dep . , we do : 10 ! / 2 ! * 8 ! = ( 9 * 10 ) / 2 = 90 / 2 = 45 . we are multiplying our individual selections : 5 * 45 = 225 in the bolded part , we do n ' t have to multiply all of the numbers , as those in 8 ! are included in 10 ! , so we simplify instead . ans e" | a ) 5 % , b ) 4 , c ) 225 , d ) 25 , e ) 50 m . | c | multiply(multiply(10, 3), 5) | multiply(n3,n5)|multiply(n1,#0)| | other |
the cross - section of a cannel is a trapezium in shape . if the cannel is 14 m wide at the top and 4 m wide at the bottom and the area of cross - section is 380 sq m , the depth of cannel is ? | "1 / 2 * d ( 14 + 4 ) = 380 d = 42 answer : d" | a ) 48.68077 , b ) 42 , c ) 2.75 , d ) 28 % , e ) 22 | b | divide(divide(divide(380, divide(add(14, 4), const_2)), 4), const_2) | add(n0,n1)|divide(#0,const_2)|divide(n2,#1)|divide(#2,n1)|divide(#3,const_2)| | physics |
after decreasing 24 % in the price of an article costs rs . 1140 . find the actual cost of an article ? | "cp * ( 76 / 100 ) = 1140 cp = 15 * 100 = > cp = 1500 answer : a" | a ) 36100 , b ) 1500 , c ) β 2 % , d ) 500 , e ) 26 % | b | divide(1140, subtract(const_1, divide(24, const_100))) | divide(n0,const_100)|subtract(const_1,#0)|divide(n1,#1)| | gain |
in a class of 60 students , 20 did not opt for math . 15 did not opt for science and 5 did not opt for either . how many students of the class opted for both math and science ? | "60 students total 20 did not opt for math 15 did not opt for science 5 did not opt for either total of 40 students in math and 10 did not opt for sci but did for math 40 - 10 = 30 30 students of the class opted for both math and science answer : d . 30" | a ) 30 , b ) 14 , c ) 240 , d ) 3 , e ) 64 | a | subtract(subtract(60, 20), subtract(subtract(60, 15), 5)) | subtract(n0,n1)|subtract(n0,n2)|subtract(#1,n3)|subtract(#0,#2)| | other |
a jeep takes 6 hours to cover a distance of 540 km . how much should the speed in kmph be maintained to cover the same direction in 3 / 2 th of the previous time ? | "time = 6 distance = 540 3 / 2 of 6 hours = 6 * 3 / 2 = 9 hours required speed = 540 / 9 = 60 kmph c )" | a ) 88 % , b ) 16 , c ) 3 : 5 , d ) 122 , e ) 6 o kmph | e | divide(540, multiply(divide(3, 2), 6)) | divide(n2,n3)|multiply(n0,#0)|divide(n1,#1)| | physics |
a room 5 m 44 cm long and 3 m 74 cm broad needs to be paved with square tiles . what will be the least number of square tiles required to cover the floor ? | "length = 5 m 44 cm = 544 cm breadth = 3 m 74 cm = 374 cm area = 544 * 374 hcf = 34 area of square = 34 * 34 cm 2 no of tiles req = 544 * 374 / 34 * 34 = 16 * 11 = 176 answer a" | a ) β 60 , b ) 25 % , c ) 58 , d ) 176 , e ) 0.28 % | d | divide(multiply(add(multiply(5, const_100), 44), add(multiply(3, const_100), 74)), multiply(subtract(44, add(multiply(const_2, const_4), const_2)), subtract(44, add(multiply(const_2, const_4), const_2)))) | multiply(n0,const_100)|multiply(n2,const_100)|multiply(const_2,const_4)|add(n1,#0)|add(n3,#1)|add(#2,const_2)|multiply(#3,#4)|subtract(n1,#5)|multiply(#7,#7)|divide(#6,#8)| | physics |
the ratio of 2 numbers is 2 : 3 and their h . c . f . is 10 . their l . c . m . is ? | "let the numbers be 2 x and 3 x their h . c . f . = 10 so the numbers are 2 * 10 , 3 * 10 = 20,30 l . c . m . = 60 answer is b" | a ) 48 , b ) 60 , c ) 101 kg , d ) 2.25 , e ) 6 | b | sqrt(divide(10, add(power(3, 2), add(power(2, 2), power(2, 2))))) | power(n0,n1)|power(n1,n1)|power(n2,n1)|add(#0,#1)|add(#3,#2)|divide(n3,#4)|sqrt(#5)| | other |
what is the remainder when 1250 * 1090 * 1045 * 1055 is divided by 18 ? | "oa is ' c ' . oe : take the remainder from each of 1250 / 18 , 1090 / 18 and so on . . 1250 / 18 gives remainder = 8 1090 / 18 gives remainder = 10 1045 / 18 gives remainder = 1 1055 / 18 gives remainder = 11 the net remainder is the product of above individual remainders . i . e = 8 * 10 * 1 * 11 break them into pairs 8 * 10 / 18 gives remainder 8 and 1 * 11 / 18 gives remainder 11 so 8 * 11 / 18 gives remainder 16 . answer : c" | a ) $ 920.24 , b ) 1405.25 , c ) 16 , d ) 7200 , e ) 0.28 % | c | reminder(multiply(1090, 1250), 1045) | multiply(n0,n1)|reminder(#0,n2)| | general |
the least number , which when divided by 12 , 15 , 20 and 54 leaves in each case a remainder of 8 , is : | "explanation : required number = ( l . c . m . of 12 , 15 , 20 , 54 ) + 8 = 540 + 8 = 548 . answer : option d" | a ) 170 m , b ) 2 , c ) 548 , d ) 7 , e ) $ 2,350 | c | multiply(54, const_10) | multiply(n3,const_10)| | general |
if 7 a - 3 b = 10 b + 50 = - 12 b - 2 a , what is the value of 9 a + 9 b ? | "( i ) 7 a - 13 b = 50 ( ii ) 2 a + 22 b = - 50 adding ( i ) and ( ii ) : 9 a + 9 b = 0 the answer is c ." | a ) 40 , b ) 42 , c ) 16 , d ) 0 , e ) $ 130 | d | divide(const_0_33, const_1000) | divide(const_0_33,const_1000)| | general |
suppose 10 monkeys take 20 minutes to eat 10 bananas . how many monkeys would it take to eat 80 bananas in 80 minutes ? | "one monkey takes 20 min to eat 1 banana , so in 80 mins 1 monkey will eat 4 bananas , so for 80 bananas in 80 min we need 80 / 4 = 20 monkeys answer : d" | a ) 3 , b ) 26 % , c ) 20 , d ) 46 , e ) 22.4 hours | c | divide(const_3.0, divide(80, 10)) | divide(n3,n1)|divide(n3,#0)| | physics |
if x + | x | + y = 4 and x + | y | - y = 6 what is x + y = ? | "if x < 0 and y < 0 , then we ' ll have x - x + y = 7 and x - y - y = 6 . from the first equation y = 7 , so we can discard this case since y is not less than 0 . if x > = 0 and y < 0 , then we ' ll have x + x + y = 7 and x - y - y = 6 . solving gives x = 4 > 0 and y = - 1 < 0 - - > x + y = 3 . since in ps questions only one answer choice can be correct , then the answer is c ( so , we can stop here and not even consider other two cases ) . answer : c . adding both eqn we get 2 x + ixi + iyi = 13 now considering x < 0 and y > 0 2 x - x + y = 13 we get x + y = 11 hence answer should be a" | a ) 43983 , b ) 3 : 2 , c ) 31 , d ) 14 , e ) 11 | e | multiply(6, const_2) | multiply(n1,const_2)| | general |
if 3 x + y = 40 , 2 x - y = 20 , for integers of x and y , 4 y ^ 2 = ? | "3 x + y = 40 2 x - y = 20 5 x = 60 x = 12 y = 4 4 y ^ 2 = 4 * 16 = 64 answer is e" | a ) 64 , b ) 245 , c ) 108 Β° , d ) 350.5 , e ) 13.2 sec | a | multiply(3, power(subtract(40, multiply(divide(add(40, 20), add(3, 2)), 3)), 2)) | add(n1,n3)|add(n0,n2)|divide(#0,#1)|multiply(n0,#2)|subtract(n1,#3)|power(#4,n2)|multiply(n0,#5)| | general |
jonathan can type a 30 page document in 40 minutes , susan can type it in 30 minutes , and jack can type it in 24 minutes . working together , how much time will it take them to type the same document ? | "you may set up common equation like this : job / a + job / b + job / c = job / x memorize this universal formula , you will need it definitely for gmat . and find x from this equation in this specific case , the equation will look like this : 30 / 40 + 30 / 30 + 30 / 24 = 30 / x if you solve this equation , you get the same answer b ( 10 )" | a ) 820 , b ) 17.4 % , c ) 46 seconds , d ) 10 minutes , e ) 4.3 days | d | divide(30, add(divide(30, 24), add(divide(30, 40), divide(30, 30)))) | divide(n0,n1)|divide(n0,n2)|divide(n0,n3)|add(#0,#1)|add(#3,#2)|divide(n0,#4)| | physics |
the measure of the side of a square is multiplied by 7 . if x represents the perimeter of the original square , what is the value of the new perimeter ? | "original perimeter = x hence original side = x / 4 new side = 7 x / 4 new perimeter = 4 * 7 x / 4 = 7 x correct option : c" | a ) 270 , b ) 4 / 9 , c ) 7 x , d ) rs . 2500 , e ) 20 % | c | square_perimeter(multiply(7, const_4)) | multiply(n0,const_4)|square_perimeter(#0)| | geometry |
a box contains 10 tablets of medicine a and 17 tablets of medicine b . what is the least number of tablets that should be taken from the box to ensure that at least two tablets of each kind are among the extracted . | "the worst case scenario will be if we remove all 17 tablets of medicine b first . the next 2 tablets we remove have to be of medicine a , so to guarantee that at least two tablets of each kind will be taken we should remove minimum of 17 + 2 = 19 tablets . answer : d ." | a ) 29 , b ) 2 , c ) 19 , d ) 33.3 % , e ) 10 | c | add(17, const_2) | add(n1,const_2)| | general |
the milk level in a rectangular box measuring 60 feet by 25 feet is to be lowered by 6 inches . how many gallons of milk must be removed ? ( 1 cu ft = 7.5 gallons ) | "6 inches = 1 / 2 feet ( there are 12 inches in a foot . ) , so 60 * 25 * 1 / 2 = 750 feet ^ 3 of milk must be removed , which equals to 750 * 7.5 = 5625 gallons . answer : d ." | a ) 40 , b ) 50 % , c ) 30 , d ) 5625 , e ) 100 days | d | multiply(multiply(multiply(60, 25), divide(1, const_2)), 7.5) | divide(n3,const_2)|multiply(n0,n1)|multiply(#0,#1)|multiply(n4,#2)| | general |
from a group of 4 boys and 4 girls , 2 children are to be randomly selected . what is the probability that 1 boy and 1 girl will be selected ? | "the total number of ways to choose 2 children from 8 is 8 c 2 = 28 the number of ways to choose 1 boy and 1 girl is 4 * 4 = 16 p ( 1 boy and 1 girl ) = 16 / 28 = 4 / 7 the answer is d ." | a ) 4 / 7 , b ) 0 , c ) 2340 , d ) 71.4 % , e ) 14 | a | divide(multiply(choose(4, const_2), choose(4, const_2)), choose(add(4, 4), 2)) | add(n0,n0)|choose(n0,const_2)|choose(n0,const_2)|choose(#0,n2)|multiply(#1,#2)|divide(#4,#3)| | probability |
rhonda picked 2 pen from the table , if there were 7 pens on the table and 5 belongs to jill , what is the probability that the 2 pen she picked does not belong to jill ? . | since jill owns 5 of the pen , the subset from which the 2 pens hould be chosen are the 2 pens not owned by jill fom the universe of 7 . the first pen can be one of the 2 from the 7 with probability 2 / 7 . the second pen can be one of the 1 from the 6 remaining with probability 1 / 6 , the total probability will be 2 / 7 Γ 1 / 6 . on cancellation , this comes to 2 / 42 . thus , the answer is b - 2 / 42 . | a ) 11.5 , b ) 40 litres , c ) 2 / 42 , d ) 7 , e ) 30 | c | multiply(divide(subtract(7, 5), 7), divide(subtract(subtract(7, 5), const_1), subtract(7, const_1))) | subtract(n1,n2)|subtract(n1,const_1)|divide(#0,n1)|subtract(#0,const_1)|divide(#3,#1)|multiply(#2,#4) | probability |
a merchant sells an item at a 20 % discount , but still makes a gross profit of 20 percent of the cost . what percent w of the cost would the gross profit on the item have been if it had been sold without the discount ? | "let the market price of the product is mp . let the original cost price of the product is cp . selling price ( discounted price ) = 100 % of mp - 20 % mp = 80 % of mp . - - - - - - - - - - - - - - - - ( 1 ) profit made by selling at discounted price = 20 % of cp - - - - - - - - - - - - - - ( 2 ) apply the formula : profit w = selling price - original cost price = > 20 % of cp = 80 % of mp - 100 % cp = > mp = 120 cp / 80 = 3 / 2 ( cp ) now if product is sold without any discount , then , profit = selling price ( without discount ) - original cost price = market price - original cost price = mp - cp = 3 / 2 cp - cp = 1 / 2 cp = 50 % of cp thus , answer should bec ." | a ) 2 , b ) 50 % , c ) 279 , d ) 5390 , e ) 16.5 | b | subtract(const_100, subtract(subtract(const_100, 20), 20)) | subtract(const_100,n0)|subtract(#0,n1)|subtract(const_100,#1)| | gain |
country x taxes each of its citizens an amount equal to 13 percent of the first $ 40,000 of income , plus 20 percent of all income in excess of $ 40,000 . if a citizen of country x is taxed a total of $ 8,000 , what is her income ? | "equation is correct , so math must be a problem . 0.13 * 40,000 + 0.2 * ( x - 40,000 ) = 8,000 - - > 5,200 + 0.2 x - 8,000 = 8,000 - - > 0.2 x = 10,800 - - > x = 54,000 . answer : a ." | a ) 100 % , b ) 10 min , c ) 6 , d ) $ 54,000 , e ) 20 | d | add(multiply(multiply(const_4, const_10), const_1000), divide(subtract(multiply(multiply(const_4, const_2), const_1000), multiply(divide(13, const_100), multiply(multiply(const_4, const_10), const_1000))), divide(20, const_100))) | divide(n0,const_100)|divide(n2,const_100)|multiply(const_2,const_4)|multiply(const_10,const_4)|multiply(#2,const_1000)|multiply(#3,const_1000)|multiply(#0,#5)|subtract(#4,#6)|divide(#7,#1)|add(#8,#5)| | general |
a number when divided by 4 , gives 40 as quotient and 0 as remainder . what will be the remainder when dividing the same number by 3 | "explanation : p Γ· 4 = 40 = > p = 40 * 4 = 160 p / 3 = 160 / 3 = 53 , remainder = 1 answer : option a" | a ) 80 / 243 , b ) 16.36 % , c ) 1 , d ) 32 , e ) 315 | c | divide(multiply(4, 40), 3) | multiply(n0,n1)|divide(#0,n3)| | general |
the surface of a cube is 294 sq cm . find its volume ? | "6 a 2 = 294 = 6 * 49 a = 7 = > a 3 = 343 cc answer : d" | a ) 343 cc , b ) 80 % , c ) 3200 , d ) 672 , e ) 8 : 5 | a | volume_cube(sqrt(divide(294, add(const_2, const_4)))) | add(const_2,const_4)|divide(n0,#0)|sqrt(#1)|volume_cube(#2)| | geometry |
of 30 applicants for a job , 16 had at least 4 years ' experience , 21 had degrees , and 5 had less than 4 years ' experience and did not have a degree . how many of the applicants had at least 4 years ' experience and a degree ? | "set a : people with more than 4 years exp set b : people with degree aub = total - ( less than 4 exp and no degree ) aub = 30 - 5 = 25 aub = a + b - aib aib = 21 + 16 - 25 = 12 answer a" | a ) 1070 , b ) 12 , c ) 59.8 % , d ) 100 days , e ) 0.25 | b | add(subtract(add(16, 21), subtract(30, 5)), subtract(21, 16)) | add(n1,n3)|subtract(n0,n4)|subtract(n3,n1)|subtract(#0,#1)|add(#3,#2)| | general |
the average marks of 20 students in a class is 100 . but a student mark is wrongly noted as 50 instead of 10 then find the correct average marks ? | "correct avg marks = 100 + ( 10 - 50 ) / 20 avg = 100 - 2 = 98 answer is c" | a ) 90 , b ) 33 1 / 3 % , c ) 130 , d ) 98 , e ) 4 / 15 | d | divide(add(subtract(multiply(100, 20), 50), 10), 20) | multiply(n0,n1)|subtract(#0,n2)|add(n3,#1)|divide(#2,n0)| | general |
a parking garage rents parking spaces for $ 10 per week or $ 20 per month . how much does a person save in a year by renting by the month rather than by the week ? | "10 $ per week ! an year has 52 weeks . annual charges per year = 52 * 10 = 520 $ 30 $ per month ! an year has 12 months . annual charges per year = 12 * 20 = 240 $ 520 - 240 = 280 ans e" | a ) 81 , b ) $ 280 , c ) 65.80 % , d ) 12 days . , e ) 27 / 19 | b | subtract(multiply(add(multiply(10, add(const_3, const_2)), const_2), 10), multiply(20, const_12)) | add(const_2,const_3)|multiply(n1,const_12)|multiply(#0,n0)|add(#2,const_2)|multiply(n0,#3)|subtract(#4,#1)| | general |
jerry travels 8 miles at an average speed of 40 miles per hour , stops for 14 minutes , and then travels another 20 miles at an average speed of 60 miles per hour . what is jerry β s average speed , in miles per hour , for this trip ? | "total time taken by jerry = ( 8 / 40 ) * 60 minutes + 14 minutes + ( 20 / 60 ) * 60 minutes = 46 minutes average speed = total distance / total time = ( 8 + 20 ) miles / ( 46 / 60 ) hours = 28 * 60 / 46 = 36 miles per hour answer : option a" | a ) 36 , b ) 315 , c ) 23 years , d ) 5 / 26 , e ) 3 | a | divide(add(8, 20), add(add(divide(8, 40), divide(14, 60)), divide(20, 60))) | add(n0,n3)|divide(n0,n1)|divide(n2,n4)|divide(n3,n4)|add(#1,#2)|add(#4,#3)|divide(#0,#5)| | physics |
the total surface area of a cuboid length 12 m , breadth 10 m and height 8 m . | total surface area of cuboid = 2 ( lb + bh + lh ) = 2 ( 120 + 80 + 96 ) = 2 ( 296 ) = > 596 m ( power 2 ) answer is c . | a ) 17 , b ) 36 , c ) 596', ' , d ) 23 , e ) 2250 | c | surface_rectangular_prism(12, 10, 8) | surface_rectangular_prism(n0,n1,n2) | geometry |