options
stringlengths 37
300
| correct
stringclasses 5
values | annotated_formula
stringlengths 7
727
| problem
stringlengths 5
967
| rationale
stringlengths 1
2.74k
| program
stringlengths 10
646
|
---|---|---|---|---|---|
a ) 20 hours , b ) 22.5 hours , c ) 23 hours , d ) 23.5 hours , e ) 24 hours | b | divide(multiply(multiply(5, 9), 3), 6) | 5 pumps , working 9 hours a day , can empty a tank in 3 days . how many hours a day should 6 pumps work in order to empty the tank in 1 day ? | "let the required hours needed be x more pumps , less hours ( indirect proportion ) more days , less hours ( indirect proportion ) hence we can write as ( pumps ) 5 : 6 } : : x : 9 ( days ) 3 : 1 = > 5 * 3 * 9 = 6 * 1 * x = > x = 45 / 2 = > 22.5 answer : b" | a = 5 * 9
b = a * 3
c = b / 6
|
a ) 25 , b ) 30 , c ) 28 , d ) 36 , e ) 42 | b | divide(subtract(multiply(79, 2), subtract(16, 8)), add(2, 3)) | if the average ( arithmetic mean ) of ( 2 a + 16 ) and ( 3 a - 8 ) is 79 , what is the value of a ? | "( ( 2 a + 16 ) + ( 3 a - 8 ) ) / 2 = ( 5 a + 8 ) / 2 = 79 a = 30 the answer is b ." | a = 79 * 2
b = 16 - 8
c = a - b
d = 2 + 3
e = c / d
|
a ) 5 , b ) 6 , c ) 7 , d ) 8 , e ) 9 | c | multiply(subtract(3, 2), divide(504, add(multiply(3, 12), multiply(2, 18)))) | we run a business that rents out canoes and kayaks . a canoe rental costs $ 12 per day , and a kayak rental costs $ 18 dollars per day . one day , our business rents out 3 canoes for every 2 kayaks and receives a total of $ 504 in revenue . how many more canoes than kayaks were rented out ? | "let x be the number of canoes . then 2 x / 3 is the number of kayaks . 12 x + ( 2 x / 3 ) * 18 = 504 12 x + 12 x = 504 24 x = 504 x = 21 ( canoes ) 2 x / 3 = 14 ( kayaks ) there were 21 - 14 = 7 more canoes rented out . the answer is c ." | a = 3 - 2
b = 3 * 12
c = 2 * 18
d = b + c
e = 504 / d
f = a * e
|
a ) 96 , b ) 106 , c ) 122 , d ) 116 , e ) 122 | d | subtract(multiply(add(20, const_1), add(4, 32)), multiply(20, 32)) | the average of runs of a cricket player of 20 innings was 32 . how many runs must he make in his next innings so as to increase his average of runs by 4 ? | "average = total runs / no . of innings = 32 so , total = average x no . of innings = 32 * 20 = 640 now increase in avg = 4 runs . so , new avg = 32 + 4 = 36 runs total runs = new avg x new no . of innings = 36 * 21 = 756 runs made in the 11 th inning = 756 - 640 = 116 answer : d" | a = 20 + 1
b = 4 + 32
c = a * b
d = 20 * 32
e = c - d
|
a ) 0 , b ) 1 / 12 , c ) 5 / 12 , d ) 7 / 18 , e ) 4 / 9 | c | multiply(add(const_12, const_3), power(divide(1, 6), const_2)) | a cube with its sides numbered 1 through 6 is rolled twice , first landing on a and then landing on b . if any roll of the cube yields an equal chance of landing on any of the numbers 1 through 6 , what is the probability r that a + b is prime ? | total # of outcomes is 6 * 6 = 36 ; favorable outcomes : a - b - - > prime 1 - 1 - - > 2 ; 1 - 2 - - > 3 ; 2 - 1 - - > 3 ; 1 - 4 - - > 5 ; 4 - 1 - - > 5 ; 2 - 3 - - > 5 ; 3 - 2 - - > 5 ; 1 - 6 - - > 7 ; 6 - 1 - - > 7 ; 2 - 5 - - > 7 ; 5 - 2 - - > 7 ; 3 - 4 - - > 7 ; 4 - 3 - - > 7 ; 6 - 5 - - > 11 ; 5 - 6 - - > 11 . total of 15 favorable outcomes r = 15 / 36 . answer : c . | a = 12 + 3
b = 1 / 6
c = b ** 2
d = a * c
|
a ) s . 5,000 , b ) s . 5,500 , c ) s . 5,700 , d ) s . 6,600 , e ) s . 7,500 | d | multiply(multiply(add(const_4, const_1), const_4), multiply(2, multiply(const_3, const_4))) | a and b started a business in partnership investing rs . 20,000 and rs . 15,000 respectively . after 6 months , c joined them with rs . 20,000 . whatwill be b ' s share in total profit of rs . 22,000 earned at the end of 2 years from the startingof the business ? | "a : b : c = ( 20,000 x 24 ) : ( 15,000 x 24 ) : ( 20,000 x 18 ) = 4 : 3 : 3 . b ' s share = rs . 22000 x 3 / 10 = rs . 6,600 . d" | a = 4 + 1
b = a * 4
c = 3 * 4
d = 2 * c
e = b * d
|
a ) - 16 , b ) 11 , c ) - 12 , d ) - 18 , e ) 14 | d | multiply(subtract(6, const_4), 3) | find the value for x from below equation : x / 3 = - 6 ? | "1 . multiply both sides by 3 : x * 3 / 3 = - 6 / 3 simplify both sides : x = - 18 d" | a = 6 - 4
b = a * 3
|
a ) 24 hours , b ) 20 hours , c ) 34 hours , d ) 12 hours , e ) 10 hours | a | inverse(subtract(inverse(6), subtract(inverse(4), inverse(8)))) | x can do a piece of work in 8 hours . y and z together can do it in 6 hours , while x and z together can do it in 4 hours . how long will y alone take to do it ? | x ' s 1 hour work = 1 / 8 ( y + z ) ' s 1 hour work = 1 / 6 ( x + z ) ' s 1 hour work = 1 / 4 ( x + y + z ) ' s 1 hour work = ( 1 / 8 + 1 / 6 ) = 7 / 24 y ' s 1 hour ' s work = ( 7 / 24 - 1 / 4 ) = 1 / 24 y alone will take 24 hours to do the work . correct option is a | a = 1/(6)
b = 1/(4)
c = 1/(8)
d = b - c
e = a - d
f = 1/(e)
|
a ) 3630 , b ) 3900 , c ) 8828 , d ) 2387 , e ) 2813 | b | multiply(divide(6300, add(add(6300, 4200), 10500)), 13000) | a , b and c invested rs . 6300 , rs . 4200 and rs . 10500 respectively , in a partnership business . find the share of a in profit of rs . 13000 after a year ? | "6300 : 4200 : 10500 3 : 2 : 5 3 / 10 * 13000 = 3900 answer : b" | a = 6300 + 4200
b = a + 10500
c = 6300 / b
d = c * 13000
|
a ) 65 km , b ) 55 km , c ) 15 km , d ) 60 km , e ) 75 km | d | add(multiply(6, 4), multiply(9, 4)) | if two students starting from same point , walking in the opposite directions with 6 km / hr and 9 km / hr as average speeds respectively . then the distance between them after 4 hours is ? | explanation : total distance = distance traveled by person a + distance traveled by person b = ( 6 Γ 4 ) + ( 9 Γ 4 ) = 24 + 36 = 60 km answer : d | a = 6 * 4
b = 9 * 4
c = a + b
|
a ) 29 , b ) 38 , c ) 39 , d ) 70 , e ) 75 | d | divide(add(add(add(add(51, 65), 82), 67), 85), divide(const_10, const_2)) | dacid obtained 51 , 65 , 82 , 67 and 85 marks ( out of 100 ) in english , mathematics , physics , chemistry and biology . what are his average marks ? | "average = ( 51 + 65 + 82 + 67 + 85 ) / 5 = 70 answer : d" | a = 51 + 65
b = a + 82
c = b + 67
d = c + 85
e = 10 / 2
f = d / e
|
a ) 9 / 8 , b ) 4 / 1 , c ) 2 / 3 , d ) 3 / 4 , e ) 3 / 2 | a | divide(subtract(45, divide(45, add(4, 1))), add(divide(45, add(4, 1)), 23)) | in a mixture of 45 litres the ratio of milk to water is 4 : 1 . additional 23 litres of water is added to the mixture . find the ratio of milk to water in the resulting mixture . | "given that milk / water = 4 x / x and 4 x + x = 45 - - > x = 9 . thus milk = 4 x = 36 liters and water = x = 9 liters . new ratio = 36 / ( 9 + 23 ) = 36 / 32 = 9 / 8 . answer : a ." | a = 4 + 1
b = 45 / a
c = 45 - b
d = 4 + 1
e = 45 / d
f = e + 23
g = c / f
|
a ) 0.28 , b ) 0.27 , c ) 0.25 , d ) 0.32 , e ) 0.35 | a | multiply(divide(70, multiply(multiply(const_5, const_5), const_4)), divide(40, multiply(multiply(const_5, const_5), const_4))) | 70 percent of the members of a study group are women , and 40 percent of those women are lawyers . if one member of the study group is to be selected at random , what is the probability that the member selected is a woman lawyer ? | "say there are 100 people in that group , then there would be 0.7 * 0.40 * 100 = 28 women lawyers , which means that the probability that the member selected is a woman lawyer is favorable / total = 28 / 100 . answer : a" | a = 5 * 5
b = a * 4
c = 70 / b
d = 5 * 5
e = d * 4
f = 40 / e
g = c * f
|
a ) 55 , b ) 60 , c ) 65 , d ) 70 , e ) 75 | a | add(add(add(add(add(add(add(5, 5), add(5, const_2)), add(5, const_1)), 5), 5), const_2), const_1) | if two integers x , y ( x > y ) are selected from - 5 to 5 ( inclusive ) , how many cases are there ? | "there are 11 integers from - 5 to 5 inclusive . 11 c 2 = 55 . the answer is a ." | a = 5 + 5
b = 5 + 2
c = a + b
d = 5 + 1
e = c + d
f = e + 5
g = f + 5
h = g + 2
i = h + 1
|
a ) 3 , b ) 5 , c ) 6 , d ) 8 , e ) 9 | c | add(19, const_1) | if x and y are positive integers and 5 + x + y + xy = 19 , what is the value of x + y ? | "try each answer choices . for a : 5 + 3 + xy = 19 ; xy = 11 ( impossible , 11 prime number . 1 + 11 does n ' t equal 3 ) for b : 5 + 5 + xy = 19 ; xy = 9 ( no combination of xy = 9 and x + y = 5 ) for c : 5 + 6 + xy = 19 ; xy = 8 ( x + y = 6 ; x = 2 , y = 4 or x = 4 , y = 2 ) for d : 5 + 8 + xy = 19 ; xy = 6 ( no combination of xy = 6 and x + y = 8 ) for e : 5 + 9 + xy = 19 ; xy = 5 ( impossible , 5 prime number . 1 + 5 does n ' t equal 9 ) therefore , answer c ." | a = 19 + 1
|
a ) 18 , b ) 16 , c ) 26 , d ) 17 , e ) 11 | b | multiply(divide(subtract(1500, 1260), 1500), const_100) | the cost price of a radio is rs . 1500 and it was sold for rs . 1260 , find the loss % ? | "explanation : 1500 - - - - 240 100 - - - - ? = > 16 % answer : b" | a = 1500 - 1260
b = a / 1500
c = b * 100
|
a ) 400 cm cube , b ) 410 cm cube , c ) 720 cm cube , d ) 730 cm cube , e ) 480 cm cube | c | multiply(multiply(12, 6), 10) | find the area of a cuboid of length 12 cm , breadth 6 cm . and height 10 cm . | "area of a cuboid = lxbxh = 12 cm x 6 cm x 10 cm = 720 cm cube answer : c" | a = 12 * 6
b = a * 10
|
a ) 288 , b ) 760 , c ) 155 , d ) 600 , e ) 441 | b | multiply(subtract(divide(12000, 10000), divide(8000, 10000)), 1900) | a , b and c started a business with capitals of rs . 8000 , rs . 10000 and rs . 12000 respectively . at the end of the year , the profit share of b is rs . 1900 . the difference between the profit shares of a and c is ? | "ratio of investments of a , b and c is 8000 : 10000 : 12000 = 4 : 5 : 6 and also given that , profit share of b is rs . 1900 = > 5 parts out of 15 parts is rs . 1900 now , required difference is 6 - 4 = 2 parts required difference = 2 / 5 ( 1900 ) = rs . 760 answer : b" | a = 12000 / 10000
b = 8000 / 10000
c = a - b
d = c * 1900
|
a ) 25 % , b ) 40 % , c ) 52 % , d ) 8 % , e ) 12 % | c | multiply(divide(520, 1), const_100) | what percent is 520 gm of 1 kg ? | "1 kg = 1000 gm 520 / 1000 Γ£ β 100 = 52000 / 1000 = 52 % answer is c" | a = 520 / 1
b = a * 100
|
a ) 6 / 5 , b ) 7 / 4 , c ) 8 / 3 , d ) 9 / 2 , e ) 12 / 5 | c | inverse(add(add(inverse(6), inverse(12)), inverse(8))) | machine a can finish a job in 6 hours , machine Π² can finish the job in 12 hours , and machine Ρ can finish the job in 8 hours . how many hours will it take for a , b , and Ρ together to finish the job ? | the combined rate is 1 / 6 + 1 / 12 + 1 / 8 = 9 / 24 of the job per hour . the time to complete the job is 24 / 9 = 8 / 3 hours . the answer is c . | a = 1/(6)
b = 1/(12)
c = a + b
d = 1/(8)
e = c + d
f = 1/(e)
|
a ) 75 , b ) 66 , c ) 55 , d ) 44 , e ) 12 | a | divide(150, const_2) | the total marks obtained by a student in physics , chemistry and mathematics is 150 more than the marks obtained by him in physics . what is the average mark obtained by him in chemistry and mathematics ? | let the marks obtained by the student in physics , chemistry and mathematics be p , c and m respectively . p + c + m = 150 + p c + m = 150 average mark obtained by the student in chemistry and mathematics = ( c + m ) / 2 = 150 / 2 = 75 . answer : a | a = 150 / 2
|
a ) rs . 1148 , b ) rs . 1160 , c ) rs . 1190 , d ) rs . 1202 , e ) none | a | divide(multiply(subtract(const_100, 18), 1400), const_100) | a man buys a cycle for rs . 1400 and sells it at a loss of 18 % . what is the selling price of the cycle ? | "solution s . p = 82 % of rs . 1400 = rs . ( 82 / 100 Γ 1400 ) rs . 1148 . answer a" | a = 100 - 18
b = a * 1400
c = b / 100
|
a ) 53.33 % , b ) 50 % , c ) 58.33 % , d ) 55.33 % , e ) 68 % | c | multiply(divide(multiply(divide(3000, 2), add(1, divide(1, 6))), 3000), const_100) | at a contest with 3000 participants , 1 / 2 of the people are aged 8 to 14 . next year , the number of people aged 8 to 14 will increase by 1 / 6 . after this change , what percentage of the total 3000 people will the 8 - to 14 - year - olds represent ? | "i just wanted to mention a couple of things here : * this is a pure ratio question ; the number 3000 is completely irrelevant , and you can ignore it if you like . when we increase something by 1 / 6 , we are multiplying it by 1 + 1 / 6 = 7 / 6 , so the answer here must be ( 1 / 2 ) * ( 7 / 6 ) = 7 / 12 = 58.33 % . answer : c" | a = 3000 / 2
b = 1 / 6
c = 1 + b
d = a * c
e = d / 3000
f = e * 100
|
a ) 25 , b ) 40 , c ) 64 , d ) 80 , e ) 56 | e | multiply(7, divide(const_1, subtract(divide(7, 8), divide(3, 4)))) | if henry were to add 7 gallons of water to a tank that is already 3 / 4 full of water , the tank would be 7 / 8 full . how many gallons of water would the tank hold if it were full ? | "7 / 8 x - 3 / 4 x = 7 galls 1 / 8 * x = 7 gallons x = 56 gallons answer e" | a = 7 / 8
b = 3 / 4
c = a - b
d = 1 / c
e = 7 * d
|
a ) 47.55 kgs , b ) 48 kgs , c ) 48.55 kgs , d ) 49.25 kgs , e ) none of these | c | divide(add(multiply(16, 50.25), multiply(8, 45.15)), add(16, 8)) | the average weight of 16 boys in a class is 50.25 kgs and that of the remaining 8 boys is 45.15 kgs . find the average weight of all the boys in the class . | "solution required average = ( 50.25 x 16 + 45.15 x 8 / 16 + 8 ) = ( 804 + 361.20 / 24 ) = 1165.20 / 24 = 48.55 answer c" | a = 16 * 50
b = 8 * 45
c = a + b
d = 16 + 8
e = c / d
|
a ) 20 , b ) 30 , c ) 50 , d ) 80 , e ) 100 | a | subtract(subtract(150, 50), 20) | of the 150 employees at company x , 50 are full - time , and 100 have worked at company x for at least a year . there are 20 employees at company x who aren β t full - time and haven β t worked at company x for at least a year . how many full - time employees of company x have worked at the company for at least a year ? | "150 employees 50 are full - time 100 have worked at company x for at least a year 20 employees at company x who aren β t full - time and haven β t worked at company x for at least a year . how many full - time employees of company x have worked at the company for at least a year ? 150 - 50 = 100 employees not full time 100 - 20 = 80 employees not full time who worked over a year 100 employees have worked at company x for at least a year - 80 employees not full time who worked over a year = 20 full - time employees of company x have worked at the company for at least a year ans a" | a = 150 - 50
b = a - 20
|
a ) 15 % , b ) 20 % , c ) 25 % , d ) 30 % , e ) 35 % | d | multiply(divide(divide(subtract(50, 47), subtract(47, 40)), add(divide(subtract(50, 47), subtract(47, 40)), const_1)), const_100) | solution x is 40 % chemical a and 60 % chemical b by volume . solution y is 50 % chemical a and 50 % chemical b by volume . if a mixture of x and y is 47 % chemical a , what percent of the mixture is solution x ? | "the volume of the mixture be x + y . 0.4 x + 0.5 y = 0.47 ( x + y ) x = 3 y / 7 x / ( x + y ) = ( 3 y / 7 ) / ( 10 y / 7 ) = 3 / 10 = 30 % . the answer is d ." | a = 50 - 47
b = 47 - 40
c = a / b
d = 50 - 47
e = 47 - 40
f = d / e
g = f + 1
h = c / g
i = h * 100
|
a ) $ 10.00 , b ) $ 11.20 , c ) $ 14.40 , d ) $ 16.80 , e ) $ 18.00 | d | multiply(divide(subtract(const_100, 20), const_100), multiply(divide(subtract(const_100, 30), const_100), 30.00)) | a pet store regularly sells pet food at a discount of 10 percent to 30 percent from the manufacturer β s suggested retail price . if during a sale , the store discounts an additional 20 percent from the discount price , what would be the lowest possible price of a container of pet food that had a manufacturer β s suggested retail price o f $ 30.00 ? | "for retail price = $ 30 first maximum discounted price = 30 - 30 % of 30 = 30 - 9 = 21 price after additional discount of 20 % = 21 - 20 % of 21 = 21 - 4.2 = 16.8 answer : option d" | a = 100 - 20
b = a / 100
c = 100 - 30
d = c / 100
e = d * 30
f = b * e
|
a ) 2261 , b ) 2888 , c ) 1200 , d ) 2699 , e ) 900 | e | add(multiply(multiply(divide(500, 10), 5), const_3), multiply(divide(500, 10), 5)) | the simple interest on a sum of money will be rs . 500 after 10 years . if the principal is trebled after 5 years what will be the total interest at the end of the tenth year ? | "p - - - 10 - - - - 500 p - - - 5 - - - - - 250 3 p - - - 5 - - - - - 750 - - - - - - = > 900 answer : e" | a = 500 / 10
b = a * 5
c = b * 3
d = 500 / 10
e = d * 5
f = c + e
|
a ) 2 β 2 , b ) 4 , c ) 5 , d ) 4 β 2 , e ) none of these | b | divide(16, const_4) | 16 meters of wire is available to fence off a flower bed in the form of a circular sector . what must the radius of the circle in meters be , if we wish to have a flower bed with the greatest possible surface area ? | "area of sector , a = x / 360 * pi * r ^ 2 circumference of the sector = 16 = > x / 360 * 2 * pi * r + 2 r = 16 = > 2 a / r + 2 r = 16 = > a = ( r 16 - 2 r ^ 2 ) / 2 = r 8 - r ^ 2 we will now max using derivations max value of a will found at a = 0 i . e 8 - 2 r = 0 r = 4 b" | a = 16 / 4
|
a ) 700 m , b ) 500 m , c ) 670 m , d ) 700 m , e ) 640 m | d | divide(multiply(21, multiply(1.8, const_1000)), 54) | amar takes as much time in running 21 meters as a car takes in covering 54 meters . what will be the distance covered by amar during the time the car covers 1.8 km ? | "distance covered by amar = 21 / 54 ( 1.8 km ) = 7 / 18 ( 1800 ) = 700 m answer : d" | a = 1 * 8
b = 21 * a
c = b / 54
|
a ) 24 , b ) 18 , c ) 9 , d ) 27 , e ) 18 | a | subtract(divide(multiply(16, subtract(80, 50)), const_12), 16) | an alloy weighing 16 ounces is 50 % gold . how many ounces of pure gold must be added to create an alloy that is 80 % gold ? | "an alloy of 16 oz which is 50 % gold means there is 8 oz of gold . to get to an alloy that is 80 % gold , let ' s use this expression : ( 8 + x ) / ( 16 + x ) = 0.8 with x representing the amount of pure gold that must be added to get to 80 % . the expression we are using represents the new total weight of pure gold over the new total new weight of the alloy and this fraction should represent 80 % or 0.8 . you will see that 24 is the correct answer , as 32 / 40 = 0.8 choose a" | a = 80 - 50
b = 16 * a
c = b / 12
d = c - 16
|
a ) 25 , b ) 16 , c ) 18 , d ) 19 , e ) 17 | b | multiply(divide(12.4, 20), const_100) | what percent of 12.4 kg is 20 gms ? | "explanation : required percentage = ( 20 / 12400 * 100 ) % = 4 / 25 % = 0.16 % answer : b ) . 16 %" | a = 12 / 4
b = a * 100
|
a ) 150 , b ) 164 , c ) 259 , d ) 311 , e ) 224 | e | multiply(divide(divide(factorial(8), factorial(subtract(6, const_1))), factorial(const_3)), 4) | from 4 officers and 8 jawans in how many can 6 be chosen to include exactly one officer ? | required number of ways = 4 c 1 * 8 c 5 = 224 answer is e | a = math.factorial(8)
b = 6 - 1
c = math.factorial(b)
d = a / c
e = math.factorial(3)
f = d / e
g = f * 4
|
['a ) 100 %', 'b ) 200 %', 'c ) 250 %', 'd ) 300 %', 'e ) 400 %'] | d | multiply(subtract(power(multiply(divide(100, const_100), const_2), const_2), const_1), const_100) | if each side of a rectangle is increased by 100 % , by what % the area increases ? | if length is l and width is b then area = l * b now new l and b is 2 l and 2 b respectively . so new area is = 4 * l * b % increase = 300 % answer : d | a = 100 / 100
b = a * 2
c = b ** 2
d = c - 1
e = d * 100
|
a ) 40 , b ) 56 , c ) 41 , d ) 42 , e ) 34 | b | divide(560, multiply(subtract(45, 140), const_0_2778)) | a train 560 m long is running at a speed of 45 km / hr . in what time will it pass a bridge 140 m long ? | "speed = 45 * 5 / 18 = 25 / 2 m / sec total distance covered = 560 + 140 = 700 m required time = 700 * 2 / 25 = 40 sec answer : option b" | a = 45 - 140
b = a * const_0_2778
c = 560 / b
|
a ) 7 h , b ) 3 h , c ) 4 h , d ) 2 h , e ) 9 h | b | divide(15, 5) | a boat sails 15 km of a river towards upstream in 5 hours . how long will it take to cover the same distance downstream , if the speed of current is one - fourth the speed of the boat in still water ? | explanation : upstream speed = b - s downstream speed = b + s b - s = 15 / 5 = 3 km / h again b = 4 s therefore b - s = 3 = 3 s = > s = 1 and b = 4 km / h therefore b + s = 5 km / h therefore , time during downstream = 15 / 5 = 3 h answer : b | a = 15 / 5
|
a ) 8 , b ) 6 , c ) 5 , d ) 4 , e ) 2 | e | subtract(const_100, multiply(multiply(add(const_1, divide(11, const_100)), subtract(const_1, divide(22, const_100))), const_100)) | the tax on a commodity is diminished by 22 % and its consumption increased by 11 % . the effect on revenue is ? | "100 * 100 = 10000 88 * 111 = 9768 - - - - - - - - - - - 10000 - - - - - - - - - - - 232 100 - - - - - - - - - - - ? = > 2 % decrease answer : e" | a = 11 / 100
b = 1 + a
c = 22 / 100
d = 1 - c
e = b * d
f = e * 100
g = 100 - f
|
a ) 1 / 4 , b ) 3 / 8 , c ) 1 / 2 , d ) 9 / 16 , e ) 3 / 4 | d | divide(add(divide(96, 2), divide(96, 16)), 96) | if an integer n is to be chosen at random from the integers 1 to 96 , inclusive , what is the probability that n ( n + 1 ) ( n + 2 ) will be divisible by 16 ? | "i get 5 / 8 as well 1 to 96 inclusive means we have 48 odd and 48 even integers e o e / 16 = integer , therefore we have 48 / 96 numbers divisible by 8 o e o / 16 = not integer we can not forget multiples of 16 from 1 to 96 we have 6 numbers that are multiple of 16 therefore , 48 / 96 + 6 / 96 = 54 / 96 = 9 / 16 answer : d" | a = 96 / 2
b = 96 / 16
c = a + b
d = c / 96
|
a ) 415.8 km , b ) 425.8 km , c ) 435.8 km , d ) 445.8 km , e ) 455.8 km | b | divide(multiply(const_4, multiply(75, 44)), subtract(75, 44)) | there was two trains from calcutta to kanyakumari one train is fast service travels with a speed 75 km per hour another travels with a speed of 44 km per hour the time taken to reach from calcutta to kanyakumari is 4 hours less than the first train . . . find the distance b / w calcatta to kanyakumari | let distance b / w calcutta to kanyakumari is = x km then eqn is x / 44 - x / 75 = 4 = > x * ( 75 - 44 ) = 4 * 75 * 44 = > x = 425.8 km answer : b | a = 75 * 44
b = 4 * a
c = 75 - 44
d = b / c
|
a ) 85 , b ) 140 , c ) 60 , d ) 80 , e ) 75 | a | subtract(divide(factorial(10), multiply(factorial(subtract(10, 3)), factorial(3))), divide(multiply(10, subtract(10, 3)), const_2)) | in a group of 10 doctors , 3 doctors are only pediatricians ; the others are surgeons or general practitioners - but not both . a team of 3 doctors is to be chosen which must have at least 1 pediatrician , how many different teams can be chosen ? | the problem asks for a combination , since order does n ' t matter . now , selecting r items from a set of n gives the combination formula : ncr = n ! / r ! ( n - r ) ! n = 10 r = 3 so , total teams is 10 c 3 = 10 ! / ( 3 ! ( 10 - 3 ) ! ) = 120 , and n = 10 - 3 = 7 r = 3 for teams without a pediatrician is 7 c 3 = 7 ! / ( 3 ! ( 7 - 3 ) ! ) = 35 , so , teams with at least 1 pediatrician = 120 - 35 = 85 answer : a | a = math.factorial(10)
b = 10 - 3
c = math.factorial(b)
d = math.factorial(3)
e = c * d
f = a / e
g = 10 - 3
h = 10 * g
i = h / 2
j = f - i
|
a ) 76 , b ) 27 , c ) 19 , d ) 50 , e ) 11 | d | multiply(add(subtract(multiply(add(3, 4), 3), multiply(4, 3)), add(subtract(multiply(add(3, 4), 3), multiply(4, 3)), add(3, 4))), const_2) | if the length of a certain rectangle is decreased by 4 cm and the width is increased by 3 cm , a square with the same area as the original rectangle would result . find the perimeter of the original rectangle ? | "let x and y be the length and breadth of the rectangle respectively . then , x - 4 = y + 3 or x - y = 7 - - - - ( i ) area of the rectangle = xy ; area of the square = ( x - 4 ) ( y + 3 ) ( x - 4 ) ( y + 3 ) = xy < = > 3 x - 4 y = 12 - - - - ( ii ) solving ( i ) and ( ii ) , we get x = 16 and y = 9 . perimeter of the rectangle = 2 ( x + y ) = [ 2 ( 16 + 9 ) ] cm = 50 cm . answer : d" | a = 3 + 4
b = a * 3
c = 4 * 3
d = b - c
e = 3 + 4
f = e * 3
g = 4 * 3
h = f - g
i = 3 + 4
j = h + i
k = d + j
l = k * 2
|
a ) 4 , b ) 6 , c ) 8 , d ) 10 , e ) 16 | e | add(subtract(multiply(const_4, 4), multiply(multiply(const_4, 5), 0.2)), 4) | a football player scores 4 goals in his fifth match thus increasing his average goals score by 0.2 . the total number of goals in his 5 matches would be | "while this question can be solved with a rather straight - forward algebra approach ( as the other posters have noted ) , it can also be solved by testing the answers . one of those numbers must be the total number of goals . . . from a tactical standpoint , it ' s best to test either answer b or answer d , so if the answer is not correct , then you would have a gauge for whether you should gohigherorlowerwith your next test . here , i ' ll start with answer e = 16 goals if . . . . total goals = 16 goals 5 th game = 4 goals 1 st 4 games = 12 goals avg . for 1 st 4 games = 12 / 4 = 3 goal / game avg . for all 5 games = 6 / 5 = 3.2 goals / game this is an exact match for what we ' re told in the prompt , so answer e must be the answer ." | a = 4 * 4
b = 4 * 5
c = b * 0
d = a - c
e = d + 4
|
a ) 3 , b ) 2 , c ) 4 , d ) 5 , e ) 6 | b | subtract(multiply(multiply(multiply(784, 618), 917), 463), subtract(multiply(multiply(multiply(784, 618), 917), 463), add(const_4, const_4))) | the unit digit in the product 784 * 618 * 917 * 463 is ? | "unit digit in the given product = unit digit in 4 * 8 * 7 * 3 = 2 answer is b" | a = 784 * 618
b = a * 917
c = b * 463
d = 784 * 618
e = d * 917
f = e * 463
g = 4 + 4
h = f - g
i = c - h
|
a ) 35 , b ) 49 , c ) 100 , d ) 105 , e ) 140 | d | add(divide(subtract(multiply(divide(multiply(35, 20), const_100), 35), multiply(divide(multiply(35, 20), const_100), 20)), subtract(multiply(20, divide(40, const_100)), divide(multiply(35, 20), const_100))), 35) | how many liters of a 40 % iodine solution need to be mixed with 35 liters of a 20 % iodine solution to create a 35 % iodine solution ? | "solution 1 : assume the iodine solution to be mixed = x lts . iodine = 0.4 x lts , water = 0.6 x lts . solution 2 : 35 liters of a 20 % iodine solution iodine = 7 lts , water = 28 lts . total iodine = 0.4 x + 7 total water = 0.6 x + 28 the resultant is a 35 % iodine solution . hence ( 0.4 x + 7 ) / ( x + 35 ) = 35 / 100 40 x + 700 = 35 x + 1225 5 x = 525 x = 105 lts correct option : d" | a = 35 * 20
b = a / 100
c = b * 35
d = 35 * 20
e = d / 100
f = e * 20
g = c - f
h = 40 / 100
i = 20 * h
j = 35 * 20
k = j / 100
l = i - k
m = g / l
n = m + 35
|
a ) 18 days , b ) 32 days , c ) 42 days , d ) 48 days , e ) 44 days | b | divide(multiply(8, 80), 20) | if 8 men do a work in 80 days , in how many days will 20 men do it ? | "8 * 80 = 20 * x x = 32 days answer : b" | a = 8 * 80
b = a / 20
|
a ) 80 % , b ) 105 % , c ) 120 % , d ) 144 % , e ) 138 % | d | multiply(divide(multiply(18, subtract(const_1, divide(20, const_100))), 10), const_100) | in 2008 , the profits of company n were 10 percent of revenues . in 2009 , the revenues of company n fell by 20 percent , but profits were 18 percent of revenues . the profits in 2009 were what percent of the profits in 2008 ? | "x = profits r = revenue x / r = 0,1 x = 10 r = 100 2009 : r = 80 x / 80 = 0,18 = 18 / 100 x = 80 * 18 / 100 x = 14.4 14.4 / 10 = 1,44 = 144 % , answer d" | a = 20 / 100
b = 1 - a
c = 18 * b
d = c / 10
e = d * 100
|
a ) 22877 , b ) 24000 , c ) 20000 , d ) 27999 , e ) 17799 | b | divide(multiply(multiply(30, const_100), multiply(16, const_100)), multiply(20, 10)) | a courtyard is 30 meter long and 16 meter board is to be paved with bricks of dimensions 20 cm by 10 cm . the total number of bricks required is ? | "number of bricks = courtyard area / 1 brick area = ( 3000 Γ 1600 / 20 Γ 10 ) = 24000 answer : b" | a = 30 * 100
b = 16 * 100
c = a * b
d = 20 * 10
e = c / d
|
a ) 58 , b ) 59 , c ) 60 , d ) 61 , e ) 62 | b | subtract(lcm(lcm(lcm(2, 3), 4), 10), const_1) | what is the smallest positive integer that leaves a remainder of 1 when divided by 2 , remainder of 2 when divided by 3 , a remainder of 3 when divided by 4 , and a remainder of 9 when divided by 10 ? | remainder of 1 when divided by 2 : ( 2 - 1 = 1 ) remainder of 2 when divided by 3 : ( 3 - 2 = 1 ) remainder of 3 when divided by 4 : ( 4 - 3 = 1 ) remainder of 9 when divided by 10 : ( 2 - 1 = 1 ) so n + 1 should be divisible by 23 , 410 ( where n is desired number ) l . c . m . of 23 , 410 = 60 ( = n + 1 ) n = 59 answer : b | a = math.lcm(2, 3)
b = math.lcm(a, 4)
c = math.lcm(b, 10)
d = c - 1
|
a ) 1 / 2 , b ) 2 / 5 , c ) 6 / 8 , d ) 9 / 4 , e ) 7 / 5 | a | multiply(divide(divide(3, 4), divide(1, 2)), divide(2, 6)) | find the fraction which has the same ratio to 2 / 6 that 3 / 4 has to 1 / 2 | "p : 2 / 6 = 3 / 4 : 1 / 2 as the product of the means is equal to the product of the extremes . p * 1 / 2 = 2 / 6 * 3 / 4 p * 1 / 2 = 6 / 24 p = 1 / 2 = > p = 1 / 2 answer : a" | a = 3 / 4
b = 1 / 2
c = a / b
d = 2 / 6
e = c * d
|
a ) 1 minutes , b ) 13 minute , c ) 100 minutes , d ) 10000 minutes , e ) 1000 minutes | b | multiply(divide(13, 13), 13) | if 13 lions can kill 13 deers in 13 minutes how long will it take 100 lions to kill 100 deers ? | "we can try the logic of time and work , our work is to kill the deers so 13 ( lions ) * 13 ( min ) / 13 ( deers ) = 100 ( lions ) * x ( min ) / 100 ( deers ) hence answer is x = 13 answer : b" | a = 13 / 13
b = a * 13
|
a ) $ 10 , b ) $ 12 , c ) $ 13.20 , d ) $ 15 , e ) $ 16.80 | b | divide(subtract(multiply(66, 3), multiply(69, 2)), subtract(multiply(3, 3), multiply(2, 2))) | if bill can buy 3 pairs of jeans and 2 shirts for $ 69 or 2 pairs of jeans and 3 shirts for $ 66 , how much does one shirt cost ? | "let the price of one shirt be ss and of jeans be j : 3 j + 2 s = 69 2 j + 3 s = 66 subtracting the second from the first gives : j β s = 3 or j = s + 3 plug j in either of the equations and solve for s , which is $ 12 answer : b ." | a = 66 * 3
b = 69 * 2
c = a - b
d = 3 * 3
e = 2 * 2
f = d - e
g = c / f
|
a ) 45 minutes , b ) 50 minutes , c ) 40 minutes , d ) 55 minutes , e ) 35 minutes | a | subtract(const_60, divide(30, const_2)) | each day a man meets his wife at the train station after work , and then she drives him home . she always arrives exactly on time to pick him up . one day he catches an earlier train and arrives at the station an hour early . he immediately begins walking home along the same route the wife drives . eventually his wife sees him on her way to the station and drives him the rest of the way home . when they arrive home the man notices that they arrived 30 minutes earlier than usual . how much time did the man spend walking ? | "as they arrived 30 minutes earlier than usual , they saved 30 minutes on round trip from home to station ( home - station - home ) - - > 15 minutes in each direction ( home - station ) - - > wife meets husband 15 minutes earlier the usual meeting time - - > husband arrived an hour earlier the usual meeting time , so he must have spent waking the rest of the time before their meeting , which is hour - 15 minutes = 45 minutes . answer : a" | a = 30 / 2
b = const_60 - a
|
a ) 89 kmph , b ) 92 kmph , c ) 75 kmph , d ) 102.5 kmph , e ) 77 kmph | d | divide(add(145, 60), const_2) | the speed of a car is 145 km in the first hour and 60 km in the second hour . what is the average speed of the car ? | "s = ( 145 + 60 ) / 2 = 102.5 kmph d" | a = 145 + 60
b = a / 2
|
a ) 123 , b ) 1 , c ) 235 , d ) 305 , e ) 505 | b | gcd(subtract(2037, 7), subtract(1657, 10)) | the greatest number which on dividing 1657 and 2037 leaves remainders 10 and 7 respectively , is : | "explanation : required number = h . c . f . of ( 1657 - 10 ) and ( 2037 - 7 ) = h . c . f . of 1647 and 2030 = 1 . answer : b" | a = 2037 - 7
b = 1657 - 10
c = math.gcd(a, b)
|
a ) 28 % , b ) 30 % , c ) 32 % , d ) 34 % , e ) 44 % | e | multiply(divide(add(multiply(divide(40, 100), 400), multiply(100, divide(60, 100))), add(400, 100)), 100) | a grocer has 400 pounds of coffee in stock , 40 percent of which is decaffeinated . if the grocer buys another 100 pounds of coffee of which 60 percent is decaffeinated , what percent , by weight , of the grocer β s stock of coffee is decaffeinated ? | "1 . 40 % of 400 = 160 pounds of decaffeinated coffee 2 . 60 % of 100 = 60 pounds of decaffeinated coffee 3 . wt have 220 pounds of decaffeinated out of 500 pounds , that means 220 / 500 * 100 % = 44 % . the correct answer is e ." | a = 40 / 100
b = a * 400
c = 60 / 100
d = 100 * c
e = b + d
f = 400 + 100
g = e / f
h = g * 100
|
a ) 1 , b ) 2 , c ) 3 , d ) 4 , e ) 5 | e | floor(divide(21, subtract(5, const_1))) | if @ is a binary operation defined as the difference between an integer n and the product of n and 5 , then what is the largest positive integer n such that the outcome of the binary operation of n is less than 21 ? | "@ ( n ) = 5 n - n we need to find the largest positive integer such that 5 n - n < 21 . then 4 n < 21 and n < 5.25 . the largest possible integer is n = 5 . the answer is e ." | a = 5 - 1
b = 21 / a
c = math.floor(b)
|
a ) 1 / 16 , b ) 5 / 42 , c ) 16 , d ) 3 / 16 , e ) 1 / 4 | c | divide(divide(choose(42, const_1), 42), power(const_3, const_2)) | each factor of 290 is inscribed on its own plastic ball , and all of the balls are placed in a jar . if a ball is randomly selected from the jar , what is the probability that the ball is inscribed with a multiple of 42 ? | "290 = 2 * 3 * 5 * 7 , so the # of factors 210 has is ( 1 + 1 ) ( 1 + 1 ) ( 1 + 1 ) ( 1 + 1 ) = 16 ( see below ) ; 42 = 2 * 3 * 7 , so out of 16 factors only two are multiples of 42 : 42 and 210 , itself ; so , the probability is 2 / 16 = 1 / 6 answer : c ." | a = math.comb(42, 1)
b = a / 42
c = 3 ** 2
d = b / c
|
a ) 92 , b ) 42 , c ) 64 , d ) 76 , e ) 84 | a | subtract(multiply(add(13, const_1), add(22, 5)), multiply(22, 13)) | the average runs of a cricket player of 13 innings was 22 . how many runs must he make in his next innings so as to increase his average of runs by 5 ? | explanation : average after 14 innings = 27 required number of runs = ( 27 * 14 ) β ( 22 * 13 ) = 378 β 286 = 92 answer a | a = 13 + 1
b = 22 + 5
c = a * b
d = 22 * 13
e = c - d
|
a ) 22 % , b ) 23 % , c ) 24 % , d ) 25 % , e ) 27.5 % | e | divide(22, divide(subtract(const_100, 20), const_100)) | in a certain candy store , 22 % of the customers are caught sampling the candy and are charged a small fine , but 20 % of the customers who sample the candy are not caught . what is the total percent of all customers who sample candy ? | "since 20 % of the customers who sample the candyare notcaught , then 80 % of the customers who sample the candyarecaught : { % of customers who sample candy } * 0.80 = 0.22 ; { % of customers who sample candy } = 0.275 answer : e ." | a = 100 - 20
b = a / 100
c = 22 / b
|
a ) 20 % , b ) 80 % , c ) 90 % , d ) 22 % , e ) 24 % | a | subtract(50, 40) | if the selling price of 50 articles is equal to the cost price of 40 articles , then the loss or gain percent is ? | "let c . p . of each article be re . 1 . then , c . p . of 50 articles = rs . 50 ; s . p . of 50 articles = rs . 40 . loss % = 10 / 50 * 100 = 20 % . answer : a" | a = 50 - 40
|
a ) 1 / 60 , b ) 2 / 50 , c ) 9 / 40 , d ) 3 / 40 , e ) 4 / 50 | c | add(multiply(multiply(divide(1, 2), divide(1, 4)), divide(1, 5)), add(add(multiply(multiply(divide(1, 2), divide(1, 5)), subtract(1, divide(1, 4))), multiply(divide(1, 2), divide(1, 5))), multiply(multiply(divide(1, 4), divide(1, 5)), subtract(1, divide(1, 2))))) | 3 students appear at an examination of mathematics . the probability of their success are 1 / 2 , 1 / 4 , 1 / 5 respectively . find the probability of success of at least two . | the probability of success of at least two students will involve the following possibilities . the first two students are successful , the last two students are successful , the first and third students are successful and all the three students are successful . therefore , the required probability = 1 / 2 x 1 / 4 x 4 / 5 + 1 / 4 x 1 / 5 x 1 / 2 + 1 / 2 x 1 / 5 x 3 / 4 + 1 / 2 x 1 / 4 x 1 / 5 = 9 / 40 answer : c | a = 1 / 2
b = 1 / 4
c = a * b
d = 1 / 5
e = c * d
f = 1 / 2
g = 1 / 5
h = f * g
i = 1 / 4
j = 1 - i
k = h * j
l = 1 / 2
m = 1 / 5
n = l * m
o = k + n
p = 1 / 4
q = 1 / 5
r = p * q
s = 1 / 2
t = 1 - s
u = r * t
v = o + u
w = e + v
|
a ) 27 / 4 , b ) 27 / 8 , c ) 3 / 4 , d ) 3 / 8 , e ) 1 / 4 | c | divide(multiply(3, 3), multiply(2, multiply(3, 2))) | if a / b = 1 / 3 , b / c = 2 , c / d = 1 / 2 , d / e = 3 and e / f = 1 / 2 , then what is the value of abc / def ? | "say a = 3 . then : a / b = 1 / 3 - - > b = 9 ; b / c = 2 - - > c = 9 / 2 ; c / d = 1 / 2 - - > d = 9 ; d / e = 3 - - > e = 3 ; e / f = 1 / 2 - - > f = 6 . abc / def = ( 3 * 9 * 9 / 2 ) / ( 9 * 3 * 6 ) = 3 / 4 . answer : c ." | a = 3 * 3
b = 3 * 2
c = 2 * b
d = a / c
|
a ) 229 , b ) 288 , c ) 787.5 , d ) 888 , e ) 121 | c | multiply(divide(multiply(30, add(const_3, 2)), subtract(42, 30)), 42) | a train leaves delhi at 9 a . m . at a speed of 30 kmph . another train leaves at 2 p . m . at a speed of 42 kmph on the same day and in the same direction . how far from delhi , will the two trains meet ? | "d = 30 * 5 = 150 rs = 42 β 30 = 8 t = 150 / 8 = 18.75 d = 42 * 18.75 = 787.5 km answer : c" | a = 3 + 2
b = 30 * a
c = 42 - 30
d = b / c
e = d * 42
|
a ) 16 km , b ) 10 km , c ) 12 km , d ) 24 km , e ) 25 km | c | multiply(3, 2) | a man performs 1 / 2 of the total journey by rail , 1 / 3 by bus and the remaining 2 km on foot . his total journey is | "explanation : let the journey be x km then , 1 x / 2 + 1 x / 3 + 2 = x 5 x + 12 = 6 x x = 12 km answer : option c" | a = 3 * 2
|
a ) 28 , b ) 30 , c ) 33 , d ) 36 , e ) 28 | d | add(divide(subtract(multiply(33, 7), add(add(add(add(const_1, add(add(add(add(add(const_1, const_2), const_1), const_1), const_1), const_1)), const_1), const_1), add(add(add(add(const_1, add(add(add(add(add(const_1, const_2), const_1), const_1), const_1), const_1)), const_1), const_1), const_1))), 7), add(add(add(add(const_1, const_2), const_1), const_1), const_1)) | the average of 7 consecutive numbers is 33 . the highest of these numbers is : | "the average of 7 consecutive numbers will be the 4 th number which is given to be = 33 5 th number = 34 , 6 th number = 35 , 7 th number = 36 answer : d ." | a = 33 * 7
b = 1 + 2
c = b + 1
d = c + 1
e = d + 1
f = e + 1
g = 1 + f
h = g + 1
i = h + 1
j = 1 + 2
k = j + 1
l = k + 1
m = l + 1
n = m + 1
o = 1 + n
p = o + 1
q = p + 1
r = q + 1
s = i + r
t = a - s
u = t / 7
v = 1 + 2
w = v + 1
x = w + 1
y = x + 1
z = u + y
|
a ) 116 , b ) 146 , c ) 152 , d ) 162 , e ) 170 | a | multiply(multiply(multiply(200, subtract(1, divide(1, 6))), subtract(1, divide(1, 6))), subtract(1, divide(1, 6))) | in a certain animal population , for each of the first 3 months of life , the probability that an animal will die during that month is 1 / 6 . for a group of 200 newborn members of the population , approximately how many would be expected to survive the first 3 months of life ? | "the probability of survival for each of the first 3 months of life is 1 - 1 / 6 = 5 / 6 , so of 200 newborn 200 * 5 / 6 * 5 / 6 * 5 / 6 = ~ 116 is expected to survive . answer : a ." | a = 1 / 6
b = 1 - a
c = 200 * b
d = 1 / 6
e = 1 - d
f = c * e
g = 1 / 6
h = 1 - g
i = f * h
|
a ) 1.25 sec , b ) 2.75 sec , c ) 3.5 sec , d ) 2.39 sec , e ) 9.5 sec | a | divide(50, multiply(144, const_0_2778)) | in what time will a train 50 m long cross an electric pole , it its speed be 144 km / hr ? | "speed = 144 * 5 / 18 = 40 m / sec time taken = 50 / 40 = 1.25 sec . answer : a" | a = 144 * const_0_2778
b = 50 / a
|
['a ) 180 m 2', 'b ) 164 m 2', 'c ) 152 m 2', 'd ) 143 m 2', 'e ) none of these'] | d | multiply(sqrt(169), subtract(sqrt(169), const_2)) | a square carpet with an area 169 m 2 must have 2 metres cut - off one of its edges in order to be a perfect fit for a rectangular room . what is the area of rectangular room ? | side of square carpet = β area = β 169 = 13 m after cutting of one side , measure of one side = 13 β 2 = 11 m and other side = 13 m ( remain same ) β΄ area of rectangular room = 13 Γ 11 = 143 m 2 answer d | a = math.sqrt(169)
b = math.sqrt(169)
c = b - 2
d = a * c
|
a ) 3 , b ) 189 , c ) 221 , d ) 227 , e ) 230 | b | multiply(multiply(multiply(subtract(add(add(subtract(3, 1), add(2, 1)), add(2, 1)), const_10), subtract(add(multiply(2, add(subtract(3, 1), add(2, 1))), 1), const_10)), add(2, 1)), subtract(add(multiply(2, add(add(add(subtract(3, 1), add(2, 1)), add(2, 1)), add(2, 1))), 1), multiply(2, const_10))) | a β sophie germain β prime is any positive prime number p for which 2 p + 1 is also prime . the product of all the possible units digits of sophie germain primes greater than 3 is | "in that case , the sophie prime numbers greater than 5 are 7 , 11,23 , 47,59 , . . which yields units digit as 1 , 3,7 and 9 product would be 1 x 3 x 7 x 9 = 189 answer should be b ." | a = 3 - 1
b = 2 + 1
c = a + b
d = 2 + 1
e = c + d
f = e - 10
g = 3 - 1
h = 2 + 1
i = g + h
j = 2 * i
k = j + 1
l = k - 10
m = f * l
n = 2 + 1
o = m * n
p = 3 - 1
q = 2 + 1
r = p + q
s = 2 + 1
t = r + s
u = 2 + 1
v = t + u
w = 2 * v
x = w + 1
y = 2 * 10
z = x - y
A = o * z
|
a ) 25 / 9 , b ) 9 / 5 , c ) 5 / 7 , d ) 3 / 5 , e ) 9 / 25 | c | divide(5, 7) | a number x is multiplied by 5 , and this product is then divided by 7 . if the positive square root of the result of these two operations equals x , what is the value of x if x β 0 ? | "sqrt ( 5 x / 7 ) to be perfect square x has to 5 / 7 ans : c" | a = 5 / 7
|
a ) 5 / 8 , b ) 1 / 6 , c ) 3 / 8 , d ) 1 / 2 , e ) 3 / 4 | a | divide(const_3, multiply(const_2, const_4)) | the center of a circle lies on the origin of the coordinate plane . if a point ( x , y ) is randomly selected inside of the circle , what is the probability that y > 0 or y > x ? | "the line y = x divides the circle into two equal areas . all the points above the line y = x satisfy the condition that y > x . all the points above the x - axis satisfy the condition that y > 0 . the union of these two areas is 5 / 8 of the circle . the answer is a ." | a = 2 * 4
b = 3 / a
|
a ) 167 sec , b ) 190 sec , c ) 390 sec , d ) 716 sec , e ) 123 sec | c | subtract(divide(multiply(const_1, const_1000), divide(25, 10)), 10) | in a kilometer race , a beats b by 25 meters or 10 seconds . what time does a take to complete the race ? | "time taken by b run 1000 meters = ( 1000 * 10 ) / 25 = 400 sec . time taken by a = 400 - 10 = 390 sec . answer : c" | a = 1 * 1000
b = 25 / 10
c = a / b
d = c - 10
|
a ) 18 , b ) 16 , c ) 12 , d ) 24 , e ) 4 | d | add(14, multiply(26, divide(50, const_100))) | one week , a certain truck rental lot had a total of 26 trucks , all of which were on the lot monday morning . if 50 % of the trucks that were rented out during the week were returned to the lot on or before saturday morning of that week , and if there were at least 14 trucks on the lot that saturday morning , what is the greatest number of different trucks that could have been rented out during the week ? | "n - not rented trucks ; r - rented trucks n + r = 26 n + r / 2 = 14 r = 24 d" | a = 50 / 100
b = 26 * a
c = 14 + b
|
a ) 33 , b ) 36 , c ) 37 , d ) 38 , e ) 39 | a | add(divide(subtract(add(40, 2), 15), 1.5), 15) | each week , harry is paid x dollars per hour for the first 15 hours and 1.5 x dollars for each additional hour worked that week . each week , james is paid x dollars per per hour for the first 40 hours and 2 x dollars for each additional hour worked that week . last week james worked a total of 41 hours if harry and james were paid the same amount last week , how many hours did harry work last week ? | 42 x = 15 x + 1.5 x ( h - 15 ) = = > 42 = 15 + 1.5 ( h - 15 ) = = > h - 15 = 27 / 1.5 = 18 = = > h = 33 answer is a | a = 40 + 2
b = a - 15
c = b / 1
d = c + 15
|
a ) 4000 , b ) 3500 , c ) 2500 , d ) 3000 , e ) 2000 | e | multiply(divide(multiply(divide(200, 2), divide(200, 2)), subtract(245, 200)), 2) | shawn invested one half of his savings in a bond that paid simple interest for 2 years and received $ 200 as interest . he invested the remaining in a bond that paid compound interest , interest being compounded annually , for the same 2 years at the same rate of interest and received $ 245 as interest . what was the value of his total savings before investing in these two bonds ? | "so , we know that shawn received 20 % of the amount he invested in a year . we also know that in one year shawn received $ 100 , thus 0.2 x = $ 100 - - > x = $ 1,000 . since , he invested equal sums in his 2 bonds , then his total savings before investing was 2 * $ 1,000 = $ 2,000 answer e" | a = 200 / 2
b = 200 / 2
c = a * b
d = 245 - 200
e = c / d
f = e * 2
|
a ) 26 , b ) 72 , c ) 25 , d ) 82 , e ) 27 | a | divide(add(160, 100), multiply(36, const_0_2778)) | how many seconds will a train 100 meters long take to cross a bridge 160 meters long if the speed of the train is 36 kmph ? | "explanation : d = 100 + 160 = 260 s = 36 * 5 / 18 = 10 mps t = 260 / 10 = 26 sec answer : option a" | a = 160 + 100
b = 36 * const_0_2778
c = a / b
|
a ) 28 , b ) 24 , c ) 23 , d ) 22 , e ) 25 | e | subtract(multiply(divide(divide(0.75, 3), divide(1, 5)), const_100), const_100) | at a bank , the service charges for transactions were us dollar 1 for every 5 transactions . the bank recently revised the charges to us dollar 0.75 for every 3 transactions . by approximately what percent did the ratio of price to transactions increase from the previous charge ? | initial charge / transaction ratio = 1 / 5 = 3 / 15 revised charge / transaction ratio = . 75 / 3 = 3.75 / 15 answer : e | a = 0 / 75
b = 1 / 5
c = a / b
d = c * 100
e = d - 100
|
a ) 1287472 , b ) 845796 , c ) 804670 , d ) 784596 , e ) 864520 | a | divide(multiply(multiply(multiply(add(const_3, const_2), const_2), multiply(add(const_3, const_2), const_2)), 800), multiply(multiply(add(const_3, const_2), const_2), multiply(add(const_3, const_2), const_2))) | convert 800 miles into meters ? | "1 mile = 1609.34 meters 800 mile = 800 * 1609.34 = 1287472 meters answer is a" | a = 3 + 2
b = a * 2
c = 3 + 2
d = c * 2
e = b * d
f = e * 800
g = 3 + 2
h = g * 2
i = 3 + 2
j = i * 2
k = h * j
l = f / k
|
a ) 70 miles , b ) 80 miles , c ) 90 miles , d ) 100 miles , e ) 110 miles | b | divide(0.5, subtract(inverse(20), inverse(80))) | nil and ethan are brothers . they left their home at the same time and drove to the same beach . nil drove at a speed of 80 miles per hour . ethan drove at a speed of 20 miles per hour . nil arrived at the beach 0.5 hour earlier than ethan . what is the distance between their home and the beach ? | every hour , nil gets ahead of ethan 80 - 20 = 60 miles . when nil arrived at the beach , ethan is only 20 Γ 0.5 = 10 miles behind . that tells us they only drove 1 hour when nil arrived at the beach . the distance between their home and the beach is nil β s speed Γ nil β s time = 80 Γ 1 = 80 miles . correct answer b | a = 1/(20)
b = 1/(80)
c = a - b
d = 0 / 5
|
a ) 8 , b ) 10 , c ) 12 , d ) 14 , e ) 16 | a | add(floor(divide(19, 3)), floor(divide(19, power(3, const_2)))) | if m = 3 ^ n , what is the greatest value of n for which m is a factor of 19 ! | solution - consider multiples of 25 ! = > 3,6 , 9,12 , 15,18 count no . of 3 in each multiple . 3 = 3 x 1 - > 1 6 = 3 x 2 - > 1 9 = 3 x 3 - > 2 12 = 3 x 4 - > 1 15 = 3 x 5 - > 1 18 = 3 x 3 x 2 - > 2 - - - - count 3 ' s = 8 so answer is 8 answer : a | a = 19 / 3
b = math.floor(a)
c = 3 ** 2
d = 19 / c
e = math.floor(d)
f = b + e
|
a ) 43 , b ) 55 , c ) 35 , d ) 45 , e ) 40 | d | divide(divide(multiply(1200, 15), const_100), 4) | a reduction of 15 % in the price of oil enables a house wife to obtain 4 kgs more for rs . 1200 , what is the reduced price for kg ? | "1200 * ( 15 / 100 ) = 180 - - - - 4 ? - - - - 1 = > rs . 45 answer : d" | a = 1200 * 15
b = a / 100
c = b / 4
|
a ) 6 , b ) 8 , c ) 12 , d ) 18 , e ) 24 | d | subtract(power(2, const_4), const_4) | x , y , and z are different prime numbers . the product x ^ 2 * y ^ 2 * z is divisible by how many different positive numbers ? | "the exponents of x ^ 2 * y ^ 2 * z are 2 , 2 , and 1 . the number of factors is ( 2 + 1 ) ( 2 + 1 ) ( 1 + 1 ) = 18 the answer is d ." | a = 2 ** 4
b = a - 4
|
a ) 72 , b ) 75 , c ) 80 , d ) 84 , e ) 90 | c | divide(multiply(60, divide(multiply(48, 60), multiply(subtract(48, 60), 60))), divide(60, const_10)) | a car travels from point a to point b . the average speed of the car is 60 km / hr and it travels the first half of the trip at a speed of 48 km / hr . what is the speed of the car in the second half of the trip ? | "let d be the distance and let v be the speed in the second half . the total time = t 1 + t 2 d / 60 = d / 96 + ( d / 2 ) / v 8 d / 480 - 5 d / 480 = ( d / 2 ) / v d / 160 = d / 2 v and so v = 80 km / hr the answer is c ." | a = 48 * 60
b = 48 - 60
c = b * 60
d = a / c
e = 60 * d
f = 60 / 10
g = e / f
|
a ) 20 , b ) 25 , c ) 30 , d ) 40 , e ) 50 | e | divide(80, const_2) | a soccer store typically sells replica jerseys at a discount of 60 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 of the list price is the lowest possible sale price ? | "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 = 50 and 0.8 x = 32 so lowest sale price is 32 , which is 40 % of 80 hence , e is the answer" | a = 80 / 2
|
a ) 0 , b ) 1 , c ) 2 , d ) 3 , e ) 5 | b | subtract(subtract(subtract(subtract(multiply(5, const_1), const_1), const_1), const_1), const_1) | how many real solutions does the equation x 5 + 2 x 3 + 8 x 2 + 16 = 0 have ? | note that x 5 + 2 x 3 + 8 x 2 + 16 = ( x 3 + 8 ) ( x 2 + 2 ) = ( x + 2 ) ( x 2 - 2 x + 4 ) ( x 2 + 2 ) . since the quadratic equations x 2 - 2 x + 4 = 0 and x 2 + 2 = 0 have no real solutions , the original equation has just one real solution , x = - 2 . correct answer b | a = 5 * 1
b = a - 1
c = b - 1
d = c - 1
e = d - 1
|
a ) 23 years , b ) 22 years , c ) 21 years , d ) 20 years , e ) 18 years | e | divide(subtract(20, subtract(multiply(const_2, const_2), const_2)), subtract(const_2, const_1)) | a man is 20 years older than his son . in two years , his age will be twice the age of his son . what is the present age of his son ? | "let present age of the son = x years then , present age the man = ( x + 20 ) years given that , in 2 years , man ' s age will be twice the age of his son Γ’ β‘ β ( x + 20 ) + 2 = 2 ( x + 2 ) Γ’ β‘ β x = 18 answer : e" | a = 2 * 2
b = a - 2
c = 20 - b
d = 2 - 1
e = c / d
|
a ) 9,6 , b ) 8,2 , c ) 9,3 , d ) 6,6 , e ) none of these | b | divide(subtract(10, 6), const_2) | a man can row downstream at the rate of 10 km / hr and upstream at 6 km / hr . find man ' s rate in still water and the rate of current ? | "explanation : rate of still water = 1 / 2 ( 10 + 6 ) = 8 km / hr rate of current = 1 / 2 ( 10 - 6 ) = 2 km / hr answer : option b" | a = 10 - 6
b = a / 2
|
a ) 40 , b ) 18.4 , c ) 48 , d ) 50 , e ) 56 | b | add(add(multiply(5, divide(8, subtract(multiply(divide(12, 5), 5), 8))), divide(8, subtract(multiply(divide(12, 5), 5), 8))), 8) | in a can , there is a mixture of milk and water in the ratio 8 : 5 . if it is filled with an additional 8 litres of milk the can would be full and ratio of milk and water would become 12 : 5 . find the capacity of the can ? | "let the capacity of the can be t litres . quantity of milk in the mixture before adding milk = 8 / 13 ( t - 8 ) after adding milk , quantity of milk in the mixture = 12 / 17 t . 12 t / 17 - 8 = 8 / 13 ( t - 8 ) 20 t = 1456 - 1088 = > t = 18.4 . answer : b" | a = 12 / 5
b = a * 5
c = b - 8
d = 8 / c
e = 5 * d
f = 12 / 5
g = f * 5
h = g - 8
i = 8 / h
j = e + i
k = j + 8
|
a ) 21 , b ) 24 , c ) 20 , d ) 25 , e ) 30 | c | divide(8, subtract(const_1, multiply(12, divide(const_1, 20)))) | matt and peter can do together a piece of work in 20 days . after they have worked together for 12 days matt stops and peter completes the remaining work in 8 days . in how many days peter complete the work separately . | "together they complete the job in 20 days means they complete 12 / 20 of the job after 12 days . peter completes the remaining ( 8 / 20 ) of the job in 8 days which means that the whole job ( 1 ) can be completed in x days . x = 8 / ( 8 / 20 ) = 20 c" | a = 1 / 20
b = 12 * a
c = 1 - b
d = 8 / c
|
a ) 120 , b ) 150 , c ) 200 , d ) 64 , e ) 100 | a | add(divide(18, divide(subtract(40, 25), const_100)), 25) | if 40 % of a number exceeds 25 % of it by 18 , then find the number ? | "use the elimination method to find the correct option . of all the options only 120 fits 40 % of 120 = 48 25 % of 120 = 30 48 - 30 = 18 required number is 180 . answer : a" | a = 40 - 25
b = a / 100
c = 18 / b
d = c + 25
|
a ) 1 / 5 , b ) 1 / 3 , c ) 2 / 3 , d ) 2 / 5 , e ) 1 / 2 | e | divide(divide(15, 15), const_2) | jack rode his bicycle at an average speed of 5 mph for some time and then at an average speed of 15 mph for the rest of the journey . if he made no stops during the trip , and his average speed for the entire journey was 10 miles per hour , for what fraction of the total time did he ride at 15 mph ? | we do n ' t need to get into calculations for solving this question . we can use the concept of weighted averages . the average speed for the entire journey is 10 mph ; so , he rode at 5 mph and 15 mph for an equal duration of time . difference is 5 and 5 , respectively . 5 - - - - 10 - - - - 15 this shows that you can divide the entire journey into 2 equal parts . thus , 1 / 2 of the journey he rode at 10 mph , and 1 / 2 of the journey he rode at 15 mph . answer : e | a = 15 / 15
b = a / 2
|
a ) 8 / 5 , b ) 3 / 15 , c ) 23 / 30 , d ) 43 / 60 , e ) 53 / 90 | a | divide(add(multiply(multiply(1, 2), 2), 2), multiply(2, multiply(5, 1))) | of the female students at barkely university , 1 / 6 are on the honor roll . of the male students , 2 / 5 are on the honor roll . if 3 / 5 of the students are female , what is ratio of male to female students on honor roll ? | "let the total students be 100 given 3 / 5 of the students are females = 60 then males = 2 / 5 = 40 1 / 6 of the females are on honor roll = 10 males on the honor roll = 2 / 5 = 16 ratio of m : f students on honor roll = 16 / 10 = 8 / 5 a" | a = 1 * 2
b = a * 2
c = b + 2
d = 5 * 1
e = 2 * d
f = c / e
|
a ) 22 , b ) 11 , c ) 9 , d ) 6 , e ) 7 | e | multiply(const_3.0, 1) | if ( 18 ^ a ) * 9 ^ ( 3 a β 1 ) = ( 2 ^ 7 ) ( 3 ^ b ) and a and b are positive integers , what is the value of a ? | "( 18 ^ a ) * 9 ^ ( 3 a β 1 ) = ( 2 ^ 7 ) ( 3 ^ b ) = 2 ^ a . 9 ^ a . 9 ^ ( 3 a β 1 ) = ( 2 ^ 7 ) ( 3 ^ b ) just compare powers of 2 from both sides answer = 7 = e" | a = 3 * 0
|
a ) 75 kg , b ) 85 kg , c ) 95 kg , d ) 65 kg , e ) 105 kg | e | add(multiply(2.5, 8), 85) | the average weight of 8 people increases by 2.5 kg when a new person comes in place of one of them weighing 85 kg . what is the weight of the new person ? | "the total weight increase = ( 8 x 2.5 ) kg = 20 kg weight of new person = ( 85 + 20 ) kg = 105 kg the answer is e ." | a = 2 * 5
b = a + 85
|
a ) 48 seconds , b ) 1 minute , 12 seconds , c ) 1 minute , 50 seconds , d ) 2 minutes , 24 seconds , e ) 4 minutes , 12 seconds | d | add(subtract(const_1, divide(5, 7)), divide(5, 7)) | if it takes a tub 6 minutes to drain 5 / 7 of its content , how much more time will it take for the tub to be empty ? | if 5 / 7 of tub ' s content is drained 2 / 7 th of tub still needs to be drained . if it takes 6 minutes to drain 5 / 7 th of tub it takes 6 * ( 7 / 5 ) minutes to drain the entire tub and 6 * ( 7 / 5 ) * ( 2 / 7 ) min to drain 2 / 7 th of the tub which is 2.4 minutes or 12 / 5 minutes or 2 minute 24 seconds so answer is d | a = 5 / 7
b = 1 - a
c = 5 / 7
d = b + c
|
a ) 1 : 1 , b ) 5 : 3 , c ) 1 : 6 , d ) 1 : 9 , e ) 1 : 2 | b | divide(divide(multiply(5, 5), multiply(6, 2)), divide(multiply(5, 4), multiply(2, 5))) | the compound ratio of 5 : 6 , 5 : 2 and 4 : 5 ? | "5 / 6 * 5 / 2 * 4 / 5 = 5 / 3 5 : 3 answer : b" | a = 5 * 5
b = 6 * 2
c = a / b
d = 5 * 4
e = 2 * 5
f = d / e
g = c / f
|
a ) a ) 78 , b ) b ) 65 , c ) c ) 258 , d ) d ) 62 , e ) e ) 48 | c | subtract(add(multiply(6, 68), multiply(6, 75)), multiply(10, 60)) | the average of 10 numbers is 60 . out of 10 numbers the average of first 6 no . is 68 , and last 6 numbers is 75 then find 7 th number ? | "7 th number = sum of 1 st 6 no . s + sum of last 6 no . s - sum of 11 no . s answer = 6 * 68 + 6 * 75 - 10 * 60 = 258 answer is c" | a = 6 * 68
b = 6 * 75
c = a + b
d = 10 * 60
e = c - d
|
a ) 74 , b ) 76 , c ) 78 , d ) 58.67 , e ) 82.2 | d | divide(add(multiply(42, 2.5), multiply(67, 5)), add(5, 2.5)) | for a certain exam , a score of 42 was 5 standard deviations below mean and a score of 67 was 2.5 standard deviations above mean . what was the mean score for the exam ? | "mean - 5 sd = 42 mean + 2.5 sd = 67 by solving above equations we get , sd ( absolute value ) = 3.33 mean = 58.67 ans . d" | a = 42 * 2
b = 67 * 5
c = a + b
d = 5 + 2
e = c / d
|
a ) 4 , b ) 5 , c ) 6 , d ) 7 , e ) 3 | e | subtract(1,050, add(add(multiply(const_2, const_100), multiply(add(const_3, const_4), const_10)), const_2)) | how many integers between 1 and 1,050 are divisible by 10 , 25 , and 35 ? | "prime factorization of given numbers 10 = 2 * 5 25 = 5 ^ 2 35 = 5 * 7 lcm of the given numbers = 2 * 5 ^ 2 * 7 = 50 * 7 = 350 therefore , number of integers = 1050 / 350 = 3 answer : option e" | a = 2 * 100
b = 3 + 4
c = b * 10
d = a + c
e = d + 2
f = 1 - 50
|
Subsets and Splits