Problem
stringlengths 5
628
| Rationale
stringlengths 1
2.74k
| options
stringlengths 39
113
| correct
stringclasses 5
values | annotated_formula
stringlengths 6
848
| linear_formula
stringlengths 7
357
| category
stringclasses 6
values |
---|---|---|---|---|---|---|
reena took a loan of $ . 1200 with simple interest for as many years as the rate of interest . if she paid $ 300 as interest at the end of the loan period , what was the rate of interest ? | "let rate = r % and time = r years . then , 1200 x r x r / 100 = 300 12 r 2 = 300 r 2 = 25 r = 5 . answer : a" | a ) 48 , b ) 266 cm 2 , c ) s . 9360 , d ) 75 , e ) 5 | e | sqrt(divide(multiply(300, const_100), 1200)) | multiply(n1,const_100)|divide(#0,n0)|sqrt(#1)| | gain |
if the number 872 , 152,24 x is divisible by 11 , what must be the value of x ? | "multiplication rule of 11 : ( sum of digits at odd places - sum of digits at even places ) should be divisible by 11 given number : 872 , 152,24 x sum of digits at odd places = 8 + 2 + 5 + 2 + x = 17 + x ( i ) sum of digits at even places = 7 + 1 + 2 + 4 = 14 ( ii ) ( i ) - ( ii ) = 17 + x - 14 = x - 3 hence x should be = 3 to make this a multiple of 11 ( 0 ) option c" | a ) 29 , b ) 3 , c ) 81 , d ) 4 th , e ) 1235 | b | multiply(multiply(multiply(add(multiply(const_3, const_10), const_1), const_2), const_4), 11) | multiply(const_10,const_3)|add(#0,const_1)|multiply(#1,const_2)|multiply(#2,const_4)|multiply(n2,#3)| | general |
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 final train station to her work . if it takes darcy a total of 20 more minutes to commute to work by walking than it takes her to commute to work by riding the train , what is the value of x ? | "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 + 20 x = 5.5 minutes answer : a" | a ) 5.5 , b ) 25 % , c ) 6 / 11 , d ) 2 , e ) 50 % | a | subtract(subtract(divide(const_60, const_2), 20), 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 |
one ball will drop from a certain height . the height it will reach after rebounding from the floor is 50 percent of the previous height . the total travel is 150 cm when it touches the floor on third time . what is the value of the original height ? | "when ball comes down , then i have indicated the distance covered in green when ball goes up , then i have indicated the distance covered in red distance travelled uptil the ball touches the floor 3 rd time : h + 0.5 h + 0.5 h + 0.5 * 0.5 h + 0.5 * 0.5 h h + 2 * 0.5 * h + 2 * 0.25 * h = h ( 1 + 2 * 0.5 + 2 * 0.25 ) = h ( 1 + 1 + 0.5 ) = 150 2.5 h = 150 h = 60 . a is the answer ." | a ) 3,300 , b ) 60 cm , c ) 40 , d ) 15 , e ) 5 | b | divide(150, add(const_2, divide(50, const_100))) | divide(n0,const_100)|add(#0,const_2)|divide(n1,#1)| | gain |
a furniture manufacturer has two machines , but only one can be used at a time . machine w is utilized during the first shift and machine b during the second shift , while both work half of the third shift . if machine w can do the job in 12 days working two shifts and machine b can do the job in 15 days working two shifts , how many days will it take to do the job with the current work schedule ? | ' approximately ' could actually make such a question ambiguous . not this one though but a similar question with the answer as 9.2 days . you round off 8.89 days as 9 days and everything is fine in this question . what do you do when you get 9.2 days ? do you need 9 days or 10 days ? can you round off 9.2 as 9 even though that is what you do with numbers ? no , because in 9 days your work is not over . you do need 10 days . to finish a work machine w say you need to work full 9 days and a part of the 10 th day . if i ask you how many days do you need to complete the work , will you say 9 or 10 ? you will say 10 even if you do n ' t use the 10 th day fully = d | a ) 13 , b ) 800 , c ) 135 deg , d ) 9 , e ) 60 | d | inverse(add(inverse(divide(multiply(12, const_2), add(const_1, divide(const_1, const_2)))), inverse(divide(multiply(15, const_2), add(const_1, divide(const_1, const_2)))))) | divide(const_1,const_2)|multiply(n0,const_2)|multiply(n1,const_2)|add(#0,const_1)|divide(#1,#3)|divide(#2,#3)|inverse(#4)|inverse(#5)|add(#6,#7)|inverse(#8) | physics |
what will be the remainder when 17 ^ 200 is divided by 18 ? | "when n is even , ( x ^ n - a ^ n ) is completely divisible by ( x - a ) . ( 17 ^ 200 - 1 ^ 200 ) is completely divisible by ( 17 + 1 ) , ( 17 ^ 200 - 1 ) is completely divisible by 18 . on dividing 17 ^ 200 by 18 , we get 1 as remainder . answer is d" | a ) 600 , b ) 9600 , c ) 1 , d ) 11 , e ) 45 | c | power(17, 17) | power(n0,n0)| | general |
calculate 469200 x 9999 = ? | "answer 469200 x 9999 = 469200 x ( 10000 - 1 ) = 4692000000 - 469200 = 4691100843 . option : e" | a ) 4691530800 , b ) 2 : 5 , c ) 2 ^ 11 - 1 , d ) 62 mph , e ) 115 | a | multiply(469200, 9999) | multiply(n0,n1)| | general |
how many seconds will a train 100 meters long take to cross a bridge 130 meters long if the speed of the train is 36 kmph ? | "explanation : d = 100 + 130 = 230 s = 36 * 5 / 18 = 10 mps t = 230 / 10 = 23 sec answer : option d" | a ) 4 , b ) 23 , c ) 1000 , d ) 16 , e ) 20 % | b | divide(add(130, 100), multiply(36, const_0_2778)) | add(n0,n1)|multiply(n2,const_0_2778)|divide(#0,#1)| | physics |
the average of first six prime numbers which are between 60 and 90 is | "explanation : first six prime numbers which are between 60 and 90 = 61 , 67 , 71 , 73 , 79 , 83 average = ( 61 + 67 + 71 + 73 + 79 + 83 ) / 6 = 72.33 answer : e" | a ) 72.33 , b ) 760 , c ) - 5 , d ) 14 , e ) 1 / 16 | a | add(60, const_1) | add(n0,const_1)| | general |
a is two years older than b who is twice as old as c . if the total ages of a , b and c be 27 . what is the age of b ? | "c age x , then b age is 2 x so a age is 2 x + 2 . ( 2 x + 2 ) + 2 x + x = 27 5 x = 25 x = 5 so b is 2 x = 2 ( 5 ) 2 x 5 = 10 answer : b" | a ) 20 % , b ) 42 , c ) 10 years , d ) 1 / 3 , e ) 71.4 % | c | divide(multiply(subtract(27, const_2), const_2), add(const_4, const_1)) | add(const_1,const_4)|subtract(n0,const_2)|multiply(#1,const_2)|divide(#2,#0)| | general |
a certain debt will be paid in 52 installments from january 1 to december 31 of a certain year . each of the first 22 payments is to be $ 410 ; each of the remaining payments is to be $ 65 more than each of the first 22 payments . what is the average ( arithmetic mean ) payment that will be made on the debt for the year ? | total number of installments = 52 payment per installment for the first 22 installments = 410 payment per installment for the remaining 30 installments = 410 + 65 = 475 average = ( 22 * 410 + 30 * 475 ) / 52 = 447.50 answer a | a ) 2011 , b ) $ 300 , c ) 447.5 , d ) it can not be determined from the information given , e ) 50 | c | divide(add(multiply(22, 410), multiply(add(410, 65), subtract(52, 22))), 52) | add(n4,n5)|multiply(n3,n4)|subtract(n0,n3)|multiply(#0,#2)|add(#1,#3)|divide(#4,n0) | general |
the ratio of numbers is 5 : 6 and their h . c . f is 4 . their l . c . m is : | "let the numbers be 5 x and 6 x . then their h . c . f = x . so , x = 4 . so , the numbers are 20 and 24 . l . c . m of 20 and 24 = 120 . answer : e" | a ) 14.3 % , b ) 0 , c ) 120 , d ) 27 , e ) 12 | c | lcm(multiply(5, 4), multiply(6, 4)) | multiply(n0,n2)|multiply(n1,n2)|lcm(#0,#1)| | other |
a number when divided by a certain divisor left remainder 241 , when twice the number was divided by the same divisor , the remainder was 102 . find the divisor ? | "easy solution : n = dq 1 + 241 2 n = 2 dq 1 + 482 - ( 1 ) 2 n = dq 2 + 102 - ( 2 ) as ( 1 ) = ( 2 ) = 2 n d * ( q 2 - 2 q 1 ) = 380 d * some integer = 380 checking all options only ( c ) syncs with it . answer c" | a ) 14 , b ) 3 , c ) 9 , d ) 380 , e ) 100 | d | subtract(multiply(241, const_2), 102) | multiply(n0,const_2)|subtract(#0,n1)| | general |
the banker Γ’ β¬ β’ s discount of a certain sum of money is rs . 90 and the true discount on the same sum for the same time is rs . 60 . the sum due is | "sol . sum = b . d . * t . d . / b . d . - t . d . = rs . [ 90 * 60 / 90 - 60 ] = rs . [ 90 * 60 / 30 ] = rs . 180 answer b" | a ) 180 , b ) 0 , c ) 54 , d ) 270 , e ) 137 / 216', ' | a | divide(multiply(90, 60), subtract(90, 60)) | multiply(n0,n1)|subtract(n0,n1)|divide(#0,#1)| | gain |
s is a positive integer and multiple of 2 ; p = 4 ^ s , what is the remainder when p is divided by 10 ? | it is essential to recognize that the remainder when an integer is divided by 10 is simply the units digit of that integer . to help see this , consider the following examples : 4 / 10 is 0 with a remainder of 4 14 / 10 is 1 with a remainder of 4 5 / 10 is 0 with a remainder of 5 105 / 10 is 10 with a remainder of 5 it is also essential to remember that the s is a positive integer and multiple of 2 . any integer that is a multiple of 2 is an even number . so , s must be a positive even integer . with these two observations , the question can be simplified to : what is the units digit of 4 raised to an even positive integer ? the units digit of 4 raised to an integer follows a specific repeating pattern : 4 ^ 1 = 4 4 ^ 2 = 16 4 ^ 3 = 64 4 ^ 4 = 256 4 ^ ( odd number ) - - > units digit of 4 4 ^ ( even number ) - - > units digit of 6 there is a clear pattern regarding the units digit . 4 raised to any odd integer has a units digit of 4 while 4 raised to any even integer has a units digit of 6 . since s must be an even integer , the units digit of p = 4 ^ s will always be 6 . consequently , the remainder when p = 4 ^ s is divided by 10 will always be 6 . in case this is too theoretical , consider the following examples : s = 2 - - > p = 4 ^ z = 16 - - > s / 10 = 1 with a remainder of 6 s = 4 - - > p = 4 ^ z = 256 - - > s / 10 = 25 with a remainder of 6 s = 6 - - > p = 4 ^ z = 4096 - - > s / 10 = 409 with a remainder of 6 s = 8 - - > p = 4 ^ z = 65536 - - > s / 10 = 6553 with a remainder of 6 answer : b . | a ) 6 , b ) 11190 , c ) 0.0375 days , d ) 4 cm , e ) 7.41 % | a | reminder(power(4, 2), 10) | power(n1,n0)|reminder(#0,n2) | general |
if the sum of two numbers is 22 and the sum of their squares is 386 , then the product of the numbers is | "sol . let the numbers be x and y . then , ( x + y ) = 22 and x 2 + y 2 = 386 . now , 2 xy = ( x + y ) 2 - ( x 2 + y 2 ) = ( 22 ) 2 - 386 = 484 - 386 = 98 xy = 49 . answer b" | a ) 0.8 , b ) 3 , c ) 11 , d ) 49 , e ) 9.1 litres | d | divide(subtract(power(22, const_2), 386), const_2) | power(n0,const_2)|subtract(#0,n1)|divide(#1,const_2)| | general |
the largest 4 digit number exactly divisible by 88 is ? | "largest 4 - digit number = 9999 88 ) 9999 ( 113 88 - - - - 119 88 - - - - 319 264 - - - 55 - - - required number = ( 9999 - 55 ) = 9944 . e )" | a ) 16 , b ) 0.7 % , c ) $ 300,000 , d ) 9944 , e ) 868 cm ^ 2', ' | d | square_area(const_pi) | square_area(const_pi)| | general |
a technician makes a round - trip to and from a certain service center by the same route . if the technician completes the drive to the center and then completes 80 percent of the drive from the center , what percent of the round - trip has the technician completed ? | "round trip means 2 trips i . e . to and fro . he has completed one i . e 50 % completed . then he traveled another 80 % of 50 % i . e 40 % . so he completed 50 + 40 = 90 % of total trip . e" | a ) - 4 , b ) 13.15 , c ) 90 , d ) 14 % , e ) 9 | c | add(divide(const_100, const_2), divide(multiply(80, divide(const_100, const_2)), const_100)) | divide(const_100,const_2)|multiply(n0,#0)|divide(#1,const_100)|add(#0,#2)| | gain |
if m is an integer such that ( - 2 ) ^ 2 m = 2 ^ ( 15 - m ) then m = ? | "( - 2 ) ^ ( 2 m ) = 4 ^ m and 2 ^ ( 15 - m ) = 4 ^ ( ( 15 - m ) / 2 ) therefore , m = ( 15 - m ) / 2 2 m = 15 - m m = 5 answer d" | a ) 30 m , b ) 660 . , c ) rs . 5.10 , d ) 5 , e ) 39 | d | divide(15, add(2, const_1)) | add(n0,const_1)|divide(n3,#0)| | general |
the ratio between the length and the breadth of a rectangular park is 3 : 4 . if a man cycling along the boundary of the park at the speed of 15 km / hr completes one round in 10 min , then the area of the park ( in sq . m ) is ? | "perimeter = distance covered in 10 min . = ( 15000 x 8 ) / 60 m = 2000 m . let length = 3 x metres and breadth = 4 x metres . then , 2 ( 3 x + 4 x ) = 2000 or x = 142.86 . length = 428.58 m and breadth = 571.44 m . area = ( 428.58 x 571.44 ) m 2 = 244907.76 m a" | a ) 36 , b ) 5120 , c ) 1453 , d ) 244907.04 m , e ) 1200 | d | rectangle_area(divide(divide(multiply(multiply(divide(15, multiply(const_10, multiply(const_3, const_2))), 10), const_1000), add(3, 4)), const_2), multiply(divide(divide(multiply(multiply(divide(15, multiply(const_10, multiply(const_3, const_2))), 10), const_1000), add(3, 4)), const_2), 4)) | add(n0,n1)|multiply(const_2,const_3)|multiply(#1,const_10)|divide(n2,#2)|multiply(n3,#3)|multiply(#4,const_1000)|divide(#5,#0)|divide(#6,const_2)|multiply(n1,#7)|rectangle_area(#7,#8)| | physics |
$ 378 is divided among a , b , and c so that a receives half as much as b , and b receives half as much as c . how much money is c ' s share ? | "let the shares for a , b , and c be x , 2 x , and 4 x respectively . 7 x = 378 x = 54 4 x = 216 the answer is c ." | a ) 100 % , b ) 1235 , c ) 3 / 10 , d ) 68 kmph , e ) $ 216 | e | multiply(divide(378, add(add(divide(const_1, const_2), const_1), const_2)), const_2) | divide(const_1,const_2)|add(#0,const_1)|add(#1,const_2)|divide(n0,#2)|multiply(#3,const_2)| | general |
harkamal purchased 8 kg of grapes at the rate of 75 per kg and 9 kg of mangoes at the rate of 55 per kg . how much amount did he pay to the shopkeeper ? | "cost of 8 kg grapes = 75 Γ 8 = 600 . cost of 9 kg of mangoes = 55 Γ 9 = 495 . total cost he has to pay = 600 + 495 = 1095 . e )" | a ) 5 , b ) 1095 , c ) 95 , d ) 2 , e ) 510 | b | add(multiply(8, 75), multiply(9, 55)) | multiply(n0,n1)|multiply(n2,n3)|add(#0,#1)| | gain |
if the side length of square b is sqrt ( 5 ) times that of square a , the area of square b is how many times the area of square a ? | "let x be the side length of square a . then the area of square a is x ^ 2 . the area of square b is ( sqrt ( 5 ) x ) ^ 2 = 5 x ^ 2 . the answer is e ." | a ) 5 , b ) 24 , c ) 4.3 days , d ) 1595 , e ) none | a | power(sqrt(5), const_2) | sqrt(n0)|power(#0,const_2)| | geometry |
a certain quantity of 50 % solution is replaced with 25 % solution such that the new concentration is 35 % . what is the fraction of the solution that was replaced ? | "let ' s say that the total original mixture a is 100 ml the original mixture a thus has 50 ml of alcohol out of 100 ml of solution you want to replace some of that original mixture a with another mixture b that contains 25 ml of alcohol per 100 ml . thus , the difference between 50 ml and 25 ml is 25 ml per 100 ml of mixture . this means that every time you replace 100 ml of the original mixture a by 100 ml of mixture b , the original alcohol concentration will decrease by 25 % . the question says that the new mixture , let ' s call it c , must be 35 % alcohol , a decrease of only 15 % . therefore , 15 out of 25 is 3 / 5 and e is the answer ." | a ) 3 / 5 , b ) 19 , c ) 64 , d ) 42 sec , e ) 0.7 | a | inverse(add(divide(subtract(35, 25), subtract(50, 35)), const_1)) | subtract(n2,n1)|subtract(n0,n2)|divide(#0,#1)|add(#2,const_1)|inverse(#3)| | other |
a customer bought a product at the shop . however , the shopkeeper increased the price of the product by 20 % so that the customer could not buy the required amount of the product . the customer managed to buy only 80 % of the required amount . what is the difference in the amount of money that the customer paid for the second purchase compared to the first purchase ? | "let x be the amount of money paid for the first purchase . the second time , the customer paid 0.8 ( 1.2 x ) = 0.96 x . the difference is 4 % . the answer is d ." | a ) 10 min , b ) $ 10,570 , c ) 4 % , d ) $ 300,000 , e ) 4 | c | multiply(subtract(const_1, multiply(add(divide(20, const_100), const_1), divide(80, const_100))), const_100) | divide(n0,const_100)|divide(n1,const_100)|add(#0,const_1)|multiply(#2,#1)|subtract(const_1,#3)|multiply(#4,const_100)| | general |
there is a lot of speculation that the economy of a country depends on how fast people spend their money in addition to how much they save . auggie was very curious to test this theory . auggie spent all of his money in 5 stores . in each store , he spent rs . 4 more than one - half of what he had when he went in . how many rupees did auggie have when he entered the first store ? | amount left = 0.5 x β 4 for fifth store this is zero . so x = 8 . that means he entered fifth store with 8 . now for fourth store , amount left = 8 so 0.5 x β 4 = 8 β x = 24 for third store , amount left = 24 so 12 x β 4 = 24 β x = 56 for second store , amount left = 56 so 0.5 x β 4 = 56 β x = 120 for first store , amount left = 120 so 0.5 x β 4 = 120 β x = 248 so he entered first store with 248 . answer : a | a ) 427.5 , b ) 46080 , c ) 12,526 , d ) 248 , e ) 60 | d | multiply(add(multiply(add(multiply(add(multiply(add(multiply(4, const_2), 4), const_2), 4), const_2), 4), const_2), 4), const_2) | multiply(n1,const_2)|add(n1,#0)|multiply(#1,const_2)|add(n1,#2)|multiply(#3,const_2)|add(n1,#4)|multiply(#5,const_2)|add(n1,#6)|multiply(#7,const_2) | general |
5359 x 51 = ? | "5359 x 51 = 5359 x ( 50 + 1 ) = 5359 x 50 + 5359 x 1 = 267950 + 5359 = 273309 e )" | a ) 30 , b ) 273309 , c ) 6400 , d ) 1717.85 , e ) 4 | b | multiply(divide(5359, 51), const_100) | divide(n0,n1)|multiply(#0,const_100)| | general |
3 people are planning to share equally the cost of a rental car . if one person withdraws from the arrangement and the others share equally the entire cost of the car , then the share of each of the remaining persons increased by : | original share of 1 person = 1 / 3 new share of 1 person = 1 / 2 increase = ( 1 / 2 - 1 / 3 = 1 / 6 ) therefore , required fraction = ( 1 / 6 ) / ( 1 / 3 ) = ( 1 / 6 ) x ( 3 / 1 ) = 1 / 2 answer is a . | a ) 253 , b ) 2,109 , c ) 1 / 2 , d ) 88.6 , e ) m | c | divide(subtract(divide(const_1, const_2), divide(const_1, 3)), divide(const_1, 3)) | divide(const_1,const_2)|divide(const_1,n0)|subtract(#0,#1)|divide(#2,#1) | general |
two trains 200 m and 150 m long are running on parallel rails at the rate of 40 kmph and 45 kmph respectively . in how much time will they cross each other , if they are running in the same direction ? | solution relative speed = ( 45 - 40 ) kmph = 5 kmph = ( 5 x 5 / 18 ) m / sec = ( 25 / 18 ) m / sec time taken = ( 350 x 18 / 25 ) sec = 252 sec . answer d | a ) 6 , b ) 252 sec , c ) 40 % , d ) 4 , e ) 2240 | b | multiply(const_3600, divide(divide(add(200, 150), const_1000), subtract(45, 40))) | add(n0,n1)|subtract(n3,n2)|divide(#0,const_1000)|divide(#2,#1)|multiply(#3,const_3600) | physics |
a dealer purchases 15 articles for rs . 25 and sells 12 articles for rs . 35 . find the profit percentage ? | "l . c . m of 15 and 12 = 60 cp of 60 articles = rs . 100 ( 25 * 4 ) sp of 60 articles = rs . 175 ( 35 * 5 ) profit percentage = ( 175 - 100 ) / 100 * 100 = 75 % answer : c" | a ) s . 800 , b ) 66 2 / 3 , c ) 5 , d ) 75 % , e ) 5 % | d | subtract(multiply(35, add(const_4, const_1)), multiply(25, const_4)) | add(const_1,const_4)|multiply(n1,const_4)|multiply(n3,#0)|subtract(#2,#1)| | gain |
how many 1 / 8 s are there in 37 1 / 2 ? | "required number = ( 75 / 2 ) / ( 1 / 8 ) = ( 75 / 2 x 8 / 1 ) = 300 . answer : a" | a ) 60 , b ) 700 , c ) 300 , d ) 12 , e ) 11 | c | divide(add(37, divide(1, 2)), divide(1, 8)) | divide(n0,n4)|divide(n0,n1)|add(n2,#0)|divide(#2,#1)| | general |
pipe p can drain the liquid from a tank in 2 / 4 the time that it takes pipe q to drain it and in 2 / 3 the time that it takes pipe r to do it . if all 3 pipes operating simultaneously but independently are used to drain liquid from the tank , then pipe q drains what portion of the liquid from the tank ? | "suppose q can drain in 1 hr . so , rq = 1 / 1 = 1 so , rp = 1 / [ ( 2 / 4 ) rq ] = 4 / 2 also , rp = rr / ( 2 / 3 ) = > 2 = rr / ( 2 / 3 ) = > rr = 4 / 3 let h is the time it takes to drain by running all 3 pipes simultaneously so combined rate = rc = 1 / h = 1 + 2 + 4 / 3 = 13 / 3 = 1 / ( 3 / 13 ) thus running simultaneously , pipe q will drain 3 / 13 of the liquid . thus answer = a ." | a ) 3 / 13 , b ) 90 , c ) 18 / 35 , d ) 34 min , e ) 6 hours | a | divide(multiply(2, 2), add(multiply(multiply(4, 2), const_2), multiply(2, 2))) | multiply(n0,n0)|multiply(n0,n1)|multiply(#1,const_2)|add(#2,#0)|divide(#0,#3)| | physics |
in triangle pqr , the angle q = 90 degree , pq = 5 cm , qr = 8 cm . x is a variable point on pq . the line through x parallel to qr , intersects pr at y and the line through y , parallel to pq , intersects qr at z . find the least possible length of xz | "look at the diagram below : now , in case when qy is perpendicular to pr , two right triangles pqr and pqy are similar : qy : qp = qr : pr - - > qy : 5 = 8 : 10 - - > qy = 4.0 . answer : c ." | a ) 2 minutes , b ) 26.66 % , c ) 4.0 cm , d ) rs . 1000 , e ) 30 | c | divide(multiply(5, 8), const_10) | multiply(n1,n2)|divide(#0,const_10)| | geometry |
the average runs of a cricket player of 10 innings was 20 . how many runs must he make in his next innings so as to increase his average of runs by 4 ? | "explanation : average after 11 innings = 24 required number of runs = ( 24 * 11 ) β ( 20 * 10 ) = 264 β 200 = 64 answer : c" | a ) 64 , b ) 1 , c ) 2,180 , d ) 720 , e ) 19 | a | subtract(multiply(add(10, const_1), add(20, 4)), multiply(20, 10)) | add(n0,const_1)|add(n1,n2)|multiply(n0,n1)|multiply(#0,#1)|subtract(#3,#2)| | general |
a , b and c start a business each investing 20,000 . after 10 months a withdrew 5000 , b withdrew 4000 and c invests 6000 more . at the end of the year , a total profit of 71400 was recorded . find the share of b . | "ratio of the capitals of a , b and c = 20000 Γ£ β 10 + 15000 Γ£ β 2 : 20000 Γ£ β 10 + 16000 Γ£ β 2 : 20000 Γ£ β 10 + 26000 Γ£ β 2 = 230000 : 232000 : 252000 = 230 : 232 : 252 . b Γ’ β¬ β’ s share = ( 71400 Γ£ β 232 Γ’ Β β 714 ) = 23200 ; answer c" | a ) 44 % , b ) 23,200 , c ) 25300 , d ) s : 1300 , e ) 55 | b | divide(add(multiply(subtract(const_12, 10), 4000), multiply(multiply(const_2, multiply(const_100, const_100)), 10)), multiply(const_100, const_10)) | multiply(const_100,const_100)|multiply(const_10,const_100)|subtract(const_12,n1)|multiply(n3,#2)|multiply(#0,const_2)|multiply(n1,#4)|add(#3,#5)|divide(#6,#1)| | gain |
the sum of the even numbers between 1 and k is 79 * 80 , where k is an odd number , then k = | "the number of terms in this set would be : n = ( k - 1 ) / 2 ( as k is odd ) last term : k - 1 average would be first term + last term / 2 = ( 2 + k - 1 ) / 2 = ( k + 1 ) / 2 also average : sum / number of terms = 79 * 80 / ( ( k - 1 ) / 2 ) = 158 * 80 / ( k - 1 ) ( k + 1 ) / 2 = 158 * 80 / ( k - 1 ) - - > ( k - 1 ) ( k + 1 ) = 158 * 160 - - > k = 159 answer e ." | a ) 189 , b ) 6 km , c ) 159 , d ) 0 , e ) 2400 | c | add(multiply(79, const_2), 1) | multiply(n1,const_2)|add(#0,n0)| | general |
how long does a train 125 m long running at the speed of 78 km / hr takes to cross a bridge 125 m length ? | "speed = 78 * 5 / 18 = 21.7 m / sec total distance covered = 125 + 125 = 250 m . required time = 250 / 21.7 ' = 11.5 sec . answer : c" | a ) 870 , b ) 11.5 sec , c ) 5 / 6 , d ) 50 , e ) 53 | b | divide(add(125, 125), multiply(78, const_0_2778)) | add(n0,n2)|multiply(n1,const_0_2778)|divide(#0,#1)| | physics |
ele , the circus elephant , is currently 3 times older than lyn , the circus lion . in 15 years from now , lyn the circus lion will be exactly half as old as ele , the circus elephant . how old is ele today ? | ele , the circus elephant , is currently three times older than lyn , the circus lion . ele = 3 * lyn usually , ages are integers so there is a good possibility that the age of ele is 45 ( the only option that is a multiple of 3 ) . then age of lyn would be 15 . in 15 yrs , ele would be 60 and lyn would be 30 - so lyn would be half as old as ele . answer ( d ) | a ) 260 , b ) 725117481 , c ) 45 , d ) 20 % , e ) 14.4 | c | multiply(subtract(multiply(const_2, 15), 15), 3) | multiply(n1,const_2)|subtract(#0,n1)|multiply(n0,#1) | general |
a man is 30 years older than his son . in two years , his age will be twice the age of his son . the present age of this son is | "explanation : let ' s son age is x , then father age is x + 30 . = > 2 ( x + 2 ) = ( x + 30 + 2 ) = > 2 x + 4 = x + 32 = > x = 28 years option a" | a ) 14 , b ) 28.57 % , c ) 7 / 12 , d ) 28 years , e ) 9216 | d | divide(subtract(30, subtract(multiply(const_2, const_2), const_2)), subtract(const_2, const_1)) | multiply(const_2,const_2)|subtract(const_2,const_1)|subtract(#0,const_2)|subtract(n0,#2)|divide(#3,#1)| | general |
lagaan is levied on the 60 percent of the cultivated land . the revenue department collected total rs . 3 , 94,000 through the lagaan from the village of mutter . mutter , a very rich farmer , paid only rs . 480 as lagaan . the percentage of total land of mutter over the total taxable land of the village is : | "total land of sukhiya = \ inline \ frac { 480 x } { 0.6 } = 800 x \ therefore cultivated land of village = 394000 x \ therefore required percentage = \ inline \ frac { 800 x } { 394000 } \ times 100 = 0.20304 e" | a ) 1 / 3 , b ) 6 , c ) 0.20304 , d ) 859 , e ) 100 % | c | multiply(divide(divide(480, divide(60, const_100)), add(multiply(multiply(3, const_100), const_1000), multiply(add(multiply(const_4, const_10), const_4), const_1000))), const_100) | divide(n0,const_100)|multiply(n1,const_100)|multiply(const_10,const_4)|add(#2,const_4)|divide(n3,#0)|multiply(#1,const_1000)|multiply(#3,const_1000)|add(#5,#6)|divide(#4,#7)|multiply(#8,const_100)| | general |
the length of the bridge , which a train 110 meters long and travelling at 45 km / hr can cross in 30 seconds , is : | "speed = ( 45 * 5 / 18 ) m / sec = ( 25 / 2 ) m / sec . time = 30 sec . let the length of bridge be x meters . then , ( 110 + x ) / 30 = 25 / 2 = = > 2 ( 110 + x ) = 750 = = > x = 265 m . answer : option a" | a ) 265 , b ) 14 , c ) 94 , d ) 61 , e ) 4 | a | subtract(multiply(divide(multiply(45, speed(const_1000, const_1)), speed(const_3600, const_1)), 30), 110) | speed(const_1000,const_1)|speed(const_3600,const_1)|multiply(n1,#0)|divide(#2,#1)|multiply(n2,#3)|subtract(#4,n0)| | physics |
cole drove from home to work at an average speed of 60 kmh . he then returned home at an average speed of 100 kmh . if the round trip took a total of 2 hours , how many minutes did it take cole to drive to work ? | "let the distance one way be x time from home to work = x / 60 time from work to home = x / 100 total time = 2 hrs ( x / 60 ) + ( x / 100 ) = 2 solving for x , we get x = 75 time from home to work in minutes = ( 75 ) * 60 / 60 = 75 minutes ans = d" | a ) 12 , b ) 26.67 kg , c ) 72 , d ) 157 , e ) 75 | e | multiply(divide(multiply(100, 2), add(60, 100)), const_60) | add(n0,n1)|multiply(n1,n2)|divide(#1,#0)|multiply(#2,const_60)| | physics |
if the radius of a circle is decreased 50 % , what happens to the area ? | "area of square = pi * radius ^ 2 new radius = 0.5 * old radius so new area = ( 0.5 ) ^ 2 old area = > 0.25 of old area = > 25 % old area ans : c" | a ) 75 % decrease , b ) 1000 m , c ) 30 , d ) 5 , e ) 12 | a | subtract(const_100, multiply(power(divide(50, const_100), const_2), const_100)) | divide(n0,const_100)|power(#0,const_2)|multiply(#1,const_100)|subtract(const_100,#2)| | geometry |
sakshi can do a piece of work in 30 days . tanya is 25 % more efficient than sakshi . the number of days taken by tanya to do the same piece of work : | "solution ratio of times taken by sakshi and tanya = 125 : 100 = 5 : 4 . suppose tanya taken x days to do the work . 5 : 4 : : 30 : x β x = ( 30 x 4 / 5 ) β x = 24 days . hence , tanya takes 16 days is complete the work . answer c" | a ) 3 , b ) 66 , c ) 1 , d ) 36 , e ) 14 | e | divide(30, add(const_1, divide(25, const_100))) | divide(n1,const_100)|add(#0,const_1)|divide(n0,#1)| | physics |
what is the greatest prime factor of 3 ^ 8 - 1 ? | "3 ^ 8 - 1 = ( 3 ^ 4 - 1 ) ( 3 ^ 4 + 1 ) = 80 * 82 = 8 * 10 * 2 * 41 the answer is d ." | a ) $ 1.96 , b ) 174 , c ) 41 , d ) 15 , e ) 2522 | c | floor(divide(3, divide(8, const_2))) | divide(n1,const_2)|divide(n0,#0)|floor(#1)| | general |
calculate the ratio between x and y if 90 % of x equal to 60 % of y ? | "explanation : 90 x = 60 y x : y = 90 : 60 = 3 : 2 answer : c" | a ) 2000 , b ) 3 : 2 , c ) 40 % , d ) 3.696 kg , e ) 14 | b | divide(90, 60) | divide(n0,n1)| | general |
find the area of the quadrilateral of one of its diagonals is 50 cm and its off sets 15 cm and 5 cm ? | "1 / 2 * 50 ( 15 + 5 ) = 500 cm 2 answer : e" | a ) 7 , b ) 550 sq . units', ' , c ) 210 , d ) 500 cm 2 , e ) 36.48 | d | multiply(multiply(divide(const_1, const_2), add(5, 15)), 50) | add(n1,n2)|divide(const_1,const_2)|multiply(#0,#1)|multiply(n0,#2)| | geometry |
a train 1200 m long is running at a speed of 78 km / hr . if it crosses a tunnel in 1 min , then the length of the tunnel is ? | "speed = 78 * 5 / 18 = 65 / 3 m / sec . time = 1 min = 60 sec . let the length of the train be x meters . then , ( 1200 + x ) / 60 = 65 / 3 x = 100 m . answer : d" | a ) 5 / 9 , b ) 480 cm 2 , c ) 10 , d ) 100 , e ) 11.25 Β° | d | divide(1200, multiply(subtract(78, 1), const_0_2778)) | subtract(n1,n2)|multiply(#0,const_0_2778)|divide(n0,#1)| | physics |
the average of first five prime numbers greater than 5 is ? | "7 + 11 + 13 + 17 + 19 = 67 / 5 = 13.40 answer : a" | a ) 106 , b ) 13.4 , c ) 481 , d ) 107 kg , e ) 500 m | b | add(5, const_1) | add(n0,const_1)| | general |
a right circular cone is exactly fitted inside a cube in such away that the edges of the base of the cone are touching the edges of one of the faces of the cube and the vertex is on the opposite face of the cube . if the volume of the cube is 343 cc , what approximately is the volume of the cone ? | edge of the cube = 3 β 334 = 7 cm β΄ radius of cone = 3.5 cm height = 7 cm volume of cone = 1 β 3 Ο r 2 h 1 β 3 Ο r 2 h = 1 β 3 Γ 22 β 7 Γ ( 3.5 ) 2 Γ 7 = 1 β 3 Γ 22 Γ 12.25 β 90 sec answer b | a ) 20 years , b ) 6 , c ) 1764 , d ) 90 cc', ' , e ) 31 st | d | volume_cone(divide(cube_edge_by_volume(343), const_2), cube_edge_by_volume(343)) | cube_edge_by_volume(n0)|divide(#0,const_2)|volume_cone(#1,#0) | geometry |
if the given two numbers are respectively 7 % and 28 % of a third number , then what percentage is the first of the second ? | "here , l = 7 and m = 28 therefore , first number = l / m x 100 % of second number = 7 / 28 x 100 % of second number = 25 % of second number answer : b" | a ) 36 , b ) 67 kg , c ) 605.03 , d ) 72 days , e ) 25 % | e | multiply(divide(divide(7, const_100), divide(28, const_100)), const_100) | divide(n0,const_100)|divide(n1,const_100)|divide(#0,#1)|multiply(#2,const_100)| | gain |
a pupil ' s marks were wrongly entered as 83 instead of 53 . due to the average marks for the class got increased by half . the number of pupils in the class is ? | "let there be x pupils in the class . total increase in marks = ( x * 1 / 2 ) = x / 2 x / 2 = ( 83 - 53 ) = > x / 2 = 30 = > x = 60 . answer : c" | a ) 60 , b ) 6 , c ) 5940 , d ) 80 % , e ) 0.2 | a | multiply(subtract(83, 53), const_2) | subtract(n0,n1)|multiply(#0,const_2)| | general |
the area of a rhombus is equal to the area of a rectangle whose length is 20 cm and the breadth is 10 cm . if one of the diagonals is 32 cm what is the length of other diagonal ? | area of rectangle = 20 x 10 = 200 cm Γ’ Β² let ' l ' the length of other diagonal = 0.5 x 32 xl = 200 which gives x = 12.5 cm answer : b | a ) 7 x , b ) rs . 6800 , c ) 86400 , d ) 1 , e ) 12.5', ' | e | divide(multiply(rectangle_area(20, 10), const_2), 32) | rectangle_area(n0,n1)|multiply(#0,const_2)|divide(#1,n2) | geometry |
if the simple interest on a certain amount in at 4 % rate 5 years amounted to rs . 2160 less than the principal . what was the principal ? | p - 2160 = ( p * 5 * 4 ) / 100 p = 2700 answer : c | a ) 2700 , b ) 21 , c ) 800 cm 2 , d ) $ 1.89 , e ) 10.87 km | a | divide(2160, subtract(const_1, divide(multiply(4, 5), const_100))) | multiply(n0,n1)|divide(#0,const_100)|subtract(const_1,#1)|divide(n2,#2) | gain |
a certain bus driver is paid a regular rate of $ 16 per hour for any number of hours that does not exceed 40 hours per week . for any overtime hours worked in excess of 40 hours per week , the bus driver is paid a rate that is 75 % higher than his regular rate . if last week the bus driver earned $ 948 in total compensation , how many total hours did he work that week ? | "for 40 hrs = 40 * 16 = 640 excess = 948 - 640 = 308 for extra hours = . 75 ( 16 ) = 12 + 16 = 28 number of extra hrs = 308 / 28 = 77 / 7 = 11 total hrs = 40 + 11 = 51 answer e 51" | a ) 879 , b ) 1200 , c ) 5 , d ) 51 , e ) 9 | d | add(40, divide(subtract(948, multiply(16, 40)), divide(multiply(16, add(const_100, 75)), const_100))) | add(n3,const_100)|multiply(n0,n1)|multiply(n0,#0)|subtract(n4,#1)|divide(#2,const_100)|divide(#3,#4)|add(n1,#5)| | general |
a salesman commission is 5 % on all sales upto $ 10000 and 4 % on all sales exceeding this . he remits $ 31100 to his parent company after deducting his commission . find the total sales ? | let his total sales be x total sales - commission = $ 31100 x - [ ( 5 % of 10000 ) + 4 % of ( x - 10000 ) ] = 31100 x - 500 - ( x - 10000 ) / 25 = 31100 x = 32500 answer is b | a ) $ 32500 , b ) 60 cm , c ) 265 , d ) s 1770 , e ) 450 sq . m', ' | a | divide(add(31100, subtract(divide(multiply(5, 10000), const_100), divide(multiply(4, 10000), const_100))), subtract(const_1, divide(4, const_100))) | divide(n2,const_100)|multiply(n0,n1)|multiply(n1,n2)|divide(#1,const_100)|divide(#2,const_100)|subtract(const_1,#0)|subtract(#3,#4)|add(n3,#6)|divide(#7,#5) | general |
how much 60 % of 50 is greater than 34 % of 30 ? | ( 60 / 100 ) * 50 β ( 34 / 100 ) * 30 30 - 10.2 = 19.8 answer : b | a ) 4 / 13 , b ) 19 , c ) $ 2.25 , d ) 8 , e ) 19.8 | e | subtract(divide(multiply(60, 50), const_100), divide(multiply(34, 30), const_100)) | multiply(n0,n1)|multiply(n2,n3)|divide(#0,const_100)|divide(#1,const_100)|subtract(#2,#3) | gain |
a man can row 5 kmph in still water . when the river is running at 2 kmph , it takes him 1 hour to row to a place and black . what is the total distance traveled by the man ? | "m = 5 s = 2 ds = 7 us = 3 x / 7 + x / 3 = 1 x = 2.1 d = 2.1 * 2 = 4.2 answer : d" | a ) 350 , b ) 45 , c ) 80 % , d ) 4.2 , e ) 3 kmph | d | multiply(divide(multiply(add(5, 2), subtract(5, 2)), add(add(5, 2), subtract(5, 2))), const_2) | add(n0,n1)|subtract(n0,n1)|add(#0,#1)|multiply(#0,#1)|divide(#3,#2)|multiply(#4,const_2)| | physics |
how long does a truck of 200 m long traveling at 60 kmph takes to cross a bridge of 180 m in length ? | d = 200 + 180 = 380 m s = 60 * 5 / 18 = 50 / 3 t = 380 * 3 / 50 = 22.8 sec answer : c | a ) 18 , b ) 7 , c ) 172 , d ) 5 / 4 , e ) 22.8 | e | divide(add(200, 180), multiply(60, const_0_2778)) | add(n0,n2)|multiply(n1,const_0_2778)|divide(#0,#1) | physics |
difference between the length & breadth of a rectangle is 10 m . if its perimeter is 206 m , then its area is ? | solving the two equations , we get : l = 30 and b = 40 . area = ( l x b ) = ( 30 x 40 ) m 2 = 1200 m ^ 2 d | a ) 100 % , b ) 1200 m ^ 2', ' , c ) $ 600 , d ) 19 , e ) 159 | b | multiply(multiply(10, const_4), multiply(10, const_3)) | multiply(n0,const_4)|multiply(n0,const_3)|multiply(#0,#1) | geometry |
1370 , 1320 , x , - 180 , - 6430 | "1370 - 50 * ( 5 ^ 0 ) = 1320 1320 - 50 * ( 5 ^ 1 ) = 1070 1070 - 50 * ( 5 ^ 2 ) = - 180 - 180 - 50 * ( 5 ^ 3 ) = - 6430 answer : a ." | a ) 1070 , b ) 2 , c ) 7 days , d ) 1173.98 , e ) 3.2 | a | subtract(negate(6430), multiply(subtract(1320, 180), divide(subtract(1320, 180), subtract(1370, 1320)))) | negate(n3)|subtract(n1,n2)|subtract(n0,n1)|divide(#1,#2)|multiply(#3,#1)|subtract(#0,#4)| | general |
machine x takes 50 hours longer than machine y to produce 1080 widgets . machine y produces 20 percent more widgets in an hour than machine x does in an hour . how many widgets per hour does machine x produce | "machine y produces 20 percent more widgets in an hour than machine x does in an hour . so if machine x produces 100 widgets , then machine y produces 120 widgets . ratio of 120 / 100 = 6 / 5 . this is their speed of work ( y : x ) . i . e . speed of their work ( x : y ) = 5 / 6 now , time is inversely proportional to speed . hence the ratio of the time spent ( x : y ) = 6 / 5 let us assume that they spend 6 x and 5 x hours . given that 6 x - 5 x = 50 so , x = 50 . hence 6 x = 6 * 50 = 300 hours . hence x takes 120 hours to produce 1080 widgets . so , in 1 hour , it can produce ( 1 * 1080 ) / 300 = 3.6 hence option ( b ) ." | a ) 18 , b ) 3.6 , c ) 64 : 27', ' , d ) - 5 , e ) 60 | b | divide(1080, multiply(divide(50, const_10), 50)) | divide(n0,const_10)|multiply(n0,#0)|divide(n1,#1)| | general |
for any positive number x , the function [ x ] denotes the greatest integer less than or equal to x . for example , [ 1 ] = 1 , [ 1.367 ] = 1 and [ 1.999 ] = 1 . if k is a positive integer such that k ^ 2 is divisible by 45 and 80 , what is the units digit of k ^ 3 / 4000 ? | "factorization of 45 = 3 * 3 * 5 factorization of 80 = 5 * 2 ^ 4 means the smallest value of k is \ sqrt { 3 ^ 2 * 5 * 2 ^ 4 } = 3 * 5 * 2 ^ 2 k ^ 3 = 3 ^ 3 * 5 ^ 3 * 2 ^ 6 * x = 3 ^ 3 * 2 * 4000 * x where x can be any integer k ^ 3 / 4000 = 3 ^ 3 * 2 * x = 54 x which obviously has different units digit depending on x answer : d" | a ) 54 , b ) 100775 , c ) 50 , d ) 49 , e ) 9 : 1 | a | divide(multiply(multiply(multiply(3, 2), multiply(3, 2)), multiply(3, 2)), const_4) | multiply(n6,n9)|multiply(#0,#0)|multiply(#1,#0)|divide(#2,const_4)| | general |
paul ' s income is 40 % less than rex ' s income , quentin ' s income is 20 % less than paul ' s income , and sam ' s income is 40 % less than paul ' s income . if rex gave 40 % of his income to sam and 60 % of his income to quentin , quentin ' s new income would be what fraction of sam ' s new income ? | make r = 10 p = 0.6 r = 6 q = 0.8 p = 4.8 s = 0.6 p = 3.6 for that we get s = 7.6 and q 10.8 so 10.8 / 7.6 = 2.7 / 1.9 ans : e | a ) 6 , b ) 5 , c ) 27 / 19 , d ) 1 , e ) s . 230 | c | divide(add(multiply(60, const_100), multiply(60, subtract(const_100, 20))), add(multiply(40, const_100), multiply(add(40, 20), 60))) | add(n0,n1)|multiply(n4,const_100)|multiply(n0,const_100)|subtract(const_100,n1)|multiply(n4,#3)|multiply(n4,#0)|add(#1,#4)|add(#2,#5)|divide(#6,#7) | general |
if p / q = 3 / 7 , then 2 p + q = ? | "let p = 3 , q = 7 then 2 * 3 + 7 = 13 so 2 p + q = 13 . answer : c" | a ) 32 , b ) 9 , c ) 3720 , d ) 13 , e ) rs . 1236 | d | add(multiply(3, 2), 7) | multiply(n0,n2)|add(n1,#0)| | general |
in a box of 9 pens , a total of 2 are defective . if a customer buys 2 pens selected at random from the box , what is the probability that neither pen will be defective ? | "# defective pens = 2 # good pens = 7 probability of the 1 st pen being good = 7 / 9 probability of the 2 nd pen being good = 6 / 8 total probability = 7 / 9 * 6 / 8 = 7 / 12 the answer is d ." | a ) 100775 , b ) 10 hr , c ) 1.69 % , d ) 7 / 12 , e ) 36100 | d | multiply(divide(subtract(9, 2), 9), divide(subtract(subtract(9, 2), const_1), subtract(9, const_1))) | subtract(n0,n1)|subtract(n0,const_1)|divide(#0,n0)|subtract(#0,const_1)|divide(#3,#1)|multiply(#2,#4)| | general |
sum of two numbers is 63 . their difference is 1 / 8 of their sum . their l . c . m is | "explanation : let the numbers be x and y according to the problem x + y = 63 x - y = 1 / 8 ( x + y ) x - y = 1 / 8 * 63 , x - y = 9 2 x = 72 , x = 36 and y = 27 l . c . m of 36 and 27 is 351 answer : option c" | a ) 50 % , b ) 3 dm , c ) 40 , d ) 2 , e ) 351 | e | subtract(63, divide(subtract(63, divide(1, const_2)), const_2)) | divide(n1,const_2)|subtract(n0,#0)|divide(#1,const_2)|subtract(n0,#2)| | general |
if 36 men can do a piece of work in 25 hours , in how mwny hours will 15 men do it ? | "explanation : let the required no of hours be x . then less men , more hours ( indirct proportion ) \ inline \ fn _ jvn \ therefore 15 : 36 : : 25 : x \ inline \ fn _ jvn \ leftrightarrow ( 15 x x ) = ( 36 x 25 ) \ inline \ fn _ jvn \ leftrightarrow \ inline \ fn _ jvn x = \ frac { 36 \ times 25 } { 15 } = 60 hence , 15 men can do it in 60 hours . answer : c ) 60" | a ) $ 12.50 , b ) 10 % , c ) 30 , d ) 60 , e ) 6 | d | divide(multiply(36, 25), 15) | multiply(n0,n1)|divide(#0,n2)| | physics |
the population of a town increased from 1 , 75,000 to 2 , 62,500 in a decade . the average percent increase of population per year is : | "d 5 % increase in 10 years = ( 262500 - 175000 ) = 87500 . increase % = ( 87500 / 175000 x 100 ) % = 50 % . required average = ( 50 / 10 ) % = 5 % ." | a ) 5 % , b ) 100 , c ) $ 840 , d ) 128 , e ) 62 / 69 | a | add(multiply(divide(subtract(divide(subtract(subtract(subtract(multiply(multiply(const_10, const_1000), const_10), const_1000), const_1000), multiply(add(2, const_3), const_100)), multiply(add(multiply(add(const_3, const_4), const_10), add(2, 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,const_4)| | general |
last year the price range ( per kg ) for 100 varieties of apples in wholesale market was $ 100 . if the prices of each of the 100 varieties increased by 10 percent this year over what it was last year , what is the range of the wholesale prices of the 1000 varieties of apples this year ? | let the lowest price be x . therefore , highest price is x + 100 . now price of each variety is increased by 10 % . therefore the price will remain arranged in the same order as before . or lowest price = 1.1 x and highest = 1.1 * ( x + 100 ) or range = highest - lowest = 1.1 * ( x + 100 ) - 1.1 x = 110 , hence , c | a ) 1 / 15 , b ) 55 , c ) 16 , d ) - 49 , e ) $ 110 | e | multiply(100, divide(add(10, const_100), const_100)) | add(n3,const_100)|divide(#0,const_100)|multiply(n0,#1) | general |
the percentage profit earned by selling an article for rs . 1920 is equal to the percentage loss incurred by selling the same article for rs . 1280 . at what price should the article be sold to make 25 % profit ? | "explanation : let the c . p . of the article be rs . x given that % profit earned by selling article at rs . 1920 = % loss incurred by selling article at rs . 1280 ( 1920 β x / x ) β 100 = ( x β 1280 / x ) β 100 = > 1920 - x = x - 1280 = > 2 x = 3200 = > x = 1600 s . p . for 25 % profit = rs . 1600 + 25 % of rs . 1600 = rs . 1600 * ( 125 / 100 ) = rs . 2000 answer : a" | a ) rs . 2000 , b ) 18 days , c ) 26250 , d ) 300 m , e ) 159 | a | multiply(divide(add(const_100, 25), const_100), divide(add(1920, 1280), const_2)) | add(n2,const_100)|add(n0,n1)|divide(#0,const_100)|divide(#1,const_2)|multiply(#2,#3)| | gain |
the tailor has a 10 meter long piece of fabric for which to sew a ball room dress . she has to cuts this fabric into strips of 200 centimeters each . how long will it take the tailor to complete this tasks if each 200 centimeter took 5 minutes to cut ? | the tailors would need to cut the fabric 49 times thus the total amount spent would be 245 minutes . the answer is d | a ) 29187 by 1017926 , b ) 8985 , c ) 245 , d ) 96 % , e ) 3 % | c | multiply(subtract(divide(multiply(10, const_1000), 200), const_1), 5) | multiply(n0,const_1000)|divide(#0,n1)|subtract(#1,const_1)|multiply(n3,#2) | physics |
find 60 / 42 * 4 | "answer = 60 / 42 * 4 = 60 / 168 = 0.3571 option d is correct" | a ) 0.3571 , b ) 540 % , c ) 125 , d ) rs . 2700 , e ) 975 | a | divide(60, 42) | divide(n0,n1)| | general |
find the average of all prime numbers between 30 and 50 ? | "there are five prime numbers between 30 and 50 . they are 31,37 , 41,43 and 47 . therefore the required average = ( 31 + 37 + 41 + 43 + 47 ) / 5 ο³ 199 / 5 ο³ 39.8 answer c 39.8" | a ) 39.8 , b ) 30 , c ) 25 % , d ) d , e ) 9944 | a | divide(add(add(add(30, const_1), add(add(30, const_1), const_2)), add(subtract(50, 30), subtract(50, const_2))), 30) | add(n0,const_1)|subtract(n1,n0)|subtract(n1,const_2)|add(#0,const_2)|add(#1,#2)|add(#0,#3)|add(#5,#4)|divide(#6,n0)| | general |
in an election between two candidates a and b , the number of valid votes received by a exceeds those received by b by 15 % of the total number of votes polled . if 20 % of the votes polled were invalid and a total of 4720 votes were polled , then how many valid votes did b get ? | "let the total number of votes polled in the election be 100 k . number of valid votes = 100 k - 20 % ( 100 k ) = 80 k let the number of votes polled in favour of a and b be a and b respectively . a - b = 15 % ( 100 k ) = > a = b + 15 k = > a + b = b + 15 k + b now , 2 b + 15 k = 80 k and hence b = 32.5 k it is given that 100 k = 4720 32.5 k = 32.5 k / 100 k * 4720 = 1534 the number of valid votes polled in favour of b is 1534 . answer : a" | a ) 1534 , b ) 2240 , c ) 10 , d ) 9,600 , e ) 7.36 kg | a | divide(subtract(multiply(subtract(const_1, divide(20, const_100)), 4720), divide(multiply(15, 4720), const_100)), const_2) | divide(n1,const_100)|multiply(n0,n2)|divide(#1,const_100)|subtract(const_1,#0)|multiply(n2,#3)|subtract(#4,#2)|divide(#5,const_2)| | general |
if $ 1088 are divided between worker a and worker b in the ratio 5 : 11 , what is the share that worker b will get ? | "worker b will get 11 / 16 = 68.75 % the answer is d ." | a ) 5.5 , b ) 150 m , c ) 1070 , d ) 68.75 % , e ) 11 | d | divide(1088, add(5, 11)) | add(n1,n2)|divide(n0,#0)| | other |
the average age of 6 men increases by 2 years when two women are included in place of two men of ages 20 and 24 years . find the average age of the women ? | "20 + 24 + 6 * 2 = 56 / 2 = 28 answer : e" | a ) 40.6 , b ) 3 : 2 , c ) 6825 , d ) 0 , e ) 28 | e | divide(add(add(20, 24), multiply(6, 2)), const_2) | add(n2,n3)|multiply(n0,n1)|add(#0,#1)|divide(#2,const_2)| | general |
operation # is defined as : a # b = 4 a ^ 2 + 4 b ^ 2 + 8 ab for all non - negative integers . what is the value of ( a + b ) + 4 , when a # b = 100 ? | official solution : ( b ) we know that a # b = 100 and a # b = 4 a Β² + 4 b Β² + 8 ab . so 4 a Β² + 4 b Β² + 8 ab = 100 we can see that 4 a Β² + 4 b Β² + 8 ab is a well - known formula for ( 2 a + 2 b ) Β² . therefore ( 2 a + 2 b ) Β² = 100 . ( 2 a + 2 b ) is non - negative number , since both a and b are non - negative numbers . so we can conclude that 2 ( a + b ) = 10 . ( a + b ) + 4 = 10 / 2 + 4 = 9 . the correct answer is b . | a ) 20 minutes , b ) 28 , c ) 3 : 2 , d ) 9 , e ) 10 : 3 | d | add(sqrt(divide(100, 4)), 4) | divide(n6,n0)|sqrt(#0)|add(n0,#1) | general |
the length of a room is 5.5 m and width is 3.75 m . what is the cost of paying the floor by slabs at the rate of $ 500 per sq . metre . | "area = 5.5 Γ 3.75 sq . metre . cost for 1 sq . metre . = $ 500 hence , total cost = 5.5 Γ 3.75 Γ 500 = $ 10312.50 a" | a ) 480 , b ) 1717.85 , c ) 786 , d ) $ 10312.50 , e ) 0.15 | d | multiply(500, multiply(5.5, 3.75)) | multiply(n0,n1)|multiply(n2,#0)| | physics |
a rectangular field is to be fenced on three sides leaving a side of 20 feet uncovered . if the area of the field is 10 sq . feet , how many feet of fencing will be required ? | "we have : l = 20 ft and lb = 10 sq . ft . so , b = 0.5 ft . length of fencing = ( l + 2 b ) = ( 20 + 1 ) ft = 21 ft . answer : d" | a ) 21 , b ) 308 , c ) 21 : 124 , d ) 400 , e ) 2,120 | a | add(multiply(divide(10, 20), const_2), 20) | divide(n1,n0)|multiply(#0,const_2)|add(n0,#1)| | geometry |
each of 3 investments has a 20 % of becoming worthless within a year of purchase , independently of what happens to the other two investments . if simone invests an equal sum k in each of these 3 investments on january 1 , the approximate chance that by the end of the year , she loses no more than 1 / 3 of her original investment is | the problem asks for the approximate chance that no more than 1 / 3 of the original investment is lost . we can apply the β 1 β x β technique : what β s the chance that more than 1 / 3 of the original investment is lost ? there are two outcomes we have to separately measure : ( a ) all 3 investments become worthless . ( b ) 2 of the 3 investments become worthless , while 1 doesn β t . outcome ( a ) : the probability is ( 0.2 ) ( 0.2 ) ( 0.2 ) = 0.008 , or a little less than 1 % . outcome ( b ) : call the investments x , y , and z . the probability that x retains value , while y and z become worthless , is ( 0.8 ) ( 0.2 ) ( 0.2 ) = 0.032 . now , we have to do the same thing for the specific scenarios in which y retains value ( while x and z don β t ) and in which z retains value ( while x and y don β t ) . each of those scenarios results in the same math : 0.032 . thus , we can simply multiply 0.032 by 3 to get 0.096 , or a little less than 10 % . the sum of these two probabilities is 0.008 + 0.096 = 0.104 , or a little more than 10 % . finally , subtracting from 100 % and rounding , we find that the probability we were looking for is approximately 90 % . the correct answer is a . this problem illustrates the power of diversification in financial investments . all else being equal , it β s less risky to hold a third of your money in three uncorrelated ( independent ) but otherwise equivalent investments than to put all your eggs in one of the baskets . that said , be wary of historical correlations ! housing price changes in different us cities were not so correlated β and then they became highly correlated during the recent housing crisis ( they all fell together ) , fatally undermining spreadsheet models that assumed that these price changes were independent . | a ) 9560 , b ) 50', ' , c ) 720 , d ) 5 , e ) 90 % | e | subtract(add(multiply(20, const_2), multiply(20, 3)), const_10) | multiply(n1,const_2)|multiply(n0,n1)|add(#0,#1)|subtract(#2,const_10) | general |
how many positive integers less than 250 are multiple of 4 but not multiples of 6 ? | "multiples of 4 less than 250 = { 4 , 8,12 , . . . . . . 248 } = 62 numbers multiples of 4 which are multiples of 3 too = { 12 , 24,36 . . . . . 240 } = 20 numbers so required number = 62 - 20 = 42 choice c" | a ) 42 , b ) 21 , c ) 33 , d ) 70 m , e ) 12 cm | a | divide(factorial(subtract(add(const_4, 4), const_1)), multiply(factorial(4), factorial(subtract(const_4, const_1)))) | add(n1,const_4)|factorial(n1)|subtract(const_4,const_1)|factorial(#2)|subtract(#0,const_1)|factorial(#4)|multiply(#1,#3)|divide(#5,#6)| | general |
a ferry can transport 50 tons of vehicles . automobiles range in weight from 1,600 to 3,200 pounds . what is the greatest number of automobiles that can be loaded onto the ferry ? | to get maximum vehicles we must take into consideration the minimum weight i . e 1600 pounds here since , 1 ton = 2000 pounds 50 tons will be 100,000 pounds from the answer choices : let max number of vehicles be 62 total weight will be = 62 * 1600 = 99200 pounds , which is lesser than the maximum weight allowed . ans : d | a ) 19 , b ) 6 , c ) 3 : 2 , d ) 100775 , e ) 62 | e | divide(multiply(multiply(50, const_2), const_1000), add(add(add(add(add(add(const_1000, const_100), const_100), const_100), const_100), const_100), const_100)) | add(const_100,const_1000)|multiply(n0,const_2)|add(#0,const_100)|multiply(#1,const_1000)|add(#2,const_100)|add(#4,const_100)|add(#5,const_100)|add(#6,const_100)|divide(#3,#7) | general |
what is the ratio between perimeters of two squares one having 8 times the diagonal then the other ? | "d = 8 d d = d a β 2 = 8 d a β 2 = d a = 8 d / β 2 a = d / β 2 = > 8 : 1 answer : d" | a ) $ 9640 , b ) 868 cm ^ 2', ' , c ) 15 days , d ) 80 , e ) 8 : 1 | e | divide(8, divide(8, 8)) | divide(n0,n0)|divide(n0,#0)| | geometry |
a bank pays interest to its customers on the last day of the year . the interest paid to a customer is calculated as 10 % of the average monthly balance maintained by the customer . john is a customer at the bank . on the last day , when the interest was accumulated into his account , his bank balance doubled to $ 5080 . what is the average monthly balance maintained by john in his account during the year ? | bank balance is doubled with accumulation of interest tp 5080 . . this means interest is 5080 / 2 = 2540 for entire year . . although since interest is 10 % of avg monthly balance , it becomes 25400 . . d | a ) 24 , b ) 25400 , c ) 40 % , d ) 130 cm , e ) 1997 | b | multiply(5080, divide(10, const_2)) | divide(n0,const_2)|multiply(n1,#0) | general |
a bus 75 m long is running with a speed of 21 km / hr . in what time will it pass a woman who is walking at 3 km / hr in the direction opposite to that in which the bus is going ? | "speed of bus relative to woman = 21 + 3 = 24 km / hr . = 24 * 5 / 18 = 20 / 3 m / sec . time taken to pass the woman = 75 * 3 / 20 = 11.25 sec . answer : c" | a ) 11988 , b ) 32 square meters , c ) 11.25 , d ) 5 , e ) 88 | c | divide(divide(multiply(75, const_3600), add(21, 3)), const_1000) | add(n1,n2)|multiply(n0,const_3600)|divide(#1,#0)|divide(#2,const_1000)| | physics |
what is the largest power of 3 contained in 200 ! | "in real basic terms , we ' re asked to find all of the ' 3 s ' in 200 ! we can figure out that 200 / 3 = 66 , so we know that there are at least 66 ' 3 s ' in 200 ! while that answer is among the 5 choices , it seems a bit too ' easy ' , so let ' s do a bit more work and list out the first few numbers that we know have a ' 3 ' in them : 3 = 3 x 1 6 = 3 x 2 9 = 3 x 3 notice how both 3 and 6 have just one 3 in them , but 9 has two 3 s ( there ' s an ' extra ' 3 that we have to account for ) . this implies that there are probably other numbers that include ' extra 3 s ' that we have to figure out : to find those extra 3 s , we have to look at numbers that contain ' powers of 3 ' . . . 3 ^ 2 = 9 3 ^ 3 = 27 3 ^ 4 = 81 3 ^ 5 = 243 , but that ' s too big ( we ' re only going up to 200 ) . keep in mind that a multiple of 81 is also a multiple of 9 and 27 , so we do n ' t want to count any of those values more than once . 200 / 9 = 22 , so we know that there are at least 22 extra 3 s ( and certainly more because of the 27 and 81 ) . with the 66 3 s that we already have , those 22 extra 3 s increase the total to 88 . with the other extra 3 s , we ' ll end up with more than 88 3 s . there ' s only one answer that fits that logic . . . answer : d" | a ) 104 miles , b ) 44 , c ) 195 cm 2 , d ) five , e ) 97 | e | multiply(floor(divide(power(const_10, 3), 200)), 200) | power(const_10,n0)|divide(#0,n1)|floor(#1)|multiply(n1,#2)| | other |
reeya obtained 40 , 60 , 70 , 80 and 80 out of 100 in different subjects , what will be the average | "explanation : ( 40 + 60 + 70 + 80 + 80 / 5 ) = 66 option a" | a ) 9.9 % , b ) 100 days , c ) 66 , d ) 55 , e ) 40 | c | divide(add(add(add(add(40, 60), 70), 80), 80), add(const_4, const_1)) | add(n0,n1)|add(const_1,const_4)|add(n2,#0)|add(n3,#2)|add(n4,#3)|divide(#4,#1)| | general |
the distance from city a to city b is 100 miles . while driving from city a to city b , bob drives at a constant speed of 40 miles per hour . alice leaves city a 30 minutes after bob . what is the minimum constant speed in miles per hour that alice must exceed in order to arrive in city b before bob ? | "the time it takes bob to drive to city b is 100 / 40 = 2.5 hours . alice needs to take less than 2 hours for the trip . alice needs to exceed a constant speed of 100 / 2 = 50 miles per hour . the answer is c ." | a ) 3.5 , b ) 50 , c ) 40 , d ) 12 % , e ) 4 : 5 | b | divide(100, subtract(divide(100, 40), divide(30, const_60))) | divide(n0,n1)|divide(n2,const_60)|subtract(#0,#1)|divide(n0,#2)| | physics |
on a certain day , orangeade was made by mixing a certain amount of orange juice with an equal amount of water . on the next day , orangeade was made by mixing the same amount of orange juice with thrice the amount of water . on both days , all the orangeade that was made was sold . if the revenue from selling the orangeade was the same for both days and if the orangeade was sold at $ 0.60 per glass on the first day , what was the price per glass on the second day ? | "on the first day 1 unit of orange juice and 1 unit of water was used to make 2 units of orangeade ; on the second day 1 unit of orange juice and 3 units of water was used to make 4 units of orangeade ; so , the ratio of the amount of orangeade made on the first day to the amount of orangeade made on the second day is 2 to 4 . naturally the ratio of the # of glasses of orangeade made on the first day to the # of glasses of orangeade made on the second day is 2 to 4 . we are told thatthe revenue from selling the orangeade was the same for both daysso the revenue from 2 glasses on the first day equals to the revenue from 4 glasses on the second day . say the price of the glass of the orangeade on the second day was $ x then 2 * 0.6 = 4 * x - - > x = $ 0.3 . answer : c ." | a ) 1 / 12 , b ) 30 , c ) $ 0.30 , d ) 56.25 % , e ) - 4 | c | divide(multiply(add(const_1, const_1), 0.60), add(const_1, const_2)) | add(const_1,const_1)|add(const_1,const_2)|multiply(n0,#0)|divide(#2,#1)| | general |
8597 - ? = 7429 - 4358 | "d 7429 - 4358 = 3071 let 8597 - x = 3071 then , x = 8597 - 3071 = 5526" | a ) 0.01616 , b ) 40 % , c ) 72 days , d ) 259,200 , e ) 5526 | e | subtract(multiply(divide(8597, const_100), 7429), multiply(divide(const_1, const_3), multiply(divide(8597, const_100), 7429))) | divide(n0,const_100)|divide(const_1,const_3)|multiply(n1,#0)|multiply(#1,#2)|subtract(#2,#3)| | general |
when positive integer k is divided by 5 , the remainder is 2 . when k is divided by 6 , the remainder is 5 . if k is less than 24 , what is the remainder when k is divided by 7 ? | "cant think of a straight approach but here is how i solved it : k is divided by 5 and remainder is 2 . this means k = 5 n + 2 ( n is an integer ) so the possible values of k = { 2 , 7 , 12 , 17 , 22 } ( less than 24 ) secondly , if k is divided by 6 , the remainder is 5 = > k = 6 m + 5 so the possible value set for k = { 5 , 11 , 17 , 23 } ( less than 24 ) 17 is the only common number in both the sets . hence k = 17 answer : d" | a ) 70 , b ) 2220 , c ) 570.07 , d ) 25 , e ) 3 | e | reminder(add(const_12, 5), 7) | add(n0,const_12)|reminder(#0,n5)| | general |
is two years older than b who is twice as old as c . if the total of the ages of a , b and c be 32 , then how old is b ? | "let c ' s age be x years . then , b ' s age = 2 x years . a ' s age = ( 2 x + 2 ) years . ( 2 x + 2 ) + 2 x + x = 32 5 x = 30 = > x = 6 hence , b ' s age = 2 x = 12 years . answer : e" | a ) 12 , b ) 3 , c ) $ 192 , d ) 14 , e ) 1000 | a | multiply(divide(subtract(32, const_2), add(const_3, const_2)), const_2) | add(const_2,const_3)|subtract(n0,const_2)|divide(#1,#0)|multiply(#2,const_2)| | general |
how long does a train 110 m long running at the speed of 72 km / hr takes to cross a bridge 132 m length ? | "speed = 72 * 5 / 18 = 20 m / sec total distance covered = 110 + 132 = 242 m . required time = 242 / 20 = 12.1 sec . answer : b" | a ) 14.5 , b ) 450 , c ) 16 % , d ) 180 ares . , e ) 12.0 | e | divide(add(110, 132), multiply(72, const_0_2778)) | add(n0,n2)|multiply(n1,const_0_2778)|divide(#0,#1)| | physics |
a train covers a distance of 12 km in 10 min . if it takes 6 sec to pass a telegraph post , then the length of the train is ? | "speed = ( 12 / 10 * 60 ) km / hr = ( 72 * 5 / 18 ) m / sec = 20 m / sec . length of the train = 20 * 6 = 120 m . answer : c" | a ) 65500 $ , b ) 245 , c ) 120 , d ) 3.9 , e ) 9 : 16 | c | divide(const_100.0, subtract(divide(const_100.0, 10), 6)) | divide(const_100.0,n1)|subtract(#0,n2)|divide(const_100.0,#1)| | physics |
mary ' s income is 60 % more than tim ' s income and tim ' s income is 60 % less than juan ' s income . what % of juan ' s income is mary ' s income . | "even i got 96 % j = 100 t = 100 * 0.4 = 40 m = 40 * 1.6 = 64 if mary ' s income is x percent of j m = j * x / 100 x = m * 100 / j = 64 * 100 / 100 = 64 ans : c" | a ) 64 % , b ) 23 , c ) 6 days , d ) 2 , e ) 2.25 | a | add(subtract(const_100, 60), multiply(subtract(const_100, 60), divide(60, const_100))) | divide(n0,const_100)|subtract(const_100,n1)|multiply(#0,#1)|add(#2,#1)| | general |
11 different biology books and 8 different chemistry books lie on a shelf . in how many ways can a student pick 2 books of each type ? | "no . of ways of picking 2 biology books ( from 11 books ) = 11 c 2 = ( 11 * 10 ) / 2 = 55 no . of ways of picking 2 chemistry books ( from 8 books ) = 8 c 2 = ( 8 * 7 ) / 2 = 28 total ways of picking 2 books of each type = 55 * 28 = 1540 ( option e )" | a ) 9 : 5 , b ) 3.6 km , c ) 250 , d ) 1540 , e ) 25 | d | multiply(divide(divide(factorial(11), factorial(subtract(11, 2))), 2), divide(divide(factorial(8), factorial(subtract(8, 2))), 2)) | factorial(n0)|factorial(n1)|subtract(n0,n2)|subtract(n1,n2)|factorial(#2)|factorial(#3)|divide(#0,#4)|divide(#1,#5)|divide(#6,n2)|divide(#7,n2)|multiply(#8,#9)| | other |
pipe a can fill the tank in 30 minutes and pipe b can empty the tank in 90 minutes . how long it will take to fill the tank if both pipes are operating together ? | pipe a fills 1 / 30 th of the tank in a minute and pipe b empties 1 / 90 th of the tank ( 1 / 30 ) - ( 1 / 90 ) = ( 1 / x ) 2 / 90 = 1 / x = > x = 45 answer : d | a ) $ 81 , b ) 45 , c ) 225 , d ) 90 kg , e ) 51 | b | divide(const_1, subtract(divide(const_1, 30), divide(const_1, 90))) | divide(const_1,n0)|divide(const_1,n1)|subtract(#0,#1)|divide(const_1,#2) | physics |
an electric pump can fill a tank in 4 hours . because of a leak in the tank , it took 8 hours to fill the tank . if the tank is full , how much time will the leak take to empty it ? | work done by the leak in 1 hour = 1 / 4 - 1 / 8 = 1 / 8 the leak will empty the tank in 8 hours answer is c | a ) 16 days , b ) 8 hours , c ) 20 , d ) 48 - 6 Ο', ' , e ) 176 | b | divide(8, const_1) | divide(n1,const_1) | 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 $ 203 ? | "i think it should be d . i can buy 8 250 - pack for rs 22.95 * 8 = $ 183.60 now , i can buy 6 20 - pack for 3.05 * 5 = $ 18.30 now , i am left with only $ 1.15 . i can not but anything with this . hence total hotdogs = 250 * 8 + 20 * 5 = 2120" | a ) 25 % , b ) 2,120 , c ) 6 , d ) rs . 10000 , e ) 15 Ο | b | multiply(divide(203, 22.95), 250) | divide(n6,n5)|multiply(n4,#0)| | general |