Problem
stringlengths
11
628
Rationale
stringlengths
1
2.74k
options
stringlengths
37
137
correct
stringclasses
5 values
annotated_formula
stringlengths
6
848
linear_formula
stringlengths
7
357
category
stringclasses
6 values
when n divided by 3 , the remainder is 2 . when n divided by 4 , the remainder is 1 what is the the remainder when divided by 16
"1394 x 1394 = ( 1394 ) 2 = ( 1400 - 2 ) 2 = ( 1400 ) 2 + ( 6 ) 2 - ( 6 x 1400 x 6 ) = 1943236 . answer : option a"
a ) 1943236 , b ) 1981709 , c ) 18362619 , d ) 2031719 , e ) none of these
a
multiply(divide(1394, 1394), const_100)
divide(n0,n1)|multiply(#0,const_100)|
general
calculate the speed of a boat in still water ( in km / hr ) if in one hour , the boat goes 13 km / hr downstream and 10 km / hr upstream .
b claims 2 / 7 of the profit a claims remaining 5 / 7 of the profit = > a : b = 5 / 7 : 2 / 7 = 5 : 2 let the money contributed by b = b then a : b = 16000 Γ— 8 : b Γ— 4 therefore , 16000 Γ— 8 : b Γ— 4 = 5 : 2 16000 Γ— 8 Γ— 2 = b Γ— 4 Γ— 5 16000 Γ— 2 Γ— 2 = b Γ— 5 3200 Γ— 2 Γ— 2 = b b = 12800 answer is a .
a ) 12800 , b ) 13000 , c ) 11500 , d ) 12500 , e ) 12000
a
divide(multiply(multiply(16000, 8), divide(8, 4)), multiply(4, add(4, const_1)))
add(n2,const_1)|divide(n1,n2)|multiply(n0,n1)|multiply(#1,#2)|multiply(n2,#0)|divide(#3,#4)
general
a trained covered x km at 40 kmph and another 2 x km at 20 kmph . find the average speed of the train in covering the entire 7 x km .
we are looking for two numbers . # 1 - x # 2 - 3 x Γ’ € β€œ 2 the sum is 82 . # 1 + # 2 = 82 substituting x + 3 x Γ’ € β€œ 2 = 82 4 x Γ’ € β€œ 2 = 82 4 x = 84 x = 21 the first number is 21 , the second number is two less than three times 21 or 61 . correct answer e
a ) 7 - 19 , b ) 8 - 20 , c ) 10 - 16 , d ) 15 - 9 , e ) 21 - 61
e
subtract(divide(add(82, const_2), add(3, const_1)), subtract(multiply(3, divide(add(82, const_2), add(3, const_1))), const_2))
add(n1,const_2)|add(n0,const_1)|divide(#0,#1)|multiply(n0,#2)|subtract(#3,const_2)|subtract(#2,#4)
general
albert is 2 times mary ’ s age and 4 times as old as betty . mary is 12 years younger than albert . how old is betty ?
"let t be the time that john spent for his final push . thus , per the question , 4.2 t = 3.7 t + 10 + 2 - - - > 0.5 t = 12 - - - > t = 24 seconds . c is the correct answer ."
a ) 13 seconds , b ) 17 seconds , c ) 24 seconds , d ) 34 seconds , e ) 51 seconds
c
divide(add(divide(multiply(3.7, add(10, 2)), subtract(4.2, 3.7)), add(10, 2)), 4.2)
add(n0,n3)|subtract(n1,n2)|multiply(n2,#0)|divide(#2,#1)|add(#0,#3)|divide(#4,n1)|
physics
( 3 x + 2 ) ( 2 x - 1 ) = ax ^ 2 + kx + n . what is the value of a - n + k ?
"solution 32.5 let p . w . be rs . x . then , s . i . on rs . x at 16 % for 9 months = rs . 171 . ∴ x 16 x 9 / 12 x 1 / 100 } = 171 or x = 1425 . ∴ p . w . = rs . 1425 . answer c"
a ) rs . 1386 , b ) rs . 1764 , c ) rs . 1425 , d ) rs . 2268 , e ) none of these
c
add(divide(171, divide(multiply(divide(9, multiply(const_4, const_3)), 16), const_100)), 171)
multiply(const_3,const_4)|divide(n0,#0)|multiply(n1,#1)|divide(#2,const_100)|divide(n2,#3)|add(n2,#4)|
gain
if the sides of a triangle are 196 cm , 81 cm and 277 cm , what is its area ?
"let x be pair of shoes and y be pair of boots . 22 x + 16 y = 540 . . . eq 1 8 x + 32 y = 720 . . . . eq 2 . now multiply eq 1 by 2 and sub eq 2 . 44 x = 1080 8 x = 720 . 36 x = 360 = > x = 10 . sub x in eq 2 . . . . we get 80 + 32 y = 720 . . . then we get 32 y = 640 then y = 20 differenece between x and y is 10 answer : c"
a ) 12 , b ) 11 , c ) 10 , d ) 15 , e ) 16
c
divide(subtract(540, multiply(22, divide(subtract(multiply(540, const_2), 720), subtract(multiply(22, const_2), 8)))), 16)
multiply(n2,const_2)|multiply(n0,const_2)|subtract(#0,n5)|subtract(#1,n3)|divide(#2,#3)|multiply(n0,#4)|subtract(n2,#5)|divide(#6,n1)|
general
find the average of all prime numbers between 30 and 50
f : c : w 1 : 12 : 30 sport version : f : c 3 : 12 f : w 1 : 60 or 3 : 180 so c : f : w = 12 : 3 : 180 c / w = 12 / 180 = 3 ounces / x ounces x = 3 * 180 / 12 = 45 ounces of water answer : a
['a ) 45', 'b ) 50', 'c ) 55', 'd ) 60', 'e ) 63']
a
multiply(multiply(30, const_2), divide(3, const_4))
divide(n3,const_4)|multiply(n2,const_2)|multiply(#0,#1)
other
by weight , liquid x makes up 1.5 percent of solution p and 6.5 percent of solution q . if 200 grams of solution p are mixed with 800 grams of solution q , then liquid x accounts for what percent of the weight of the resulting solution ?
"as two numbers are prime , only options satisfy ie option b and c and d , e but option a will not make the product of numbers i . e 35 answer : b"
a ) 8 and 4 , b ) 7 and 5 , c ) 6 and 5 , d ) 8 and 5 , e ) 6 and 5
b
add(35, 12)
add(n0,n1)|
physics
in what time will a railway train 110 m long moving at the rate of 36 kmph pass a telegraph post on its way ?
"let the amount paid to x per week = x and the amount paid to y per week = y then x + y = 440 but x = 120 % of y = 120 y / 100 = 12 y / 10 Γ’ Λ† Β΄ 12 y / 10 + y = 440 Γ’ ‑ ’ y [ 12 / 10 + 1 ] = 440 Γ’ ‑ ’ 22 y / 10 = 440 Γ’ ‑ ’ 22 y = 4400 Γ’ ‑ ’ y = 4400 / 22 = 400 / 2 = rs . 200 b )"
a ) s . 150 , b ) s . 200 , c ) s . 250 , d ) s . 350 , e ) s . 400
b
divide(multiply(440, multiply(add(const_1, const_4), const_2)), multiply(add(multiply(add(const_1, const_4), const_2), const_1), const_2))
add(const_1,const_4)|multiply(#0,const_2)|add(#1,const_1)|multiply(n0,#1)|multiply(#2,const_2)|divide(#3,#4)|
general
find large no . from below question the difference of two numbers is 1365 . on dividing the larger number by the smaller , we get 6 as quotient and the 30 as remainder
"equate the fat : 0.1 x + 0.25 * 8 = 0.2 ( x + 8 ) - - > x = 4 . answer : a ."
a ) 4 , b ) 12 , c ) 14 , d ) 16 , e ) 28
a
divide(multiply(subtract(25, 20), 8), 10)
subtract(n2,n3)|multiply(n1,#0)|divide(#1,n0)|
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 ?
"820 * 8.5 6970.0 gm 6.97 kg answer : d"
a ) 6.6 kg , b ) 6.8 kg , c ) 6.7 kg , d ) 6.97 kg , e ) 7.8 kg
d
divide(multiply(8.5, 820), const_1000)
multiply(n0,n1)|divide(#0,const_1000)|
general
village a ’ s population is 300 greater than village b ' s population . if village b ’ s population were reduced by 600 people , then village a ’ s population would be 4 times as large as village b ' s population . what is village b ' s current population ?
"l * w = 500 : area , l is the length and w is the width . 2 l + 2 w = 90 : perimeter l = 45 - w : solve for l ( 45 - w ) * w = 500 : substitute in the area equation w = 20 and l = 25 correct answer d"
a ) 5 , b ) 10 , c ) 15 , d ) 20 , e ) 25
d
divide(subtract(divide(90, const_2), sqrt(subtract(multiply(divide(90, const_2), divide(90, const_2)), multiply(const_4, 500)))), const_2)
divide(n1,const_2)|multiply(n0,const_4)|multiply(#0,#0)|subtract(#2,#1)|sqrt(#3)|subtract(#0,#4)|divide(#5,const_2)|
geometry
kathleen can paint a room in 2 hours , and anthony can paint an identical room in 3 hours . how many hours would it take kathleen and anthony to paint both rooms if they work together at their respective rates ?
angle between hands of a clock when the minute hand is behind the hour hand , the angle between the two hands at m minutes past h ' o clock = 30 ( h βˆ’ m / 5 ) + m / 2 degree when the minute hand is ahead of the hour hand , the angle between the two hands at m minutes past h ' o clock = 30 ( m / 5 βˆ’ h ) βˆ’ m / 2 degree here h = 11 , m = 30 and minute hand is behind the hour hand . hence the angle = 30 ( h βˆ’ m / 5 ) + m / 2 = 30 ( 11 βˆ’ 30 / 5 ) + 30 / 2 = 30 ( 11 βˆ’ 6 ) + 15 = 30 Γ— 5 + 15 = 165 Β° answer is d .
a ) 35 Β° , b ) 65 Β° , c ) 45 Β° , d ) 165 Β° , e ) 95 Β°
d
divide(multiply(subtract(multiply(divide(multiply(const_3, const_4), subtract(multiply(const_3, const_4), const_1)), multiply(add(const_4, const_1), subtract(multiply(const_3, const_4), const_1))), divide(const_60, const_2)), subtract(multiply(const_3, const_4), const_1)), const_2)
add(const_1,const_4)|divide(const_60,const_2)|multiply(const_3,const_4)|subtract(#2,const_1)|divide(#2,#3)|multiply(#0,#3)|multiply(#4,#5)|subtract(#6,#1)|multiply(#7,#3)|divide(#8,const_2)
physics
after decreasing 24 % in the price of an article costs rs . 1216 . find the actual cost of an article ?
16 + 6 = 22 . answer is c .
a ) 7 , b ) 33 , c ) 22 , d ) 17 , e ) 25
c
add(16, 6)
add(n0,n1)|
general
the average salary of all the workers in a workshop is rs . 8000 . the average salary of 9 technicians is rs . 18000 and the average salary of the rest is rs . 6000 . the total number of workers in the workshop is :
"explanation : 108 kmph = ( 108 x 5 / 18 ) m / sec = 30 m / s . answer : c"
a ) 10.8 , b ) 18 , c ) 30 , d ) 38.8 , e ) none of these
c
multiply(108, const_0_2778)
multiply(n0,const_0_2778)|
physics
a can run 192 metre in 28 seconds and b in 32 seconds . by what distance a beat b ?
"( 60 / 100 ) * x Γ’ € β€œ 20 = 88 6 x = 1080 x = 180 answer : c"
a ) 120 , b ) 300 , c ) 180 , d ) 170 , e ) 148
c
divide(add(20, 88), divide(60, const_100))
add(n0,n2)|divide(n1,const_100)|divide(#0,#1)|
gain
the radius of a wheel is 22.4 cm . what is the distance covered by the wheel in making 400 resolutions ?
"( 50 / 100 ) * 250 Γ’ € β€œ ( 25 / 100 ) * 400 125 - 100 = 25 answer : b"
a ) 25 , b ) 26 , c ) 29 , d ) 39 , e ) 26
b
subtract(multiply(250, divide(50, const_100)), multiply(divide(25, const_100), 400))
divide(n0,const_100)|divide(n2,const_100)|multiply(n1,#0)|multiply(n3,#1)|subtract(#2,#3)|
gain
25 onions on a scale weigh 5.12 kg . when 3 onions are removed from the scale , the average weight of the 22 onions is 200 grams . what is the average weight ( in grams ) of the 3 onions which were removed ?
solution required ratio = 60 : 90 = 2 : 3 answer b
a ) 1 : 3 , b ) 2 : 3 , c ) 3 : 4 , d ) 4 : 5 , e ) none of these
b
divide(subtract(6.3, 5.7), subtract(7.2, 6.3))
subtract(n2,n1)|subtract(n0,n2)|divide(#0,#1)
other
a and b can together finish a work in 40 days . they worked together for 10 days and then b left . after another 18 days , a finished the remaining work . in how many days a alone can finish the job ?
the slope of the line m is rise / run = 22 - ( - 18 ) / 15 - ( - 15 ) = 4 / 3 4 / 3 = 22 - 2 / 15 - x 60 - 4 x = 66 - 6 x = 0 the answer is c .
a ) - 2 , b ) - 1 , c ) 0 , d ) 1 , e ) 2
c
add(1522, 18)
add(n1,n2)
general
set s contains exactly 10 numbers and has an average ( arithmetic mean ) of 6.2 . if one of the numbers in set s is increased by 3 , while all other numbers remain the same , what is the new average of set s ?
"perimeter of the sector = length of the arc + 2 ( radius ) = ( 108 / 360 * 2 * 22 / 7 * 21 ) + 2 ( 21 ) = 39.6 + 42 = 81.6 cm answer : a"
a ) 81.6 cm , b ) 85.9 cm , c ) 90 cm , d ) 92 cm , e ) 95 cm
a
multiply(multiply(const_2, divide(multiply(subtract(21, const_3), const_2), add(const_4, const_3))), 21)
add(const_3,const_4)|subtract(n0,const_3)|multiply(#1,const_2)|divide(#2,#0)|multiply(#3,const_2)|multiply(n0,#4)|
physics
the difference of 2 digit number & the number obtained by interchanging the digits is 36 . what is the difference the sum and the number if the ratio between the digits of the number is 1 : 2 ?
"let the total solution is 150 l with 80 l water 70 l syrup . to make 35 % syrup solution , the result solution must have 97.5 l syrup and 52.5 l syrup . therefore we are taking 17.5 l of syrup from initial solution and replacing with water . using urinary method : 70 l syrup in 150 l solution 17.5 l syrup in 37.5 l solution we started by multiplying 10 now to get to the result we need to divide by 17.5 = > amount of solution to be replaced with water ( 37.5 / 17.5 ) = 2.14 . correct option : c"
a ) 1.5 , b ) 1.75 , c ) 2.14 , d ) 2.34 , e ) 2.64
c
multiply(divide(subtract(divide(7, add(8, 7)), divide(const_2, add(const_2, const_3))), divide(7, add(8, 7))), add(8, 7))
add(n0,n1)|add(const_2,const_3)|divide(n1,#0)|divide(const_2,#1)|subtract(#2,#3)|divide(#4,#2)|multiply(#0,#5)|
gain
suzie ’ s discount footwear sells all pairs of shoes for one price and all pairs of boots for another price . on monday the store sold 22 pairs of shoes and 16 pairs of boots for $ 540 . on tuesday the store sold 8 pairs of shoes and 32 pairs of boots for $ 720 . how much more do pairs of boots cost than pairs of shoes at suzie ’ s discount footwear ?
let ' s take the approach that uses the answer choices to eliminate wasted time . 500 / 100 = 5 coffee bar per minute per machine . 20 machines = 100 per minute . 2 minutes worth = 200 coffe bar . looking at the answers it is clear . . . we can only choose ( d ) the correct answer is d .
a ) 110 , b ) 220 , c ) 330 , d ) 200 , e ) 789
d
multiply(multiply(divide(500, 100), 2), 20)
divide(n1,n0)|multiply(n3,#0)|multiply(n2,#1)
gain
in the coordinate plane , a circle centered on point ( - 3 , 4 ) passes through point ( 1 , 1 ) . what is the area of the circle ?
"x / ( 1 / 36 ) = ( 4 / 5 ) / ( 2 / 9 ) x = 4 * 9 * 1 / 36 * 5 * 2 = 1 / 10 the answer is b ."
a ) 1 / 5 , b ) 1 / 10 , c ) 1 / 15 , d ) 1 / 20 , e ) 1 / 25
b
divide(1, 36)
divide(n0,n1)|
other
a collection of books went on sale , and 2 / 3 of them were sold for $ 3.25 each . if none of the 20 remaining books were sold , what was the total amount received for the books that were sold ?
"( 5 ! * 5 ! + 6 ! * 5 ! ) / 3 = 5 ! ( 5 ! + 6 ! ) / 3 = 120 ( 120 + 720 ) / 3 = ( 120 * 840 ) / 3 = 120 * 280 units digit of the above product will be equal to 0 answer e"
a ) 4 , b ) 3 , c ) 2 , d ) 1 , e ) 0
e
divide(add(multiply(factorial(5), factorial(5)), multiply(factorial(5), factorial(5))), 5)
factorial(n0)|factorial(n1)|factorial(n3)|multiply(#0,#1)|multiply(#0,#2)|add(#3,#4)|divide(#5,n0)|
general
one fourth of a solution that was 10 % sugar by weight was replaced with by a second solution resulting in a solution that was 16 percent sugar by weight . the second solution was what percent sugar by weight ?
"- x 2 - ( k + 8 ) x - 8 = - ( x - 2 ) ( x - 4 ) : given - x 2 - ( k + 8 ) x - 8 = - x 2 + 6 x - 8 - ( k + 8 ) = 6 : two polynomials are equal if their corresponding coefficients are equal . k = - 14 : solve the above for k correct answer c"
a ) 11 , b ) 12 , c ) 14 , d ) 19 , e ) 15
c
add(8, add(4, 2))
add(n0,n4)|add(n1,#0)|
general
a farmer with 1,350 acres of land had planted his fields with corn , sugar cane , and tobacco in the ratio of 4 : 2 : 3 , respectively , but he wanted to make more money , so he shifted the ratio to 2 : 2 : 5 , respectively . how many more acres of land were planted with tobacco under the new system ?
"explanation : 6000 : 4000 : 10000 3 : 2 : 5 3 / 10 * 11000 = 3300 answer : a"
a ) 3300 , b ) 1100 , c ) 2667 , d ) 600 , e ) 4000
a
multiply(divide(6000, add(add(6000, 4000), 10000)), 11000)
add(n0,n1)|add(n2,#0)|divide(n0,#1)|multiply(n3,#2)|
gain
if n is an integer and 101 n ^ 2 is less than or equal to 10000 , what is the greatest possible value of n ?
"both cooking and weaving = 20 - ( 5 + 8 + 5 ) = 2 so , the correct answer is b ."
a ) 1 , b ) 2 , c ) 3 , d ) 4 , e ) 5
b
subtract(subtract(subtract(20, 8), 5), 5)
subtract(n1,n4)|subtract(#0,n5)|subtract(#1,n3)|
other
when y is divided by 288 , the remainder is 44 . what is the remainder when the same y is divided by 24 ?
"75 = ( 750 * 5 * r ) / 100 r = 2 % . answer : a"
a ) 2 , b ) 3 , c ) 4 , d ) 5 , e ) 6
a
multiply(divide(divide(subtract(825, 750), 750), 5), const_100)
subtract(n1,n0)|divide(#0,n0)|divide(#1,n2)|multiply(#2,const_100)|
gain
the distance between 2 cities a and b is 1000 km . a train starts from a at 12 p . m . and travels towards b at 100 km / hr . another starts from b at 1 p . m . and travels towards a at 150 km / hr . at what time do they meet ?
"690 = 2 * 3 * 5 * 23 so the least value forncan be 23 . e"
a ) 10 , b ) 11 , c ) 12 , d ) 13 , e ) 23
e
divide(divide(divide(divide(690, const_2), const_3), const_4), divide(const_10, const_2))
divide(n1,const_2)|divide(const_10,const_2)|divide(#0,const_3)|divide(#2,const_4)|divide(#3,#1)|
general
what is 35 % of 4 / 13 of 780 ?
lets do it by picking up numbers . let arthur carry 2 crumbs per trip , this means amy carries 3 crumbs per trip . also let arthur make 2 trips and so amy makes 4 trips . thus total crumbs carried by arthur ( b ) = 2 x 2 = 4 , total crumbs carried by amy = 3 x 4 = 12 . 12 is 3 times 4 , so e
a ) b / 2 , b ) b , c ) 3 b / 2 , d ) 2 b , e ) 3 b
e
multiply(const_2, add(const_1, divide(const_1, const_2)))
divide(const_1,const_2)|add(#0,const_1)|multiply(#1,const_2)
general
a chemist mixes one liter of pure water with x liters of a 50 % salt solution , and the resulting mixture is a 15 % salt solution . what is the value of x ?
detailed solution let the total students be ( n + 1 ) let total badges be x let the average of β€˜ n ’ students be y the student who got 1 / 6 th of x = 5 y or y = x / 30 therefore β€˜ n ’ students got 1 / 30 th of total share each or n * x / 30 + 1 * x / 6 = x nx + 5 x = 30 x n + 5 = 30 or n = 25 total = n + 1 = 26 correct answer : b
a ) 30 , b ) 26 , c ) 11 , d ) 31 , e ) 32
b
add(subtract(multiply(6, 5), 5), 1)
multiply(n1,n2)|subtract(#0,n2)|add(n0,#1)
general
a line has a slope of 3 / 4 and intersects the point w ( - 12 , - 39 ) . at which point does this line intersect the x - axis ?
"explanation : 23 23 + 2 ^ 2 = 27 23 + 3 ^ 2 = 36 23 + 4 ^ 2 = 52 23 + 5 ^ 2 = 77 answer : c"
a ) 40 , b ) 24 , c ) 77 , d ) 36 , e ) 12
c
subtract(negate(52), multiply(subtract(27, 36), divide(subtract(27, 36), subtract(23, 27))))
negate(n3)|subtract(n1,n2)|subtract(n0,n1)|divide(#1,#2)|multiply(#3,#1)|subtract(#0,#4)|
general
two trains running in opposite directions cross a man standing on the platform in 27 seconds and 17 seconds respectively . if they cross each other in 21 seconds , what is the ratio of their speeds ?
# of people times the # of hours : 4 * 7 = 28 - - > 4 lawyers do 28 worksin 7 hours . 3 * 14 / 3 = 14 - - > 3 assistants do 14 worksin 4 hours so , since the amount of work the assistants do is half the work the lawyers do , the time will be double , soans a
a ) 14 , b ) 10 , c ) 9 , d ) 6 , e ) 5
a
multiply(multiply(divide(const_2, const_3), 3), 7)
divide(const_2,const_3)|multiply(n2,#0)|multiply(n1,#1)
general
a bag contains 7 green and 8 white balls . if two balls are drawn simultaneously , the probability that both are of the same colour is - .
"work done by mahesh in 30 days = 20 * 1 / 30 = 2 / 3 remaining work = 1 - 2 / 3 = 1 / 3 1 / 3 work is done by rajesh in 30 days whole work will be done by rajesh is 30 * 3 = 90 days answer is a"
a ) 90 , b ) 25 , c ) 37 , d ) 41 , e ) 30
a
divide(const_1, divide(subtract(const_1, multiply(20, divide(const_1, 30))), 30))
divide(const_1,n0)|multiply(n1,#0)|subtract(const_1,#1)|divide(#2,n2)|divide(const_1,#3)|
physics
x and y invested in a business . they earned some profit which they divided in the ratio of 2 : 6 . if x invested rs . 5000 . the amount invested by y is
from ( x + 6 ) ( y - 6 ) = 0 it follows that either x = - 6 or y = 6 . thus either x ^ 2 = 36 or y ^ 2 = 36 . now , if x ^ 2 = 36 , then the least value of y ^ 2 is 0 , so the least value of x ^ 2 + y ^ 2 = 36 + 0 = 36 . similarly if y ^ 2 = 36 , then the least value of x ^ 2 is 0 , so the least value of x ^ 2 + y ^ 2 = 0 + 36 = 36 . answer : d .
a ) 0 , b ) 16 , c ) 25 , d ) 36 , e ) 49
d
power(6, 2)
power(n0,n3)
general
rs . 385 were divided among x , y , z in such a way that x had rs . 20 more than y and z had rs 15 more than x . how much was y ’ s share ?
let x be the larger number and y be the smaller number . x - y = 6 x + 2 ( y ) = 15 solve by substitution : y = x - 6 x + 2 ( x - 6 ) = 15 x + 2 x - 12 = 15 3 x = 27 x = 9 the larger number is 9 , so answer c is correct .
a ) 7 , b ) 8 , c ) 9 , d ) 10 , e ) 11
c
divide(add(15, multiply(const_2, 6)), add(const_1, const_2))
add(const_1,const_2)|multiply(n0,const_2)|add(n1,#1)|divide(#2,#0)
general
what is remainder of the division ( 1525 * 1527 * 1529 ) / 12 ?
"explanation : length of the platform = speed of train * extra time taken to cross the platform . length of platform = 72 kmph * 12 seconds convert 72 kmph into m / sec 1 kmph = 518518 m / s ( this can be easily derived . but if you can remember this conversion , it saves a good 30 seconds ) . ∴ 72 kmph = 518 βˆ— 72518 βˆ— 72 = 20 m / sec therefore , length of the platform = 20 m / s * 12 sec = 240 meters . correct answer : a"
a ) 240 meters , b ) 360 meters , c ) 420 meters , d ) 600 meters , e ) can not be determined
a
subtract(multiply(divide(multiply(72, const_1000), const_3600), 30), multiply(divide(multiply(72, const_1000), const_3600), 18))
multiply(n0,const_1000)|divide(#0,const_3600)|multiply(n1,#1)|multiply(n2,#1)|subtract(#2,#3)|
physics
if a > x > y > z on the number line , y is halfway between x and z , and x is halfway between w and z , then ( y - x ) / ( y - a ) =
"16 % of 2 litres = 0.32 litres 40 % of 6 litres = 2.4 litres therefore , total quantity of alcohol is 2.72 litres . this mixture is in a 10 litre vessel . hence , the concentration of alcohol in this 10 litre vessel is 27.2 % answer : d"
a ) 31 % . , b ) 71 % . , c ) 49 % . , d ) 27.2 % . , e ) 51 % .
d
multiply(divide(add(multiply(divide(16, const_100), 2), multiply(divide(40, const_100), 6)), 10), const_100)
divide(n1,const_100)|divide(n3,const_100)|multiply(n0,#0)|multiply(n2,#1)|add(#2,#3)|divide(#4,n5)|multiply(#5,const_100)|
general
which is greater than 16
1 : 4 answer : b
['a ) 1 : 0', 'b ) 1 : 4', 'c ) 1 : 6', 'd ) 1 : 2', 'e ) 1 : 1']
b
divide(1, const_4)
divide(n0,const_4)
geometry
what is the rate percent when the simple interest on rs . 2000 amount to rs . 320 in 4 years ?
explanation : 3 prize among 10 students can be distributed in 10 c 3 ways = 120 ways . answer : d
a ) 10 , b ) 45 , c ) 95 , d ) 120 , e ) none of these
d
add(multiply(10, 3), multiply(subtract(10, const_1), 10))
multiply(n0,n1)|subtract(n1,const_1)|multiply(n1,#1)|add(#0,#2)
general
if o is the center of the circle in the figure above and the area of the unshaded sector is 5 , what is the area of the shaded region ?
"72 + 82 + x = 3 * 75 x = 71 the answer is b ."
a ) 69 % , b ) 71 % , c ) 73 % , d ) 75 % , e ) 77 %
b
subtract(multiply(const_3, 75), add(72, 82))
add(n0,n1)|multiply(n2,const_3)|subtract(#1,#0)|
general
steve traveled the first 2 hours of his journey at 35 mph and the remaining 3 hours of his journey at 80 mph . what is his average speed for the entire journey ?
let b ' s capital be rs . x . { 3500 \ 12 } / { 7 x } = { 2 } / { 3 } = > x = 9000 . answer : d
a ) rs . 9228 , b ) rs . 9129 , c ) rs . 9120 , d ) rs . 9000 , e ) rs . 1922
d
divide(multiply(multiply(3500, const_12), 3), multiply(subtract(const_12, 5), 2))
multiply(n0,const_12)|subtract(const_12,n1)|multiply(n3,#0)|multiply(n2,#1)|divide(#2,#3)
other
in a factory , an average of 50 tv ' s are produced per day for the fist 25 days of the months . a few workers fell ill for the next 5 days reducing the daily avg for the month to 43 sets / day . the average production per day for day last 5 days is ?
"c . p . of 1 litre of milk = ( 20 Γ— 2 ⁄ 3 ) = 40 ⁄ 3 ∴ ratio of water and milk = 8 ⁄ 3 : 32 ⁄ 3 = 8 : 32 = 1 : 4 ∴ quantity of water to be added to 60 litres of milk = ( 1 ⁄ 4 Γ— 60 ) litres = 15 litres . answer c"
a ) 10 litres , b ) 12 litres , c ) 15 litres , d ) 18 litres , e ) none of these
c
divide(20, add(1, divide(1, 2)))
divide(n1,n3)|add(n1,#0)|divide(n4,#1)|
general
a particular store purchased a stock of turtleneck sweaters and marked up its cost by 20 % . during the new year season , it further marked up its prices by 25 % of the original retail price . in february , the store then offered a discount of 15 % . what was its profit on the items sold in february ?
"the number of silver cars is 0.15 * 40 + 0.45 * 80 = 42 the percentage of cars which are silver is 42 / 120 = 35 % the answer is b ."
a ) 30 % , b ) 35 % , c ) 40 % , d ) 45 % , e ) 50 %
b
multiply(divide(add(multiply(40, divide(15, const_100)), multiply(80, divide(45, const_100))), add(40, 80)), const_100)
add(n0,n2)|divide(n1,const_100)|divide(n3,const_100)|multiply(n0,#1)|multiply(n2,#2)|add(#3,#4)|divide(#5,#0)|multiply(#6,const_100)|
gain
what is the compound interest on rs : 70,000 for 4 months at the rate of 5 % per annum
"factors of 24 - 1 , 2 , 3 , 4 , 6 , 8 , 12,24 factors of 27 - 1 , 3 , 9,27 comparing both , we have 6 factors of 24 which are not factors of 27 - 2,4 , 6,8 , 12,24 answer : b"
a ) 2 , b ) 6 , c ) 4 , d ) 1 , e ) 5
b
divide(27, 24)
divide(n1,n0)|
other
robert left from a pvt company . management hold his salary rs . 15000 / - for one month . earlier robert borrowed rs . 7280 / - from company . but robert forget that . after one month robert asked his salary and accountant gives rs . 18500 / - to him . what is the incentive amount given to robert ?
"speed on return trip = 120 % of 60 = 72 km / hr . average speed of trip = 60 + 72 / 2 = 132 / 2 = 66 km / hr answer : d"
a ) 33 , b ) 77 , c ) 48 , d ) 66 , e ) 21
d
divide(add(multiply(60, add(const_1, divide(20, const_100))), 60), const_2)
divide(n1,const_100)|add(#0,const_1)|multiply(n0,#1)|add(n0,#2)|divide(#3,const_2)|
general
two pipes can fill a tank in 20 minutes and 12 minutes . an outlet pipe can empty the tank in 10 minutes . if all the pipes are opened when the tank is empty , then how many minutes will it take to fill the tank ?
"a + b 5 days work = 5 * 1 / 10 = 1 / 2 remaining work = 1 - 1 / 2 = 1 / 2 1 / 2 work is done by a in 5 days whole work will be done by a in 5 * 2 = 10 days answer is a"
a ) 10 , b ) 15 , c ) 20 , d ) 5 , e ) 30
a
divide(multiply(5, 10), subtract(10, 5))
multiply(n0,n2)|subtract(n0,n1)|divide(#0,#1)|
physics
if x = 1 / q and y = ( 2 / q ) - 6 , then for what value of q , x is equal to y ?
"area = l * w = ( l ) * ( l - 10 ) = 200 trial and error : 19 * 9 = 171 ( too low ) 20 * 10 = 200 the length is 20 meters . the answer is a ."
a ) 20 , b ) 22 , c ) 24 , d ) 26 , e ) 28
a
add(10, add(const_0_25, add(const_0_33, divide(divide(200, 10), const_2))))
divide(n1,n0)|divide(#0,const_2)|add(#1,const_0_33)|add(#2,const_0_25)|add(n0,#3)|
geometry
if the ratio of the sum of the first 6 terms of a g . p . to the sum of the first 3 terms of the g . p . is 65 , what is the common ratio of the g . p ?
"drawing two balls of same color from seven green balls can be done in ⁷ c β‚‚ ways . similarly from eight white balls two can be drawn in ways . 7 / 15 answer : e"
a ) 7 / 18 , b ) 7 / 19 , c ) 7 / 11 , d ) 7 / 12 , e ) 7 / 15
e
add(multiply(divide(8, add(7, 8)), divide(subtract(8, const_1), subtract(add(7, 8), const_1))), multiply(divide(7, add(7, 8)), divide(subtract(7, const_1), subtract(add(7, 8), const_1))))
add(n0,n1)|subtract(n1,const_1)|subtract(n0,const_1)|divide(n1,#0)|divide(n0,#0)|subtract(#0,const_1)|divide(#1,#5)|divide(#2,#5)|multiply(#3,#6)|multiply(#4,#7)|add(#8,#9)|
other
of the 55 cars on a car lot , 40 have air - conditioning , 25 have power windows , and 12 have both air - conditioning and power windows . how many of the cars on the lot have neither air - conditioning nor power windows ?
"explanation : ( men 4 : 9 ) : ( hrs / day 10 : 6 ) : : 1600 : x hence 4 * 10 * x = 9 * 6 * 1600 or x = 9 * 6 * 1600 / 4 * 10 = 2160 answer : d"
a ) rs 840 , b ) rs 1320 , c ) rs 1620 , d ) rs 2160 , e ) none of these
d
multiply(divide(multiply(9, 6), multiply(4, 10)), 1600)
multiply(n3,n4)|multiply(n0,n1)|divide(#0,#1)|multiply(n2,#2)|
physics
in a certain state , the ratio of registered republicans to registered democrats is 3 to 2 , and every registered voter is either a republican or a democrat . if 80 percent of the republicans and 20 percent of the democrats are expected to vote for candidate x , and everyone else is expected to vote for candidate y , by what percent is candidate x expected to win the election ?
"let the number be x . ( 5 / 4 ) * x = ( 4 / 5 ) * x + 9 25 x = 16 x + 180 9 x = 180 x = 20 the answer is c ."
a ) 16 , b ) 18 , c ) 20 , d ) 22 , e ) 24
c
divide(divide(multiply(multiply(9, divide(4, 5)), divide(4, 5)), subtract(const_1, multiply(divide(4, 5), divide(4, 5)))), divide(4, 5))
divide(n0,n1)|multiply(n4,#0)|multiply(#0,#0)|multiply(#0,#1)|subtract(const_1,#2)|divide(#3,#4)|divide(#5,#0)|
general
a library has an average of 510 visitors on sunday and 240 on other days . the average number of visitors per day in a month of 30 days beginning with a sunday is
cp per kg of mixture = [ 24 ( 150 ) + 36 ( 125 ) ] / ( 24 + 36 ) = rs . 135 sp = cp [ ( 100 + profit % ) / 100 ] = 135 * [ ( 100 + 40 ) / 100 ] = rs . 189 . answer : c
a ) rs . 135 , b ) rs . 162 , c ) rs . 189 , d ) rs . 198 , e ) none of these
c
add(divide(add(multiply(24, 150), multiply(36, 125)), add(36, 24)), multiply(divide(add(multiply(24, 150), multiply(36, 125)), add(36, 24)), divide(40, const_100)))
add(n0,n2)|divide(n4,const_100)|multiply(n0,n1)|multiply(n2,n3)|add(#2,#3)|divide(#4,#0)|multiply(#5,#1)|add(#5,#6)
gain
a man can do a piece of work in 5 days , but with the help of his son , he can finish it in 3 days . in what time can the son do it alone ?
"j + k = 284 and so k = 284 - j j - 8 = 2 k j - 8 = 2 ( 284 - j ) 3 j = 576 j = 192 the answer is e ."
a ) 176 , b ) 180 , c ) 184 , d ) 188 , e ) 192
e
add(multiply(divide(subtract(284, 8), const_3), const_2), 8)
subtract(n1,n0)|divide(#0,const_3)|multiply(#1,const_2)|add(n0,#2)|
general
the milk level in a rectangular box measuring 60 feet by 25 feet is to be lowered by 6 inches . how many gallons of milk must be removed ? ( 1 cu ft = 7.5 gallons )
"they together completed 4 / 10 work in 4 days . balance 6 / 10 work will be completed by arun alone in 40 * 6 / 10 = 24 days . answer : e"
a ) 16 days . , b ) 17 days . , c ) 18 days . , d ) 19 days . , e ) 24 days .
e
subtract(40, multiply(divide(40, 10), 4))
divide(n2,n0)|multiply(n1,#0)|subtract(n2,#1)|
physics
two integers are in the ratio of 1 to 3 . if 10 is added to the smaller number , the ratio becomes 2 to 1 . find the larger integer .
"50 * 23 = 1150 1150 - 1145 = 5 answer : d"
a ) 2 , b ) 3 , c ) 4 , d ) 5 , e ) 8
d
subtract(multiply(add(multiply(const_4, const_10), const_2), 23), 1145)
multiply(const_10,const_4)|add(#0,const_2)|multiply(n1,#1)|subtract(#2,n0)|
general
barbata invests $ 2400 in the national bank at 5 % . how much additional money must she invest at 8 % so that the total annual income will be equal to 6 % of her entire investment ?
percentage change in area = ( βˆ’ 30 βˆ’ 20 + ( 30 Γ— 20 ) / 100 ) % = βˆ’ 44 % i . e . , area is decreased by 44 % answer : c
a ) 24 % , b ) 30 % , c ) 44 % , d ) 54 % , e ) 64 %
c
divide(subtract(multiply(const_100, const_100), multiply(subtract(const_100, 30), subtract(const_100, 20))), const_100)
multiply(const_100,const_100)|subtract(const_100,n0)|subtract(const_100,n1)|multiply(#1,#2)|subtract(#0,#3)|divide(#4,const_100)
gain
mrs . evans gave a test to her freshmen economics class , which has 29 students enrolled and 24 of them answered question 1 correctly . if 22 answered question 2 correctly and 5 did not take the test then how many answered both questions correctly ?
"solution let the son ' s present age be x years . then , man ' s present age = ( x + 30 ) years . then Γ’ € ΒΉ = Γ’ € ΒΊ ( x + 30 ) + 2 = 2 ( x + 2 ) Γ’ € ΒΉ = Γ’ € ΒΊ x + 32 = 2 x + 4 x = 28 . answer b"
a ) 14 years , b ) 28 years , c ) 20 years , d ) 22 years , e ) none
b
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
the population of a town increased from 1 , 75,000 to 2 , 62,500 in a decade . what is the average percent increase of population per year ?
"let x be the discount on pony jeans . then 0.22 - x is the discount on fox jeans . 3 ( 0.22 - x ) ( 15 ) + 2 x ( 18 ) = 8.73 9.9 - 45 x + 36 x = 8.73 9 x = 1.17 x = 0.13 the answer is e ."
a ) 9 % , b ) 10 % , c ) 11 % , d ) 12 % , e ) 13 %
e
multiply(subtract(divide(22, const_100), divide(subtract(8.73, multiply(divide(22, const_100), multiply(18, 2))), subtract(multiply(15, 3), multiply(18, 2)))), const_100)
divide(n6,const_100)|multiply(n1,n5)|multiply(n0,n4)|multiply(#0,#1)|subtract(#2,#1)|subtract(n2,#3)|divide(#5,#4)|subtract(#0,#6)|multiply(#7,const_100)|
gain
village p ’ s population is 1150 greater than village q ' s population . if village q ’ s population were reduced by 200 people , then village p ’ s population would be 4 times as large as village q ' s population . what is village q ' s current population ?
"original price = 100 cp = 80 s = 80 * ( 180 / 100 ) = 112 100 - 144 = 44 % answer : e"
a ) 18 % , b ) 13 % , c ) 12 % , d ) 32 % , e ) 44 %
e
multiply(subtract(divide(divide(multiply(subtract(const_100, 20), add(const_100, 80)), const_100), const_100), const_1), const_100)
add(n1,const_100)|subtract(const_100,n0)|multiply(#0,#1)|divide(#2,const_100)|divide(#3,const_100)|subtract(#4,const_1)|multiply(#5,const_100)|
gain
a cycle is bought for rs . 800 and sold for rs . 1080 , find the gain percent ?
"800 * 15 = 1000 * x x = 12 answer : e"
a ) 11.5 , b ) 12.5 , c ) 10.5 , d ) 11 , e ) 12
e
divide(multiply(15, 800), add(800, 200))
add(n0,n2)|multiply(n0,n1)|divide(#1,#0)|
physics
a trader bought a car at 30 % discount on its original price . he sold it at a 50 % increase on the price he bought it . what percent of profit did he make on the original price ?
as you see 5 ! till 10 ! each unit digit is zero . so 1 ! + 2 ! + 3 ! + 4 ! = 33 so unit digit 3 + 0 = 3 n = 3 n ^ n = 3 ^ 3 = 27 so last digit is 7 . answer : e
a ) 3 , b ) 4 , c ) 5 , d ) 6 , e ) 7
e
power(subtract(10, 3), const_1)
subtract(n3,n2)|power(#0,const_1)
general
what is the angle between the minute and the hour hand of the clock which shows 12 : 24 ?
i think there is a typo in question . it should have been ` ` by weight liquid ' x ' makes up . . . . . ` ` weight of liquid x = 0.8 % of weight of a + 1.8 % of weight of b when 250 gms of a and 700 gms of b is mixed : weight of liquid x = ( 0.8 * 250 ) / 100 + ( 1.8 * 700 ) / 100 = 14.6 gms % of liquid x in resultant mixture = ( 14.6 / 1000 ) * 100 = 1.46 % a
a ) 1.46 % , b ) 1.93 % , c ) 10 % , d ) 15 % , e ) 19 %
a
divide(add(multiply(250, 0.8), multiply(700, 1.8)), const_1000)
multiply(n0,n2)|multiply(n1,n3)|add(#0,#1)|divide(#2,const_1000)
gain
a room is 7 meters 68 centimeters in length and 4 meters 32 centimeters in width . find the least number of square tiles of equal size required to cover the entire floor of the room .
"old set s - total is avg * no of elements = 6.2 * 10 = 62 if one number is increased by 3 then total increased to 62 + 3 = 65 new avg - 65 / 10 = 6.5 . hence answer is a ."
a ) 6.5 , b ) 6.7 , c ) 6.8 , d ) 6.85 , e ) 6.9
a
divide(add(multiply(10, 6.2), 3), 10)
multiply(n0,n1)|add(n2,#0)|divide(#1,n0)|
general
an article is bought for rs . 675 and sold for rs . 1100 , find the gain percent ?
"the amount a gets for managing = 20 % of rs . 11000 = 2200 remaining profit = 11000 – 2200 = 8800 this is to be divided in the ratio 2 : 9 . share of b = 9 / 11 of 8800 = 7200 answer b"
a ) 3500 , b ) 7200 , c ) 6800 , d ) 4800 , e ) none of these
b
add(divide(multiply(subtract(11000, divide(multiply(20, 11000), const_100)), add(const_2, const_3)), add(add(const_2, const_3), add(const_2, const_4))), divide(multiply(20, 11000), const_100))
add(const_2,const_3)|add(const_2,const_4)|multiply(n2,n3)|add(#0,#1)|divide(#2,const_100)|subtract(n3,#4)|multiply(#0,#5)|divide(#6,#3)|add(#7,#4)|
gain
employees of a certain company are each to receive a unique 9 - digit identification code consisting of the digits 0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 , and 8 such that no digit is used more than once in any given code . in valid codes , the second digit in the code is exactly twice the first digit . how many valid codes are there ?
"both cooking and weaving = 25 - ( 6 + 8 + 7 ) = 4 so , the correct answer is d ."
a ) 1 , b ) 2 , c ) 3 , d ) 4 , e ) 5
d
subtract(subtract(subtract(25, 8), 7), 6)
subtract(n1,n4)|subtract(#0,n5)|subtract(#1,n3)|
other
a person buys an article at $ 380 . at what price should he sell the article so as to make a profit of 25 % ?
"a quick note on doubling . when you double a length you have 2 * l 1 . when you double all lengths of a rectangle you have ( 2 * l 1 ) ( 2 * l 2 ) = a . an increase of 2 ^ 2 or 4 . when you double all lengths of a rectangular prism you have ( 2 * l 1 ) ( 2 * l 2 ) ( 2 * l 3 ) = v . an increase of 2 ^ 3 or 8 . this leads to the basic relationship : line : 2 * original size rectangle : 4 * original size rectangular prism : 8 * original size answer is d"
a ) 20 , b ) 40 , c ) 60 , d ) 80 , e ) 100
d
multiply(power(const_2, const_3), 10)
power(const_2,const_3)|multiply(n0,#0)|
geometry
the cost of one photocopy is $ 0.02 . however , a 25 % discount is offered on orders of more than 100 photocopies . if saran and david have to make 80 copies each , how much will each of them save if they submit a single order of 160 copies ?
"1 h - - - - - 5 ? - - - - - - 60 12 h rs = 25 + 21 = 46 t = 12 d = 46 * 12 = 552 answer : c"
a ) 457 km , b ) 444 km , c ) 552 km , d ) 645 km , e ) 453 km
c
add(multiply(divide(60, subtract(21, 25)), 25), multiply(divide(60, subtract(21, 25)), 21))
subtract(n1,n0)|divide(n2,#0)|multiply(n0,#1)|multiply(n1,#1)|add(#2,#3)|
physics
there are 418 doctors and nurses in a hospital . if the ratio of the doctors to the nurses is 8 : 11 , then how many nurses are there in the hospital ?
"8 ( 8 Γ— 3 ) Γ· 2 = 12 ( 12 Γ— 3 ) Γ· 2 = 18 ( 18 Γ— 3 ) Γ· 2 = 27 ( 27 Γ— 3 ) Γ· 2 = 40.5 ( 40.5 Γ— 3 ) Γ· 2 = 60.75 answer is b ."
a ) 62 , b ) 60.75 , c ) 60.5 , d ) 60.25 , e ) 60
b
subtract(negate(27), multiply(subtract(12, 18), divide(subtract(12, 18), subtract(8, 12))))
negate(n3)|subtract(n1,n2)|subtract(n0,n1)|divide(#1,#2)|multiply(#3,#1)|subtract(#0,#4)|
general
operation # is defined as adding a randomly selected two digit multiple of 12 to a randomly selected two digit prime number and reducing the result by half . if operation # is repeated 10 times , what is the probability that it will yield at least two integers ?
"let total capacity be x we know 160 = 0.80 x x = 160 / 0.80 = 200 prior to storm , we had 130 bn gallons 200 - 130 = 70 answer : b"
a ) 75 , b ) 70 , c ) 65 , d ) 85 , e ) 90
b
divide(divide(multiply(160, const_100), 80), const_2)
multiply(n1,const_100)|divide(#0,n2)|divide(#1,const_2)|
general
20 beavers , working together in a constant pace , can build a dam in 6 hours . how many hours will it take 12 beavers that work at the same pace , to build the same dam ?
"explanation : a : b = 2 : 5 = 2 : 5 = > a : c = 2 : 1 = 2 : 1 = > a : b : c = 6 : 5 : 1 b share = ( 5 / 12 ) * 15000 = 6250 option e"
a ) 1950 , b ) 6895 , c ) 4879 , d ) 8126 , e ) 6250
e
multiply(multiply(multiply(multiply(add(5, 2), 5), const_100), const_100), divide(5, add(add(1, 2), 5)))
add(n0,n1)|add(n0,n3)|add(n3,#0)|multiply(#1,n3)|divide(n3,#2)|multiply(#3,const_100)|multiply(#5,const_100)|multiply(#4,#6)|
gain
a group of n students can be divided into equal groups of 4 with 1 student left over or equal groups of 5 with 4 students left over . what is the sum of the two smallest possible values of n ?
"1 women ' s 1 day work = 1 / 70 1 child ' s 1 day work = 1 / 140 ( 8 women + 12 children ) ' s 1 day work = ( 8 / 70 + 12 / 140 ) = 1 / 5 8 women and 4 children will complete the work in 5 days . b"
a ) 4 , b ) 5 , c ) 7 , d ) 8 , e ) 2
b
inverse(add(divide(8, multiply(10, 7)), divide(10, multiply(10, 14))))
multiply(n0,n1)|multiply(n0,n3)|divide(n4,#0)|divide(n0,#1)|add(#2,#3)|inverse(#4)|
physics
3 years ago , paula was 3 times as old as karl . in 9 years , paula will be twice as old as karl . what is the sum of their ages now ?
"find the pattern of the remainders after each power : ( 3 ^ 1 ) / 7 remainder 3 ( 3 ^ 2 ) / 7 remainder 2 ( 3 ^ 3 ) / 7 remainder 6 ( 3 ^ 4 ) / 7 remainder 4 ( 3 ^ 5 ) / 7 remainder 5 ( 3 ^ 6 ) / 7 remainder 1 - - > this is where the cycle ends ( 3 ^ 7 ) / 7 remainder 3 - - > this is where the cycle begins again ( 3 ^ 8 ) / 7 remainder 2 continuing the pattern to ( 3 ^ 50 ) / 7 gives us a remainder of 2 final answer : c ) 2"
a ) 5 , b ) 3 , c ) 2 , d ) 1 , e ) 7
c
reminder(power(3, 50), 7)
power(n0,n1)|reminder(#0,n2)|
general
a spirit and water solution is sold in a market . the cost per liter of the solution is directly proportional to the part ( fraction ) of spirit ( by volume ) the solution has . a solution of 1 liter of spirit and 1 liter of water costs 40 cents . how many cents does a solution of 1 liter of spirit and 2 liters of water cost ?
first , let ' s graph the lines y = 2 and x = 2 at this point , we need to find the points where the line y = 10 - x intersects the other two lines . for the vertical line , we know that x = 2 , so we ' ll plug x = 2 into the equation y = 10 - x to get y = 10 - 2 = 8 perfect , when x = 2 , y = 8 , so one point of intersection is ( 28 ) for the horizontal line , we know that y = 2 , so we ' ll plug y = 2 into the equation y = 10 - x to get 2 = 10 - x . solve to get : x = 8 so , when y = 2 , x = 8 , so one point of intersection is ( 82 ) now add these points to our graph and sketch the line y = 10 - x at this point , we can see that we have the following triangle . the base has length 6 and the height is 6 area = ( 1 / 2 ) ( base ) ( height ) = ( 1 / 2 ) ( 6 ) ( 6 ) = 18 answer : e
a ) a ) 8 , b ) b ) 10 , c ) c ) 12 , d ) d ) 14 , e ) e ) 18
e
multiply(subtract(subtract(10, 2), 2), multiply(multiply(const_2, const_0_25), subtract(subtract(10, 2), 2)))
multiply(const_0_25,const_2)|subtract(n2,n0)|subtract(#1,n0)|multiply(#0,#2)|multiply(#3,#2)
general
robert left from a pvt company . management hold his salary rs . 15000 / - for one month . earlier robert borrowed rs . 7280 / - from company . but robert forget that . after one month robert asked his salary and accountant gives rs . 18500 / - to him . what is the incentive amount given to robert ?
"from the details given in the problem principle = p = $ 8,000 and r = 9 % or 0.09 expressed as a decimal . as the annual interest is to be calculated , the time period t = 1 . plugging these values in the simple interest formula , i = p x t x r = 8,000 x 1 x 0.09 = 720.00 annual interest to be paid = $ 720 answer : c"
a ) 680 , b ) 700 , c ) 720 , d ) 730 , e ) 750
c
divide(multiply(multiply(multiply(9, const_100), sqrt(const_100)), 9), const_100)
multiply(n1,const_100)|sqrt(const_100)|multiply(#0,#1)|multiply(n1,#2)|divide(#3,const_100)|
gain
a student chose a number , multiplied it by 5 , then subtracted 275 from the result and got 135 . what was the number he chose ?
"this one took me bout 3 1 / 2 min . just testin numbers and what not . first notice that n is positive . save time by noticing thati worked out one solution where n = 0 only to find that thats not an option : p . 1 - 7 stands for ^ 1 thru 7 1 : 7 * 1 = 7 2 : 7 * 7 = 9 3 : 7 * 9 = 3 4 : 7 * 3 = 1 5 : 7 * 1 = 7 6 : 7 * 7 = 9 7 : 7 * 9 = 3 pattern repeats every @ 5 . notice every ^ 4 or multiple of 4 is always going to be 1 . this is just for future notice for similar problems . so 7 ^ 4 n + 3 - - - > if n = 1 then its ( ( 7 ^ 7 ) * 6 ) ) / 10 which can say is going to be 3 * 8 - - > 18 / 10 - - > r = 8 now from here if id double check just to make sure . 7 ^ 4 ( 2 ) + 3 * 6 ^ 2 - - - > 7 ^ 11 * 36 or we can just say again 7 ^ 11 * 6 ( b / c we are only interested in the units digit ) . since ^ 12 is going to be 1 that means ^ 11 is going to be 3 ( as taken from our pattern ) so again 3 * 6 = 18 / 10 - - - > r = 8 . c or j in this problem ."
a ) 1 , b ) 2 , c ) 4 , d ) 6 , e ) 8
c
reminder(multiply(multiply(const_3, const_3), 6), 10)
multiply(const_3,const_3)|multiply(n3,#0)|reminder(#1,n4)|
general
a merchant marks his goods up by 30 % and then offers a discount of 20 % on the marked price . what % profit does the merchant make after the discount ?
let initial price be 1000 price in day 1 after 10 % discount = 900 price in day 2 after 20 % discount = 720 price in day 3 after 40 % discount = 432 so , price in day 3 as percentage of the sale price on day 1 will be = 432 / 900 * 100 = > 48 % answer will definitely be ( b )
a ) 28 % , b ) 48 % , c ) 64.8 % , d ) 70 % , e ) 72 %
b
add(multiply(divide(divide(40, const_100), subtract(1, divide(1, 10))), const_100), 2)
divide(n5,const_100)|divide(n1,n0)|subtract(n1,#1)|divide(#0,#2)|multiply(#3,const_100)|add(n2,#4)
gain
of the total amount that jill spent on a shopping trip , excluding taxes , she spent 25 percent on clothing , 25 percent on food , and 50 percent on other items . if jill paid a 10 percent tax on the clothing , no tax on the food , and an 2 percent tax on all other items , then the total tax that she paid was what percent of the total amount that she spent , excluding taxes ?
"sol . required probability = pg . ) x p ( b ) = ( 1 β€” d x ( 1 β€” i ) = : x 1 = 2 / 5 ans . ( e )"
a ) 1 / 2 , b ) 1 , c ) 2 / 3 , d ) 3 / 4 , e ) 2 / 5
e
multiply(subtract(1, divide(1, 3)), subtract(1, divide(1, 5)))
divide(n1,n2)|divide(n1,n5)|subtract(n1,#0)|subtract(n1,#1)|multiply(#2,#3)|
general
machine a and machine b are each used to manufacture 550 sprockets . it takes machine a 10 hours longer to produce 550 sprockets than machine b . machine b produces 10 percent more sprockets per hour than machine a . how many sprockets per hour does machine a produces ?
"the diagonal of the rectangle will be the diameter of the circle . and perimeter = 2 * pi * r ans : e"
a ) 2.5 Ο€ , b ) 5 Ο€ , c ) 10 Ο€ , d ) 12.5 Ο€ , e ) 15 Ο€
e
circumface(divide(sqrt(add(power(9, const_2), power(12, 12))), 12))
power(n0,const_2)|power(n1,n1)|add(#0,#1)|sqrt(#2)|divide(#3,n1)|circumface(#4)|
geometry
the h . c . f . of two numbers is 23 and the other two factors of their l . c . m . are 10 and 11 . the larger of the two numbers is :
"no of dogs = 45 long fur = 28 brown = 17 neither long fur nor brown = 8 therefore , either long fur or brown = 45 - 8 = 37 37 = 28 + 17 - both both = 8 answer d"
a ) 26 , b ) 19 , c ) 11 , d ) 8 , e ) 6
d
subtract(add(28, 17), subtract(45, 8))
add(n1,n2)|subtract(n0,n3)|subtract(#0,#1)|
other
if a * b = 2 a - 3 b + ab , then 3 * 5 + 5 * 3 is equal to
must be twice on heads and twice on tails 1 / 2 * 1 / 2 * 1 / 2 * 1 / 2 = 1 / 16 answer : c
a ) 1 / 8 , b ) 1 / 4 , c ) 1 / 16 , d ) 1 / 32 , e ) 1 / 2
c
divide(const_1, power(const_2, 4))
power(const_2,n0)|divide(const_1,#0)
general
if there are only 2 wheelers and 4 wheelers parked in a school located at the heart of the city , find the number of 4 wheelers parked there if the total number of wheels is 82 ?
"amount of rs . 100 for 1 year when compounded half - yearly = [ 100 * ( 1 + 7 / 100 ) 2 ] = rs . 14.49 effective rate = ( 114.49 - 100 ) = 14.49 % answer : d"
a ) 16.06 % , b ) 16.07 % , c ) 16.08 % , d ) 14.49 % , e ) 16.19 %
d
add(add(divide(14, const_2), divide(14, const_2)), divide(multiply(divide(14, const_2), divide(14, const_2)), const_100))
divide(n0,const_2)|add(#0,#0)|multiply(#0,#0)|divide(#2,const_100)|add(#1,#3)|
gain
in a certain pond , 50 fish were caught , tagged , and returned to the pond . a few days later , 50 fish were caught again , of which 4 were found to have been tagged . if the percent of tagged fish in the second catch approximates the percent of tagged fish in the pond , what is the approximate number of fish in the pond ?
"juan ' s income = 100 ( assume ) ; tim ' s income = 50 ( 50 percent less than juan ' s income ) ; mary ' s income = 80 ( 60 percent more than tim ' s income ) . thus , mary ' s income ( 80 ) is 80 % of juan ' s income ( 100 ) . answer : d ."
a ) 124 % , b ) 120 % , c ) 96 % , d ) 80 % , e ) 64 %
d
multiply(multiply(subtract(const_1, divide(50, const_100)), add(const_1, divide(60, const_100))), const_100)
divide(n0,const_100)|divide(n1,const_100)|add(#0,const_1)|subtract(const_1,#1)|multiply(#2,#3)|multiply(#4,const_100)|
general
how many digits will be there to the right of the decimal point in the product of 95.75 and . 02554 ?
a little reflection will show that chalk marks will touch the ground together for the first time after the wheels have passed over a distance which is the lcm of 2 2 / 5 metres and 3 3 / 7 metres . lcm of 12 / 5 metres and 24 / 7 metres = 24 metres . answer is e
a ) 18 metres , b ) 16 metres , c ) 38 metres , d ) 42 metres , e ) 24 metres
e
add(multiply(7, 3), 3)
multiply(n3,n5)|add(n3,#0)
general
a large box contains 17 small boxes and each small box contains 25 chocolate bars . how many chocolate bars are in the large box ?
"explanation : a ’ s one day work = 1 / 5 b ’ s one day work = 1 / 4 ( a + b ) ’ s one day work = 1 / 5 + 1 / 4 = 9 / 20 = > time = 20 / 9 = 2 2 / 9 days answer : option d"
a ) 6 / 11 , b ) 8 / 11 , c ) 7 / 9 , d ) 2 / 9 , e ) 10 / 11
d
divide(const_1, add(divide(const_1, 5), divide(const_1, 4)))
divide(const_1,n0)|divide(const_1,n1)|add(#0,#1)|divide(const_1,#2)|
physics
kathleen can paint a room in 2 hours , and anthony can paint an identical room in 7 hours . how many hours would it take kathleen and anthony to paint both rooms if they work together at their respective rates ?
"5 ^ 5 Γ— 5 ^ x = ( 125 ) ^ 4 5 ^ ( 5 + x ) = 5 ^ 12 since they have the same base we can just set the exponents equal to each other : ( 5 + x ) = 12 x = 7 ans . e ) 7"
a ) 2 , b ) 3 , c ) 5 , d ) 6 , e ) 7
e
divide(subtract(multiply(const_2, 5), 125), const_3)
multiply(n1,const_2)|subtract(#0,n3)|divide(#1,const_3)|
general
set q consists of integers { 3 , - 8 , y , 19 , - 6 } and set b consists of integers { k , - 3 , 0 , 16 , - 5 , 9 } . number l represents the median of set q , number m represents mode of set b and number z = l ^ m . if y is an integer greater than 21 , for what value of k will z be a divisor of 26 ?
working formula . . . initial concentration * initial volume = final concentration * final volume . let x is the part removed from 100 lts . 30.25 % ( 1 - x / 100 ) ^ 2 = 25 % * 100 % ( 1 - x / 100 ) ^ 2 = 25 / 30.25 - - - - - - > ( 1 - x / 100 ) ^ 2 = ( 5 / 5.5 ) ^ 2 100 - x = 500 / 5.5 x = 9.1 . . . ans a
a ) 9.1 litres , b ) 10 litres , c ) 8 litres , d ) 12 litres , e ) 6 litres
a
multiply(100, subtract(const_1, sqrt(divide(25, 30.25))))
divide(n2,n1)|sqrt(#0)|subtract(const_1,#1)|multiply(n0,#2)
general
a shopkeeper sold an book offering a discount of 5 % and earned a profit of 33 % . what would have been the percentage of profit earned if no discount was offered ?
"x = ( y / 4 ) - ( 2 / 5 ) , and so y = 4 x + 8 / 5 . the slope is 4 . ( n + 12 - n ) / ( m + p - m ) = 3 p = 3 the answer is c ."
a ) 1 , b ) 2 , c ) 3 , d ) 4 , e ) 5
c
divide(12, 4)
divide(n0,n1)|
general
if a wholesaler distributes items to several outlets ( a , b , c and d ) in the ratio of 1 / 12 : 1 / 13 : 1 / 15 : 1 / 2 , then find the total number of items the wholesaler distributes ?
"1000 * 15 = 1300 * x x = 11.5 answer : a"
a ) 11.5 , b ) 12.5 , c ) 12.6 , d ) 12.2 , e ) 12.1
a
divide(multiply(15, 1000), add(1000, 300))
add(n0,n2)|multiply(n0,n1)|divide(#1,#0)|
physics
if n is a prime number greater than 17 , what is the remainder when n ^ 2 is divided by 12 ?
this can be solve in two steps and without any complex calculation . given : equation of line a as y = ( 4 / 3 ) x - 100 . so the line intercept the axes at ( 0 , - 100 ) and ( 750 ) . this can be considered a right angle triangle with right angle at ( 00 ) . so base = 100 , height = 75 and hypotenuse = 125 ( by pythagoras triplet ) so a perpendicular from the ( 00 ) to hypotenuse will be the answer . area of triangle = 0.5 * 100 * 75 = 0.5 * 125 * x = > x = 60 ; so answer is 60 = c
a ) 48 , b ) 50 , c ) 60 , d ) 75 , e ) 100
c
divide(multiply(100, 3), sqrt(add(power(4, const_2), power(3, const_2))))
multiply(n1,n2)|power(n0,const_2)|power(n1,const_2)|add(#1,#2)|sqrt(#3)|divide(#0,#4)
general
kathleen can paint a room in 2 hours , and anthony can paint an identical room in 7 hours . how many hours would it take kathleen and anthony to paint both rooms if they work together at their respective rates ?
"within one standard deviation of the average age means 31 + / - 7 25 - - 31 - - 37 number of dif . ages - 25 26 27 28 29 30 31 32 33 34 35 36 37 total = 13 b"
a ) 8 , b ) 13 , c ) 15 , d ) 18 , e ) 30
b
add(multiply(6, const_2), const_1)
multiply(n1,const_2)|add(#0,const_1)|
general
a certain social security recipient will receive an annual benefit of $ 12,000 provided he has annual earnings of $ 9,360 or less , but the benefit will be reduced by $ 1 for every $ 3 of annual earnings over $ 9,360 . what amount of total annual earnings would result in a 60 percent reduction in the recipient ' s annual social security benefit ? ( assume social security benefits are not counted as part of annual earnings . )
"3 w = 2 m 20 m - - - - - - 21 * 8 hours 21 w - - - - - - x * 6 hours 14 m - - - - - - x * 6 20 * 21 * 8 = 14 * x * 6 x = 40 answer : c"
a ) 32 , b ) 87 , c ) 40 , d ) 99 , e ) 77
c
add(floor(divide(multiply(multiply(21, 8), multiply(20, 3)), multiply(multiply(21, 2), 6))), const_1)
multiply(n1,n2)|multiply(n0,n5)|multiply(n4,n6)|multiply(#0,#1)|multiply(n3,#2)|divide(#3,#4)|floor(#5)|add(#6,const_1)|
physics
a boy multiplied 987 by a certain number and obtained 559981 as his answer . if in the answer both 9 are wrong and the other digits are correct , then the correct answer would be :
"1 sd from the mean is adding and subtrating the amount if standard deviation from the mean one time . 2 sd from the mean is adding and subtracting twice . 1 sd from the mean ranges from 25 to 55 , where 55 is within sd above the mean and 25 within 1 sd below the mean 2 sd = 15 twice = 30 from the the mean , which is 55 to 25 , where 55 is within 2 sd above the mean and 30 is within 2 sd below the mean . answer = a"
a ) 20 , b ) 31 , c ) 45 , d ) 90 , e ) 89
a
multiply(2, 15)
multiply(n1,n2)|
general
the area of a square field is 24200 sq m . how long will a lady take to cross the field diagonally at the rate of 6.6 km / hr ?
machine b produces 100 part in 30 minutes . machine a produces 100 parts thrice as fast as b , so machine a produces 100 parts in 30 / 3 = 10 minutes . now , machine a produces 100 parts in 10 minutes which is 100 / 10 = 10 parts / minute . 10 parts x a total of 6 minutes = 60 d
a ) 20 , b ) 80 , c ) 40 , d ) 60 , e ) 50
d
multiply(multiply(divide(100, 30), const_3), 6)
divide(n0,n2)|multiply(#0,const_3)|multiply(n3,#1)
gain
consider a lady took a loan from a bank at the rate of 12 % p . a . simple interest . after 3 years she had to pay rs . 9900 interest only for the period . the principal amount borrowed by her was
"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 = 80 so , x = 80 . hence 6 x = 6 * 80 = 480 hours . hence x takes 120 hours to produce 1080 widgets . so , in 1 hour , it can produce ( 1 * 1080 ) / 480 = 2.25 hence option ( e ) ."
a ) 100 , b ) 65 , c ) 25 , d ) 11 , e ) 2.25
e
divide(1080, multiply(divide(80, const_10), 80))
divide(n0,const_10)|multiply(n0,#0)|divide(n1,#1)|
general
in what ratio must rice of rs . 25 per kg be mixed with rice of rs . 12 per kg so that cost of mixture is rs . 20 per kg ?
"solution : total number of students studying both are 423 + 226 - 134 = 515 ( subtracting the 134 since they were included in the both the other numbers already ) . so 80 % of total is 515 , so 100 % is approx . 644 . answer is d : 644"
a ) 515 , b ) 545 , c ) 618 . , d ) 644 . , e ) 666
d
add(226, 423)
add(n0,n1)|
general
the average age of 15 students of a class is 14 years . out of these , the average age of 5 students is 14 years and that of the other 9 students is 16 years . tee age of the 15 th student is ?
"answer : a ( 5 x 9 - 3 x 4 ) / 2 = 16.5"
a ) 16.5 , b ) 10 , c ) 8 , d ) 9.5 , e ) none of these
a
divide(subtract(multiply(5, 9), multiply(3, 4)), 2)
multiply(n0,n1)|multiply(n2,n3)|subtract(#0,#1)|divide(#2,n4)|
general
if the average of r , b , c , 14 and 15 is 12 . what is the average value of r , b , c and 29
"relative speed = 60 + 30 = 90 km / hr . 90 * 5 / 18 = 25 m / sec . distance covered = 500 + 500 = 1000 m . required time = 1000 / 25 = 40 sec . answer : c"
a ) 12 sec , b ) 24 sec , c ) 40 sec , d ) 60 sec , e ) 62 sec
c
add(60, 30)
add(n1,n2)|
physics
how many liters of water must be evaporated from 50 liters of a 6 - percent sugar solution to get a 10 - percent solution ?
"the total height was 45 cm too much . the average height should be reduced by 45 cm / 30 = 1.5 cm the answer is b ."
a ) 176.5 cm , b ) 175.5 cm , c ) 174.5 cm , d ) 173.5 cm , e ) 172.5 cm
b
divide(subtract(multiply(30, 177), subtract(151, 106)), 30)
multiply(n0,n1)|subtract(n2,n3)|subtract(#0,#1)|divide(#2,n0)|
general
a train 300 m long , running with a speed of 54 km / hr will pass a tree in ?
"rest time = number of rest Γ£ β€” time for each rest = 5 Γ£ β€” 6 = 30 minutes total time to cover 6 km = ( 6 Γ’  β€ž 10 Γ£ β€” 60 ) minutes + 30 minutes = 66 minutes answer c"
a ) 48 min . , b ) 50 min . , c ) 66 min . , d ) 55 min . , e ) none of these
c
add(multiply(divide(6, 10), speed(const_60, const_1)), multiply(const_4, 6))
divide(n1,n0)|multiply(n1,const_4)|speed(const_60,const_1)|multiply(#0,#2)|add(#3,#1)|
physics
the present population of a town is 280 . population increase rate is 10 % p . a . find the population of town after 1 years ?
given that two trains are of same length i . e . . 150 mtrs first train passes the km stone in 15 seconds . here we have time and distance so speed = 150 / 15 = 10 m / s we need to find out the second train speed . suppose the speed of the 2 nd train is x m / s relative speed of two trains is ( 10 + x ) = = > ( 150 + 150 ) / ( 10 + x ) = 8 = = > ( 300 ) / ( 10 + x ) = 8 = = > 300 = 80 + 8 x = = > 300 - 80 = 8 x = = > 220 = 8 x : - x = 55 / 2 m / s convert m / s into km / ph ( 55 / 2 ) * ( 18 / 5 ) = 99 kmph answer : d
a ) 60 kmph , b ) 66 kmph , c ) 72 kmph , d ) 99 kmph , e ) 89 kmph
d
multiply(divide(subtract(add(150, 150), multiply(divide(150, 15), 8)), 8), const_3_6)
add(n0,n0)|divide(n0,n1)|multiply(n2,#1)|subtract(#0,#2)|divide(#3,n2)|multiply(#4,const_3_6)
physics