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 |
|---|---|---|---|---|---|---|
in a rectangular coordinate system , what is the area of a rectangle whose vertices have the coordinates ( - 3 , 1 ) , ( 1 , 1 ) , ( 1 , - 2 ) and ( - 3 , - 2 ) ? | "length of side 1 = 3 + 1 = 4 length of side 2 = 2 + 1 = 3 area of rectangle = 4 * 3 = 12 a is the answer" | a ) 12 , b ) 24 , c ) 20 , d ) 30 , e ) 36 | a | multiply(add(3, 1), add(1, 2)) | add(n0,n1)|add(n1,n5)|multiply(#0,#1)| | geometry |
in 1970 there were 8,902 women stockbrokers in the united states . by 1978 the number had increased to 22,947 . approximately what was the percent increase ? | "the percent increase is ( 22947 - 8902 ) / 8902 = 14045 / 8902 = 1.58 so the approximate answer is d" | a ) 45 % , b ) 125 % , c ) 145 % , d ) 158 % , e ) 225 % | d | divide(subtract(22,947, 8,902), 8,902) | subtract(n3,n1)|divide(#0,n1)| | general |
a can finish a piece of work in 4 days . b can do it in 8 days . they work together for two days and then a goes away . in how many days will b finish the work ? | "2 / 4 + ( 2 + x ) / 8 = 1 = > x = 2 days answer : d" | a ) 4 , b ) 5 , c ) 6 , d ) 2 , e ) 8 | d | divide(subtract(const_1, add(multiply(divide(const_1, 4), const_2), multiply(divide(const_1, 8), const_2))), divide(const_1, 8)) | divide(const_1,n0)|divide(const_1,n1)|multiply(#0,const_2)|multiply(#1,const_2)|add(#2,#3)|subtract(const_1,#4)|divide(#5,#1)| | physics |
two trains of length 100 m and 200 m are 100 m apart . they start moving towards each other on parallel tracks , at speeds 90 kmph and 72 kmph . in how much time will the trains cross each other ? | "relative speed = ( 90 + 72 ) * 5 / 18 = 45 mps . the time required = d / s = ( 100 + 100 + 200 ) / 45 = 400 / 45 = 80 / 9 sec . answer : c" | a ) 80 / 6 , b ) 80 / 7 , c ) 80 / 9 , d ) 80 / 2 , e ) 80 / 1 | c | divide(100, multiply(add(90, 72), const_0_2778)) | add(n3,n4)|multiply(#0,const_0_2778)|divide(n2,#1)| | physics |
a batsman in his 12 th innings makes a score of 65 and thereby increases his average by 3 runs . what is his average after the 12 th innings if he had never been ‘ not out ’ ? | "let ‘ x ’ be the average score after 12 th innings ⇒ 12 x = 11 × ( x – 3 ) + 65 ∴ x = 32 answer a" | a ) 32 , b ) 43 , c ) 44 , d ) 45 , e ) 46 | a | add(subtract(65, multiply(12, 3)), 3) | multiply(n0,n2)|subtract(n1,#0)|add(n2,#1)| | general |
of 30 applicants for a job , 13 had at least 4 years ' experience , 18 had degrees , and 3 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 ? | "d . 6 30 - 3 = 27 27 - 13 - 18 = - 6 then 6 are in the intersection between 4 years experience and degree . answer d" | a ) 14 , b ) 13 , c ) 9 , d ) 6 , e ) 5 | d | add(subtract(add(13, 18), subtract(30, 3)), subtract(18, 13)) | add(n1,n3)|subtract(n0,n4)|subtract(n3,n1)|subtract(#0,#1)|add(#3,#2)| | general |
a train is 360 meter long is running at a speed of 72 km / hour . in what time will it pass a bridge of 140 meter length ? | "speed = 72 km / hr = 72 * ( 5 / 18 ) m / sec = 20 m / sec total distance = 360 + 140 = 500 meter time = distance / speed = 500 * ( 1 / 20 ) = 25 seconds answer : c" | a ) 65 seconds , b ) 46 seconds , c ) 25 seconds , d ) 97 seconds , e ) 26 seconds | c | divide(add(360, 140), divide(multiply(72, const_1000), const_3600)) | add(n0,n2)|multiply(n1,const_1000)|divide(#1,const_3600)|divide(#0,#2)| | physics |
a certain university will select 2 of 3 candidates eligible to fill a position in the mathematics department and 4 of 5 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 candidate... | "3 c 2 * 5 c 4 = 3 * 5 = 15 the answer is ( e )" | a ) 42 , b ) 10 , c ) 40 , d ) 65 , e ) 15 | e | multiply(multiply(5, 3), 3) | multiply(n3,n5)|multiply(n1,#0)| | other |
if 9 spiders make 9 webs in 9 days , then how many days are needed for 1 spider to make 1 web ? | "let , 1 spider make 1 web in a days . more spiders , less days ( indirect proportion ) more webs , more days ( direct proportion ) hence we can write as ( spiders ) 9 : 1 } : : a : 9 ( webs ) 1 : 9 ⇒ 7 × 1 × 7 = 1 × 7 × a ⇒ a = 7 answer : b" | a ) 5 days , b ) 7 days , c ) 8 days , d ) 9 days , e ) 6 days | b | multiply(1, 9) | multiply(n0,n3)| | physics |
a bullet train 220 m long is running with a speed of 59 kmph . in what time will it pass a man who is running at 7 kmph in the direction opposite to that in which the bullet train is going ? | "c 12 sec speed of the bullet train relative to man = ( 59 + 7 ) kmph = 66 * 5 / 18 m / sec = 55 / 3 m / sec . time taken by the bullet train to cross the man = time taken by it to cover 220 m at ( 55 / 3 ) m / sec = ( 220 * 3 / 55 ) sec = 12 sec" | a ) 23 sec , b ) 15 sec , c ) 12 sec , d ) 11 sec , e ) 16 sec | c | divide(220, divide(multiply(add(59, 7), const_1000), const_3600)) | add(n1,n2)|multiply(#0,const_1000)|divide(#1,const_3600)|divide(n0,#2)| | physics |
at the wholesale store you can buy an 8 - pack of hot dogs for $ 1.55 , a 20 - pack for $ 3.05 , and a 250 - pack for $ 22.95 . what is the greatest number of hot dogs you can buy at this store with $ 208 ? | "i think it should be d . i can buy 8 250 - pack for rs 22.95 * 8 = $ 183.60 now , i can buy 8 20 - pack for 3.05 * 8 = $ 24.40 now , i am left with only $ 1.15 . i can not but anything with this . hence total hotdogs = 250 * 8 + 20 * 5 = 2160" | a ) 1,108 , b ) 2,100 , c ) 2,108 , d ) 2,160 , e ) 2,256 | d | multiply(divide(208, 22.95), 250) | divide(n6,n5)|multiply(n4,#0)| | general |
two trains running in opposite directions cross a man standing on the platform in 27 seconds and 17 seconds respectively and they cross each other in 26 seconds . the ratio of their speeds is ? | "let the speeds of the two trains be x m / sec and y m / sec respectively . then , length of the first train = 27 x meters , and length of the second train = 17 y meters . ( 27 x + 17 y ) / ( x + y ) = 26 = = > 27 x + 17 y = 26 x + 26 y = = > 1 x = 9 y = = > x / y = 9 / 1 . answer : b" | a ) 3 / 1 , b ) 9 / 1 , c ) 3 / 3 , d ) 3 / 5 , e ) 5 / 2 | b | divide(subtract(27, 26), subtract(26, 17)) | subtract(n0,n2)|subtract(n2,n1)|divide(#0,#1)| | physics |
the spherical ball of lead 3 cm in diameter is melted and recast into 3 spherical balls . the diameters of two of these are 1 ½ cm and 2 cm respectively . the diameter of third ball is ? | 4 / 3 π * 3 * 3 * 3 = 4 / 3 π [ ( 3 / 2 ) 3 + 23 + r 3 ] r = 1.25 d = 2.5 answer : b | a ) 2.66 cm , b ) 2.5 cm , c ) 3 cm , d ) 3.5 cm , e ) 4 cm | b | multiply(power(subtract(subtract(power(divide(3, 2), const_3), power(divide(add(1, divide(1, 2)), 2), const_3)), 1), inverse(3)), const_2) | divide(n0,n3)|divide(n2,n3)|inverse(n0)|add(n2,#1)|power(#0,const_3)|divide(#3,n3)|power(#5,const_3)|subtract(#4,#6)|subtract(#7,n2)|power(#8,#2)|multiply(#9,const_2) | physics |
find the number which when multiplied by 15 is increased by 196 | "explanation : let the number be x . then , 15 x = x + 196 = › 14 x = 196 = › x = 14 . answer : option c" | a ) 10 , b ) 12 , c ) 14 , d ) 16 , e ) 17 | c | divide(196, subtract(15, const_1)) | subtract(n0,const_1)|divide(n1,#0)| | general |
a certain university will select 1 of 5 candidates eligible to fill a position in the mathematics department and 4 of 7 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 candidate... | "5 c 1 * 7 c 4 = 5 * 35 = 175 the answer is ( c )" | a ) 42 , b ) 70 , c ) 175 , d ) 165 , e ) 315 | c | multiply(multiply(7, 3), 5) | multiply(n3,n5)|multiply(n1,#0)| | other |
if the speed of a man is 51 km per hour , then what is the distance traveled by him in 30 seconds ? | "the distance traveled in 30 sec = 51 * ( 5 / 18 ) * 30 = 425 m answer : d" | a ) 275 m , b ) 360 m , c ) 375 m , d ) 425 m , e ) 440 m | d | multiply(multiply(51, const_0_2778), 30) | multiply(n0,const_0_2778)|multiply(n1,#0)| | physics |
the ratio between the sale price and the cost price of an article is 6 : 4 . what is the ratio between the profit and the cost price of that article ? | "c . p . = rs . 4 x and s . p . = rs . 6 x . then , gain = rs . 2 x required ratio = 2 x : 4 x = 1 : 2 b" | a ) 23 , b ) 1 : 2 , c ) 2 : 5 , d ) 3 : 5 , e ) 25 | b | divide(subtract(6, 4), 4) | subtract(n0,n1)|divide(#0,n1)| | other |
a person want to give his money of $ 5400 to his 3 children a , b , c in the ratio 2 : 3 : 4 . what is the b ' s share ? | "b ' s share = 5400 * 3 / 9 = $ 1800 answer is b" | a ) $ 2000 , b ) $ 1800 , c ) $ 2500 , d ) $ 1500 , e ) $ 1600 | b | multiply(divide(3, add(add(2, 3), 4)), 5400) | add(n1,n2)|add(n4,#0)|divide(n1,#1)|multiply(n0,#2)| | other |
what is the product of first three whole no . | "first three whole no . are 0 , 1,2 . remember whole no . start from 0 and natural no . from 1 so product will 0 only . answer a" | a ) 0 , b ) 1 , c ) 6 , d ) 2 , e ) 3 | a | divide(const_2, choose(add(const_3, const_3), const_3)) | add(const_3,const_3)|choose(#0,const_3)|divide(const_2,#1)| | general |
the perimeter of one face of a cube is 32 cm . its volume will be : | "explanation : edge of cude = 32 / 4 = 8 cm volume = a * a * a = 8 * 8 * 8 = 512 cm cube option c" | a ) 125 cm 3 , b ) 400 cm 3 , c ) 512 cm 3 , d ) 625 cm 3 , e ) none of these | c | volume_cube(square_edge_by_perimeter(32)) | square_edge_by_perimeter(n0)|volume_cube(#0)| | geometry |
what is 2 2 / 3 - 1 1 / 4 divided by 1 / 4 - 1 / 6 ? | "2 2 / 3 - 1 1 / 4 = 8 / 3 - 5 / 4 = ( 32 - 15 ) / 12 = 17 / 12 1 / 4 - 1 / 6 = ( 6 - 4 ) / 24 = 2 / 24 = 1 / 12 so 17 / 12 / 1 / 12 = 17 / 12 * 12 = 17 / 1 answer - d" | a ) 17 / 36 , b ) 36 / 17 , c ) 17 / 6 , d ) 17 / 1 , e ) 51 / 4 | d | subtract(divide(add(multiply(const_10, 2), 2), 3), divide(add(const_10, 1), 4)) | add(n3,const_10)|multiply(const_10,n0)|add(n0,#1)|divide(#0,n5)|divide(#2,n2)|subtract(#4,#3)| | general |
income and expenditure of a person are in the ratio 10 : 7 . if the income of the person is rs . 10000 , then find his savings ? | "let the income and the expenditure of the person be rs . 10 x and rs . 7 x respectively . income , 10 x = 10000 = > x = 1000 savings = income - expenditure = 10 x - 7 x = 3 x = 3 ( 1000 ) so , savings = rs . 3000 . answer : e" | a ) 3005 , b ) 3098 , c ) 3300 , d ) 3010 , e ) 3000 | e | subtract(10000, multiply(divide(7, 10), 10000)) | divide(n1,n0)|multiply(n2,#0)|subtract(n2,#1)| | other |
if the price of an article went up by 15 % , then by what percent should it be brought down to bring it back to its original price ? | "let the price of the article be rs . 100 . 15 % of 100 = 15 new price = 100 + 15 = rs . 115 required percentage = ( 115 - 100 ) / 115 * 100 = 20 / 115 * 100 = 17.39 % . answer : a" | a ) 17.39 % , b ) 2 / 8 % , c ) 2 / 1 % , d ) 1 / 3 % , e ) 2 / 7 % | a | multiply(divide(15, add(const_100, 15)), const_100) | add(n0,const_100)|divide(n0,#0)|multiply(#1,const_100)| | gain |
solution x is 10 percent alcohol by volume , and solution y is 30 percent alcohol by volume . how many milliliters of solution y must be added to 100 milliliters of solution x to create a solution that is 25 percent alcohol by volume ? | "we know that x is 10 % , y is 30 % and w . avg = 25 % . what does this mean with respect to w . avg technique ? w . avg is 1 portion away from y and 3 portion away from x so for every 1 portion of x we will have to add 3 portions of y . if x = 100 then y = 300 answer : c" | a ) 250 / 3 , b ) 500 / 3 , c ) 300 , d ) 480 , e ) 600 | c | multiply(divide(subtract(25, 10), subtract(30, 25)), 100) | subtract(n3,n0)|subtract(n1,n3)|divide(#0,#1)|multiply(n2,#2)| | general |
one millisecond is 0.001 of a second . the costs for a single run of a computer program are $ 1.07 for operating - system overhead , $ 0.023 per millisecond of computer time , and $ 5.35 for the mounting of a data tape . what is the total of these 3 costs for 1 run of a program that requires 1.5 seconds of computer tim... | operating system overhead for 1 run = 1.07 $ mounting of data tape = 5.35 $ cost per 1 millisecond of computer time = . 023 $ total cost of 1 run of a program that requires 1.5 seconds of computer time = 1.07 + ( . 023 * 1500 ) + 5.35 = 1.07 + 34.5 + 5.35 = 40.92 $ answer e | a ) $ 7.15 , b ) $ 8.87 , c ) $ 28.96 , d ) $ 35.57 , e ) $ 40.92 | e | add(add(1.07, 5.35), multiply(0.023, divide(1.5, 0.001))) | add(n1,n3)|divide(n6,n0)|multiply(n2,#1)|add(#0,#2) | general |
if 20 typists can type 46 letters in 20 minutes , then how many letters will 30 typists working at the same rate complete in 1 hour ? | "20 typists can type 46 letters , so 30 typists can type = 46 * 30 / 20 46 * 30 / 20 letters can be typed in 20 mins . in 60 mins typist can type = 46 * 30 * 60 / 20 * 20 = 207 e is the answer" | a ) 63 , b ) 72 , c ) 144 , d ) 216 , e ) 207 | e | multiply(divide(multiply(46, const_3), 20), 30) | multiply(n1,const_3)|divide(#0,n0)|multiply(n3,#1)| | physics |
the figure above shows the dimensions of a semicircular cross section of a one - way tunnel . the single traffic lane is 12 feet wide and is equidistant from the sides of the tunnel . if vehicles must clear the top of the tunnel by at least ½ foot when they are inside the traffic lane , what should be the limit h on th... | "let ' s label the midpoint of the circle o . since the base of the semi - circle is 20 , we know that the diameter is 20 and , accordingly , the radius is 10 . we also know that the traffic lane is 12 feet long and there ' s an equal amount of space on either side , so the traffic lane extends 6 feet on either side of... | a ) 5 ½ ft , b ) 7 ½ ft , c ) 8 ½ ft , d ) 9 ½ ft , e ) 10 ft | b | subtract(divide(12, const_2), divide(const_1, const_2)) | divide(n0,const_2)|divide(const_1,const_2)|subtract(#0,#1)| | physics |
if 4 x + y = 34 , 2 x - y = 20 , for integers of x and y , y ^ 2 = ? | 4 x + y = 34 2 x - y = 20 6 x = 54 x = 9 y = - 2 y ^ 2 = 4 answer is b | a ) 2 , b ) 4 , c ) 0 , d ) 10 , e ) 3 | b | power(subtract(multiply(2, divide(add(34, 20), add(4, 2))), 20), 2) | add(n1,n3)|add(n0,n2)|divide(#0,#1)|multiply(n2,#2)|subtract(#3,n3)|power(#4,n2) | general |
what is the sum of mean and median of 17 , 45 , 59 , 113 , 76 , 95 , 59 , 35 , 1236 ? | mean = ( 17 + 45 + 59 + 113 + 76 + 95 + 59 + 35 + 12 + 36 ) / 10 = 547 / 10 = 54.7 answer is c | a ) 50.2 , b ) 45.8 , c ) 54.7 , d ) 61.8 , e ) 10.5 | c | subtract(113, 59) | subtract(n3,n2) | general |
if 0 is the remainder when m is divided by 4 , what is the remainder when 6 m is divided by 4 ? | "for any m that is divisible by 4 , any multiple of m ( such as 6 m ) will also be divisible by 4 . m = 4 * a 6 m = 6 * 4 * a the answer is , therefore , ( a ) ." | a ) 0 , b ) 1 , c ) 2 , d ) 3 , e ) 4 | a | reminder(4, const_2.0) | reminder(n1,const_2.0)| | physics |
if a / b = 5 / 2 , b / c = 1 / 2 , c / d = 1 , d / e = 3 / 2 and e / f = 4 / 3 , then what is the value of abc / def ? | say a = 2 . then : a / b = 5 / 2 - - > b = 2 / 5 ; b / c = 1 / 2 - - > c = 4 / 5 ; c / d = 1 - - > d = 4 / 5 ; d / e = 3 / 2 - - > e = 8 / 15 ; e / f = 4 / 3 - - > f = 2 / 5 . abc / def = ( 1 * 2 / 5 * 4 / 5 ) / ( 4 / 5 * 8 / 15 * 2 / 5 ) = 15 / 8 . answer : a . | a ) 15 / 8 , b ) 14 / 3 , c ) 41 / 7 , d ) 3 / 18 , e ) 18 / 4 | a | multiply(multiply(divide(multiply(multiply(5, 1), 1), multiply(multiply(2, 2), 1)), divide(multiply(multiply(1, 1), 3), multiply(multiply(2, 1), 2))), divide(multiply(multiply(1, 3), 4), multiply(multiply(1, 2), 3))) | multiply(n2,n5)|multiply(n1,n2)|multiply(n0,n2)|multiply(n1,n1)|multiply(n2,n2)|multiply(n7,#0)|multiply(n5,#1)|multiply(n2,#2)|multiply(n2,#3)|multiply(n5,#4)|multiply(n1,#1)|divide(#5,#6)|divide(#7,#8)|divide(#9,#10)|multiply(#12,#13)|multiply(#11,#14) | general |
a computer manufacturer produces a certain electronic component at a cost of $ 75 per component . shipping costs for delivering the components are $ 2 per unit . further , the manufacturer has costs of $ 16,500 a month related to the electronic component regardless of how many it produces . if the manufacturer produces... | "this question can be solved easily using a equation model . 150 * p = 16500 ( fixed cost ) + 150 * 75 + 150 * 2 . = 16500 + 11250 + 300 p = $ 187 b" | a ) $ 28 , b ) $ 187 , c ) $ 110 , d ) $ 138 , e ) $ 192 | b | divide(add(add(multiply(multiply(const_4, const_4), const_1000), multiply(2, const_100)), multiply(add(75, 2), 150)), 150) | add(n0,n1)|multiply(const_4,const_4)|multiply(n1,const_100)|multiply(#1,const_1000)|multiply(n3,#0)|add(#3,#2)|add(#5,#4)|divide(#6,n3)| | general |
if paint costs $ 3.20 per quart , and a quart covers 10 square feet , how much will it cost to paint the outside of a cube 10 feet on each edge ? | "total surface area = 6 a ^ 2 = 6 * 10 * 10 = 600 each quart covers 20 sqr ft thus total number of quarts = 600 / 10 = 60 cost will be 60 * 3.2 = $ 192 ans : e" | a ) $ 1.60 , b ) $ 16.00 , c ) $ 96.00 , d ) $ 108.00 , e ) $ 192.00 | e | multiply(divide(3.20, 10), surface_cube(10)) | divide(n0,n1)|surface_cube(n2)|multiply(#0,#1)| | geometry |
walking 7 / 6 of his usual rate , a boy reaches his school 3 min early . find his usual time to reach the school ? | "speed ratio = 1 : 7 / 6 = 6 : 7 time ratio = 7 : 6 1 - - - - - - - - 7 3 - - - - - - - - - ? = 21 m answer : a" | a ) 21 , b ) 28 , c ) 99 , d ) 77 , e ) 66 | a | multiply(3, 7) | multiply(n0,n2)| | gain |
in a rectangular coordinate system , what is the area of a triangle whose vertices have the coordinates ( - 1 , 0 ) , ( 7 , 4 ) , and ( 7 , - 4 ) ? | the triangle is symmetric about the x - axis . the part above the x - axis forms a triangle with a base of 8 and a height of 4 . the area of this part is ( 1 / 2 ) ( 8 ) ( 4 ) . we can double this to find the area of the whole triangle . the total area is ( 2 ) ( 1 / 2 ) ( 8 ) ( 4 ) = 32 . the answer is d . | ['a ) 29', 'b ) 30', 'c ) 31', 'd ) 32', 'e ) 33'] | d | multiply(triangle_area(add(7, 1), 4), const_2) | add(n0,n2)|triangle_area(n3,#0)|multiply(#1,const_2) | geometry |
in a school of 850 boys , 40 % of muslims , 28 % hindus , 10 % sikhs and the remaining of other communities . how many belonged to the other communities ? | "40 + 28 + 10 = 78 % 100 – 78 = 22 % 850 * 22 / 100 = 187 answer : c" | a ) a ) 125 , b ) b ) 627 , c ) c ) 187 , d ) d ) 721 , e ) e ) 159 | c | divide(multiply(850, subtract(const_100, add(add(40, 28), 10))), const_100) | add(n1,n2)|add(n3,#0)|subtract(const_100,#1)|multiply(n0,#2)|divide(#3,const_100)| | gain |
if a rectangular room measures 9 meters by 5 meters by 4 meters , what is the volume of the room in cubic centimeters ? ( 1 meter = 100 centimeters ) | "c . 180 , 000,000 9 * 100 * 5 * 100 * 4 * 100 = 180 , 000,000" | a ) 24,000 , b ) 240,000 , c ) 18 , 000,000 , d ) 24 , 000,000 , e ) 240 , 000,000 | c | multiply(multiply(multiply(multiply(4, 100), divide(1, const_10)), multiply(5, 100)), multiply(9, 100)) | divide(n3,const_10)|multiply(n2,n4)|multiply(n1,n4)|multiply(n0,n4)|multiply(#0,#1)|multiply(#4,#2)|multiply(#5,#3)| | geometry |
the price of a certain painting increased by 20 % during the first year and decreased by 15 % during the second year . the price of the painting at the end of the 2 - year period was what percent of the original price ? | "assume that price is 100 price at the end of yr 1 : 100 + 20 = 120 price at the end of year 2 = 120 - 120 * 0.15 = 120 * 0.85 = 102 hence required answer = ( 102 / 100 ) * 100 % = 102 % answer is a ." | a ) 102 % , b ) 105 % , c ) 120 % , d ) 135 % , e ) 140 % | a | add(subtract(subtract(20, 15), divide(multiply(15, 20), const_100)), const_100) | multiply(n0,n1)|subtract(n0,n1)|divide(#0,const_100)|subtract(#1,#2)|add(#3,const_100)| | general |
there are 7 books on a shelf , of which 2 are paperbacks and 5 are hardbacks . how many possible selections of 4 books from this shelf include at least one paperback ? | "approach 1 at - least 1 paper back = total - no paper back 7 c 4 - 5 c 4 = 30 approach 2 at - least 1 paper back = 1 paper back , 3 hard back or 2 paper back 2 hard back = 2 c 1 * 5 c 3 + 2 c 2 * 5 c 2 = 30 answer is a" | a ) a ) 30 , b ) b ) 45 , c ) c ) 50 , d ) d ) 55 , e ) e ) 60 | a | subtract(choose(7, 4), choose(5, 4)) | choose(n0,n3)|choose(n2,n3)|subtract(#0,#1)| | probability |
a man sold 18 toys for rs . 25200 , gaining thereby the cost price of 3 toy find the cost price of a toy | let the cost of one toy = x . then , cost of 18 toys = 18 x . gain = 3 x . sp of 18 toys = rs . 25200 . gain = sp â € “ cp 3 x = 25200 â € “ 18 x 21 x = 25200 x = rs . 1200 . answer : option e | a ) s . 600 , b ) s . 800 , c ) s . 500 , d ) s . 900 , e ) s . 1200 | e | divide(25200, add(18, 3)) | add(n0,n2)|divide(n1,#0) | gain |
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 c pay ? | "12 * 8 : 16 * 9 = 18 * 6 8 : 12 : 9 9 / 29 * 870 = 270 answer b" | a ) 180 , b ) 270 , c ) 360 , d ) 500 , e ) 550 | b | 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 |
sonika deposited rs . 8000 which amounted to rs . 9200 after 3 years at simple interest . had the interest been 3 % more . she would get how much ? | "( 8000 * 3 * 3 ) / 100 = 720 9200 - - - - - - - - 9920 answer : a" | a ) 9920 , b ) 96288 , c ) 26667 , d ) 1662 , e ) 2882 | a | add(multiply(multiply(add(divide(3, const_100), divide(divide(subtract(9200, 8000), 3), 8000)), 8000), 3), 8000) | 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 |
the average of first five prime numbers greater than 17 is ? | "19 + 23 + 29 + 31 + 37 = 139 / 5 = 27.8 answer : e" | a ) 32.2 , b ) 32.98 , c ) 32.3 , d ) 32.8 , e ) 27.8 | e | add(17, const_1) | add(n0,const_1)| | general |
in a graduating class of 232 students , 144 took geometry and 119 took biology . what is the difference between the greatest possible number i and the smallest possible number of students that could have taken both geometry and biology ? | official solution : first of all , notice that since 144 took geometry and 119 took biology , then the number of students who took both geometry and biology can not be greater than 119 . { total } = { geometry } + { biology } - { both } + { neither } ; 232 = 144 + 119 - { both } + { neither } ; { both } = 31 + { neithe... | a ) 144 , b ) 119 , c ) 113 , d ) 88 , e ) 31 | d | subtract(119, subtract(add(144, 119), 232)) | add(n1,n2)|subtract(#0,n0)|subtract(n2,#1) | other |
two alloys a and b are composed of two basic elements . the ratios of the compositions of the two basic elements in the two alloys are 7 : 5 and 1 : 2 , respectively . a new alloy x is formed by mixing the two alloys a and b in the ratio 4 : 3 . what is the ratio of the composition of the two basic elements in alloy x ... | "mixture a has a total of 7 + 5 = 12 parts . if in the final mixture this represents 6 parts , then the total number of parts in mixture b should be ( 12 / 6 ) * 3 = 6 . so , we should take of mixture b a quantity with 3 and 6 parts , respectively . this will give us in the final mixture ( 7 + 3 ) : ( 5 + 6 ) , which m... | a ) 1 : 1 , b ) 2 : 3 , c ) 5 : 2 , d ) 10 : 11 , e ) 7 : 9 | d | divide(add(multiply(4, 7), multiply(5, divide(add(7, 5), const_2))), add(multiply(4, 5), multiply(5, divide(add(7, 5), const_2)))) | add(n0,n1)|multiply(n0,n4)|multiply(n1,n4)|divide(#0,const_2)|multiply(n1,#3)|add(#1,#4)|add(#2,#4)|divide(#5,#6)| | other |
for the past n days , the average ( arithmetic mean ) daily production at a company was 50 units . if today ' s production of 60 units raises the average to 55 units per day , what is the value of n ? | "( average production for n days ) * n = ( total production for n days ) - - > 50 n = ( total production for n days ) ; ( total production for n days ) + 60 = ( average production for n + 1 days ) * ( n + 1 ) - - > 50 n + 60 = 55 * ( n + 1 ) - - > n = 1 . answer : e ." | a ) 30 , b ) 18 , c ) 10 , d ) 9 , e ) 1 | e | subtract(divide(subtract(60, 50), subtract(55, 50)), const_1) | subtract(n1,n0)|subtract(n2,n0)|divide(#0,#1)|subtract(#2,const_1)| | general |
sue ' s trail mix is 30 % nuts and 70 % dried fruit . jane ' s trail mix is 60 % nuts and 40 % chocolate chips . if the combined mixture of sue and jane ' s trails mix contains 55 % nuts , what percent of the combined mixture is dried fruit ? | "55 % is 25 % - points above 30 % and 5 % - points below 60 % . so the ratio of sue ' s mix to jane ' s mix is 1 : 5 . 1 / 6 * 70 % = 11.7 % the answer is b ." | a ) 8.5 % , b ) 11.7 % , c ) 14.2 % , d ) 17.6 % , e ) 20.5 % | b | multiply(divide(70, multiply(const_100, const_2)), const_100) | multiply(const_100,const_2)|divide(n1,#0)|multiply(#1,const_100)| | gain |
think of a number , divide it by 4 and add 9 to it . the result is 15 . what is the number thought of ? | answer : a | a ) 24 , b ) 77 , c ) 297 , d ) 267 , e ) 29 | a | multiply(subtract(15, 9), 4) | subtract(n2,n1)|multiply(n0,#0)| | general |
what number is obtained by adding the units digits of 734 ^ 98 and 347 ^ 81 ? | "the units digit of 734 ^ 98 is 6 because 4 raised to the power of an even integer ends in 6 . the units digit of 347 ^ 81 is 7 because powers of 7 end in 7 , 9 , 3 or 1 cyclically . since 81 is in the form 4 n + 1 , the units digit is 7 . then 6 + 7 = 13 . the answer is d ." | a ) 10 , b ) 11 , c ) 12 , d ) 13 , e ) 14 | d | subtract(subtract(98, 81), divide(98, add(const_1, const_10))) | add(const_1,const_10)|subtract(n1,n3)|divide(n1,#0)|subtract(#1,#2)| | general |
in a new housing development , trees are to be planted along the sidewalk of a certain street . each tree takes up one square foot of sidewalk space , and there are to be 10 feet between each tree . how many trees can be planted if the road is 166 feet long ? | "let t be the number of trees . then the length required for trees on the sidewalk will be 1 * t = t to maximize the number of trees , the number of 10 feet spaces between trees should be 1 less than total number of trees . for example , if there are 3 trees , then there should be 2 spaces between them . so the number ... | a ) 8 , b ) 9 , c ) 10 , d ) 11 , e ) 16 | e | add(divide(subtract(166, const_1), add(10, const_1)), const_1) | add(n0,const_1)|subtract(n1,const_1)|divide(#1,#0)|add(#2,const_1)| | geometry |
a cube is painted red on all faces . it is then cut into 27 equal smaller cubes . how many l cubes are painted on only 2 faces ? | "1 ) draw a simple cube 2 ) draw 9 squares on each face of the cube ( so that it looks like a rubik ' s cube ) - this is what the cube will look like when it ' s cut into 27 equal smaller cubes . 3 ) remember that the outside of the cube is the part that ' s painted . . . . the mini - cubes with 2 painted sides are all... | a ) 12 , b ) 8 , c ) 6 , d ) 10 , e ) 16 | a | multiply(const_4, power(27, divide(const_1, const_3))) | divide(const_1,const_3)|power(n0,#0)|multiply(#1,const_4)| | geometry |
let n be the greatest number that will divide 1305 , 4665 and 6905 , leaving the game remainder in each case . then sum of the digits in n is : | solution n = h . c . f . of ( 4665 - 1305 ) , ( 6905 - 4665 ) and ( 6905 - 1305 ) = h . c . f . of 3360 , 2240 and 5600 = 1120 . sum of digits in n = ( 1 + 1 + 2 + 0 ) = 4 . answer a | a ) 4 , b ) 5 , c ) 6 , d ) 8 , e ) 9 | a | add(add(const_1, const_1), const_2) | add(const_1,const_1)|add(#0,const_2) | general |
in a rectangular coordinate system , what is the area of a quadrilateral whose vertices have the coordinates ( 3 , - 1 ) , ( 3 , 8 ) , ( 12 , 2 ) , ( 12 , - 7 ) ? | "by graphing the points , we can see that this figure is a trapezoid . a trapezoid is any quadrilateral that has one set of parallel sides , and the formula for the area of a trapezoid is : area = ( 1 / 2 ) × ( base 1 + base 2 ) × ( height ) , where the bases are the parallel sides . we can now determine the area of th... | a ) 69 , b ) 75 , c ) 81 , d ) 87 , e ) 93 | c | divide(multiply(add(add(1, 8), add(2, 8)), subtract(12, 3)), 2) | add(n1,n3)|add(n3,n5)|subtract(n4,n0)|add(#0,#1)|multiply(#3,#2)|divide(#4,n5)| | geometry |
a train running at a speed of 36 km / h passes an electric pole in 15 seconds . in how many seconds will the whole train pass a 380 - meter long platform ? | "let the length of the train be x meters . when a train crosses an electric pole , the distance covered is its own length x . speed = 36 km / h = 36000 m / 3600 s = 10 m / s x = 15 * 10 = 150 m . the time taken to pass the platform = ( 150 + 380 ) / 10 = 53 seconds the answer is d ." | a ) 47 , b ) 49 , c ) 51 , d ) 53 , e ) 55 | d | divide(add(multiply(multiply(36, const_0_2778), 15), 380), multiply(36, const_0_2778)) | multiply(n0,const_0_2778)|multiply(n1,#0)|add(n2,#1)|divide(#2,#0)| | physics |
a train running at the speed of 60 km / hr crosses a pole in 21 sec . what is the length of the train ? | "speed = 60 * 5 / 18 = 50 / 3 m / sec length of the train = speed * time = 50 / 3 * 21 = 350 m answer : a" | a ) 350 m , b ) 490 m , c ) 115 m , d ) 210 m , e ) 150 m | a | multiply(divide(multiply(60, const_1000), const_3600), 21) | multiply(n0,const_1000)|divide(#0,const_3600)|multiply(n1,#1)| | physics |
the sum of the first 70 positive even integers is 4,970 . what is the sum of the first 70 odd integers ? | sum of first n even numbers = n ( n + 1 ) = 4970 sum of first n odd numbers = n ^ 2 = 70 * 70 = 4900 ( here n = 70 ) answer : d | a ) 4500 , b ) 4600 , c ) 4300 , d ) 4900 , e ) 5000 | d | multiply(multiply(70, const_2), divide(70, const_2)) | divide(n0,const_2)|multiply(n0,const_2)|multiply(#0,#1) | general |
a family consists of two grandparents , two parents , and 3 grandchildren . the average age of the grandparents is 64 years , the average age of the parents is 39 years , and the average age of the grandchildren is 6 years . what is the average age ( in years ) of the family ? | total age of the grandparents = 64 ã — 2 = 128 total age of the parents = 39 ã — 2 = 78 total age of the grandchildren = 6 ã — 3 = 18 average age of the family = ( 128 + 78 + 18 ) / 7 = 224 / 7 = 32 years the answer is b . | a ) 31 , b ) 32 , c ) 33 , d ) 34 , e ) 35 | b | divide(add(add(multiply(64, const_2), multiply(39, const_2)), multiply(6, 3)), add(3, const_4)) | add(n0,const_4)|multiply(n1,const_2)|multiply(n2,const_2)|multiply(n0,n3)|add(#1,#2)|add(#4,#3)|divide(#5,#0) | general |
if 0.5 % of a = 70 paise , then the value of a is ? | "answer ∵ 0.5 / 100 of a = 70 / 100 ∴ a = rs . ( 70 / 0.5 ) = rs . 140 correct option : b" | a ) rs . 170 , b ) rs . 140 , c ) rs . 1.70 , d ) rs . 4.25 , e ) none | b | divide(70, 0.5) | divide(n1,n0)| | gain |
darcy lives 1.5 miles from work . she can walk to work at a constant rate of 3 miles per hour , or she can ride the train to work at a constant rate of 20 miles per hour . if she rides the train , there is an additional x minutes spent walking to the nearest train station , waiting for the train , and walking from the ... | the time it takes darcy to walk to work is ( 1.5 / 3 ) * 60 = 30 minutes the time it takes darcy to take the train is ( 1.5 / 20 ) * 60 + x = 4.5 + x minutes it takes 15 minutes longer to walk , so 30 = 4.5 + x + 15 x = 10.5 minutes answer : a | a ) 10.5 , b ) 15 , c ) 25.5 , d ) 30 , e ) 60 | a | subtract(subtract(divide(const_60, const_2), 15), divide(const_60, divide(20, 1.5))) | divide(const_60,const_2)|divide(n2,n0)|divide(const_60,#1)|subtract(#0,n3)|subtract(#3,#2) | physics |
what is the least common multiple of 5,40 , 36,50 | "the given numbers are 5,40 , 36,50 thus the l . c . m is 5 * 2 * 2 * 1 * 2 * 9 * 5 = 1800 the answer is d" | a ) 3698 , b ) 874 , c ) 3692 , d ) 1800 , e ) 3214 | d | multiply(add(5,40, const_1), const_2) | add(n0,const_1)|multiply(#0,const_2)| | general |
the sale price of a trolley bag including the sale tax is rs . 280 . the rate of sale tax is 12 % . if the shopkeeper has made a profit of 25 % , the cost price of the trolley bag is : | "explanation : 112 % of s . p . = 280 s . p . = rs . ( 280 x 100 / 112 ) = rs . 250 . c . p . = rs ( 100 / 125 x 250 ) = rs 200 answer : a" | a ) rs 200 , b ) rs 220 , c ) rs 260 , d ) rs 280 , e ) none of these | a | divide(subtract(280, multiply(280, divide(12, const_100))), add(divide(25, const_100), const_1)) | divide(n1,const_100)|divide(n2,const_100)|add(#1,const_1)|multiply(n0,#0)|subtract(n0,#3)|divide(#4,#2)| | gain |
the difference between c . i . and s . i . on an amount of rs . 15,000 for 2 years is rs . 150 . what is the rate of interest per annum ? | "explanation : [ 15000 * ( 1 + r / 100 ) 2 - 15000 ] - ( 15000 * r * 2 ) / 100 = 150 15000 [ ( 1 + r / 100 ) 2 - 1 - 2 r / 100 ] = 150 15000 [ ( 100 + r ) 2 - 10000 - 200 r ] / 10000 = 150 r 2 = ( 159 * 2 ) / 3 = 100 = > r = 10 rate = 10 % answer : option c" | a ) 8 , b ) 2 , c ) 10 , d ) 4 , e ) 6 | c | sqrt(150) | sqrt(n2)| | gain |
a trader mixes 80 kg of tea at 15 per kg with 20 kg of tea at cost price of 20 per kg . in order to earn a profit of 50 % , what should be the sale price of the mixed tea ? | "c . p . of mixture = 80 × 15 + 20 × 20 / 80 + 20 = 16 ∴ s . p . = ( 100 + 50 ) / 100 × 16 = 24 answer e" | a ) 23.75 , b ) 22 , c ) 20 , d ) 19.2 , e ) none of these | e | add(divide(multiply(divide(add(multiply(80, 15), multiply(20, 20)), add(80, 20)), 50), const_100), divide(add(multiply(80, 15), multiply(20, 20)), add(80, 20))) | add(n0,n2)|multiply(n0,n1)|multiply(n2,n2)|add(#1,#2)|divide(#3,#0)|multiply(n4,#4)|divide(#5,const_100)|add(#6,#4)| | gain |
in a school 10 % of the boys are same in number as 1 / 3 th of the girls . what is the ratio of boys to the girls in the school ? | "10 % of b = 1 / 3 g 10 b / 100 = g / 3 b = 10 g / 3 b / g = 10 / 3 b : g = 10 : 3 answer is c" | a ) 5 : 2 , b ) 2 : 3 , c ) 10 : 3 , d ) 3 : 7 , e ) 2 : 5 | c | divide(divide(10, const_100), divide(1, 3)) | divide(n0,const_100)|divide(n1,n2)|divide(#0,#1)| | other |
in what time will a train 120 meters long completely pass an electric pole , if it travels at a speed of 60 kmph . | "sol . speed = [ 60 x 5 / 18 ] m / sec = 16.7 m / sec . time taken = ( 120 / 16.7 ) sec = 7.18 sec . answer e" | a ) 6.18 , b ) 5.18 , c ) 4.18 , d ) 4.18 , e ) 7.18 | e | divide(120, multiply(60, const_0_2778)) | multiply(n1,const_0_2778)|divide(n0,#0)| | physics |
a retailer bought a machine at a wholesale price of $ 90 and later on sold it after a 10 % discount of the retail price . if the retailer made a profit equivalent to 20 % of the whole price , what is the retail price e of the machine ? | "since the wholesale price was $ 90 and the profit was 20 % of the wholesale price ( [ . 2 ] [ 90 ] = $ 18 ) , the retail price would have to be above $ 108 , but not that much greater than that . let ' s start by testing answer c : $ 120 . . . . if . . . . . retail price e = $ 120 10 % discount off = $ 120 - ( . 1 ) (... | a ) 81 , b ) 100 , c ) 120 , d ) 135 , e ) 160 | c | divide(multiply(add(90, divide(multiply(90, 20), const_100)), const_100), multiply(multiply(const_3, const_3), 10)) | multiply(n0,n2)|multiply(const_3,const_3)|divide(#0,const_100)|multiply(n1,#1)|add(n0,#2)|multiply(#4,const_100)|divide(#5,#3)| | gain |
how many numbers from 49 to 79 are exactly divisible by 11 ? | "49 / 11 = 4 and 79 / 11 = 7 = = > 7 - 4 = 3 numbers answer : d" | a ) 5 , b ) 7 , c ) 9 , d ) 3 , e ) 12 | d | add(divide(subtract(multiply(floor(divide(79, 11)), 11), multiply(add(floor(divide(49, 11)), const_1), 11)), 11), const_1) | divide(n1,n2)|divide(n0,n2)|floor(#0)|floor(#1)|add(#3,const_1)|multiply(n2,#2)|multiply(n2,#4)|subtract(#5,#6)|divide(#7,n2)|add(#8,const_1)| | general |
in a class of 40 students , 5 students did not borrow any books from the library , 15 students each borrowed 1 book , 10 students each borrowed 2 books , and the rest of the students each borrowed at least 3 books . if the average ( arithmetic mean ) number of books borrowed per student was 2 , what is the maximum numb... | "the average number of books per student was 2 means that total of 2 * 40 = 80 books were borrowed ; 5 + 15 + 10 = 30 students borrowed total of 5 * 0 + 15 * 1 + 10 * 2 = 35 books ; so 80 - 35 = 45 books are left to distribute among 40 - 30 = 10 students , these 10 arethe rest who borrowed at least 3 books ; tomaximize... | a ) 3 , b ) 5 , c ) 8 , d ) 13 , e ) 18 | e | add(subtract(multiply(40, 2), add(add(15, multiply(10, 2)), multiply(5, 3))), 3) | multiply(n0,n5)|multiply(n4,n5)|multiply(n1,n6)|add(n2,#1)|add(#3,#2)|subtract(#0,#4)|add(n6,#5)| | general |
working together , printer a and printer b would finish the task in 24 minutes . printer a alone would finish the task in 60 minutes . how many pages does the task contain if printer b prints 7 pages a minute more than printer a ? | answer : b . | a ) 600 , b ) 840 , c ) 1000 , d ) 1200 , e ) 1500 | b | multiply(divide(7, subtract(divide(60, 24), const_1)), 60) | divide(n1,n0)|subtract(#0,const_1)|divide(n2,#1)|multiply(#2,n1)| | physics |
the jogging track in a sports complex is 640 m in circumference . lata and geeta start from the same point and walk in opposite directions at 4.2 km / hr and 3.8 km / hr respectively . they will meet for the first time in ? | clearly , the two will meet when they are 640 m apart . to be ( 4.2 + 3.8 ) = 8.0 km apart , they take 1 hour . that is 60 min . to be 640 m apart , they take ( 640 / 8000 * 60 ) min = 4.8 min . answer : d | a ) 2.9 min , b ) 3.9 min , c ) 4.2 min , d ) 4.8 min , e ) 5.6 min | d | divide(multiply(640, multiply(const_1, const_60)), add(multiply(4.2, const_1000), multiply(3.8, const_1000))) | multiply(const_1,const_60)|multiply(n1,const_1000)|multiply(n2,const_1000)|add(#1,#2)|multiply(n0,#0)|divide(#4,#3) | general |
village x has a population of 68000 , which is decreasing at the rate of 1200 per year . village y has a population of 42000 , which is increasing at the rate of 800 per year . in how many years will the population of the two villages be equal ? | let the population of two villages be equal after p years then , 68000 - 1200 p = 42000 + 800 p 2000 p = 26000 p = 13 answer is e . | a ) 15 , b ) 19 , c ) 11 , d ) 18 , e ) 13 | e | divide(subtract(68000, 42000), add(800, 1200)) | add(n1,n3)|subtract(n0,n2)|divide(#1,#0) | general |
in a certain business school class , p students are accounting majors , q students are finance majors , r students are marketing majors , and s students are strategy majors . if pqrs = 2145 , and if 1 < p < q < r < s , how many students in the class are marketing majors ? | "pqrs = 2145 = 3 * 5 * 11 * 13 since 1 < p < q < r < s , the number of students who are marketing majors is r = 11 . the answer is d ." | a ) 3 , b ) 5 , c ) 8 , d ) 11 , e ) 17 | d | divide(2145, multiply(multiply(add(const_2, const_3), add(add(const_2, const_3), const_2)), add(const_10, const_3))) | add(const_10,const_3)|add(const_2,const_3)|add(#1,const_2)|multiply(#1,#2)|multiply(#0,#3)|divide(n0,#4)| | gain |
if a man lost 4 % by selling oranges at the rate of 16 a rupee at how many a rupee must he sell them to gain 28 % ? | "96 % - - - - 16 128 % - - - - ? 96 / 128 * 16 = 12 answer : a" | a ) 12 , b ) 13 , c ) 14 , d ) 15 , e ) 10 | a | divide(multiply(subtract(const_100, 4), 16), add(const_100, 28)) | add(n2,const_100)|subtract(const_100,n0)|multiply(n1,#1)|divide(#2,#0)| | gain |
the population of a town increased from 1 , 25,000 to 1 , 50,000 in a decade . the average percent increase of population per year is : | "solution increase in 10 year = ( 150000 - 125000 ) = 25000 . increase % = ( 25000 / 125000 x 100 ) % = 20 % â ˆ ´ required average = ( 20 / 10 ) % = 2 % answer b" | a ) 4.37 % , b ) 2 % , c ) 6 % , d ) 8.75 % , e ) none of these | b | add(multiply(divide(subtract(divide(subtract(subtract(subtract(multiply(multiply(const_10, const_1000), const_10), const_1000), const_1000), multiply(add(1, const_3), const_100)), multiply(add(multiply(add(const_3, const_4), const_10), add(1, const_3)), const_1000)), 1), const_10), const_100), const_4) | add(n2,const_3)|add(const_3,const_4)|multiply(const_10,const_1000)|multiply(#2,const_10)|multiply(#0,const_100)|multiply(#1,const_10)|add(#0,#5)|subtract(#3,const_1000)|multiply(#6,const_1000)|subtract(#7,const_1000)|subtract(#9,#4)|divide(#10,#8)|subtract(#11,n0)|divide(#12,const_10)|multiply(#13,const_100)|add(#14,co... | general |
40 persons like apple . 7 like orange and mango dislike apple . 10 like mango and apple and dislike orange . 6 like all . how many people like apple ? | "orange + mango - apple = 7 mango + apple - orange = 10 apple = 40 orange + mango + apple = 6 40 + 10 + 6 - 7 = 49 like apple answer : b" | a ) 47 , b ) 49 , c ) 54 , d ) 58 , e ) 62 | b | add(add(subtract(40, 6), 7), subtract(10, 7)) | subtract(n0,n3)|subtract(n2,n1)|add(n1,#0)|add(#2,#1)| | general |
a man purchased 15 pens , 12 books , 10 pencils and 5 erasers . the cost of each pen is rs . 36 , each book is rs . 45 , each pencil is rs . 8 , and the cost of each eraser is rs . 40 less than the combined costs of pen and pencil . find the total amount spent ? | explanation : cost of each eraser = ( 36 + 8 - 40 ) = rs . 4 required amount = 15 * 36 + 12 * 45 + 10 * 8 + 5 * 4 540 + 540 + 80 + 20 = rs . 1180 answer : e | a ) 2388 , b ) 2337 , c ) 1192 , d ) 2827 , e ) 1180 | e | add(add(multiply(15, 36), multiply(12, 45)), multiply(10, 8)) | multiply(n0,n4)|multiply(n1,n5)|multiply(n2,n6)|add(#0,#1)|add(#3,#2) | general |
john was 22 years old when he married betty . they just celebrated their fifth wedding anniversary , and betty ' s age is now 7 / 9 of john ' s . how old is betty ? | assume betty ' s age on marriage = x years . john ' s age on marriage = 22 john ' s age after 5 years = 27 years . betty ' s age after 5 years = x + 5 given : x + 5 = 7 / 9 ( 27 ) = 21 therefore betty ' s current age = 21 option d | a ) 24 , b ) 26 , c ) 28 , d ) 21 , e ) 32 | d | multiply(divide(7, 9), add(22, const_4)) | add(n0,const_4)|divide(n1,n2)|multiply(#0,#1) | general |
the profit earned by selling an article for rs . 832 is equal to the loss incurred when the same article is sold for rs . 448 . what should be the sale price for making 60 % profit ? | let c . p . = rs . x . then , 832 - x = x - 448 2 x = 1280 = > x = 640 required s . p . = 160 % of rs . 640 = 160 / 100 * 640 = rs . 1024 . answer : a | a ) 1024 , b ) 960 , c ) 277 , d ) 266 , e ) 121 | a | multiply(subtract(832, divide(subtract(832, 448), const_2)), add(const_1, divide(60, const_100))) | divide(n2,const_100)|subtract(n0,n1)|add(#0,const_1)|divide(#1,const_2)|subtract(n0,#3)|multiply(#2,#4) | gain |
workers at a campaign office have 1000 fliers to send out . if they send out 1 / 5 of them in the morning and 1 / 4 of the remaining ones out during the afternoon , how many are left for the next day ? | "( 1 / 5 ) * 1000 = 200 remaining = 1000 - 200 = 800 ( 1 / 4 ) of remaining = ( 1 / 4 ) * 800 = 200 remaining now = 800 - 200 = 600 answer : option d" | a ) 300 , b ) 800 , c ) 1100 , d ) 600 , e ) 1900 | d | subtract(subtract(1000, divide(1000, 5)), divide(subtract(1000, divide(1000, 5)), 4)) | divide(n0,n2)|subtract(n0,#0)|divide(#1,n4)|subtract(#1,#2)| | physics |
a cycle is bought for rs . 1000 and sold for rs . 1080 , find the gain percent ? | "1000 - - - - 80 100 - - - - ? = > 8 % answer : e" | a ) 11 , b ) 20 , c ) 12 , d ) 40 , e ) 8 | e | multiply(divide(subtract(1080, 1000), 1000), const_100) | subtract(n1,n0)|divide(#0,n0)|multiply(#1,const_100)| | gain |
a corporation paid $ 7 million in federal taxes on its first $ 50 million of gross profits and then $ 30 million in federal taxes on the next $ 100 million in gross profits . by approximately what percent did the ratio of federal taxes to gross profits increase from the first $ 50 million in profits to the next $ 100 m... | "difference in ratios = ( 30 / 100 ) - ( 7 / 50 ) = ( 8 / 50 ) % change = ( change ( 8 / 50 ) / original ratio ( 7 / 50 ) ) * 100 = 114 % answer - c" | a ) 6 % , b ) 14 % , c ) 114 % , d ) 23 % , e ) 43 % | c | multiply(divide(subtract(divide(add(30, 7), 100), divide(7, 50)), divide(7, 50)), const_100) | add(n0,n2)|divide(n0,n1)|divide(#0,n3)|subtract(#2,#1)|divide(#3,#1)|multiply(#4,const_100)| | gain |
if x ^ 2 + ( 1 / x ^ 2 ) = 2 , x ^ 4 + ( 1 / x ^ 4 ) = ? | - > x ^ 4 + ( 1 / x ^ 4 ) = ( x ^ 2 ) ^ 2 + ( 1 / x ^ 2 ) ^ 2 = ( x ^ 2 + 1 / x ^ 2 ) ^ 2 - 2 x ^ 2 ( 1 / x ^ 2 ) = 2 ^ 2 - 2 = 2 . thus , the answer is b . | a ) 10 , b ) 2 , c ) 12 , d ) 14 , e ) 15 | b | subtract(power(2, 2), 2) | power(n0,n0)|subtract(#0,n0) | general |
the ratio of two quantities is 5 : 8 . if each of the quantities is increased by 10 , what is the ratio of the new quantities ? | since the ratio is 5 : 8 we can put the quantities as 5 k and 8 k . moreover increasing quantities implies that the quantities become 5 k + 10 and 8 k + 10 . so the ratio is ( 5 k + 10 ) : ( 8 k + 10 ) . the ratio value depend on the value of k . so it can not be determined from the information given . the answer is d | a ) 5 : 8 , b ) 50 : 78 , c ) 2 : 3 , d ) it can not be determined from the information given . , e ) 6 : 7 | d | divide(add(5, 10), add(8, 10)) | add(n0,n2)|add(n1,n2)|divide(#0,#1) | other |
in the x - y plane , point ( x , y ) is a lattice point if both x and y are integers . a square has a center at ( 0 , 0 ) and side = 4 . some points , such as the center ( 0 , 0 ) , are inside the square , but a point such as ( 0 , 2 ) is on the square but not in the square . how many lattice points are in the square ? | the lattice points that are in the square , that lie on the x and y axes , are ( 0 , 0 ) , ( 0 , 1 ) , ( 1 , 0 ) , ( 0 , - 1 ) , and ( - 1 , 0 ) . the lattice points in the square and not on the x and y axes are ( 1 , 1 ) , ( - 1 , 1 ) , ( 1 , - 1 ) , and ( - 1 , - 1 ) . there are a total of 9 lattice points in the squ... | a ) 10 , b ) 9 , c ) 8 , d ) 5 , e ) 12 | b | add(multiply(4, 2), const_1) | multiply(n2,n6)|add(#0,const_1) | general |
a boy is travelling from his home to school at 5 km / hr and reached 5 min late . next day he travelled at 10 km / hr and reached 10 min early . distance between home and school ? | "let the distance be x t 1 = x / 5 hr t 2 = x / 10 hr difference in time = 5 + 10 = 15 = 1 / 4 hr x / 5 - x / 10 = 1 / 4 x / 10 = 1 / 4 x = 2.5 km answer is a" | a ) 2.5 km , b ) 3 km , c ) 4 km , d ) 5.6 km , e ) 6.5 km | a | divide(add(divide(5, const_60), divide(10, const_60)), divide(const_1, 10)) | divide(n1,const_60)|divide(n3,const_60)|divide(const_1,n2)|add(#0,#1)|divide(#3,#2)| | physics |
a boat can travel with a speed of 16 km / hr in still water . if the rate of stream is 5 km / hr , then find the time taken by the boat to cover distance of 168 km downstream . | "explanation : it is very important to check , if the boat speed given is in still water or with water or against water . because if we neglect it we will not reach on right answer . i just mentioned here because mostly mistakes in this chapter are of this kind only . lets see the question now . speed downstream = ( 16... | a ) 4 hours , b ) 5 hours , c ) 6 hours , d ) 7 hours , e ) 8 hours | e | divide(168, add(16, 5)) | add(n0,n1)|divide(n2,#0)| | physics |
a cube of side one meter length is cut into small cubes of side 10 cm each . how many such small cubes can be obtained ? | along one edge , the number of small cubes that can be cut = 100 / 10 = 10 along each edge 10 cubes can be cut . ( along length , breadth and height ) . total number of small cubes that can be cut = 10 * 10 * 10 = 1000 answer : c | a ) 1898 , b ) 1098 , c ) 1000 , d ) 2008 , e ) 1082 | c | divide(power(power(10, const_2), const_3), power(10, const_3)) | power(n0,const_2)|power(n0,const_3)|power(#0,const_3)|divide(#2,#1) | physics |
at what price must an book costing $ 47.50 be marked in order that after deducting 10 % from the list price . it may be sold at a profit of 25 % on the cost price ? | "e $ 62.50 cp = 47.50 sp = 47.50 * ( 125 / 100 ) = 59.375 mp * ( 90 / 100 ) = 59.375 mp = 65.9 e" | a ) 72.5 , b ) 55.5 , c ) 62.5 , d ) 82.5 , e ) 65.9 | e | multiply(divide(divide(multiply(47.50, add(const_100, 25)), const_100), subtract(const_100, 10)), const_100) | add(n2,const_100)|subtract(const_100,n1)|multiply(n0,#0)|divide(#2,const_100)|divide(#3,#1)|multiply(#4,const_100)| | gain |
a gardener wants to plant trees in his garden in such a way that the number of trees in each row should be the same . if there are 8 rows or 6 rows or 4 rows , then no tree will be left . find the least number of trees required | "explanation : the least number of trees that are required = lcm ( 8 , 6,4 ) = 24 . answer : c" | a ) 22 , b ) 60 , c ) 24 , d ) 76 , e ) 21 | c | divide(multiply(multiply(4, 6), 8), const_2) | multiply(n1,n2)|multiply(n0,#0)|divide(#1,const_2)| | general |
if the sides of a triangle are 78 cm , 72 cm and 30 cm , what is its area ? | "the triangle with sides 78 cm , 72 cm and 30 cm is right angled , where the hypotenuse is 78 cm . area of the triangle = 1 / 2 * 72 * 30 = 1080 cm 2 answer : c" | a ) 120 cm 2 , b ) 765 cm 2 , c ) 1080 cm 2 , d ) 197 cm 2 , e ) 275 cm 2 | c | divide(multiply(72, 30), const_2) | multiply(n1,n2)|divide(#0,const_2)| | geometry |
if 60 % of a number is equal to one half of another number , what is the ratio of first number to the second number ? | "let 60 % of a = 1 / 2 b . then , 60 a / 100 = 1 b / 2 = > 3 a / 5 = 1 b / 2 a / b = ( 1 / 2 * 5 / 3 ) = 5 / 6 a : b = 5 : 6 . answer : b" | a ) 4 : 5 , b ) 5 : 6 , c ) 6 : 5 , d ) 5 : 4 , e ) 2 : 5 | b | divide(divide(const_1, const_4), divide(60, const_100)) | divide(const_1,const_4)|divide(n0,const_100)|divide(#0,#1)| | other |
it takes avery 2 hours to build a brick wall while tom can do it in 5 hours . if the two start working together and after an hour avery leaves , how much time will it take tom to complete the wall on his own ? | "avery ' s efficiency is 100 / 2 = 50 % tom ' s = 100 / 5 = 20 % they worked together for 1 hour and finished 70 % of the job remaining = 30 % tom will complete 20 % in 60 minutes , and 10 % in 60 * 10 / 20 minutes = 30 minutes time taken by tom to finish the remaining on his own = 60 + 30 = 90 minutes answer : d" | a ) 25 minutes . , b ) 30 minutes . , c ) 40 minutes . , d ) 1 hour and 30 minutes , e ) 1 hour and 20 minutes | d | multiply(divide(subtract(const_1, add(divide(const_1, 2), divide(const_1, 5))), divide(const_1, 5)), const_60) | divide(const_1,n0)|divide(const_1,n1)|add(#0,#1)|subtract(const_1,#2)|divide(#3,#1)|multiply(#4,const_60)| | physics |
an amount of rs . 100000 is invested in two types of shares . the first yields an interest of 9 % p . a and the second , 11 % p . a . if the total interest at the end of one year is 9 3 / 5 % , then the amount invested at 11 % was ? | "let the sum invested at 9 % be rs . x and that invested at 11 % be rs . ( 100000 - x ) . then , ( x * 9 * 1 ) / 100 + [ ( 100000 - x ) * 11 * 1 ] / 100 = ( 100000 * 48 / 5 * 1 / 100 ) ( 9 x + 1100000 - 11 x ) = 960000 x = 70000 sum invested at 9 % = rs . 70000 sum invested at 11 % = rs . ( 100000 - 70000 ) = rs . 3000... | a ) 23777 , b ) 30000 , c ) 29977 , d ) 26777 , e ) 19871 | b | divide(subtract(multiply(100000, divide(add(9, divide(3, 5)), const_100)), multiply(100000, divide(9, const_100))), subtract(divide(11, const_100), divide(9, const_100))) | divide(n4,n5)|divide(n1,const_100)|divide(n2,const_100)|add(n1,#0)|multiply(n0,#1)|subtract(#2,#1)|divide(#3,const_100)|multiply(n0,#6)|subtract(#7,#4)|divide(#8,#5)| | gain |
find the numbers which are in the ratio 3 : 2 : 2 such that the sum of the first and the second added to the difference of the third and the second is 20 ? | "let the numbers be a , b and c . a : b : c = 3 : 2 : 2 given , ( a + b ) + ( c - b ) = 20 = > a + c = 20 = > 3 x + 2 x = 20 = > x = 4 a , b , c are 3 x , 2 x , 2 x a , b , c are 12 , 8 , 8 . answer : a" | a ) 12 , 8,8 , b ) 4 , 4,22 , c ) 9 , 3,32 , d ) 9 , 6,12 , e ) 9 , 2,23 | a | divide(multiply(const_4.0, 3), 3) | multiply(const_4.0,n0)|divide(#0,n0)| | general |
a shopkeeper loses 15 % , if an article is sold for rs . 170 . what should be the selling price of the article to gain 20 % ? | "given that sp = rs . 170 and loss = 15 % cp = [ 100 ( sp ) ] / ( 100 - l % ) = ( 100 * 170 ) / 85 = 20 * 6 = rs . 200 . to get 20 % profit , new sp = [ ( 100 + p % ) cp ] / 100 = ( 200 * 120 ) / 100 = rs . 240 answer : c" | a ) s . 247 , b ) s . 248 , c ) s . 240 , d ) s . 229 , e ) s . 212 | c | add(divide(170, subtract(const_1, divide(15, const_100))), multiply(divide(170, subtract(const_1, divide(15, const_100))), divide(20, const_100))) | divide(n0,const_100)|divide(n2,const_100)|subtract(const_1,#0)|divide(n1,#2)|multiply(#3,#1)|add(#3,#4)| | gain |
mary ' s income is 50 percent more than tim ' s income , and tim ' s income is 40 percent less than juan ' s income . what percent of juan ' s income is mary ' s income ? | "juan ' s income = 100 ( assume ) ; tim ' s income = 60 ( 40 percent less than juan ' s income ) ; mary ' s income = 90 ( 50 percent more than tim ' s income ) . thus , mary ' s income ( 90 ) is 90 % of juan ' s income ( 100 ) . answer : d ." | a ) 124 % , b ) 120 % , c ) 96 % , d ) 90 % , e ) 64 % | d | multiply(multiply(subtract(const_1, divide(40, const_100)), add(const_1, divide(50, const_100))), const_100) | divide(n0,const_100)|divide(n1,const_100)|add(#0,const_1)|subtract(const_1,#1)|multiply(#2,#3)|multiply(#4,const_100)| | general |
peter invests a sum of money and gets back an amount of $ 800 in 3 years . david invests an equal amount of money and gets an amount of $ 854 in 4 years . if both amounts were invested at the same rate ( simple interest ) what was the sum of money invested ? | "since both peter and david invested the same amount of money at the same rate , they would earn same interest per year . david invested for one year more than peter and hence he got interest amount for one more year . interest earned per year = amount received by david - amount received by peter = 854 - 800 = 54 inter... | a ) 653 , b ) 664 , c ) 698 , d ) 744 , e ) 700 | a | subtract(800, multiply(divide(subtract(854, 800), subtract(divide(4, const_100), divide(3, const_100))), divide(3, const_100))) | divide(n3,const_100)|divide(n1,const_100)|subtract(n2,n0)|subtract(#0,#1)|divide(#2,#3)|multiply(#4,#1)|subtract(n0,#5)| | gain |
the radius of a wheel is 22.4 cm . what is the distance covered by the wheel in making 200 resolutions . | "in one resolution , the distance covered by the wheel is its own circumference . distance covered in 200 resolutions . = 200 * 2 * 22 / 7 * 22.4 = 28134 cm = 281.34 m answer : b" | a ) 271.34 m , b ) 281.34 m , c ) 291.34 m , d ) 301.34 m , e ) 311.34 m | b | divide(multiply(multiply(multiply(divide(add(multiply(add(const_3, const_4), const_3), const_1), add(const_3, const_4)), 22.4), const_2), 200), 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 |
what is the value of 3 x ^ 2 − 1.8 x + 0.6 for x = 0.6 ? | "3 x ^ 2 - 1.8 x + 0.6 for x = 0.6 = 3 ( 0.6 * 0.6 ) - 3 * 0.6 * ( 0.6 ) + 0.6 = 0 + 0.6 = 0.6 answer : b" | a ) − 0.3 , b ) 0.6 , c ) 0.3 , d ) 1.08 , e ) 2.46 | b | subtract(multiply(divide(divide(subtract(power(3, 2), power(1.8, 0.6)), const_1000), const_1000), 3), divide(divide(subtract(power(3, 2), power(1.8, 0.6)), const_1000), const_1000)) | power(n0,n1)|power(n2,n3)|subtract(#0,#1)|divide(#2,const_1000)|divide(#3,const_1000)|multiply(n0,#4)|subtract(#5,#4)| | general |
mr . hernandez , who was a resident of state x for only 12 months last year , had a taxable income of $ 22,500 for the year . if the state tax rate were 4 percent of the year ’ s taxable income prorated for the proportion of the year during which the taxpayer was a resident , what would be the amount of mr . hernandez ... | "total tax for the year = 22,500 x 4 % = 900 as stated annual tax is prorated as per the duration of stay . prorated tax = 900 ( 12 / 12 ) = 900 answer a" | a ) $ 900 , b ) $ 720 , c ) $ 600 , d ) $ 300 , e ) $ 60 | a | divide(multiply(multiply(divide(add(multiply(multiply(4, const_100), const_100), multiply(multiply(const_100, const_0_25), const_100)), const_100), 4), 12), multiply(const_3, 4)) | multiply(n2,const_100)|multiply(const_0_25,const_100)|multiply(const_3,n2)|multiply(#0,const_100)|multiply(#1,const_100)|add(#3,#4)|divide(#5,const_100)|multiply(#6,n2)|multiply(n0,#7)|divide(#8,#2)| | gain |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.