prompt
stringlengths 5
2.87k
| response
stringlengths 1
2.73k
|
---|---|
3 buffaloes eat as much as 4 cows or 2 oxen . at a farm , there are 15 buffaloes , 8 oxen , and 24 cows . the fodder for these cattle is available for 48 days . if 60 more cows and 30 more buffaloes are brought in , how many days will the fodder last ?
|
2 oxen = 3 buffaloes = 4 cows also : 15 buffaloes + 8 oxen + 24 cows = 10 oxen + 8 oxen + 12 oxen = 30 oxen there is enough fodder for 1 oxen for 30 * 48 days . 60 cows + 30 buffaloes = 30 oxen + 20 oxen = 50 oxen the new total is equal to 80 oxen instead of 30 oxen . 30 * 48 / 80 oxen = 18 days the answer is b .
|
the difference between a number and its three - fifth is 50 . what is the number ?
|
let the number be x . then , x - 3 / 5 x = 50 = > 2 / 5 x = 50 x = ( 50 * 5 ) / 2 = 125 .
|
two thirds of the roads from a to b are at least 5 miles long , and 3 / 4 of the roads from b to c are at least 5 miles long . if you randomly pick a road from a to b and then randomly pick a road from b to c , what is the probability that at least one of the roads you pick is at least 5 miles long ?
|
so please : find the probability of the event thatnoneof the roads you pick will be at least 5 miles long and subtract from 1 to get the probability thatat least oneof the roads you pick will be at least 5 miles long : p = 1 - 1 / 3 * 1 / 4 = 11 / 12 .
|
if x = 6 and y = − 2 , what is the value of ( x − 2 y ) ^ y ?
|
( x − 2 y ) ^ y = ( 6 − 2 ( − 2 ) ) ^ − 2 = 1 / ( 6 + 4 ) ^ 2 = 1 / 100 = 0.01
|
a rectangular swimming pool is 8 feet by 20 feet . a deck that has uniform width surrounds the pool . the total area of the pool and deck is 540 square feet . what is the width of the deck ?
|
let the width = w total area of the pool and deck = ( 2 w + 8 ) ( 2 w + 20 ) we can test the answer choices along with unit digit method a ) 2 feet . . . . . . . . . . . 12 * 24 has unit digit 8 . . . . . . . . . . eliminate b ) 2.5 feet . . . . . . . . . 13 * 25 has unit digit 5 . . . . . . . . . . eliminate c ) 3 feet . . . . . . . . . . . . 14 * 26 has unit digit 4 . . . . . . . . . . . hold d ) 4 feet . . . . . . . . . . . . 16 * 28 has unit digit 8 . . . . . . . . . . . eliminate e ) 5 feet . . . . . . . . . . . . 18 * 30 has unit digit 0 . . . . . . . . . . . eliminate
|
a 270 m long train running at the speed of 120 kmph crosses another train running in opposite direction at the speed of 80 kmph in 9 seconds . what is the length of the other train ?
|
speed of first train = ( 120 * 5 / 18 ) m / sec = 100 / 3 m / sec speed of other train = ( 80 * 5 / 18 ) m / sec = 200 / 9 m / sec time to cross each other = 9 sec let x be the length of 2 nd train therefore 9 = ( 270 + x ) / ( 100 / 3 + 200 / 9 ) 500 = 270 + x 230 m = x
|
a sum of money is to be divided among ann , bob and chloe . first , ann receives $ 4 plus one - half of what remains . next , bob receives $ 4 plus one - third of what remains . finally , chloe receives the remaining $ 32 . how much money t did bob receive ?
|
notice that we need not consider ann ' s portion in the solution . we can just let k = the money remaining after ann has received her portion and go from there . our equation will use the fact that , once we remove bob ' s portion , we have $ 32 for chloe . so , we getk - bob ' s $ = 32 bob received 4 dollars plus one - third of what remained once bob receives $ 4 , the amount remaining is k - 4 dollars . so , bob gets a 1 / 3 of that as well . 1 / 3 of k - 4 is ( k - 4 ) / 3 so altogether , bob receives 4 + ( k - 4 ) / 3 so , our equation becomes : k - [ 4 + ( k - 4 ) / 3 ] = 32 simplify to get : k - 4 - ( k - 4 ) / 3 = 32 multiply both sides by 3 to get : 3 k - 12 - k + 4 = 96 simplify : 2 k - 8 = 96 solve : k = 52 plug this k - value intok - bob ' s $ = 32 to get : 52 - bob ' s $ = 32 so , bob ' s $ t = 20
|
maxwell leaves his home and walks toward brad ' s house at the same time that brad leaves his home and runs toward maxwell ' s house . if the distance between their homes is 40 kilometers , maxwell ' s walking speed is 3 km / h , and brad ' s running speed is 5 km / h . what is the distance traveled by maxwell when they meet in the middle ?
|
consider max starts from point a and brad starts from point b and move towards each other . assume they shall meet at point o after time ' t ' . the question asks us to find oa . from the question stem we can make out : - distance oa = 50 km - distance ob = > 3 xt = 40 - 5 xt ( i . e distance = speed x time ) = > 8 t = 40 hence t = 5 oa = 3 x 5 = 15 km
|
in a urban village of india named ` ` owlna ' ' , 70 % people have refrigerator , 75 % people have television , 65 % people got computers and 95 % got air - conditionor . how many people ( minimum ) got all these luxury .
|
a 10 % 100 - [ ( 100 - 65 ) + ( 100 - 95 ) + ( 100 - 75 ) + ( 100 - 70 ) ] = 100 - ( 30 + 25 + 35 + 5 ) = 100 - 95
|
in a group of 12 engineers , 4 engineers have a phd degree ; the others have only an ms or bs degree . a team of 4 engineers is to be chosen which must have at least 1 engineer with a phd , how many different teams can be chosen ?
|
the problem asks for a combination , since order does n ' t matter . now , selecting r items from a set of n gives the combination formula : ncr = n ! / r ! ( n - r ) ! n = 12 r = 4 so , total teams is 12 c 4 = 12 ! / ( 4 ! ( 12 - 4 ) ! ) = 495 , and n = 12 - 4 = 8 r = 4 for teams without a phd is 8 c 4 = 8 ! / ( 4 ! ( 8 - 4 ) ! ) = 70 , so , teams with at least 1 phd = 495 - 70 = 425
|
what will be the ci on a sum of rs . 25000 after 3 years at the rate of 12 per year ?
|
amount = rs . 25000 x 1 + 12 3 100 = rs . 25000 x 28 x 28 x 28 25 25 25 = rs . 35123.20 c . i . = rs . ( 35123.20 - 25000 ) = rs . 10123.20 c
|
if a person walks at 15 km / hr instead of 10 km / hr , he would have walked 10 km more . the actual distance traveled by him is ?
|
let the actual distance traveled be x km . then , x / 10 = ( x + 10 ) / 15 5 x - 150 = > x = 30 km .
|
a rectangular grass field is 85 m * 55 m , it has a path of 2.5 m wide all round it on the outside . find the area of the path and the cost of constructing it at rs . 2 per sq m ?
|
area = ( l + b + 2 d ) 2 d = ( 85 + 55 + 2.5 * 2 ) 2 * 2.5 = > 725 725 * 2 = rs . 1450
|
the speed at which a man can row a boat in still water is 18 kmph . if he rows downstream , where the speed of current is 3 kmph , what time will he take to cover 60 metres ?
|
speed of the boat downstream = 18 + 3 = 21 kmph = 21 * 5 / 18 = 35 / 9 m / s hence time taken to cover 60 m = 60 * 9 / 35 = 15.4 seconds .
|
two trains are moving at 50 kmph and 70 kmph in opposite directions . their lengths are 170 m and 100 m respectively . the time they will take to pass each other completely is ?
|
70 + 50 = 120 * 5 / 18 = 100 / 3 mps d = 170 + 100 = 270 m t = 270 * 3 / 100 = 8 sec
|
having scored 96 runs in the 19 th inning , a cricketer increases his average score by 4 . what will be his average score after 19 innings ?
|
let the average score of the first 18 innings be n 18 n + 96 = 19 ( n + 4 ) = > n = 20 so , average score after 19 th innings = x + 4 = 24 .
|
what is the greatest possible length which can be used to measure exactly the lengths 8 m , 4 m 20 cm and 12 m 20 cm ?
|
required length = hcf of 800 cm , 420 cm , 1220 cm = 20 cm
|
what least number should be added to 1019 , so that the sum is completely divisible by 25 ?
|
1019 ã · 25 = 40 with remainder = 19 19 + 6 = 25 . hence 6 should be added to 1019 so that the sum will be divisible by 25
|
in a school having roll strength 286 , the ratio of boys and girls is 8 : 5 . if 22 more girls get admitted into the school , the ratio of boys and girls becomes
|
solution : boys : girls = 8 : 5 ; ( let the boys = 8 x ; girl = 5 x ) total strength = 286 ; 8 x + 5 x = 286 ; 13 x = 286 ; or , x = 286 / 13 = 22 ; boys = 176 and girls = 110 ; 22 more girls get admitted then number of girls become , ( 5 x + 22 ) = 110 + 22 = 132 ; now , new ratio of boys and girls = 176 : 132 = 4 : 3 .
|
if x = 1 + √ 2 , then what is the value of x 4 - 4 x 3 + 4 x 2 + 5 ?
|
answer x = 1 + √ 2 ∴ x 4 - 4 x 3 + 4 x 2 + 5 = x 2 ( x 2 - 4 x + 4 ) + 5 = x 2 ( x - 2 ) 2 + 5 = ( 1 + √ 2 ) 2 ( 1 + √ 2 - 2 ) 2 + 5 = ( √ 2 + 1 ) 2 ( √ 2 - 1 ) 2 + 5 = [ ( √ 2 ) 2 - ( 1 ) 2 ] 2 + 5 = ( 2 - 1 ) 2 = 1 + 5 = 6 correct option : c
|
the ratio of sum of squares of first n natural numbers to square of sum of first n natural numbers is 17 : 325 . the value of n is
|
sum of 1 st n natural no . s is n ( n + 1 ) / 2 , sum of sqaures of 1 st n natural no . s is n ( n + 1 ) ( 2 n + 1 ) / 6 , the ratio of sum of squares of first n natural numbers to square of sum of first n natural numbers = n ( n + 1 ) ( 2 n + 1 ) * 2 * 2 / ( n * n * ( n + 1 ) * ( n + 1 ) ) = 2 ( 2 n + 1 ) / ( 3 n ( n + 1 ) ) now by hit and trial for the given options , if we put 25 then this will give 17 / 325 therefore the answer is 25
|
a man is walking at a speed of 10 km per hour . after every kilometre , he takes rest for 5 minutes . how much time will be take to cover a distance of 5 kilometres ?
|
rest time = number of rest × time for each rest = 4 × 5 = 20 minutes total time to cover 5 km = ( 5 ⁄ 10 × 60 ) minutes + 20 minutes = 50 minutes answer b
|
an error 4 % in excess is made while measuring the side of a square . the percentage of error in the calculated area of the square is
|
100 cm is read as 102 cm . a 1 = ( 100 x 100 ) cm 2 and a 2 ( 102 x 102 ) cm 2 . ( a 2 - a 1 ) = [ ( 104 ) 2 - ( 100 ) 2 ] = ( 104 + 100 ) x ( 104 - 100 ) = 816 cm 2 . percentage error = 8.16 d
|
harkamal purchased 8 kg of grapes at the rate of 70 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 = 70 × 8 = 560 . cost of 9 kg of mangoes = 55 × 9 = 490 . total cost he has to pay = 560 + 490 = 1055 . b )
|
if x and y are integers such that ( x + 1 ) ^ 2 is less than or equal to 9 and ( y - 1 ) ^ 2 is less than 64 , what is the sum of the maximum possible value of xy and the minimum possible value of xy ?
|
( x + 1 ) ^ 2 < = 9 x < = 2 x > = - 4 ( y - 1 ) ^ 2 < 64 y < 9 y > - 7 max possible value of xy is - 4 × - 6 = 24 minimum possible value of xy is - 4 × 8 = - 32 - 32 + 24 = - 8
|
the difference between a two - digit number and the number obtained by interchanging the two digits is 63 . which is the smaller of the two numbers ?
|
let the ten ' s digit be x and units digit by y . then , ( 10 x + y ) - ( 10 y + x ) = 63 9 ( x - y ) = 63 x - y = 7 thus , none of the numbers can be determined . answer is d
|
a man started driving at a constant speed , from the site of a blast , the moment he heard the blast . he heard a second blast after a time of 30 mins and 12 seconds . if the second blast occurred exactly 30 mins after the first , how many meters was he from the site when he heard the second blast ? ( speed of sound = 330 m / s )
|
the distance the sound traveled to the man is 12 * 330 = 3960 meters the answer is e .
|
how many positive integers less than 5,000 are evenly divisible by neither 13 nor 21 ?
|
integers less than 5000 divisible by 13 5000 / 13 = 333 . something , so 333 integers less than 5000 divisible by 21 5000 / 21 = 238 . # # , so 238 we have double counted some , so take lcm of 13 and 21 = 105 and divide by 5000 , we get 47 . so all numbers divisible by 13 and 21 = 333 + 238 - 47 = 524 now subtract that from 4999 . 4999 - 524 = 4349 answer e .
|
a train leaves delhi at 9 a . m . at a speed of 30 kmph . another train leaves at 2 p . m . at a speed of 40 kmph on the same day and in the same direction . how far from delhi , will the two trains meet ?
|
d = 30 * 5 = 150 rs = 40 – 30 = 10 t = 150 / 10 = 15 d = 40 * 15 = 600 km
|
what is difference between biggest and smallest fraction among 2 / 5 , 3 / 4 , 4 / 5 and 5 / 6
|
2 / 5 = . 4 , 3 / 4 = . 75 , 4 / 5 = . 8 and 5 / 6 = . 833 so biggest is 5 / 6 and smallest is 2 / 5 their difference is 5 / 6 - 2 / 5 = 13 / 30 option e
|
a 5 % stock yields 10 % . the market value of the stock is :
|
for an income of rs . 10 , investment = rs . 100 . for an income of rs 5 , investment = rs . 100 / 10 x 5 = rs 50 market value of rs . 100 stock = rs . 50 answer is c
|
a train 120 m long passes a man , running at 6 kmph in the direction opposite to that of the train , in 6 seconds . the speed of the train is
|
speed of train relative to man : 120 / 6 * 18 / 5 km / hr = 72 km / hr let speed of train = x therefore x + 6 = 72 x = 72 - 6 x = 66 km / hr
|
every day daniel drives 64 miles back from work . on sunday , daniel drove all the way back from work at a constant speed of x miles per hour . on monday , daniel drove the first 32 miles back from work at ( 2 x ) miles per hour , and the rest of the way at ( x / 2 ) miles per hour . the time it took daniel to drive back from work on monday is longer than the time it took him to drive back from work on sunday by what percent ?
|
let ' s test x = 4 . . . . on sunday , daniel drove 64 miles at 4 miles / hour . d = ( r ) ( t ) 64 = ( 4 ) ( t ) 64 / 4 = 16 = t it takes 16 hours to drive home on monday , daniel drove the first 32 miles at ( 2 ) ( 4 ) = 8 miles / hour and the rest of the way ( 32 miles ) at 4 / 2 = 2 miles / hour d = ( r ) ( t ) 32 = ( 8 ) ( t ) 32 / 8 = 4 = t it takes 4 hours for the first part d = ( r ) ( t ) 32 = ( 2 ) ( t ) 32 / 2 = 16 = t it takes 16 hours for the second part total time to drive home on monday = 4 + 16 = 20 hours we ' re asked by what percent 20 hours is greater than 16 hours . 20 / 16 = 1.25 , so it is 25 % greater . b
|
the diagonal of a rhombus are 25 m and 50 m . its area is :
|
area of the rhombus = 1 / 2 d 1 d 2 = ( 1 / 2 ã — 25 ã — 50 ) cm ( power ) 2 = 25 ã — 25 = 625 cm ( power ) 2 answer is d .
|
what is the angle between the hands of a clock when time is 10 : 20 ?
|
angle between two hands = 20 h - 11 / 2 m = 20 * 10 - 20 * 11 / 2 = 200 - 110 = 90 deg
|
the diameter of a cylindrical tin is 14 cm and height is 5 cm . find the volume of the cylinder ?
|
r = 7 h = 5 π * 7 * 7 * 5 = 45 π cc
|
if 40 men take 15 days to to complete a job , in how many days can 25 men finish that work ?
|
ans . 24 days
|
it takes printer a 4 more minutes more than printer b to print 40 pages . working together , the two printers can print 50 pages in 6 minutes . how long will it take printer a to print 160 pages ?
|
if it takes 4 more minutes for a to print 40 pages than it takes b , it takes 5 more minutes for a to print 50 pages than it takes b . thus if b is the number of minutes than b takes to print 50 pages , we can write : 1 / b + 1 / ( b + 5 ) = 1 / 6 ( since in 1 minute , they print 1 / 6 th of the 50 page job ) 6 ( 2 b + 5 ) = b ( b + 5 ) b ^ 2 - 7 b - 30 = 0 ( b - 10 ) ( b + 3 ) = 0 b = 10 thus it takes a 15 minutes to print 50 pages and 15 * 160 / 50 = 48 minutes to print 160 pages ( answer c )
|
find the cost of fencing around a circular field of diameter 22 m at the rate of rs . 3 a meter ?
|
2 * 22 / 7 * 11 = 69.1 69.1 * 3 = rs . 207.3
|
there are 6 people in the elevator . their average weight is 156 lbs . another person enters the elevator , and increases the average weight to 151 lbs . what is the weight of the 7 th person .
|
solution average of 7 people after the last one enters = 151 . â ˆ ´ required weight = ( 7 x 151 ) - ( 6 x 156 ) = 1057 - 936 = 121 . answer a
|
each child has 2 pencils and 13 skittles . if there are 15 children , how many pencils are there in total ?
|
2 * 15 = 30 . answer is a .
|
if a certain number x is divided by 62 , the reminder is 7 . what is the reminder when x + 11 is divided by 31 ?
|
x can be written as 62 k + 7 or x = 7 , 69,131 , etc . x + 11 = 62 k + 7 + 11 = 62 k + 18 or x + 11 = 18 , 80,142 etc . when divided by 31 , we will get the remainder 18 . c
|
if 7 ^ w is a factor of the product of the integers from 1 to 100 , inclusive , what is the largest value of w ?
|
so the question just means that we have to find all the multiples w of 7 between 1 to 100 so there are 14 multiples of 7 ( 7 - 98 ) but 49 and 98 contain two 7 ' s as factors so we have to add 14 + 2 = 16 e
|
a women purchased 3 towels @ rs . 100 each , 5 towels @ rs . 150 each and two towels at a certain rate which is now slipped off from his memory . but she remembers that the average price of the towels was rs . 145 . find the unknown rate of two towels ?
|
10 * 145 = 1450 3 * 100 + 5 * 150 = 1050 1450 – 1050 = 400 a
|
if 2 pipes take an hour to fill a tank , then how long should 8 pipes take to fill the same tank ?
|
if 2 pipes take an hour to fill a tank , then 8 pipes will take 2 * 60 / 8 = 15 mins to dig a ditch of the same type .
|
there are 6 chess amateurs playing in villa ' s chess club tournament . if each chess amateur plays with exactly 4 other amateurs , what is the total number of chess games possible to be played in the tournament ?
|
method 2 : each person is one participant of 4 games . so there are in all 4 * 6 = 24 instances of one participant games . but each game has 2 participants so total number of games = 24 / 2 = 12 e
|
a jar full of whisky contains 30 % alcohol . a part of this whisky is replaced by another containg 19 % alcohol and now the percentage of alcohol was found to be 26 % . what quantity of whisky is replaced ?
|
let us assume the total original amount of whiskey = 10 ml - - - > 4 ml alcohol and 6 ml non - alcohol . let x ml be the amount removed - - - > total alcohol left = 4 - 0.4 x new quantity of whiskey added = x ml out of which 0.19 is the alcohol . thus , the final quantity of alcohol = 4 - 0.4 x + 0.19 x - - - - > ( 4 - 0.21 x ) / 10 = 0.26 - - - > x = 20 / 3 ml . per the question , you need to find the x ml removed as a ratio of the initial volume - - - > ( 20 / 3 ) / 10 = 1 / 3 . hence , a is the correct answer .
|
worker a takes 4 hours to do a job . worker b takes 10 hours to do the same job . how long it take both a & b , working together but independently , to do the same job ?
|
one day work of a = 1 / 4 one day work of b = 1 / 10 so one day work of a and b together = 1 / 4 + 1 / 10 = 14 / 40 so total days required = 40 / 14
|
express a speed of 30 kmph in meters per second ?
|
30 * 5 / 18 = 8 mps
|
in a maths test , students were asked to find 5 / 16 of a certain number . one of the students by mistake found 5 / 6 th of that number and his answer was 100 more than the correct answer . find the number .
|
let the number be x . 5 * x / 6 = 5 * x / 16 + 100 25 * x / 48 = 100 x = 192 answer a
|
a boat running up stram takes 6 hours to cover a certain distance , while it takes 9 hours to cover the same distance running down stream . what is the ratio between the speed of the boat and the speed of water current respectively ?
|
let speed of boat is x km / h and speed stream is y km / hr 6 ( x + y ) = 9 ( x - y ) 6 x + 6 y = 9 x - 9 y 15 y = 3 x 5 y = x x / y = 5 / 1 5 : 1
|
the cost price of a radio is rs . 1900 and it was sold for rs . 1330 , find the loss % ?
|
1900 - - - - 570 100 - - - - ? = > 30 %
|
someone on a skateboard is traveling 13 miles per hour . how many feet does she travel in 25 seconds ? ( 1 mile = 5280 feet )
|
per second = > 13 * 5280 ft / 60 * 60 = 19.07 ft 25 seconds = > 19.07 * 25 = 476.75 ft
|
there are 4 more women than there are men on a local co - ed softball team . if there are a total of 14 players on the team , what is the ratio of men to women ?
|
w = m + 4 w + m = 14 m + 4 + m = 14 2 m = 10 m = 5 w = 9 ratio : 5 : 9 ans : e
|
8900 ÷ 6 ÷ 4 = ?
|
given exp . 8900 * 1 / 6 * 1 / 4 = 370.833
|
the markup on a box of apples is 10 percent of the cost . the markup is what percent of the selling price ? ( markup = selling price - cost )
|
mp = 0.1 cp sp = cp + 0.1 cp = 1.1 cp hence mp = 0.1 / 1.1 sp = 1 / 1 sp . hence mp is 9.09 % of sp answer a
|
a train speeds past a pole in 15 seconds and a platform 100 m long in 40 seconds . its length is ?
|
let the length of the train be x meters and its speed be y m / sec . they , x / y = 15 = > y = x / 15 x + 100 / 40 = x / 15 x = 100 m .
|
a train running at the speed of 30 km / hr crosses a pole in 12 seconds . what is the length of the train ?
|
speed = ( 30 x ( 5 / 18 ) m / sec = ( 25 / 3 ) m / sec . length of the train = ( speed x time ) . length of the train = ( ( 25 / 3 ) x 12 ) m = 100 m d
|
three numbers are in the ratio 3 : 4 : 5 and their l . c . m is 2400 . their h . c . f is :
|
let the numbers be 3 x , 4 x and 5 x . then , their l . c . m = 60 x . so , 60 x = 2400 or x = 40 . the numbers are ( 3 * 40 ) , ( 4 * 40 ) and ( 5 * 40 ) . hence , required h . c . f = 40 .
|
how many positive integers less than 9999 are such that the product of their digits is 210 .
|
the prime factorization of 210 is 2 * 3 * 5 * 7 . so one way to make the right kind of number is to use those four digits , in any of the 4 ! = 24 orders you can put them in . notice though that we can also get 210 as a product by multiplying 5 , 6 and 7 . so we can make some 3 - digit numbers with the right product : 3 ! = 6 of them to be exact . but we can also get the right product using the digit 1 along with the digits 5 , 6 , and 7 . again we can arrange those digits in 4 ! = 24 orders . a
|
two stations p and q are 65 km apart on a straight track . one train starts from p at 7 a . m . and travels towards q at 20 kmph . another train starts from q at 8 a . m . and travels towards p at a speed of 25 kmph . at what time will they meet ?
|
assume both trains meet after x hours after 7 am distance covered by train starting from p in x hours = 20 x km distance covered by train starting from q in ( x - 1 ) hours = 25 ( x - 1 ) total distance = 65 = > 20 x + 25 ( x - 1 ) = 65 = > 45 x = 90 = > x = 2 means , they meet after 2 hours after 7 am , ie , they meet at 9 am answer is a .
|
a store reported total sales of $ 385 million for february of this year . if the total sales for the same month last year was $ 320 million , approximately what was the percent increase w in sales ?
|
last year ' s sales = $ 320 million ; this year ' s sales = $ 385 million ; increase w = $ 65 million . now , 20 % of $ 320 million is $ 64 million , which is very close to actual increase of $ 65 million .
|
a man saves 10 % of his monthly salary . if an account of dearness of things he is to increase his monthly expenses by 5 % , he is only able to save rs . 400 per month . what is his monthly salary ?
|
income = rs . 100 expenditure = rs . 90 savings = rs . 10 present expenditure 90 + 90 * ( 5 / 100 ) = rs . 94.5 present savings = 100 – 94.5 = rs . 5.50 if savings is rs . 5.50 , salary = rs . 100 if savings is rs . 400 , salary = 100 / 5.5 * 400 = 7273
|
working individually , emma can wrap presents for 6 hours and troy can wrap presents in 8 hours . if emma and troy work together but independently at the task for 2 hours , at which point troy leaves , how many remaining hours will it take emma to complete the task alone ?
|
in first 2 hrs troy will finish 2 / 8 = 1 / 4 of work and emma will finish 2 / 6 work so total 1 / 4 + 1 / 3 = 7 / 12 work is finished and 1 - 7 / 12 = 5 / 12 work remaining . now emma will take ( 5 / 12 ) * 6 = 30 / 12 hrs to finish it . so answer is a .
|
the length of a rectangular plot is 20 metres more than its breadth . if the cost of fencing the plot @ rs . 26.50 per metre is rs . 8480 , what is the length of the plot in metres ?
|
let length of plot = l meters , then breadth = l - 20 meters and perimeter = 2 [ l + l - 20 ] = [ 4 l - 40 ] meters [ 4 l - 40 ] * 26.50 = 8480 [ 4 l - 40 ] = 8480 / 26.50 = 320 4 l = 360 l = 360 / 4 = 90 meters .
|
find the last digit of ( 1021 ^ 3921 ) + ( 3081 ^ 3921 )
|
last digit of 1 st expression is 1 and second expression is also 1 as , 1 raised to any power will be 1 itself so , 1 + 1 = 2 so the last digit will be 2
|
a certain electric - company plan offers customers reduced rates for electricity used between 8 p . m . and 8 a . m . weekdays and 24 hours a day saturdays and sundays . under this plan , the reduced rates z apply to what fraction of a week ?
|
number of hours between 8 pm to 8 am = 12 number of hours with reduced rates = ( 12 * 5 ) + ( 24 * 2 ) hours with reduced rates z / total number of hours in a week = ( 12 * 5 ) + ( 24 * 2 ) / ( 24 * 7 ) = 108 / ( 24 * 7 ) = 9 / 14
|
the ratio of the volumes of two cubes is 125 : 216 . what is the ratio of their total surface areas ?
|
ratio of the sides = ³ √ 125 : ³ √ 216 = 5 : 6 ratio of surface areas = 52 : 62 = 13 : 18
|
the average weight of d , e and f is 42 kg . if the average weight of d and e be 35 kg and that of e and f be 41 kg , what is the weight of e ?
|
let the weight of d , e and f are a , b and c respectively . average weight of d , e and f = 42 a + b + c = 42 × 3 = 126 - - - equation ( 1 ) average weight of d and e = 35 a + b = 35 × 2 = 70 - - - equation ( 2 ) average weight of e and f = 41 b + c = 41 × 2 = 82 - - - equation ( 3 ) equation ( 2 ) + equation ( 3 ) - equation ( 1 ) = > a + b + b + c - ( a + b + c ) = 70 + 82 - 126 = > b = 152 - 126 = 26 weight of b = 26 kg
|
two trains 121 meters and 165 meters in length respectively are running in opposite directions , one at the rate of 75 km and the other at the rate of 65 kmph . in what time will they be completely clear of each other from the moment they meet ?
|
t = ( 121 + 165 ) / ( 75 + 65 ) * 18 / 5 t = 7.35
|
find the smallest number which when divided by 12 and 15 leaves respective remainders of 8 and 11 .
|
let ' n ' is the smallest number which divided by 12 and 15 leaves respective remainders of 8 and 11 . required number = ( lcm of 12 and 15 ) - ( common difference of divisors and remainders ) = ( 60 ) - ( 4 ) = 56 .
|
a merchant marks his goods up by 20 % and then offers a discount of 10 % on the marked price . what % profit does the merchant make after the discount ?
|
let the price be 100 . the price becomes 120 after a 20 % markup . now a discount of 10 % on 120 . profit = 108 - 100 8 % answer a
|
a batsman in his 20 th innings makes a score of 90 , and thereby increases his average by 2 . what is his average after the 20 th innings ? he had never been ’ not out ’ .
|
average score before 20 th innings = 90 - 2 × 20 = 50 average score after 20 th innings = > 50 + 2 = 52
|
s ( n ) is a n - digit number formed by attaching the first n perfect squares , in order , into one integer . for example , s ( 1 ) = 1 , s ( 2 ) = 14 , s ( 3 ) = 149 , s ( 4 ) = 14916 , s ( 5 ) = 1491625 , etc . how many digits are in s ( 99 ) ?
|
focus on the points where the number of digits in squares change : 1 , 2 , 3 - single digit squares . first 2 digit number is 10 . 4 , 5 , . . . 9 - two digit squares . to get 9 , the last number with two digit square , think that first 3 digit number is 100 which is 10 ^ 2 . so 9 ^ 2 must be the last 2 digit square . 10 , 11 , 12 , . . . 31 - three digit squares . to get 31 , think of 1000 - the first 4 digit number . it is not a perfect square but 900 is 30 ^ 2 . 32 ^ 2 = 2 ^ 10 = 1024 , the first 4 digit square . 32 - 99 - four digit squares . to get 99 , think of 10,000 - the first 5 digit number which is 100 ^ 2 . so number of digits in s ( 99 ) = 3 * 1 + 6 * 2 + 22 * 3 + 68 * 4 = 3 + 12 + 66 + 272 = 353 ;
|
the h . c . f . of two numbers is 23 and the other two factors of their l . c . m . are 10 and 12 . the larger of the two numbers is :
|
clearly , the numbers are ( 23 x 10 ) and ( 23 x 12 ) . larger number = ( 23 x 12 ) = 276 .
|
how many figures are required to number the pages the pages of a book containing 1210 pages ?
|
1 to 9 = 9 * 1 = 9 10 to 99 = 90 * 2 = 180 100 to 999 = 900 * 3 = 2700 1000 to 1210 = 211 * 4 = 844 - - - - - - - - - - - 3733
|
the average weight of a , b and c is 75 kg . if the average weight of a and b be 88 kg and that of b and c be 72 kg , then the weight of b is :
|
explanation let a , b , c represent their respective weights . then , we have : a + b + c = ( 75 x 3 ) = 225 â € ¦ . ( i ) a + b = ( 88 x 2 ) = 176 â € ¦ . ( ii ) b + c = ( 72 x 2 ) = 144 â € ¦ . ( iii ) adding ( ii ) and ( iii ) , we get : a + 2 b + c = 288 â € ¦ . ( iv ) subtracting ( i ) from ( iv ) , we get : b = 63 . b â € ™ s weight = 63 kg . answer d
|
a and b are mixed together in the ratio 9 : 11 . what is the weight of mixture , if 26.1 kg of a has been consumed in it ?
|
for 9 kg a , mixture = ( 9 + 11 ) kg . for 26.1 kg a , mixture = ( ( 20 / 9 ) x 26.1 ) kg = 58 kg .
|
find the constant k so that : - x 2 - ( k + 12 ) x - 8 = - ( x - 2 ) ( x - 4 )
|
- x 2 - ( k + 12 ) x - 8 = - ( x - 2 ) ( x - 4 ) : given - x 2 - ( k + 12 ) x - 8 = - x 2 + 6 x - 8 - ( k + 12 ) = 6 : two polynomials are equal if their corresponding coefficients are equal . k = - 18 : solve the above for k correct answer c
|
last year , company x paid out a total of $ 1 , 050,000 in salaries to its 31 employees . if no employee earned a salary that is more than 20 % greater than any other employee , what is the lowest possible salary that any one employee earned ?
|
employee 1 earned $ x ( say ) employee 2 will not earn more than $ 1.2 x therfore , to minimize the salary of any one employee , we need to maximize the salaries of the other 30 employees ( 1.2 x * 30 ) + x = 1 , 050,000 solving for x = $ 28 , 378.37 answer b
|
if n is a positive integer and the product of all integers from 1 to n , inclusive , is a multiple of 350 , what is the least possible value of n ?
|
350 = 2 * 5 * 5 * 7 so the least value forncan be 7 . b
|
the duplicate ratio of 2 : 3 is ?
|
2 ^ 2 : 3 ^ 2 = 4 : 9
|
the water level in a rectangular swimming pool measuring 40 feet by 25 feet is to be lowered by 6 inches . how many gallons of water must be removed ? ( 1 cu ft = 7.5 gallons )
|
6 inches = 1 / 2 feet ( there are 12 inches in a foot . ) , so 40 * 25 * 1 / 2 = 500 feet ^ 3 of water must be removed , which equals to 500 * 7.5 = 3750 gallons .
|
3 maths classes : a , b and c take an algebra test . the average score of class a is 83 . the average score of class b is 76 . the average score of class c is 85 . the average score of class a and b is 79 and average score of class b and c is 81 . what is the average score of classes a , b , c ?
|
let the number of students in classes a , b and c be p , q and r respectively . then , total score of a = 83 p , total score of b = 76 q , total score of c = 85 r . also given that , ( 83 p + 76 q ) / ( p + q ) = 79 = > 4 p = 3 q . ( 76 q + 85 r ) / ( q + r ) = 81 = > 4 r = 5 q , = > q = 4 p / 3 and r = 5 p / 3 therefore , average score of a , b , c = ( 83 p + 76 q + 85 r ) / ( p + q + r ) = 978 / 12 = 81.5
|
at a certain resort , each of the 39 food service employees is trained to work in a minimum of 1 restaurant and a maximum of 3 restaurants . the 3 restaurants are the family buffet , the dining room , and the snack bar . exactly 19 employees are trained to work in the family buffet , 18 are trained to work in the dining room , and 12 are trained to work in the snack bar . if 4 employees are trained to work in exactly 2 restaurants , how many employees are trained to work in all 3 restaurants ?
|
39 = 19 + 18 + 12 - 4 - 2 x 2 x = 19 + 18 + 12 - 4 - 39 = 45 - 39 = 6 x = 3
|
the volume of a cube is 1728 cc . find its surface .
|
a 3 = 1728 = > a = 12 6 a 2 = 6 * 12 * 12 = 864
|
the length of rectangle is thrice its breadth and its perimeter is 40 m , find the area of the rectangle ?
|
2 ( 3 x + x ) = 40 l = 15 b = 5 lb = 15 * 5 = 75
|
a 25 cm wide path is to be made around a circular garden having a diameter of 4 meters . approximate area of the path is square meters is ?
|
area of the path = area of the outer circle - area of the inner circle = ∏ { 4 / 2 + 25 / 100 } 2 - ∏ [ 4 / 2 ] 2 = ∏ [ 2.252 - 22 ] = ∏ ( 0.25 ) ( 4.25 ) { ( a 2 - b 2 = ( a - b ) ( a + b ) } = ( 3.14 ) ( 1 / 4 ) ( 17 / 4 ) = 53.38 / 16 = 3.34 sq m
|
a train is 700 meter long is running at a speed of 21 km / hour . in what time will it pass a bridge of 130 meter length ?
|
speed = 21 km / hr = 21 * ( 5 / 18 ) m / sec = 35 / 6 m / sec total distance = 700 + 130 = 830 meter time = distance / speed = 830 * ( 6 / 35 ) = 142.286 seconds .
|
a coin is tossed 4 times . what is the probability of getting exactly 3 heads ?
|
the number of possible outcomes is 2 ^ 4 = 16 there are 4 ways to get exactly 3 heads . p ( exactly 3 heads ) = 4 / 16 = 1 / 4 the answer is b .
|
the ratio of pens to pencils is 5 to 6 . there are 4 more pencils than pens . how many pencils are there ?
|
let the number of pens be 5 x and the number of pencils be 6 x . 6 x - 5 x = 4 x = 4 the number of pencils is 24 . the answer is d .
|
a train passes a station platform in 42 sec and a man standing on the platform in 12 sec . if the speed of the train is 54 km / hr . what is the length of the platform ?
|
speed = 54 * 5 / 18 = 15 m / sec . length of the train = 15 * 12 = 180 m . let the length of the platform be x m . then , ( x + 180 ) / 42 = 15 = > x = 450 m .
|
how many pieces of 75 cm can be cut from a rope 45 meters long ?
|
total pieces of 75 cm that can be cut from a rope of 45 meters long is = ( 45 meters ) / ( 75 cm ) = ( 45 meters ) / ( 0.75 meters ) = 60
|
in what ratio mental a at rs . 68 per kg be mixed with another metal at rs . 96 per kg so that cost of alloy ( mixture ) is rs . 75 per kg ?
|
( 96 - 75 ) / ( 75 - 68 ) = 21 / 7 = 3 / 1
|
a shopkeeper fixes the marked price of an item 30 % above its cost price . the percentage of discount allowed to gain 6 % is
|
let the cost price = rs 100 then , marked price = rs 130 required gain = 6 % , so selling price = rs 106 discount = 130 - 106 = 24 discount % = ( 24 / 130 ) * 100 = 18.46 % option b
|
the product of two numbers is 120 and the sum of their squares is 289 . find the sum ?
|
nos a and b ab = 120 and a 2 + b 2 = 289 ( a + b ) 2 = 529 a + b = root ( 529 ) = 23 answer a
|
find the sum of first 26 natural numbers
|
sum of n natural numbers = n ( n + 1 ) / 2 = 26 ( 26 + 1 ) / 2 = 26 ( 27 ) / 2 = 351
|
in an electric circuit , two resistors with resistances m and n are connected in parallel . in this case , if p is the combined resistance of these two resistors , then the reciprocal of p is equal to the sum of the reciprocals of m and n . what is p in terms of m and n ?
|
the wording is a bit confusing , though basically we are told that 1 / p = 1 / m + 1 / n , from which it follows that p = mn / ( m + n ) .
|
x + ( 1 / x ) = 3 find x ^ 2 + ( 1 / x ^ 2 )
|
squaring on both sides ( x + 1 / x ) ^ 2 = 3 ^ 2 x ^ 2 + 1 / x ^ 2 = 9 - 2 x ^ 2 + 1 / x ^ 2 = 7
|
a certain debt will be paid in 52 installments from january 1 to december 31 of a certain year . each of the first 8 payments is to be $ 410 ; each of the remaining payments is to be $ 65 more than each of the first 8 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 8 installments = 410 payment per installment for the remaining 32 installments = 410 + 65 = 475 average = ( 8 * 410 + 44 * 475 ) / 52 = 465 answer c
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.