Problem
stringlengths
5
967
Rationale
stringlengths
1
2.74k
options
stringlengths
37
300
correct
stringclasses
5 values
annotated_formula
stringlengths
7
6.48k
linear_formula
stringlengths
8
925
category
stringclasses
6 values
the average weight of 10 oarsmen in a boat is increased by 1.8 kg when one of the crew , who weight 53 kg is replaced by a new man . find the weight of the new man .
"total weight increased = 1.8 * 10 = 18 kg weight of the new man = 53 + 18 = 71 kg answer is e"
a ) 59 kg , b ) 62 kg , c ) 74 kg , d ) 85 kg , e ) 71 kg
e
add(multiply(1.8, 10), 53)
multiply(n0,n1)|add(n2,#0)|
general
in a rectangular coordinate system , what is the area of a rhombus whose vertices have the coordinates ( 0 , 3.5 ) , ( 7 , 0 ) , ( 0 , - 3.5 ) , ( - 7 , 0 ) ?
"area of rhombus = 1 / 2 * d 1 * d 2 length of 1 st diagonal = 7 + 7 = 14 length of 2 nd diagonal = 3.5 + 3.5 = 7 area = 1 / 2 * 14 * 7 = 49 d is the answer"
a ) 56 , b ) 88 , c ) 112 , d ) 49 , e ) 120
d
rhombus_area(multiply(7, const_2), multiply(3.5, const_2))
multiply(n2,const_2)|multiply(n1,const_2)|rhombus_area(#0,#1)|
geometry
how many multiples of 13 are less than 6000 , and also multiples of 16 ?
"lcm of 13 & 16 = 208 tried dividing 6000 by 208 got quotient 28.84 ' so b is answer"
a ) 30 , b ) 29 , c ) 34 , d ) 32 , e ) 33
b
add(divide(subtract(16, 6000), 13), const_1)
subtract(n2,n1)|divide(#0,n0)|add(#1,const_1)|
general
two ants , arthur and amy , have discovered a picnic and are bringing crumbs back to the anthill . amy makes twice as many trips and carries one and a half times as many crumbs per trip as arthur . if arthur carries a total of m crumbs to the anthill , how many crumbs will amy bring to the anthill , in terms of m ?
"lets do it by picking up numbers . let arthur carry 2 crumbs per trip , this means amy carries 3 crumbs per trip . also let arthur make 2 trips and so amy makes 4 trips . thus total crumbs carried by arthur ( m ) = 2 x 2 = 4 , total crumbs carried by amy = 3 x 4 = 12 . 12 is 3 times 4 , so e"
a ) x / 2 , b ) x , c ) 3 m / 2 , d ) mx , e ) mx
e
multiply(const_2, add(const_1, divide(const_1, const_2)))
divide(const_1,const_2)|add(#0,const_1)|multiply(#1,const_2)|
general
a man is walking at the rate of 7 km / hr crosses a bridge in 15 minutes . the length of the bridge is
"explanation : we need to get the answer in meters . so we will first of change distance from km / hour to meter / sec by multiplying it with 5 / 18 and also change 15 minutes to seconds by multiplying it with 60 . speed = 7 â ˆ — 5 / 18 = 35 / 18 m / sec time = 15 â ˆ — 60 seconds = 900 seconds distance = time â ˆ — s...
a ) 1000 meters , b ) 1050 meters , c ) 1200 meters , d ) 1750 meters , e ) none of these
d
multiply(multiply(7, divide(15, const_60)), const_1000)
divide(n1,const_60)|multiply(n0,#0)|multiply(#1,const_1000)|
gain
if two sides of a triangle are 6 and 13 , respectively , which of the following could not be the area of this triangle ?
for this question it would be helpful to know the largest area that this triangle could be , given the two sides of 6 and 12 . we know that the area of a triangle will be maximized when two sides are perpendicular to each other ( consult bunuel ' s drawing above ) . thus we have a max area being equal to one half the b...
['a ) 40', 'b ) 6', 'c ) 17', 'd ) 29', 'e ) 38']
a
divide(multiply(6, 13), const_2)
multiply(n0,n1)|divide(#0,const_2)
geometry
average expenditure of a person for the first 3 days of a week is rs . 350 and for the next 4 days is rs . 420 . average expenditure of the man for the whole week is :
"explanation : assumed mean = rs . 350 total excess than assumed mean = 4 × ( rs . 420 - rs . 350 ) = rs . 280 therefore , increase in average expenditure = rs . 280 / 7 = rs . 40 therefore , average expenditure for 7 days = rs . 350 + rs . 40 = rs . 390 correct option : c"
a ) 350 , b ) 370 , c ) 390 , d ) 430 , e ) none
c
add(350, divide(multiply(4, subtract(420, 350)), add(3, 4)))
add(n0,n2)|subtract(n3,n1)|multiply(n2,#1)|divide(#2,#0)|add(n1,#3)|
general
compound interest of rs . 1000 at 10 % per annum for 1 1 / 2 years will be ( interest compounded half yearly ) .
"10 % interest per annum will be 5 % interest half yearly for 3 terms ( 1 1 / 2 years ) so compound interest = 3000 [ 1 + ( 5 / 100 ) ] ^ 3 - 1000 = 1000 [ ( 21 / 20 ) ^ 3 - 1 ] = 1000 ( 9261 - 8000 ) / 8000 = 1 * 1261 / 8 = 157 answer : d"
a ) rs . 473 , b ) rs . 374 , c ) rs . 495 , d ) rs . 157 , e ) none of the above
d
subtract(multiply(1000, power(add(1, divide(divide(10, 2), const_100)), multiply(add(1, divide(1, 2)), 2))), 1000)
divide(n1,n4)|divide(n2,n4)|add(n2,#1)|divide(#0,const_100)|add(#3,n2)|multiply(#2,n4)|power(#4,#5)|multiply(n0,#6)|subtract(#7,n0)|
gain
4,25 , 49,121 , 169,289 , 361,529 ,
"29 ^ 2 = 841 because follow sequence of square of the prime numbers answer : c"
a ) 149 , b ) 169 , c ) 841 , d ) 920 , e ) 219
c
subtract(negate(361,529), multiply(subtract(49,121, 169,289), divide(subtract(49,121, 169,289), subtract(4,25, 49,121))))
negate(n3)|subtract(n1,n2)|subtract(n0,n1)|divide(#1,#2)|multiply(#3,#1)|subtract(#0,#4)|
general
what will be the vulgar fraction of 0.70
"explanation : 0.70 = 70 / 100 = 7 / 10 option b"
a ) 3 / 5 , b ) 7 / 10 , c ) 3 / 2 , d ) 3 / 7 , e ) 3 / 8
b
divide(circle_area(divide(0.70, const_2)), const_2)
divide(n0,const_2)|circle_area(#0)|divide(#1,const_2)|
general
susan drove an average speed of 30 miles per hour for the first 40 miles of a trip then at a average speed of 15 miles / hr for the remaining 40 miles of the trip if she made no stops during the trip what was susan ' s avg speed in miles / hr for the entire trip
avg . speed = total distance / total time total distance = 80 miles total time = 40 / 30 + 40 / 15 = 4 avg . speed = 20 . answer - b
a ) 35 , b ) 20 , c ) 45 , d ) 50 , e ) 55
b
divide(add(40, 40), add(divide(40, 30), divide(40, 15)))
add(n1,n1)|divide(n1,n0)|divide(n1,n2)|add(#1,#2)|divide(#0,#3)
physics
if 25 % of x is 15 less than 15 % of 1500 , then x is ?
"25 % of x = x / 4 ; 15 % of 1500 = 15 / 100 * 1500 = 225 given that , x / 4 = 225 - 15 = > x / 4 = 210 = > x = 840 . answer : d"
a ) 720 , b ) 750 , c ) 820 , d ) 840 , e ) 860
d
divide(subtract(multiply(1500, divide(15, const_100)), 15), divide(25, const_100))
divide(n2,const_100)|divide(n0,const_100)|multiply(n3,#0)|subtract(#2,n1)|divide(#3,#1)|
general
two good train each 250 m long , are running in opposite directions on parallel tracks . their speeds are 45 km / hr and 30 km / hr respectively . find the time taken by the slower train to pass the driver of the faster one .
"sol . relative speed = ( 45 + 30 ) km / hr = ( 75 x 5 / 18 ) m / sec = ( 125 / 6 ) m / sec . distance covered = ( 250 + 250 ) m = 1000 m . required time = ( 500 x 6 / 125 ) sec = 24 sec . answer b"
a ) 12 sec , b ) 24 sec , c ) 48 sec , d ) 60 sec , e ) none
b
multiply(multiply(250, inverse(multiply(add(45, 30), const_0_2778))), const_2)
add(n1,n2)|multiply(#0,const_0_2778)|inverse(#1)|multiply(n0,#2)|multiply(#3,const_2)|
physics
a is a working partner and b is a sleeping partner in the business . a puts in rs . 3500 and b rs . 1500 , a receives 10 % of the profit for managing the business the rest being divided in proportion of their capitals . out of a total profit of rs . 9600 , money received by a is ?
"35 : 15 = > 7 : 3 9600 * 10 / 100 = 960 9600 - 960 = 8640 8640 * 7 / 10 = 6048 + 960 = 7008 answer : d"
a ) 1978 , b ) 2707 , c ) 7728 , d ) 7008 , e ) 7291
d
subtract(9600, multiply(multiply(9600, subtract(const_1, divide(10, const_100))), divide(1500, add(3500, 1500))))
add(n0,n1)|divide(n2,const_100)|divide(n1,#0)|subtract(const_1,#1)|multiply(n3,#3)|multiply(#2,#4)|subtract(n3,#5)|
gain
45 % of major airline companies equip their planes with wireless internet access . 70 % of major airlines offer passengers free on - board snacks . what is the greatest possible percentage of major airline companies that offer both wireless internet and free on - board snacks ?
"to maximize the percentage of companies offering both , let ' s assume that all 45 % of companies which offer wireless internet also offer snacks . the answer is c ."
a ) 25 % , b ) 35 % , c ) 45 % , d ) 55 % , e ) 65 %
c
multiply(45, const_1)
multiply(n0,const_1)|
general
after 10 % of the inhabitants of a village disappeared , a panic set in during which 25 % of the remaining inhabitants left the village . at that time , the population was reduced to 4725 . what was the number of original inhabitants ?
"let the total number of original inhabitants be x . ( 75 / 100 ) * ( 90 / 100 ) * x = 4725 ( 27 / 40 ) * x = 4725 x = 4725 * 40 / 27 = 7000 the answer is b ."
a ) 5000 , b ) 7000 , c ) 4000 , d ) 8000 , e ) 9000
b
divide(4725, subtract(subtract(const_1, divide(10, const_100)), multiply(subtract(const_1, divide(10, const_100)), divide(25, const_100))))
divide(n0,const_100)|divide(n1,const_100)|subtract(const_1,#0)|multiply(#1,#2)|subtract(#2,#3)|divide(n2,#4)|
gain
a and b invests rs . 3000 and rs . 6500 respectively in a business . if a doubles his capital after 6 months . in what ratio should a and b divide that year ' s profit ?
"( 3 * 6 + 6 * 6 ) : ( 6.5 * 12 ) 54 : 78 = > 9 : 13 answer : e"
a ) 8 : 8 , b ) 9 : 8 , c ) 9 : 6 , d ) 9 : 5 , e ) 9 : 13
e
divide(add(multiply(3000, 6), multiply(multiply(3000, const_2), 6)), multiply(6500, add(6, 6)))
add(n2,n2)|multiply(n0,n2)|multiply(n0,const_2)|multiply(n2,#2)|multiply(n1,#0)|add(#1,#3)|divide(#5,#4)|
gain
if a car went the first third of the distance at 10 kmh , the second third at 24 kmh , and the last third at 48 kmh , what was the average speed of the car for the entire trip ?
"assume d / 3 = 240 ( this number is convenient because it is divisible by 10 , 24 and 48 ) so : 240 = 10 * t 1 = 24 hrs 240 = 24 * t 2 = 10 hrs 240 = 48 * t 3 = 5 hrs t = t 1 + t 2 + t 3 = 39 hrs d = rt ( 240 * 3 ) = r * 39 r = 19 answer : b"
a ) 36 kmh , b ) 19 kmh , c ) 42 kmh , d ) 44 kmh , e ) 50 kmh
b
divide(const_3, add(add(divide(const_1, 10), divide(const_1, 24)), divide(const_1, 48)))
divide(const_1,n0)|divide(const_1,n1)|divide(const_1,n2)|add(#0,#1)|add(#3,#2)|divide(const_3,#4)|
physics
if 70 % of an equal to 40 % of b , then ratio between a and b is ?
explanation : 70 a = 40 b a : b = 4 : 7 answer : a
a ) 4 : 7 , b ) 4 : 9 , c ) 4 : 2 , d ) 4 : 1 , e ) 4 : 5
a
divide(40, 70)
divide(n1,n0)
other
a college has classes from 10 : 00 am until 1 : 40 pm . in this duration , there are 5 periods . if 5 minutes are provided between each period to leave one class and enter the next class , how many minutes long is each period ?
the total time is 220 minutes . there are four breaks of five minutes between the classes for a total of 20 minutes . the total class time is 200 minutes . 200 / 5 classes = 40 minutes per class the answer is c .
a ) 38 min , b ) 41 min , c ) 40 min , d ) 42 min , e ) 52 min
c
divide(subtract(add(40, multiply(const_3, const_60)), multiply(5, const_4)), 5)
multiply(const_3,const_60)|multiply(n4,const_4)|add(n3,#0)|subtract(#2,#1)|divide(#3,n4)
other
a card game called “ high - low ” divides a deck of 52 playing cards into 2 types , “ high ” cards and “ low ” cards . there are an equal number of “ high ” cards and “ low ” cards in the deck and “ high ” cards are worth 2 points , while “ low ” cards are worth 1 point . if you draw cards one at a time , how many ways...
to get a 5 , you need one high and three lows ( you could have had 2 highs and one low , but the constraint is that you must have three low cards ) hlll = 4 ! 3 ! = 4 4 ! is the number of ways you can arrange these four spaces . divide by 3 ! because you you repeat three low cards ans : d
a ) 1 , b ) 2 , c ) 3 , d ) 4 , e ) 5
d
divide(multiply(multiply(multiply(const_4, 3), 2), 1), multiply(multiply(3, 2), 1))
multiply(n5,const_4)|multiply(n1,n5)|multiply(n1,#0)|multiply(n3,#1)|multiply(n3,#2)|divide(#4,#3)
general
john distributes his pencil among his 4 friends rose , mary , ranjan , and rohit in the ratio 1 / 2 : 1 / 3 : 1 / 3 : 1 / 5 . what is the minimum no . of pencils that the person should have ?
rakesh : rahul : ranjan : rohit = 1 / 2 : 1 / 3 : 1 / 3 : 1 / 5 step 1 : at first we need to do is lcm of 2 , 3,3 and 5 is 30 . step 2 : then pencil are distributed in ratio among friends , rakesh = ( 1 / 2 x 30 ) = 15 . rahul = ( 1 / 3 x 30 ) = 10 . ranjan = ( 1 / 3 x 30 ) = 10 . rohit = ( 1 / 5 x 30 ) = 6 . step 3 : ...
a ) 41 , b ) 65 , c ) 70 , d ) 77 , e ) 98
a
add(add(add(divide(lcm(lcm(lcm(2, 3), 3), 5), 2), divide(lcm(lcm(lcm(2, 3), 3), 5), 3)), divide(lcm(lcm(lcm(2, 3), 3), 5), 3)), divide(lcm(lcm(lcm(2, 3), 3), 5), 5))
lcm(n2,n3)|lcm(n3,#0)|lcm(n4,#1)|divide(#2,n2)|divide(#2,n3)|divide(#2,n4)|add(#3,#4)|add(#6,#4)|add(#7,#5)|
other
the jogging track in a sports complex is 726 meters in circumference . deepak and his wife start from the same point and walk in opposite directions at 4.5 km / hr and 3.75 km / hr respectively . they will meet for the first time in ?
"clearly , the two will meet when they are 726 m apart to be 4.5 + 3.75 = 8.25 km apart , they take 1 hour to be 726 m apart , they take 100 / 825 * 726 / 1000 = 242 / 2750 * 60 = 528 min . answer is b"
a ) 450 min , b ) 528 min , c ) 610 min , d ) 714 min , e ) 359 min
b
add(4.5, 3.75)
add(n1,n2)|
general
the marks obtained by vijay and amith are in the ratio 4 : 7 and those obtained by amith and abhishek in the ratio of 3 : 2 . the marks obtained by vijay and abhishek are in the ratio of ?
"4 : 7 3 : 2 - - - - - - - 12 : 21 : 14 12 : 14 6 : 7 answer : d"
a ) 6 : 8 , b ) 6 : 1 , c ) 6 : 5 , d ) 6 : 7 , e ) 6 : 3
d
divide(multiply(4, 3), multiply(7, 2))
multiply(n0,n2)|multiply(n1,n3)|divide(#0,#1)|
other
there are , in a certain league , 10 teams , and each team face another team for a total of 10 times . how many games are played in the season ?
"by using the formula , t [ n ( n - 1 ) / 2 ] , where t = no . of games between two teams and n = total no . of teams , we get : 450 option a ."
a ) 1000 , b ) 450 , c ) 720 , d ) 180 , e ) 400
a
multiply(multiply(subtract(10, const_1), 10), divide(10, const_2))
divide(n0,const_2)|subtract(n0,const_1)|multiply(#1,n1)|multiply(#0,#2)|
general
in 10 years , a will be twice as old 5 as b was 10 years ago . if a is now 8 years older than b , the present age of b is
"explanation : let b ' s age = x years . then , as age = ( x + 8 ) years . ( x + 8 + 10 ) = 2 ( x — 10 ) hence x = 38 . present age of b = 38 years answer : option c"
a ) 35 , b ) 37 , c ) 38 , d ) 41 , e ) 42
c
add(multiply(const_2, 10), add(8, 10))
add(n0,n3)|multiply(n0,const_2)|add(#0,#1)|
general
an assembly line produces 36 cogs per hour until an initial order of 60 cogs is completed . the speed of the assembly line is then immediately increased so that it can produce 60 cogs per hour until another 60 cogs are produced . what is the overall average output , in cogs per hour , for the assembly line during this ...
the time to produce the first 60 cogs is 60 / 36 = 5 / 3 hours . the time to produce the next 60 cogs is 60 / 60 = 1 hour . the average output is 120 cogs / ( 8 / 3 ) hours = 45 cogs per hour . the answer is d .
a ) 38 , b ) 40 , c ) 42 , d ) 45 , e ) 50
d
divide(multiply(60, const_2), add(divide(60, 36), const_1))
divide(n1,n0)|multiply(n1,const_2)|add(#0,const_1)|divide(#1,#2)
general
if the number is decreased by 5 and divided by 7 the result is 7 . what would be the result if 2 is subtracted and divided by 13 ?
"explanation : let the number be x . then , ( x - 5 ) / 7 = 7 = > x - 5 = 49 x = 54 . : ( x - 2 ) / 13 = ( 54 - 2 ) / 13 = 4 answer : option a"
a ) 4 , b ) 7 , c ) 8 , d ) 5 , e ) 3
a
divide(subtract(add(multiply(7, 7), 5), 2), 13)
multiply(n1,n1)|add(n0,#0)|subtract(#1,n3)|divide(#2,n4)|
general
a ladder 14 feet long is leaning against a wall that is perpendicular to level ground . the bottom of the ladder is 5 feet from the base of the wall . if the top of the ladder slips down 4 feet , how many feet will the bottom of the ladder slip ?
"14 ^ 2 - 5 ^ 2 = 171 it means that the height is equal to 13.07 ~ = 13 . since the top of the ladder slips down 4 feet , then the height of the wall = 13 - 4 = 9 the bottom = sqrt ( 14 ^ 2 - 9 ^ 2 ) = sqrt ( 196 - 81 ) = 10.72 ans is d"
a ) 4 , b ) 5 , c ) 8 , d ) 10.72 , e ) 15
d
sqrt(subtract(power(14, const_2), power(subtract(sqrt(subtract(power(14, const_2), power(5, const_2))), 4), const_2)))
power(n0,const_2)|power(n1,const_2)|subtract(#0,#1)|sqrt(#2)|subtract(#3,n2)|power(#4,const_2)|subtract(#0,#5)|sqrt(#6)|
gain
find the simple interest on rs . 78000 at 15 ( 2 / 5 ) % per annum for 9 months .
"explanation : p = rs . 78000 , r = 77 / 5 % p . a and t = 9 / 12 years = ¾ years therefore , s . i = ( p * r * t ) / 100 = ( 78000 * 77 / 5 * ¾ * 1 / 100 ) = rs . 9009 answer : a"
a ) rs . 9009 , b ) rs . 9008 , c ) rs . 9002 , d ) rs . 9202 , e ) rs . 9001
a
multiply(multiply(multiply(add(multiply(multiply(multiply(2, const_3), const_100), const_100), multiply(multiply(multiply(const_3, const_3), const_100), multiply(add(5, 2), 2))), divide(add(multiply(15, 5), 2), 5)), divide(multiply(5, 5), multiply(2, multiply(2, 5)))), divide(const_1, const_100))
add(n2,const_3)|divide(const_1,const_100)|multiply(const_3,const_3)|multiply(n2,n3)|multiply(n1,n3)|add(n2,#4)|multiply(n2,#3)|multiply(#3,const_100)|multiply(#2,const_100)|multiply(#0,n2)|divide(#2,#6)|divide(#5,n3)|multiply(#7,const_100)|multiply(#8,#9)|add(#12,#13)|multiply(#14,#11)|multiply(#10,#15)|multiply(#1,#16...
gain
the instructions state that cheryl needs 4 / 9 square yards of one type of material and 2 / 3 square yards of another type of material for a project . she buys exactly that amount . after finishing the project , however , she has 6 / 12 square yards left that she did not use . what is the total amount of square yards o...
"total bought = 4 / 9 + 2 / 3 left part 6 / 12 - - - > 2 / 3 so used part 4 / 9 + 2 / 3 - 2 / 3 = 4 / 9 ans e"
a ) 1 / 12 , b ) 1 / 9 , c ) 2 / 3 , d ) 1 1 / 9 , e ) 4 / 9
e
subtract(add(divide(4, 9), divide(2, 3)), divide(6, 12))
divide(n0,n1)|divide(n2,n3)|divide(n4,n5)|add(#0,#1)|subtract(#3,#2)|
general
how many different pairs of positive integers ( a , b ) satisfy the equation 1 / a + 1 / b = 32 / 51 ?
"there is no certain way to solve 2 unknown with 1 equation . the best way is to look at the question and retrospect the most efficient way . in this question , a and b are only positive integers . so that is a big relief . now , we can start with putting a = 1,2 , . . and so on till the time we are confident about one...
a ) 6 , b ) 3 , c ) 2 , d ) 1 , e ) 0
c
divide(32, 51)
divide(n2,n3)|
general
a , b and c rents a pasture for rs . 870 . a put in 12 horses for 8 months , b 16 horses for 9 months and 18 horses for 6 months . how much should b pay ?
"12 * 8 : 16 * 9 = 18 * 6 8 : 12 : 9 12 / 29 * 870 = 360 answer : a"
a ) 360 , b ) 227 , c ) 268 , d ) 198 , e ) 176
a
multiply(divide(870, 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
the surface area of a sphere is same as the curved surface area of a right circular cylinder whose height and diameter are 6 cm each . the radius of the sphere is
"solution 4 î r 2 = 2 î 3 x 6 â ‡ ’ r 2 = ( 3 x 6 / 2 ) â ‡ ’ 9 â ‡ ’ r = 3 cm . answer a"
a ) 3 cm , b ) 4 cm , c ) 6 cm , d ) 8 cm , e ) none
a
sqrt(divide(multiply(multiply(const_pi, multiply(6, divide(6, const_2))), const_2), multiply(const_pi, const_4)))
divide(n0,const_2)|multiply(const_4,const_pi)|multiply(n0,#0)|multiply(#2,const_pi)|multiply(#3,const_2)|divide(#4,#1)|sqrt(#5)|
geometry
the speed of a railway engine is 96 km per hour when no compartment is attached , and the reduction in speed is directly proportional to the square root of the number of compartments attached . if the speed of the train carried by this engine is 24 km per hour when 9 compartments are attached , the maximum number of co...
"the reduction in speed is directly proportional to the square root of the number of compartments attached doesreductionmean amount subtracted ? or percentage decrease ? there are at least two interpretations , and the wording does not provide a clear interpretation between them . evidently what the question intends is...
a ) 19 , b ) 18 , c ) 16 , d ) 17 , e ) 14
c
power(divide(96, divide(subtract(96, 24), sqrt(9))), const_2)
sqrt(n2)|subtract(n0,n1)|divide(#1,#0)|divide(n0,#2)|power(#3,const_2)|
physics
average of money that group of 4 friends pay for rent each month is $ 800 . after one persons rent is increased by 20 % the new mean is $ 870 . what was original rent of friend whose rent is increased ?
"0.2 x = 4 ( 870 - 800 ) 0.2 x = 280 x = 1400 answer b"
a ) 800 , b ) 1400 , c ) 1000 , d ) 1100 , e ) 1200
b
divide(multiply(subtract(870, 800), 4), divide(20, const_100))
divide(n2,const_100)|subtract(n3,n1)|multiply(n0,#1)|divide(#2,#0)|
general
if n = 2 ^ 0.3 and n ^ b = 16 , b must equal
"30 / 100 = 3 / 10 n = 2 ^ 3 / 10 n ^ b = 2 ^ 4 ( 2 ^ 3 / 10 ) ^ b = 2 ^ 4 b = 40 / 3 answer : e"
a ) 3 / 80 , b ) 3 / 5 , c ) 4 , d ) 5 / 3 , e ) 40 / 3
e
divide(log(16), log(power(2, 0.3)))
log(n2)|power(n0,n1)|log(#1)|divide(#0,#2)|
general
the average mark of the students of a class in a particular exam is 90 . if 3 students whose average mark in that exam is 40 are excluded , the average mark of the remaining will be 95 . find the number of students who wrote the exam ?
"let the number of students who wrote the exam be x . total marks of students = 90 x . total marks of ( x - 3 ) students = 80 ( x - 3 ) 90 x - ( 3 * 40 ) = 95 ( x - 3 ) 165 = 5 x = > x = 33 answer : e"
a ) 25 , b ) 35 , c ) 23 , d ) 22 , e ) 33
e
divide(subtract(multiply(95, 3), multiply(3, 40)), subtract(95, 90))
multiply(n1,n3)|multiply(n1,n2)|subtract(n3,n0)|subtract(#0,#1)|divide(#3,#2)|
general
a survey of employers found that during 1993 employment costs rose 3.5 percent , where employment costs consist of salary costs and fringe - benefit costs . if salary costs rose 3 percent and fringe - benefit costs rose 6.5 percent during 1993 , then fringe - benefit costs represented what percent of employment costs a...
the amount by which employment costs rose is equal to 0.035 ( salary costs + fringe benefit costs ) ; on the other hand the amount by which employment costs rose is equal to 0.03 * salary costs + 0.065 * fringe benefit costs ; so , 35 ( s + f ) = 30 s + 65 f - - > s = 6 f - - > f / s = 1 / 6 - - > f / ( s + f ) = 1 / (...
a ) 16.5 % , b ) 14 % , c ) 35 % , d ) 55 % , e ) 65 %
b
multiply(divide(subtract(3.5, 3), subtract(6.5, 3)), const_100)
subtract(n1,n2)|subtract(n3,n2)|divide(#0,#1)|multiply(#2,const_100)
gain
machine a and machine b process the same work at different rates . machine c processes work as fast as machines a and b combined . machine d processes work 3 times as fast as machine c ; machine d ’ s work rate is also exactly 4 times machine b ’ s rate . assume all 4 machines work at fixed unchanging rates . if machin...
c = a + b d = 3 c = 3 ( a + b ) = 4 b then b = 3 a and c = 4 a the combined rate of the four machines is a + 3 a + 4 a + 12 a = 20 a machine a can complete the work in 420 minutes , so its rate is 1 / 420 of the work per minute . the combined rate is 20 / 420 = 1 / 21 so the work will be completed in 21 minutes . the a...
a ) 8 , b ) 21 , c ) 24 , d ) 27 , e ) 30
b
multiply(divide(const_1, add(add(add(divide(const_1, 7), multiply(3, divide(const_1, 7))), add(divide(const_1, 7), multiply(3, divide(const_1, 7)))), multiply(3, add(divide(const_1, 7), multiply(3, divide(const_1, 7)))))), const_60)
divide(const_1,n3)|multiply(n0,#0)|add(#0,#1)|add(#2,#2)|multiply(n0,#2)|add(#3,#4)|divide(const_1,#5)|multiply(#6,const_60)
physics
in a company the manager wants to give some gifts to all of the workers . in each block there are about 200 workers are there . the total amount for giving the gifts for all the workers is $ 6000 . the worth of the gift is 2 $ . how many blocks are there in the company ?
"each employee will get a gift worth of = $ 2 total employees = 6000 / 2 = 3000 total blocks = 3000 / 200 = 15 correct option is e"
a ) 10 , b ) 12 , c ) 18 , d ) 20 , e ) 15
e
divide(divide(6000, 2), 200)
divide(n1,n2)|divide(#0,n0)|
general
a 300 meter long train crosses a platform in 48 seconds while it crosses a signal pole in 18 seconds . what is the length of the platform ?
"speed = [ 300 / 18 ] m / sec = 50 / 3 m / sec . let the length of the platform be x meters . then , x + 300 / 48 = 50 / 3 3 ( x + 300 ) = 2400 è x = 500 m . answer : a"
a ) 500 , b ) 289 , c ) 350 , d ) 882 , e ) 281
a
subtract(multiply(divide(300, 18), 48), 300)
divide(n0,n2)|multiply(n1,#0)|subtract(#1,n0)|
physics
from january 1 , 2015 , to january 1 , 2017 , the number of people enrolled in health maintenance organizations increased by 12 percent . the enrollment on january 1 , 2017 , was 45 million . how many million people , to the nearest million , were enrolled in health maintenance organizations on january 1 , 2015 ?
"soln : - 12 x = 45 - - > 28 / 25 * x = 45 - - > x = 45 * 25 / 28 = 1125 / 28 = ~ 40 answer : c ."
a ) 38 , b ) 39 , c ) 40 , d ) 41 , e ) 42
c
multiply(divide(const_100, add(const_100, 12)), 45)
add(n4,const_100)|divide(const_100,#0)|multiply(n7,#1)|
gain
what is the average ( arithmetic mean ) of the numbers 100 , 150 , 200 , 200 , 250 , and 300 ?
"{ 100 , 150 , 200 , 200 , 250 , 300 } = { 200 - 100,200 - 50 , 200 , 200,200 + 50,200 + 100 } - - > the average = 200 . answer : d ."
a ) 100 , b ) 150 , c ) 140 , d ) 200 , e ) 250
d
divide(divide(multiply(add(100, 200), add(divide(subtract(200, 100), 100), const_1)), const_2), add(divide(subtract(200, 100), 100), const_1))
add(n0,n2)|subtract(n2,n0)|divide(#1,n0)|add(#2,const_1)|multiply(#0,#3)|divide(#4,const_2)|divide(#5,#3)|
general
andrew purchased 14 kg of grapes at the rate of 54 per kg and 10 kg of mangoes at the rate of 62 per kg . how much amount did he pay to the shopkeeper ?
"cost of 14 kg grapes = 54 × 14 = 756 . cost of 10 kg of mangoes = 62 x 10 = 620 . total cost he has to pay = 756 + 620 = 1376 b"
a ) 1000 , b ) 1376 , c ) 1456 , d ) 1900 , e ) 1566
b
add(multiply(14, 54), multiply(10, 62))
multiply(n0,n1)|multiply(n2,n3)|add(#0,#1)|
gain
two trains move in the same direction at speeds 50 kmph and 32 kmph respectively . a man in the slower train observes that 15 seconds elapse before the faster train completely passes by him . what is the length of faster train ?
since both trains move in same direction so : average speed = 50 - 32 = 18 kmph = 5 mps speeed = length of train / time length of train = 5 * 15 = 75 m answer : b
a ) 100 m , b ) 75 m , c ) 120 m , d ) 50 m , e ) 70 m
b
multiply(multiply(subtract(50, 32), const_0_2778), 15)
subtract(n0,n1)|multiply(#0,const_0_2778)|multiply(n2,#1)
physics
what will be the fraction of 30 %
"explanation : it will 30 * 1 / 100 = 3 / 10 option c"
a ) 1 / 4 , b ) 1 / 5 , c ) 3 / 10 , d ) 1 / 11 , e ) none of above
c
divide(circle_area(divide(30, const_2)), const_2)
divide(n0,const_2)|circle_area(#0)|divide(#1,const_2)|
gain
jacob is 39 years old . he is 3 times as old as his brother . how old will jacob be when he is twice as old ?
"j = 39 ; j = 3 b ; b = 39 / 3 = 13 ; twice as old so b = 13 ( now ) + ( 13 ) = 26 ; jacob is 39 + 26 = 65 answer : c"
a ) 63 , b ) 64 , c ) 65 , d ) 76 , e ) 67
c
multiply(39, 3)
multiply(n0,n1)|
general
how many seconds will a train 100 meters long take to cross a bridge 150 meters long if the speed of the train is 42 kmph ?
"d = 100 + 150 = 250 s = 42 * 5 / 18 = 11.7 mps t = 250 / 11.7 = 21.4 sec answer : a"
a ) 21.4 sec , b ) 77 sec , c ) 25 sec , d ) 18 sec , e ) 17 sec
a
divide(add(150, 100), multiply(42, const_0_2778))
add(n0,n1)|multiply(n2,const_0_2778)|divide(#0,#1)|
physics
two cars of length 120 m and 280 m are running towards each other on parallel lines at 42 kmph and 30 kmph respectively . in what time will they be clear of each other from the moment they meet ?
d relative speed = ( 42 + 30 ) * 5 / 18 = 4 * 5 = 20 mps . distance covered in passing each other = 120 + 280 = 400 m . the time required = d / s = 400 / 20 = 20 s .
a ) 10 sec , b ) 30 sec , c ) 40 sec , d ) 20 s , e ) 50 sec
d
divide(add(280, 120), multiply(add(42, 30), const_0_2778))
add(n0,n1)|add(n2,n3)|multiply(#1,const_0_2778)|divide(#0,#2)
physics
a student is ranked 6 th from right and 5 th from left . how many students are there in totality ?
"from right 6 , from left 5 total = 6 + 5 - 1 = 10 answer : a"
a ) 10 , b ) 19 , c ) 20 , d ) 21 , e ) 22
a
subtract(add(6, 5), const_1)
add(n0,n1)|subtract(#0,const_1)|
general
if 6 men can reap 60 acres of land in 10 days , how many acres of land can 12 men reap in 20 days ?
"6 men 60 acres 10 days 12 men ? 20 days 60 * 12 / 6 * 20 / 10 60 * 2 * 2 60 * 4 = 240 answer : c"
a ) 120 , b ) 360 , c ) 240 , d ) 182 , e ) 1000
c
multiply(60, multiply(divide(12, 6), divide(20, 10)))
divide(n3,n0)|divide(n4,n2)|multiply(#0,#1)|multiply(n1,#2)|
physics
solve for x and check : 15 x = 165
solution : dividing each side by 15 , we obtain ( 15 x / 15 ) = ( 165 / 15 ) therefore : x = 11 check : 15 x = 165 ( 15 * 11 ) = 165 165 = 165 answer : b
a ) 98 , b ) 165 , c ) 180 , d ) 253 , e ) none of these
b
multiply(15, divide(165, 15))
divide(n1,n0)|multiply(n0,#0)
general
if ram and gohul can do a job in 10 days and 15 days independently . how many days would they take to complete the same job working simultaneously ?
"if total work is x . ram rate of working = x / 10 per day . gohul rate of working = x / 15 per day . rate of work = ( x / 10 ) + ( x / 15 ) = 30 x / 5 x = 6 days answer is option e"
a ) 5 , b ) 8 , c ) 4 , d ) 7 , e ) 6
e
inverse(add(divide(const_1, 10), divide(const_1, 15)))
divide(const_1,n0)|divide(const_1,n1)|add(#0,#1)|inverse(#2)|
physics
what will be the difference between simple and compound interest at 8 % per annum on a sum of rs . 1000 after 4 years ?
"s . i . = ( 1000 * 8 * 4 ) / 100 = rs . 320 c . i . = [ 1000 * ( 1 + 8 / 100 ) 4 - 1000 ] = rs . 360.5 difference = ( 360.5 - 320 ) = rs . 40.5 answer : c"
a ) 64.19 , b ) 64.12 , c ) 40.5 , d ) 64.1 , e ) 64.11
c
subtract(subtract(multiply(1000, power(add(divide(8, const_100), const_1), 4)), 1000), multiply(multiply(1000, divide(8, const_100)), 4))
divide(n0,const_100)|add(#0,const_1)|multiply(n1,#0)|multiply(n2,#2)|power(#1,n2)|multiply(n1,#4)|subtract(#5,n1)|subtract(#6,#3)|
gain
a motorcyclist started riding at highway marker a , drove 120 miles to highway marker b , and then , without pausing , continued to highway marker c , where she stopped . the average speed of the motorcyclist , over the course of the entire trip , was 40 miles per hour . if the ride from marker a to marker b lasted 3 t...
"a - b = 120 miles b - c = 60 miles avg speed = 40 miles time taken for a - b 3 t and b - c be t avg speed = ( 120 + 60 ) / total time 40 = 180 / 4 t t = 67.5 b - c = 67.5 mph answer e"
a ) 40 , b ) 45 , c ) 50 , d ) 55 , e ) 67.5
e
multiply(divide(divide(add(divide(120, const_2), 120), 40), const_4), divide(120, const_2))
divide(n0,const_2)|add(n0,#0)|divide(#1,n1)|divide(#2,const_4)|multiply(#3,#0)|
physics
company x sells a selection of products at various price points . listed below are unit sales made for one particular day . how many unit sales on that day were greater than the mean sale price but less than the median sale price ? $ 50 , $ 50 , $ 97 , $ 97 , $ 97 , $ 120 , $ 125 , $ 155 , $ 199 , $ 199 , $ 239
taking the prices of products in ascending order ( already arranged ) $ 50 , $ 50 , $ 97 , $ 97 , $ 97 , $ 120 , $ 125 , $ 155 , $ 199 , $ 199 , $ 239 we see that median value is the 6 th value as there in total 11 values given arithmetic mean = total / number of entries = 1428 / 11 = 129.8181 we are asked to find how ...
a ) 0 , b ) 1 , c ) 2 , d ) 3 , e ) 4
b
divide(divide(add(add(add(add(add(add(add(add(add(add(50, 50), 97), 97), 97), 120), 125), 155), 199), 199), 239), add(const_10, const_1)), divide(add(add(add(add(add(add(add(add(add(add(50, 50), 97), 97), 97), 120), 125), 155), 199), 199), 239), add(const_10, const_1)))
add(n0,n0)|add(const_1,const_10)|add(n2,#0)|add(n2,#2)|add(n2,#3)|add(n5,#4)|add(n6,#5)|add(n7,#6)|add(n8,#7)|add(n8,#8)|add(n10,#9)|divide(#10,#1)|divide(#11,#11)
general
the average age of an adult class is 40 years . 15 new students with an avg age of 32 years join the class . therefore decreasing the average by 4 year . find what was theoriginal strength of class ?
"let original strength = y then , 40 y + 15 x 32 = ( y + 15 ) x 36 â ‡ ’ 40 y + 480 = 36 y + 540 â ‡ ’ 4 y = 60 â ˆ ´ y = 15 c"
a ) 8 , b ) 12 , c ) 15 , d ) 17 , e ) 18
c
divide(subtract(multiply(15, subtract(40, 4)), multiply(15, 32)), 4)
multiply(n1,n2)|subtract(n0,n3)|multiply(n1,#1)|subtract(#2,#0)|divide(#3,n3)|
general
if log 10 2 = 0.3010 , then log 2 10 is equal to :
explanation : log 2 10 = 1 / log 102 = 1 / 0.3010 = 10000 / 3010 = 1000 / 301 answer e
a ) 100 / 6 , b ) 289 / 4 , c ) 128 / 7 , d ) 456 / 6 , e ) 1000 / 301
e
divide(const_1, 0.301)
divide(const_1,n2)
general
find two integers , neither of which ends in a zero , and whose product is exactly 00000
1 , 00,000 = 10 ^ 5 = 10 x 10 x 10 x 10 x 10 = ( 2 x 5 ) x ( 2 x 5 ) x ( 2 x 5 ) x ( 2 x 5 ) x ( 2 x 5 ) = ( 2 ^ 5 ) x ( 5 ^ 5 ) = 32 x 3125 so the numbers are 32 and 3,125 answer : b
a ) 64 and 15,625 , b ) 32 and 3,125 , c ) 64 and 15,620 , d ) 64 and 15,635 , e ) 64 and 16,625
b
add(power(divide(log(multiply(const_100, const_1000)), log(const_10)), subtract(divide(log(multiply(const_100, const_1000)), log(const_10)), const_1)), 0)
log(const_10)|multiply(const_100,const_1000)|log(#1)|divide(#2,#0)|subtract(#3,const_1)|power(#3,#4)|add(n0,#5)
general
the area of a triangle is with base 8 m and height 4 m ?
"1 / 2 * 8 * 4 = 16 m 2 answer : c"
a ) 88 m 2 , b ) 10 m 2 , c ) 16 m 2 , d ) 77 m 2 , e ) 31 m 2
c
triangle_area(8, 4)
triangle_area(n0,n1)|
geometry
set a consists of the integers from 4 to 15 , inclusive , while set b consists of the integers from 6 to 20 , inclusive . how many distinct integers do belong to the both sets at the same time ?
a = { 4,5 , 6,7 , 8,9 , 10,11 , 12,13 , 14,15 } b = { 6 , 7,8 , 9,10 , 11,12 . . . 20 } thus we see that there are 10 distinct integers that are common to both . e is the correct answer .
a ) 5 , b ) 7 , c ) 8 , d ) 9 , e ) 10
e
add(6, 4)
add(n0,n2)
other
what is the probability that the sum of two dice will yield a 9 , and then when both are thrown again , their sum will again yield a 9 ? assume that each die has 8 sides with faces numbered 1 to 8 .
"solution - rolling dices is an independent event . the combinations to get 9 are ( 1,8 ) , ( 8,1 ) , ( 2,7 ) , ( 7,2 ) , ( 3,6 ) , ( 6,3 ) , ( 4,5 ) , ( 5,4 ) , and total combinations of both dices is 64 . the probability of getting 9 in first attempt is 8 / 64 = 1 / 8 . probability of getting 9 again in second attemp...
a ) 1 / 64 , b ) 1 / 36 , c ) 1 / 12 , d ) 1 / 6 , e ) 1 / 3
a
multiply(divide(8, power(8, const_2)), divide(8, power(8, const_2)))
power(n2,const_2)|divide(n2,#0)|multiply(#1,#1)|
probability
john want to buy a $ 100 trouser at the store , but he think it ’ s too expensive . finally , it goes on sale for $ 20 . what is the percent decrease ?
"the is always the difference between our starting and ending points . in this case , it ’ s 100 – 20 = 80 . the “ original ” is our starting point ; in this case , it ’ s 100 . ( 80 / 100 ) * 100 = ( 0.8 ) * 100 = 80 % . e"
a ) 20 % , b ) 30 % , c ) 40 % , d ) 70 % , e ) 80 %
e
subtract(100, 20)
subtract(n0,n1)|
general
a soccer store typically sells replica jerseys at a discount of 30 percent to 50 percent off list price . during the annual summer sale , everything in the store is an additional 20 percent off the original list price . if a replica jersey ' s list price is $ 80 , approximately what percent q of the list price is the l...
"let the list price be 2 x for min sale price , the first discount given should be 50 % , 2 x becomes x here now , during summer sale additional 20 % off is given ie sale price becomes 0.8 x it is given lise price is $ 80 = > 2 x = 80 = > x = 40 and 0.8 x = 32 so lowest sale price is 32 , which is q = 40 % of 80 hence ...
a ) 20 , b ) 25 , c ) 30 , d ) 40 , e ) 50
d
divide(80, const_2)
divide(n3,const_2)|
general
how many two - digit numbers yield a remainder of 1 when divided by both 4 and 17 ?
easier to start with numbers that are of the form 17 p + 1 - - - > 18 , 35,52 , 69,86 . out of these , there is only one ( 69 ) is also of the form 4 q + 1 . thus 1 is the answer . b is the correct answer .
a ) 0 , b ) 1 , c ) 2 , d ) 3 , e ) 4
b
subtract(add(1, multiply(17, 4)), multiply(17, 4))
multiply(n1,n2)|add(n0,#0)|subtract(#1,#0)
general
the cost of an article is decreased by 20 % . if the original cost is $ 120 , find the decrease cost .
"original cost = $ 120 decrease in it = 20 % of $ 120 = 20 / 100 ã — 120 = 2400 / 100 = $ 24 therefore , decrease cost = $ 120 - $ 24 = $ 96 answer : c"
a ) 33 , b ) 11 , c ) 96 , d ) 36 , e ) 91
c
divide(multiply(120, 20), const_100)
multiply(n0,n1)|divide(#0,const_100)|
gain
3 log 3 ( - 5 ) = ?
"since - 5 is not in the domain of function log 3 ( x ) , 3 log 3 ( - 5 ) is undefined correct answer b"
a ) 1 , b ) undentified , c ) 3 , d ) 7 , e ) 5
b
divide(log(multiply(3, 3)), log(const_10))
log(const_10)|multiply(n0,n0)|log(#1)|divide(#2,#0)|
general
a cylinder with 6 meter radius and 12 meter height is filled to capacity with water . if the content of the cylinder is used to fill several smaller cylinders of 4 meter diameter and 8 meter height , how many smaller cylinders will be filled to capacity ?
calculate the volume of the larger cylinder and divide it by the volume of the smaller cylinder . volume of cylinder = π r 2 h larger cylinder volume = 1357.17 smaller cylinder volume = 100.53 therefore the number of cylinders b that can be filled to capacity = 1357.17 / 100.53 = 13.5 answer is a only 13 smaller cylind...
['a ) 13', 'b ) 12', 'c ) 4', 'd ) 16', 'e ) 18']
a
divide(volume_cylinder(6, 12), volume_cylinder(const_2, 8))
volume_cylinder(n0,n1)|volume_cylinder(const_2,n3)|divide(#0,#1)
geometry
sonika deposited rs . 12000 which amounted to rs . 19500 after 4 years at simple interest . had the interest been 3 % more . she would get how much ?
"( 12000 * 4 * 3 ) / 100 = 1440 19500 - - - - - - - - 20940 answer : a"
a ) 20940 , b ) 21009 , c ) 23000 , d ) 23450 , e ) 30000
a
add(multiply(multiply(add(divide(3, const_100), divide(divide(subtract(19500, 12000), 4), 12000)), 12000), 4), 12000)
divide(n3,const_100)|subtract(n1,n0)|divide(#1,n2)|divide(#2,n0)|add(#0,#3)|multiply(n0,#4)|multiply(n2,#5)|add(n0,#6)|
gain
8 k 8 + k 88 - - - - - - - - 16 y 6 if k and y represent non - zero digits within the integers above , what is y ?
8 k 8 k 88 - - - - - - - - 16 y 6 trial and error or just plug - in method might be the shortest way to solve this problem . though you can narrow down the possible values of k to just two : 7 and 8 - - > 8 * * + 7 * * = 16 * * or 8 * * + 8 * * = 16 * * ( k can not be less than 7 or 9 , as the result wo n ' t be 16 * *...
a ) 6 , b ) 7 , c ) 8 , d ) 9 , e ) 17
a
floor(divide(divide(subtract(add(multiply(16, const_100), 6), add(add(multiply(8, const_100), 8), 88)), const_10), add(const_10, const_1)))
add(const_1,const_10)|multiply(n3,const_100)|multiply(n0,const_100)|add(n4,#1)|add(n0,#2)|add(n2,#4)|subtract(#3,#5)|divide(#6,const_10)|divide(#7,#0)|floor(#8)
general
a rectangular garden is to be twice as long as it is wide . if 900 yards of fencing , including the gate , will completely enclose the garden , what will be the length of the garden , in yards ?
"alternate approach backsolving ( using answer options to reach the correct answer ) can work wonders here if one is fast in calculations . given perimeter is 900 so , 2 ( l + b ) = 900 or , l + b = 450 now use the answer options ( given length ; breath will be half the length ) ( a ) 40 l = 40 ; b = 20 l + b = 60 ( b ...
a ) 40 , b ) 50 , c ) 60 , d ) 200 , e ) 300
e
multiply(divide(900, multiply(add(const_2, const_1), const_2)), const_2)
add(const_1,const_2)|multiply(#0,const_2)|divide(n0,#1)|multiply(#2,const_2)|
geometry
if x is an integer and 2.134 × 10 ^ x is less than 2 , 100,000 , what is the greatest possible value for x ?
"if x = 6 2.134 × 10 ^ 6 = 2 , 134,000 > 2 , 100,000 so , x = 5 answer : c"
a ) 7 , b ) 6 , c ) 5 , d ) 4 , e ) 3
c
floor(divide(log(divide(2, 2.134)), log(10)))
divide(n2,n0)|log(n1)|log(#0)|divide(#2,#1)|floor(#3)|
general
a man can do a piece of work in 8 days , but with the help of his son , he can finish it in 3 days . in what time can the son do it alone ?
"son ' s 1 day work = 1 / 3 - 1 / 8 = 5 / 24 son alone can do the work in 24 / 5 days = 4 4 / 5 days answer is c"
a ) 5 , b ) 5 1 / 2 , c ) 4 4 / 5 , d ) 6 , e ) 9 1 / 2
c
divide(multiply(const_4.0, 3), subtract(8, 3))
multiply(const_4.0,n1)|subtract(n0,n1)|divide(#0,#1)|
physics
caleb and kyle built completed the construction of a shed in 10 and half days . if they were to work separately , how long will it take each for each of them to build the shed , if it will take caleb 2 day earlier than kyle ?
work = ( a ) ( b ) / ( a + b ) where a and b are the individual times of each entity . here , we ' re told that ( working together ) the two workers would complete a job in 12 days . this means that ( individually ) each of them would take more than 10 days to do the job . answers e , a and c are illogical , since the ...
a ) 10 and 12 , b ) 9 and 11 , c ) 20 and 22 , d ) 8 and 10 , e ) 19 and 21
c
add(add(multiply(10, 2), 2), multiply(multiply(10, 10), multiply(10, 2)))
multiply(n0,n1)|multiply(n0,n0)|add(n1,#0)|multiply(#1,#0)|add(#2,#3)
physics
in a manufacturing plant , it takes 36 machines 8 hours of continuous work to fill 8 standard orders . at this rate , how many hours of continuous work by 72 machines are required to fill 12 standard orders ?
"the choices give away the answer . . 36 machines take 4 hours to fill 8 standard orders . . in next eq we aredoubling the machines from 36 to 72 , but thework is not doubling ( only 1 1 / 2 times ) , = 8 * 36 / 72 * 12 / 8 = 6 ans b"
a ) 3 , b ) 6 , c ) 8 , d ) 9 , e ) 12
b
divide(divide(multiply(multiply(36, 12), 8), 72), 8)
multiply(n0,n4)|multiply(#0,n1)|divide(#1,n3)|divide(#2,n2)|
physics
what is the smallest positive integer x such that 864 x is the cube of a positive integer
"given 864 x is a perfect cube so we will take 1728 = 12 * 12 * 12 864 x = 1728 x = 1728 / 864 = 2 correct option is e"
a ) 6 , b ) 12 , c ) 9 , d ) 5 , e ) 2
e
add(const_3, const_4)
add(const_3,const_4)|
geometry
at the beginning of the year , the ratio of boys to girls in high school x was 3 to 4 . during the year , 10 boys and twice as many girls transferred to another high school , while no new students joined high school x . if , at the end of the year , the ratio of boys to girls was 4 to 5 , how many boys were there in hi...
let the total number of boys and girls at the beginning of the year be 3 x and 4 x respectively . now 10 boys and 20 girls are transferred to another school . thus no . of boys and girls students left in the school x are 3 x - 10 and 4 x - 20 respectively . the ratio of these boys and girls students = 4 / 5 thus we hav...
a ) 70 , b ) 120 , c ) 100 , d ) 90 , e ) 110
b
multiply(multiply(10, 4), 3)
multiply(n1,n2)|multiply(n0,#0)
general
the total number of digits used in numbering the pages of a book having 360 pages is
"total number of digits = ( no . of digits in 1 - digit page nos . + no . of digits in 2 - digit page nos . + no . of digits in 3 - digit page nos . ) = ( 1 x 9 + 2 x 90 + 3 x 261 ) = ( 9 + 180 + 783 ) = 972 . answer : a"
a ) 972 , b ) 990 , c ) 1098 , d ) 1305 , e ) 1405
a
subtract(subtract(multiply(360, const_3), subtract(const_100, const_1)), subtract(const_10, const_1))
multiply(n0,const_3)|subtract(const_100,const_1)|subtract(const_10,const_1)|subtract(#0,#1)|subtract(#3,#2)|
general
222 , 224 , 228 , 234 , 242 , ( . . . . )
"explanation : the pattern is 2 , 4 , 6 , 8 , 10 , etc . hence 10 = 252 answer : c"
a ) 260 , b ) 258 , c ) 252 , d ) 250 , e ) 244
c
subtract(negate(234), multiply(subtract(224, 228), divide(subtract(224, 228), subtract(222, 224))))
negate(n3)|subtract(n1,n2)|subtract(n0,n1)|divide(#1,#2)|multiply(#3,#1)|subtract(#0,#4)|
general
what is the area of an equilateral triangle whose one side length is 80 ?
- > the area of an equilateral triangle with one side length of a is √ 3 a 2 / 4 . thus , √ 3 ( 80 ^ 2 ) / 4 = 1600 √ 3 and the answer is e .
a ) 800 √ 3 , b ) 1000 √ 3 , c ) 1200 √ 3 , d ) 1400 √ 3 , e ) 1600 √ 3
e
triangle_area_three_edges(80, 80, 80)
triangle_area_three_edges(n0,n0,n0)|
geometry
a 2000 liter tank , half - full of water is being filled from a pipe with a flow rate of 1 kiloliter every 2 minutes . at the same time , the tank is losing water from two drains at a rate of 1 kiloliter every 4 minutes and every 6 minutes . how many minutes does it take to fill the tank completely ?
"in : we have : 1,000 / 2 min = 500 litres per minute out : we have : 1,000 / 4 + 1,000 / 6 then do : in - out to figure out the net inflow per minute ( you get 83.3 ) . then divide the total number of litres you need ( 1,000 by that net inflow to get the minutes ) - 12 min . answer b ."
a ) 8 , b ) 12 , c ) 18 , d ) 24 , e ) 48
b
divide(multiply(add(add(6, 4), 2), divide(2000, 2)), const_1000)
add(n4,n5)|divide(n0,n2)|add(n2,#0)|multiply(#2,#1)|divide(#3,const_1000)|
physics
share rs . 4800 among john , jose & binoy in the ration 2 : 4 : 6 . find the amount received by john ?
amount received by sanjay . 4 / 12 x 4800 = 1600 = ( related ratio / sum of ratio ) x total amount so , the amount received by sanjay is 1600 . c
a ) 900 , b ) 980 , c ) 1600 , d ) 1240 , e ) 1400
c
subtract(divide(4800, 2), divide(4800, 6))
divide(n0,n1)|divide(n0,n3)|subtract(#0,#1)
other
the total circumference of two circles is 25 . if the first circle has a circumference that is exactly twice the circumference of the second circle , then what is the approximate sum of their two radii ?
"let r = radius of smaller circle . let r = radius of larger circle therefore : 2 π r + 2 π r = 25 where 2 r = r thus : 2 π r + 4 π r = 25 6 π r = 25 r = approx 1.33 π r + 2 r π = 25 3 π r = 25 r = approx 2.65 r + r = approx 3.98 = 4.0 answer : c"
a ) 5.7 , b ) 6.0 , c ) 4.0 , d ) 9.7 , e ) 18.0
c
divide(add(divide(divide(25, const_3), const_3), divide(multiply(divide(25, const_3), const_2), const_3)), const_2)
divide(n0,const_3)|divide(#0,const_3)|multiply(#0,const_2)|divide(#2,const_3)|add(#1,#3)|divide(#4,const_2)|
general
the length of a train and that of a platform are equal . if with a speed of 144 k / hr , the train crosses the platform in one minute , then the length of the train ( in meters ) is ?
"speed = [ 144 * 5 / 18 ] m / sec = 40 m / sec ; time = 1 min . = 60 sec . let the length of the train and that of the platform be x meters . then , 2 x / 60 = 40 è x = 40 * 60 / 2 = 1200 answer : d"
a ) 757 , b ) 758 , c ) 718 , d ) 1200 , e ) 738
d
divide(divide(multiply(144, const_1000), divide(const_60, const_1)), const_2)
divide(const_60,const_1)|multiply(n0,const_1000)|divide(#1,#0)|divide(#2,const_2)|
physics
the cost of 10 kg of mangos is equal to the cost of 24 kg of rice . the cost of 6 kg of flour equals the cost of 2 kg of rice . the cost of each kg of flour is $ 20.50 . find the total cost of 4 kg of mangos , 3 kg of rice and 5 kg of flour ?
"c $ 877.40 let the costs of each kg of mangos and each kg of rice be $ a and $ r respectively . 10 a = 24 r and 6 * 20.50 = 2 r a = 12 / 5 r and r = 61.5 a = 147.6 required total cost = 4 * 147.6 + 3 * 61.5 + 5 * 20.5 = 590.4 + 184.5 + 102.5 = $ 877.40"
a ) 347.4 , b ) 987.4 , c ) 877.4 , d ) 637.4 , e ) 667.4
c
add(add(multiply(4, multiply(divide(24, 10), divide(multiply(20.50, 6), 2))), multiply(3, divide(multiply(20.50, 6), 2))), multiply(5, 20.50))
divide(n1,n0)|multiply(n2,n4)|multiply(n4,n7)|divide(#1,n3)|multiply(#0,#3)|multiply(n6,#3)|multiply(n5,#4)|add(#6,#5)|add(#7,#2)|
general
a is 1.5 times as fast as b . a alone can do the work in 30 days . if a and b working together in how many days will the work be completed ?
"a can finish 1 work in 30 days b can finish 1 / 1.5 work in 30 days - since a is 1.5 faster than b this means b can finish 1 work in 30 * 1.5 days = 45 days now using the awesome gmat formula when two machines work together they can finish the job in = ab / ( a + b ) = 45 * 30 / ( 45 + 30 ) = 20 * 30 / 50 = 18 days so...
a ) 23 , b ) 18 , c ) 21 , d ) 24 , e ) 25
b
divide(const_1, add(divide(const_1, 30), divide(divide(const_1, 30), 1.5)))
divide(const_1,n1)|divide(#0,n0)|add(#0,#1)|divide(const_1,#2)|
physics
if the numbers 1 to 95 are written on 95 pieces of paper , ( one on each ) and one piece is picked at random , then what is the probability that the number drawn is neither prime nor composite ?
"there are 25 primes , 69 composite numbers from 1 to 95 . the number which is neither prime nor composite is 1 . therefore , required probability = 1 / 95 . answer : c"
a ) 1 / 50 , b ) 1 / 25 , c ) 1 / 95 , d ) 1 , e ) 2
c
divide(1, 95)
divide(n0,n1)|
other
a train running at 1 / 6 of its own speed reached a place in 24 hours . how much time could be saved if the train would have run at its own speed ?
"time taken if run its own speed = 1 / 6 * 24 = 4 hrs time saved = 24 - 4 = 20 hrs answer : b"
a ) 8 hrs , b ) 20 hrs , c ) 12 hrs , d ) 15 hrs , e ) 6 hrs
b
multiply(divide(1, 6), 24)
divide(n0,n1)|multiply(n2,#0)|
physics
a watch was sold at a loss of 10 % . if it was sold for rs . 168 more , there would have been a gain of 4 % . what is the cost price ?
"90 % 104 % - - - - - - - - 14 % - - - - 168 100 % - - - - ? = > rs : 1200 answer : c"
a ) s : 1000 , b ) s : 1067 , c ) s : 1200 , d ) s : 1028 , e ) s : 1027
c
divide(multiply(168, const_100), subtract(add(const_100, 4), subtract(const_100, 10)))
add(const_100,n2)|multiply(n1,const_100)|subtract(const_100,n0)|subtract(#0,#2)|divide(#1,#3)|
gain
a pump can fill a tank with a water in 2 hours . because of a leak , it took 3 hours to fill the tank . the leak can drain all the water of the full tank in how many hours ?
the rate of the pump + leak = 1 / 3 1 / 2 - leak ' s rate = 1 / 3 leak ' s rate = 1 / 2 - 1 / 3 = 1 / 6 the leak will empty the tank in 6 hours . the answer is e .
a ) 2 , b ) 3 , c ) 4 , d ) 5 , e ) 6
e
divide(const_1, subtract(divide(const_1, 2), divide(const_1, 3)))
divide(const_1,n0)|divide(const_1,n1)|subtract(#0,#1)|divide(const_1,#2)
physics
if each edge of a cube is doubled , then its volume :
sol . let original edge = a . then , volume = a ³ new edge = 2 a . so , new volume = ( 2 a ) ³ = 8 a ³ ∴ volume becomes 8 times answer a
['a ) becomes 8 times', 'b ) becomes 9 times', 'c ) is double', 'd ) becomes 6 times', 'e ) none']
a
power(const_2, const_3)
power(const_2,const_3)
geometry
a started a business with an investment of rs . 70000 and after 6 months b joined him investing rs . 120000 . if the profit at the end of a year is rs . 52000 , then the share of a is ?
"ratio of investments of a and b is ( 70000 * 12 ) : ( 120000 * 6 ) = 7 : 6 total profit = rs . 52000 share of b = 7 / 13 ( 52000 ) = rs . 28000 answer : b"
a ) s . 28028 , b ) s . 28000 , c ) s . 28003 , d ) s . 28029 , e ) s . 24029
b
subtract(52000, multiply(const_60, const_100))
multiply(const_100,const_60)|subtract(n3,#0)|
gain
on a trip , a cyclist averaged 9 miles per hour for the first 18 miles and 10 miles per hour for the remaining 12 miles . if the cyclist returned immediately via the same route and took a total of 7.2 hours for the round trip , what was the average speed ( in miles per hour ) for the return trip ?
"the time to go 30 miles was 18 / 9 + 12 / 10 = 2 + 1.2 = 3.2 hours . the average speed for the return trip was 30 miles / 4 hours = 7.5 mph . the answer is c ."
a ) 6.9 , b ) 7.2 , c ) 7.5 , d ) 7.8 , e ) 8.1
c
divide(add(18, 12), subtract(7.2, add(divide(18, 9), divide(12, 10))))
add(n1,n3)|divide(n1,n0)|divide(n3,n2)|add(#1,#2)|subtract(n4,#3)|divide(#0,#4)|
physics
in town p , 60 percent of the population are employed , and 42 percent of the population are employed males . what percent of the employed people in town p are females ?
"the percent of the population who are employed females is 60 - 42 = 18 % the percent of employed people who are female is 18 % / 60 % = 30 % . the answer is c ."
a ) 20 % , b ) 25 % , c ) 30 % , d ) 35 % , e ) 40 %
c
multiply(divide(subtract(60, 42), 60), const_100)
subtract(n0,n1)|divide(#0,n0)|multiply(#1,const_100)|
gain
an integer n between 1 and 100 , inclusive , is to be chosen at random . what is the probability that n ( n + 1 ) will be divisible by 5 ?
"n ( n + 1 ) to be divisible by 3 either n or n + 1 must be a multiples of 3 . in each following group of numbers : { 1 , 2 , 3 , 4 , 5 } , { 6 , 7 , 8 , 9 , 10 } , . . . , { 96 , 97 , 98 , 99,100 } there is exactly 1 numbers out of 5 satisfying the above condition . for example in { 1 , 2 , 3 , 4 , 5 } n can be : 4 or...
a ) 1 / 9 , b ) 1 / 3 , c ) 1 / 2 , d ) 2 / 3 , e ) 2 / 5
e
multiply(divide(divide(100, 5), 100), const_2.0)
divide(n1,n3)|divide(#0,n1)|multiply(const_2.0,#1)|
general
when positive integer n is divided by 5 , the remainder is 1 . when n is divided by 7 , the remainder is 3 . what is the smallest positive integer k such that k + n is a multiple of 38 ?
"n = 5 p + 1 = 6,11 , 16,21 , 26,31 n = 7 q + 3 = 3 , 10,17 , 24,31 = > n = 38 m + 31 to get this , we need to take lcm of co - efficients of p and q and first common number in series . so we need to add 7 more to make it 38 m + 38 answer - c"
a ) 3 , b ) 4 , c ) 7 , d ) 32 , e ) 35
c
subtract(38, reminder(3, 7))
reminder(n3,n2)|subtract(n4,#0)|
general
jane started baby - sitting when she was 18 years old . whenever she baby - sat for a child , that child was no more than half her age at the time . jane is currently 34 years old , and she stopped baby - sitting 12 years ago . what is the current age of the oldest person for whom jane could have baby - sat ?
"check two extreme cases : jane = 18 , child = 9 , years ago = 34 - 18 = 16 - - > child ' s age now = 9 + 16 = 25 ; jane = 22 , child = 11 , years ago = 34 - 22 = 12 - - > child ' s age now = 11 + 12 = 23 . answer : e ."
a ) 20 , b ) 21 , c ) 22 , d ) 23 , e ) 25
e
add(divide(18, const_2), subtract(34, 18))
divide(n0,const_2)|subtract(n1,n0)|add(#0,#1)|
general
each of the integers from 0 to 9 , inclusive , is written on a separate slip of blank paper and the ten slips are dropped into a hat . if 5 of the slips are the drawn , without replacement , what is the probability that all 5 have a odd number written on it ?
"key is that there is no replacement , so each successive choice will become more skewed towards picking a neg ( i . e . the pool of positives decreases , while the pool of negatives stay the same ) p ( + on 1 st pick ) = 5 / 10 p ( + on 2 nd pick ) = 4 / 9 p ( + on 3 rd pick ) = 3 / 8 p ( + on 4 rd pick ) = 2 / 7 p ( ...
a ) 1 / 12 , b ) 1 / 10 , c ) 1 / 8 , d ) 1 / 24 , e ) 5 / 9
a
multiply(multiply(multiply(divide(add(5, const_1), add(9, const_1)), divide(subtract(add(5, const_1), const_1), subtract(add(9, const_1), const_1))), divide(subtract(subtract(add(5, const_1), const_1), const_1), subtract(subtract(add(9, const_1), const_1), const_1))), divide(subtract(subtract(subtract(add(5, const_1), ...
add(const_1,n2)|add(n1,const_1)|divide(#0,#1)|subtract(#0,const_1)|subtract(#1,const_1)|divide(#3,#4)|subtract(#3,const_1)|subtract(#4,const_1)|divide(#6,#7)|multiply(#2,#5)|subtract(#6,const_1)|subtract(#7,const_1)|divide(#10,#11)|multiply(#8,#9)|multiply(#12,#13)|
gain
of the total amount that jill spent on a shopping trip , excluding taxes , she spent 50 percent on clothing , 20 percent on food , and 30 percent on other items . if jill paid a 4 percent tax on the clothing , no tax on the food , and an 10 percent tax on all other items , then the total tax that she paid was what perc...
let amount spent by jill = 100 clothing = 50 , food = 20 , others = 30 tax on clothing = 2 tax on others = 3 percentage = 5 / 100 = 5 % answer : d
a ) 2.8 % , b ) 3.6 % , c ) 4.4 % , d ) 5 % , e ) 6.0 %
d
multiply(divide(add(multiply(50, divide(4, const_100)), multiply(30, divide(10, const_100))), const_100), const_100)
divide(n3,const_100)|divide(n4,const_100)|multiply(n0,#0)|multiply(n2,#1)|add(#2,#3)|divide(#4,const_100)|multiply(#5,const_100)
general