prompt
stringlengths 5
2.87k
| response
stringlengths 1
2.73k
|
---|---|
the monthly incomes of a and b are in the ratio 5 : 2 . b ' s monthly income is 12 % more than c ' s monthly income . if c ' s monthly income is rs . 17000 , then find the annual income of a ?
|
b ' s monthly income = 17000 * 112 / 100 = rs . 19040 b ' s monthly income = 2 parts - - - - > rs . 19040 a ' s monthly income = 5 parts = 5 / 2 * 19040 = rs . 47600 a ' s annual income = rs . 47600 * 12 = rs . 571200
|
two pipes can fill a tank in 18 minutes and 30 minutes . an outlet pipe can empty the tank in 45 minutes . if all the pipes are opened when the tank is empty , then how many minutes will it take to fill the tank ?
|
part of the filled by all the three pipes in one minute = 1 / 18 + 1 / 30 - 1 / 45 = 1 / 15 so , the tank becomes full in 15 minutes .
|
17 chess players take part in a tournament . every player plays twice with each of his opponents . how many games are to be played ?
|
2 * 17 c 2 = 2 * 136 = 272 the answer is d .
|
if a farmer sells 5 of his chickens , his stock of feed will last for 4 more days than planned , but if he buys 20 more chickens , he will run out of feed 1 day earlier than planned . if no chickens are sold or bought , the farmer will be exactly on schedule . how many chickens does the farmer have ?
|
let x = total feed required for the planned period n = number of chicken t = total time of the planned feed x = nt 1 ) x = ( n - 5 ) * ( t + 4 ) 2 ) x = ( n + 20 ) * ( t - 1 ) equating 1 & 2 ( n - 5 ) * ( t + 4 ) = ( n + 20 ) * ( t - 1 ) 5 n = 25 t n = 5 t x = n * n / 5 substituting this value in 1 n * n / 5 = ( n - 5 ) * ( n / 5 + 4 ) 15 n = 100 n = 20 / 3 c
|
what will be the reminder when ( 13 ^ 13 + 13 ) is divided by 14 ?
|
( x ^ n + 1 ) will be divisible by ( x + 1 ) only when n is odd ; ( 13 ^ 13 + 1 ) will be divisible by ( 13 + 1 ) ; ( 13 ^ 13 + 1 ) + 12 when divided by 14 will give 12 as remainder . correct option : c
|
two whole numbers whose sum is 40 can not be in the ratio
|
d ) 2 : 4
|
the remainder when positive integer nn ( n > 1 n > 1 ) is divided by 25 is 1 and the remainder when nn is divided by 7 is also 1 . what is the least value of nn ?
|
we ' re asked to find the least number that gives us a remainder of 1 when divided by 25 and gives us a remainder of 1 when divided by 7 . you might notice , rather quickly , that all of the answers gives us a remainder when divided by 25 . . . 76 = 75 + 1 101 = 100 + 1 126 = 125 + 1 151 = 150 + 1 176 = 175 + 1 so the real question is ` ` which of these 5 is the least number that has a remainder of 1 when divided by 7 ? ' ' from here , you can just do the ` ` brute force ' ' math : a : 76 / 7 = 10 r 6 not a match b : 101 / 7 = 14 r 3 not a match c : 126 / 7 = 18 r 0 not a match d : 151 / 7 = 21 r 4 not a match none of these numbers ` ` fits ' ' the description , so the answer must be e . e : 176 / 7 = 25 r 1 ;
|
a tank is filled in sixteen hours by 3 pipes a , b and c . pipe a is twice as fast as pipe b , and b is twice as fast as c . how much time will pipe b alone take to fill the tank ?
|
1 / a + 1 / b + 1 / c = 1 / 16 ( given ) also given that a = 2 b and b = 2 c = > 1 / 2 b + 1 / b + 2 / b = 1 / 16 = > ( 1 + 2 + 4 ) / 2 b = 1 / 16 = > 2 b / 7 = 16 = > b = 56 hours .
|
two numbers n and 16 have lcm = 48 and gcf = 18 . find n .
|
the product of two integers is equal to the product of their lcm and gcf . hence . 16 × n = 48 × 18 n = 48 × 18 / 16 = 54 correct answer d
|
when n is divided by 20 , the remainder is 5 . what is the remainder when n + 16 is divided by 5 ?
|
assume n = 15 remainder ( n / 20 ) = 5 n + 16 = 31 remainder ( 31 / 5 ) = 1 option a
|
if a = { 10 , 15 , 18 , 22 , 36 , 44 } , what is the product of mean and median of the numbers in a ?
|
mean = ( 10 + 15 + 18 + 22 + 36 + 43 ) / 6 = 24 median = ( 18 + 22 ) / 2 = 20 product = 24 * 20 = 480 option d
|
of the 3,600 employees of company x , 1 / 6 are clerical . if the clerical staff were to be reduced by 1 / 3 , what percent of the total number of the remaining employees would then be clerical ?
|
welcome , just post the question and the choices let ' s see , the way i did it was 1 / 6 are clerical out of 3600 so 600 are clerical 600 reduced by 1 / 3 is 600 * 1 / 3 so it reduced 200 people , so there is 400 clerical people left but since 200 people left , it also reduced from the total of 3600 so there are 3400 people total since 400 clerical left / 3400 people total you get ( a ) 11.7 %
|
two trains leave a station traveling in the same direction . train a leaves traveling at a constant speed of 50 mph , while train b leaves traveling at a constant speed of 80 mph . if train b left the station 30 minutes after train a left , in how many minutes will train b overtake train a ?
|
we can use a form of the equation d = rt [ distance = rate * time ] train a will have traveled for 30 minutes longer when train b overtakes it so time of train a : t + 30 minutes = t + 1 / 2 hours ( switch to hours since the rates are in hours ) time of train b : t rate of train a : 50 mph rate of train b : 80 mph the distance traveled by each will be the same when b overtakes a so set the right side of d = rt equal to each other for the two trains 50 * ( t + 1 / 2 ) = 80 * t 50 t + 25 = 80 t 25 = 30 t 25 / 30 = t 5 / 6 hours = t which is 5 / 6 * 60 = 50 minutes c
|
if 4 : 6 : : x : 36 , then find the value of x
|
treat 4 : 6 as 4 / 6 and x : 36 as x / 36 , treat : : as = so we get 4 / 6 = x / 36 = > 6 x = 144 = > x = 24 option a
|
what is the value of 4 ^ 6 + 4 ^ 8 ?
|
4 ^ 6 + 4 ^ 8 = 4 ^ 6 ( 1 + 4 ^ 2 ) = 4 ^ 6 * 17 answer c
|
let the least number of 6 digits , which when divided by 4 , 610 and 15 leaves in each case the same remainder of 2 , be n . the sum of the digits in n is :
|
solution least number of 6 digital is 100000 . l . c . m . of 4 , 610 and 15 = 60 . on dividing 100000 by 60 , the remainder obtained is 40 . so , least number of 6 digits divisible by 4 , 610 and 15 = 100000 + ( 60 - 40 ) = 100020 . so , n = ( 100020 + 2 ) = 100022 . sum of digits in n = ( 1 + 2 + 2 ) = 5 . answer c
|
if a = 105 and a ^ 3 = 21 * 25 * 35 * b , what is the value of b ?
|
first step will be to break down all the numbers into their prime factors . 105 = 3 * 5 * 7 21 = 7 * 3 25 = 5 * 5 35 = 7 * 5 so , ( 105 ) ^ 3 = 3 * 7 * 5 * 5 * 7 * 5 * b therefore ( 3 * 5 * 7 ) ^ 3 = 3 * 5 ^ 3 * 7 ^ 2 * b therefore , b = 3 ^ 3 * 5 ^ 3 * 7 ^ 3 / 3 * 5 ^ 3 * 7 ^ 2 b = 3 ^ 2 * 7 = 9 * 7 = 63 correct answer e .
|
what is the maximum number of pieces of birthday cake of size 2 ” by 2 ” that can be cut from a cake 20 ” by 20 ” ?
|
the prompt is essentially asking for the maximum number of 2 x 2 squares that can be cut from a larger 20 by 20 square . since each ' row ' and each ' column ' of the larger square can be sub - divided into 10 ' pieces ' each , we have ( 10 ) ( 10 ) = 100 total smaller squares ( at maximum ) . b
|
how many positive integers less than 50 are multiples of 2 but not multiples of 5 ?
|
imo the answer is c ( 8 numbers ) the lcm of 2 and 5 is 10 . if x < 50 and x is divisible by 2 not by 5 - - > x is not divisible by 10 . from 1 - - > 50 , we have 5 numbers which is divisible by 10 : 10 , 20 , 30 , 40 , 50 . from 1 - - > 50 , we have ( 50 - 2 ) / 2 + 1 = 25 numbers divisible by 2 . therefore , our answer is 25 - 5 = 20 numbers . e
|
if | 4 x + 14 | = 46 , what is the sum of all the possible values of x ?
|
there will be two cases 4 x + 14 = 46 or 4 x + 14 = - 46 = > x = 8 or x = - 15 sum of both the values will be - 15 + 8 = - 7 answer is b
|
what is the least number . which should be added to 0.0282 to make it a perfect square ?
|
0.0282 + 0.0007 = 0.0289 ( 0.17 ) ^ 2
|
at the faculty of aerospace engineering , 302 students study random - processing methods , 232 students study scramjet rocket engines and 112 students study them both . if every student in the faculty has to study one of the two subjects , how many students are there in the faculty of aerospace engineering ?
|
302 + 232 - 112 ( since 112 is counted twice ) = 422 d is the answer
|
in a group of 100 people , 55 have visited iceland and 43 have visited norway . if 61 people have visited both iceland and norway , how many people have visited neither country ?
|
this is an example of a standard overlapping sets question . it has no ' twists ' to it , so you ' ll likely find using the overlapping sets formula to be a fairly easy approach . if you ' re not familiar with it , then here is the formula : 100 = 55 + 43 - 61 + ( # in neither group ) = 63 the prompt gives you all of the numbers you need to get to the correct answer . just plug in and solve . d
|
a car was driving at 60 km / h for 20 minutes , and then at 90 km / h for another 40 minutes . what was its average speed ?
|
driving at 60 km / h for 20 minutes , distance covered = 60 * 1 / 3 = 20 km driving at 90 km / h for 40 minutes , distance covered = 90 * 2 / 3 = 60 km average speed = total distance / total time = 80 / 1 = 80 km / h
|
if ( a + b ) = 5 , ( b + c ) = 9 and ( c + d ) = 3 , what is the value of ( a + d ) ?
|
given a + b = 5 b + c = 9 c + d = 3 ( a + b ) - ( b + c ) + ( c + d ) = ( a + d ) = > 5 - 9 + 3 = - 1 . option e . . .
|
in 2008 , the profits of company n were 10 percent of revenues . in 2009 , the revenues of company n fell by 20 percent , but profits were 13 percent of revenues . the profits in 2009 were what percent of the profits in 2008 ?
|
x = profits r = revenue x / r = 0,1 x = 10 r = 100 2009 : r = 80 x / 80 = 0,13 = 13 / 100 x = 80 * 13 / 100 x = 10.4 10.4 / 10 = 1,04 = 104 % , answer e
|
150 ml of 30 % sulphuric acid was added to approximate 400 ml of 12 % sulphuric acid solution . find the approximate concentration c of the acid in the mixture ?
|
do not need any computation 30 % - - - - - - - - - - - 21 % - - - - - - - - - 12 % if volume of both sol . were equal the concentration c would be 21 % = 1 / 5 , but 12 % is more than 3 times only possibility is 1 / 6 d
|
a , b and c invests rs . 2000 , rs . 3000 and rs . 4000 in a business . after one year a removed his money ; b and c continued the business for one more year . if the net profit after 2 years be rs . 3200 , then a ' s share in the profit is ?
|
2 * 12 : 3 * 12 : 4 * 24 1 : 3 : 4 1 / 8 * 3200 = 400
|
a train is moving at a speed of 100 km / hour . the length of the train is 100 metre . in how much time will it cross a pole ?
|
in order to cross the pole , the train will need to cover its own length of 100 meter . to cover 100 x 1000 meter , train takes 60 minutes or 60 x 60 = 3600 second . so , to cover 100 meter , train would take 3600 x 100 / 100 x 1000 = 3.6 second .
|
a ladder 14 feet long is leaning against a wall that is perpendicular to level ground . the bottom of the ladder is 9 feet from the base of the wall . if the top of the ladder slips down 1 feet , how many feet will the bottom of the ladder slip ?
|
14 ^ 2 - 9 ^ 2 = 115 it means that the height is equal to 10.72 . since the top of the ladder slips down 1 feet , then the height of the wall = 10.72 - 1 = 9.72 the bottom = sqrt ( 14 ^ 2 - 9.72 ^ 2 ) = sqrt ( 196 - 94.47 ) = 10.07 ~ = 10 ans is b
|
a trader sells 40 metres of cloth for rs . 8200 at a profit of rs . 30 per metre of cloth . how much profit will the trder earn on 40 metres of cloth ?
|
sp of 1 metre cloth = 8200 / 40 = rs . 205 . cp of 1 metre cloth = rs . 205 – 30 = rs . 175 cp on 40 metres = 175 x 40 = rs . 7000 profit earned on 40 metres cloth = rs . 8200 – rs . 7000 = rs . 1200 .
|
a train 330 m long is running with a speed of 60 km / hr . in what time will it pass a man who is running at 6 km / hr in the direction opposite to that in which the train is going ?
|
speed of train relative to man = 60 + 6 = 66 km / hr . = 66 * 5 / 18 = 55 / 3 m / sec . time taken to pass the men = 330 * 3 / 55 = 18 sec .
|
a completes 80 % of a work in 20 days . then b also joins and a and b together finish the remaining work in 3 days . how long does it need for b if he alone completes the work ?
|
work done by a in 20 days = 80 / 100 = 8 / 10 = 4 / 5 work done by a in 1 day = ( 4 / 5 ) / 20 = 4 / 100 = 1 / 25 - - - ( 1 ) work done by a and b in 3 days = 20 / 100 = 1 / 5 ( because remaining 20 % is done in 3 days by a and b ) work done by a and b in 1 day = 1 / 15 - - - ( 2 ) work done by b in 1 day = 1 / 15 – 1 / 25 = 2 / 75 = > b can complete the work in 75 / 2 days = 37 ½ days option a
|
if - 3 / ( a - 3 ) = 3 / ( a + 2 ) , then a = ?
|
multiply all terms of the given equation by ( a - 3 ) ( a + 2 ) , simplify and solve ( a - 3 ) ( a + 2 ) [ - 3 / ( a - 3 ) ] = ( a - 3 ) ( a + 2 ) [ 3 / ( a + 2 ) ] - 3 ( a + 2 ) = 3 ( a - 3 ) a = 1 / 2 correct answer a
|
company p had 15 percent more employees in december than it had in january . if company p had 460 employees in december , how many employees did it have in january ?
|
given : january * 1.15 = december - - > january * 1.15 = 460 - - > january = 460 / 1.15 = 400 .
|
if rs . 782 be divided into 3 parts , proportional to 1 / 2 : 1 / 3 : 3 / 4 , then the second part is ?
|
given ratio = 1 / 2 : 2 / 3 : 3 / 4 = 6 : 4 : 9 1 st part = 782 * 4 / 19 = rs . 165
|
a number is doubled and 5 is added . if the resultant is trebled , it becomes 117 . what is that number ?
|
let the number be x . therefore , 3 ( 2 x + 5 ) = 117 6 x + 15 = 117 6 x = 102 x = 17
|
find out the c . i on rs . 5000 at 4 % p . a . compound half - yearly for 1 1 / 2 years .
|
a = 5000 ( 51 / 50 ) 3 = 5306.04 5000 - - - - - - - - - - - 306.04
|
what is the greatest of 3 consecutive integers whose sum is 24 ?
|
the sum of three consecutive integers can be written as n + ( n + 1 ) + ( n + 2 ) = 3 n + 3 if the sum is 24 , we need to solve the equation 3 n + 3 = 24 ; = > 3 n = 21 ; = > n = 7 the greatest of the three numbers is therefore 7 + 2 = 9
|
i sold a book at a profit of 10 % . had i sold it for $ 120 more , 15 % would have been gained . find the cost price ?
|
115 % of cost - 110 % of cost = $ 120 5 % of cost = $ 120 cost = 120 * 100 / 5 = $ 2400 answer is c
|
how much is 25 % of 40 is greater than 4 / 5 of 25 ?
|
( 25 / 100 ) * 40 – ( 4 / 5 ) * 25 10 - 20 = 10
|
in a division , divident is 760 , divisior is 36 and quotient is 21 . find the remainder .
|
760 = 36 x 21 + r 760 = 756 + r r = 760 - 756 = 4
|
a certain car uses 12 gallons of gasoline in traveling 360 miles . in order for the car to travel the same distance using 10 gallons of gasoline , by how many miles per gallon must the car ’ s gas mileage be increased ?
|
360 / 10 = 36 . the difference is 36 - 30 = 6 . answer c
|
in an election between two candidates - lange and sobel - 70 % of the voters voted for sobel . of the election ` s voters , 60 % were male . if 35 % of the female voters voted for lange , what percentage of the male voters voted for sobel ?
|
m f total l 16 14 30 s 44 70 tot 60 40 100 35 % of 40 = 14 - - - - - - female voters that means 16 male voted for l so 60 - 16 = 44 d is correct
|
a 100 - litre mixture of milk and water contains 49 litres of milk . ' x ' litres of this mixture is removed and replaced with an equal quantum of water . if the process is repeated once , then the concentration of the milk stands reduced at 25 % . what is the value of x ?
|
working formula . . . initial concentration * initial volume = final concentration * final volume . let x is the part removed from 100 lts . 49 % ( 1 - x / 100 ) ^ 2 = 25 % * 100 % ( 1 - x / 100 ) ^ 2 = 25 / 49 - - - - - - > ( 1 - x / 100 ) ^ 2 = ( 5 / 7 ) ^ 2 100 - x = 500 / 7 x = 28.57 . . . ans d
|
the standard deviation of a normal distribution of data is 2 , and 3 standard deviations below the mean is greater than 46 . what is a possible value for the mean of the distribution ?
|
the standard deviation ( { sd } ) = 2 ; 3 standard deviations below the mean is greater than 46 : { mean } - 3 * { sd } > 46 ; { mean } - 6 > 46 ; { mean } > 52 .
|
4 friends a , b , c and d decided to share a lot of apples . each of them had half of the total plus half an apple in order . after each of them took their share 3 time , no apples were left . how many apples were there ?
|
whenever the rate of reduction is ' half of the total and half of it ' , the answer is always ( 2 ^ n ) - 1 , where ' n ' is the number of times the process is repeated . here , the process is repeated 12 times . so answer is ( 2 ^ 12 ) - 1 = 4095 answer e
|
two trains , one from howrah to patna and the other from patna to howrah , start simultaneously . after they meet , the trains reach their destinations after 16 hours and 4 hours respectively . the ratio of their speeds is :
|
let us name the trains as a and b . then , ( a ' s speed ) : ( b ' s speed ) = â ˆ š b : â ˆ š a = â ˆ š 4 : â ˆ š 16 = 2 : 4 . answer a
|
a certain family has 3 sons : richard is 6 years older than david , and david is 8 years older than scott . if in 8 years , richard will be twice as old as scott , then how old was david 2 years ago ?
|
let ' s say age of richard is ` ` r ' ' age of david is ` ` d ' ' age of scott is ` ` s ' ' now richard is 6 years older than david , i . e . r = d + 6 david is 8 years older than scott i . e . d = s + 8 if in 8 years , richard will be twice as old as scott i . e . r + 8 = 2 x ( s + 8 ) i . e . r + 8 = 2 s + 16 i . e . r = 2 s + 8 but r = d + 6 = ( s + 8 ) + 6 = s + 14 therefore , 2 s + 8 = s + 14 i . e . s = 6 i . e . r = 20 i . e . d = 14 now , how old was david 2 years ago ? i . e . d - 2 = 14 - 2 = 12 years
|
a river 4 m deep and 22 m wide is flowing at the rate of 2 kmph the amount of water that runs into the sea per minute is ?
|
( 2000 * 4 * 22 ) / 60 = 2933 m 3
|
a drink vendor has 40 liters of maaza , 144 liters of pepsi and 368 liters of sprite . he wants to pack them in cans , so that each can contains the same number of liters of a drink , and does n ' t want to mix any two drinks in a can . what is the least number of cans required ?
|
the number of liters in each can = hcf of 40 , 144 and 368 = 8 liters . number of cans of maaza = 40 / 8 = 5 number of cans of pepsi = 144 / 8 = 18 number of cans of sprite = 368 / 8 = 46 the total number of cans required = 5 + 18 + 46 = 69 cans .
|
if x is 3 times larger than n , and if 2 n + 3 is 20 % of 25 , what is the value of ?
|
then the wordings of question are misleading . moreover , it ' d also be a bad way to convey x = 4 n , if it really wanted to convey so . from other questions that i have seen , proper wordings could be : if x is three times as large as n or simply , if x is three times n . c
|
a one - foot stick is marked in 1 / 3 and 1 / 5 portion . how many total markings will there be , including the end points ?
|
lcm of 15 = 15 1 / 3 marking are ( table of 5 ) 0 . . . . . . 5 . . . . . . 10 . . . . . 15 ( total = 4 ) 1 / 5 marking are ( table of 3 ) 0 . . . . . . . 3 . . . . . . 6 . . . . . . 9 . . . . . . . . 12 . . . . . . 15 ( total = 6 ) overlapping markings are 0 . . . . . . . . 15 ( total = 2 ) total markings = 4 + 6 - 2 = 8 answer = e
|
sachin is younger than rahul by 6 years . if their ages are in the respective ratio of 7 : 9 , how old is sachin ?
|
let rahul ' s age be x years . then , sachin ' s age = ( x - 6 ) years . ( x - 6 ) / x = 7 / 9 9 x - 54 = 7 x 2 x = 54 x = 27 hence , sachin ' s age = ( x - 7 ) = 34 years . ans - e
|
in arun ' s opinion , his weight is greater than 64 kg but leas than 72 kg . his brother does not agree with arun and he thinks that arun ' s weight is greater than 60 kg but less than 70 kg . his mother ' s view is that his weight can not be greater than 67 kg . if all of them are correct in their estimation , what is the average of diferent probable weights of arun ?
|
let arun ' s weight be x kg . according to arun , 64 < x < 72 . according to arun ' s brother , 60 < x < 70 . according to arun ' s mother , x < 67 . the values satisfying all the above conditions are 65 and 66 . required average = ( 65 + 66 ) / 2 = 65.5 kg
|
in may , the grounds keeper at spring lake golf club built a circular green with an area of 25 square feet . in august , he doubled the distance from the center of the green to the edge of the green . what is the total area of the renovated green ?
|
area of circle 25 pi sq feet = pi r ^ 2 therefore r = 5 now green radi doubled i . e r = 10 area = 100 pi a
|
two trains are moving in opposite directions with speed of 110 km / hr and 90 km / hr respectively . their lengths are 1.10 km and 0.9 km respectively . the slower train cross the faster train in - - - seconds
|
relative speed = 110 + 90 = 200 km / hr ( since both trains are moving in opposite directions ) total distance = 1.1 + . 9 = 2 km time = 2 / 200 hr = 1 / 100 hr = 3600 / 100 = 36 seconds
|
in the xy - plane , a triangle has vertices ( 0,0 ) , ( 4,0 ) and ( 4,10 ) . if a point ( a , b ) is selected at random from the triangular region , what is the probability that a - b > 0 ?
|
the area of the right triangle is ( 1 / 2 ) * 4 * 10 = 20 . only the points ( a , b ) below the line y = x satisfy a - b > 0 . the part of the triangle which is below the line y = x has an area of ( 1 / 2 ) ( 4 ) ( 4 ) = 8 . p ( a - b > 0 ) = 8 / 20 = 2 / 5 the answer is e .
|
into a room you store 38 black bottles and 4 green bottles , and you turn off the light . if you ask to someone look for 2 bottles without turn on the light , what is the probability of both the selected bottles will be green ?
|
there are 4 green bottles in a group of 38 + 4 that is 42 . thus the probability of picking 2 green bottles is : ( 4 / 42 ) ( 3 / 41 ) = 2 / 287 . the correct answer is d .
|
a , b and c enter into partnership . a invests some money at the beginning , b invests double the amount after 6 months , and c invests thrice the amount after 8 months . if the annual gain be rs . 27000 . a ' s share is ?
|
x * 12 : 2 x * 6 : 3 x * 4 1 : 1 : 1 1 / 3 * 27000 = 9000
|
a man swims downstream 120 km and upstream 50 km taking 5 hours each time ; what is the speed of the current ?
|
120 - - - 5 ds = 24 ? - - - - 1 50 - - - - 5 us = 10 ? - - - - 1 s = ? s = ( 24 - 10 ) / 2 = 7
|
pat , kate and mark charged a total of 198 hours to a certain project . if pat charged twice as much time to the project as kate and 1 / 3 as much times as mark , how many more hours did mark charge to the project than kate .
|
let kate charge for x hours , then pat charged for 2 x and mat - for 6 x . so , 2 x + 6 x + x = 198 - total hours charged for , x = 22 . mat charged 6 x - x or 5 x for more hours than kate , or for 110 hours . d is correct
|
in the junior basketball league there are 18 teams , 1 / 3 of them are bad and ½ are rich . what ca n ' t be the number of teams that are rich and bad ?
|
total teams = 18 bad teams = ( 1 / 3 ) * 18 = 6 rich teams = 9 so maximum value that the both rich and bad can take will be 9 . so e = 10 can not be that value . ans e .
|
kul is 22 years old and saras is 33 years . find the ratio of saras ' s age to kul ' s age .
|
kul is 22 years old . saras is 33 years old . saras ' s age : kul ' s age = 33 : 22 = 3 : 2
|
what is the cp of rs 100 stock at 7 discount , with 1 / 5 % brokerage ?
|
use the formula , cp = 100 â € “ discount + brokerage % cp = 100 - 7 + 1 / 5 93.2 thus the cp is rs 93.2 .
|
right triangle pqr is the base of the prism in the figure above . if pq = pr = â ˆ š 14 and the height of the prism is 8 , what is the volume of the prism ?
|
volume of prism = area of base * height = 1 / 2 * ( square root of 14 ) * ( square root of 14 ) * 8 = 56
|
a city with a population of 97,500 is to be divided into 6 voting districts , and no district is to have a population that is more than 10 percent greater than the population of any other district . what is the minimum possible population that the least populated district could have ?
|
the minimum possible population occurs when all the other districts have a population that is 10 % greater than the least populated district . let p be the population of the least populated district . then 97,500 = p + 5 ( 1.1 ) p 6.5 p = 97,5000 p = 15,000 the answer is a .
|
find the c . i . on a sum of rs . 1800 for 6 months at 20 % per annum , interest being compounded quarterly ?
|
c . i . = 1800 ( 21 / 20 ) ^ 2 - 1800 = 792
|
in a recent election , james received 15 percent of the 10000 votes cast . to win the election , a candidate needed to receive more than 51 percent of the vote . how many additional votes would james have needed to win the election ?
|
james = ( 15 / 100 ) * 10000 = 1500 votes to win = ( 51 / 100 ) * total votes + 1 = ( 51 / 100 ) * 10000 + 1 = 5101 remaining voted needed to win election = 5101 - 1500 = 3601
|
how many 5 digit ( digit = 0 - 9 ) zip codes can exist in which at least one digit is repeated ?
|
zip codes with 5 digits ( all five digits can be repeated ) : 10 ^ 5 = 100,000 zip codes with no digit being repeated : 10 * 9 * 8 * 7 * 6 = 30,240 zip codes with at least one digit being repeated : 100,000 - 30,240 = 69,760 = 69760 ans : d
|
a train 400 m long is running at a speed of 54 km / hr . if it crosses a tunnel in 2 minutes . then what is the length of tunnel ?
|
speed of train in m / sec = ( speed of train in km / hr ) x 5 / 18 ∴ speed of train in m / sec = 54 x 5 / 18 = 15 m / sec time taken to cross the tunnel = 2 minutes = 120 sec therefore , total length covered by train in crossing the tunnel = speed of train x time taken to cross the tunnel = 15 m / sec x 120 sec = 1800 m total length covered by train in crossing the tunnel = length of train + length of tunnel given , length of train = 400 m and calculated above , length covered by train in crossing the tunnel = 1800 m therefore , length of tunnel = 1800 m - 400 m = 1400 m correct
|
if i walk at 3 km / h , i miss the bus by 12 minutes . if i walk at 6 km / h , i reach 10 minutes before the arrival of the bus . how far i walk to reach the bus stand ?
|
d = product of speed difference of time / difference of speed d = 3 x 6 / 60 [ 12 â ˆ ’ ( â ˆ ’ 10 ) / 6 - 3 ] [ here , â € “ ve sign indicates before the schedule time ] â ‡ ’ d = 2.19 km answer a
|
g ( x ) is defined as the product of all even integers k such that 0 < k ≤ x . for example , g ( 14 ) = 2 × 4 × 6 × 8 × 10 × 12 × 14 . if g ( e ) is divisible by 4 ^ 11 , what is the smallest possible value for e ?
|
g ( e ) = 4 ^ 11 = 2 ^ 22 . so we have to find a product with atleast 22 2 ' s in it . in option 1 22 the total no of 2 ' s = [ 22 / 2 ] + [ 22 / 4 ] + [ 22 / 8 ] + [ 22 / 16 ] = 11 + 5 + 2 + 1 = 19 in option 2 24 the total no of 2 ' s = [ 24 / 2 ] + [ 24 / 4 ] + [ 24 / 8 ] + [ 24 / 16 ] = 12 + 6 + 3 + 1 = 22 . hence b
|
the ratio of boarders to day students at a school was originally 5 to 12 . however , after a number of new boarders join the initial 220 boarders , the ratio changed to 1 to 2 . if no boarders became day students and vice versa , and no students left the school , how many new boarders joined the school ?
|
let x be the number of new boarders . the ratio changed from 5 : 12 up to 1 : 2 = 6 : 12 . 220 / ( 220 + x ) = 5 / 6 x = 44 the answer is a .
|
recipe requires 15 mins to cook . you have 7 mins hourglass and a 11 mins hourglass with you . how will you measure 15 mins using them ?
|
correct
|
what will be the result of 7 ^ 8 - 6 / 2 + 9 ^ 3 + 3 + 12 ?
|
the multiplication ( e . g . 7 ^ 8 ) and division ( e . g . 6 / 2 ) is done first and then the sum ( e . g . 3 + 12 ) and subtraction ( e . g . 56 - 3 ) , and the answer is 95 , option a .
|
erik ' s mother gave him $ 86 to go to the store . erik bought 3 loaves of bread and 3 cartons of orange juice . each loaf of bread cost $ 3 and each carton of orange juice cost $ 6 . how much money does erik have left ?
|
step 1 : find the cost of the loaves of bread . 3 × $ 3 = $ 9 step 2 : find the cost of the orange juice . 3 × $ 6 = $ 18 step 3 : find the total cost of the groceries . $ 9 + $ 18 = $ 27 step 4 : find the amount of money left . $ 86 – $ 27 = $ 59 erik has $ 59 left . answer is c .
|
the value of a machine depreciates at 22 % per annum . if its present value is $ 1 , 50,000 , at what price should it be sold after two years such that a profit of $ 24,000 is made ?
|
the value of the machine after two years = 0.78 * 0.78 * 1 , 50,000 = $ 91,260 sp such that a profit of $ 24,000 is made = 91,260 + 24,000 = $ 1 , 15,260 d
|
a team won 50 percent of its first 60 games in a particular season , and 80 percent of its remaining games . if the team won a total of 65 percent of its games that season , what was the total number of games that the team played ?
|
65 % is 15 % - points above 50 % and 15 % - points below 80 % . thus the ratio of ` ` the first 60 games ' ' to ` ` remaining games ' ' is 1 : 1 . so the team played a total of 60 + 60 = 120 games . the answer is b .
|
in a class of 210 students , 70 did not opt for math . 55 did not opt for science and 42 did not opt for either . how many students of the class opted for both math and science ?
|
210 students total 70 did not opt for math 55 did not opt for science 42 did not opt for either total of 140 students in math and 13 did not opt for sci but did for math 140 - 13 = 127 127 students of the class opted for both math and science
|
1 ltr of water is added with 3 ltr of a solution containing 33 % of alcohol in the water . the % of alcohol in the new mixture is ?
|
we have a 3 litre solution containing 33 % of alcohol in the water . = > quantity of alcohol in the solution = 3 ã — 33 / 100 now 1 litre of water is added to the solution . = > total quantity of the new solution = 3 + 1 = 4 percentage of alcohol in the new solution = 3 ã — 33 / 100 4 ã — 100 = 3 ã — 331004 ã — 100 = 3 ã — 8.25 / 100 = 24.75 % d
|
12 welders work at a constant rate they complete an order in 8 days . if after the first day , 9 welders start to work on the other project , how many more days the remaining welders will need to complete the rest of the order ?
|
1 . we need to find out the time taken by 3 workers after day 1 . 2 . total no . of wokers * total time taken = time taken by 1 worker 3 . time taken by 1 worker = 12 * 8 = 96 days 4 . but on day 1 twelve workers had already worked finishing 1 / 8 of the job . so 3 workers have to finish only 7 / 8 of the job . 5 . total time taken by 3 workers can be got from formula used at ( 2 ) . i . e . , 3 * total time taken = 96 . total time taken by 3 workers to finish the complete job is 96 / 3 = 32 days . 6 . time taken by 6 workers to finish 7 / 8 of the job is 7 / 8 * 32 = 28 days . the answer is choice e
|
a ’ s speed is 20 / 15 times that of b . if a and b run a race , what part of the length of the race should a give b as a head start , so that the race ends in a dead heat ?
|
we have the ratio of a ’ s speed and b ’ s speed . this means , we know how much distance a covers compared with b in the same time . this is what the beginning of the race will look like : ( start ) a _________ b ______________________________ if a covers 20 meters , b covers 15 meters in that time . so if the race is 20 meters long , when a reaches the finish line , b would be 5 meters behind him . if we want the race to end in a dead heat , we want b to be at the finish line too at the same time . this means b should get a head start of 5 meters so that he doesn ’ t need to cover that . in that case , the time required by a ( to cover 20 meters ) would be the same as the time required by b ( to cover 15 meters ) to reach the finish line . so b should get a head start of 5 / 20 th of the race . answer ( d )
|
the sum of the even numbers between 1 and n is 81 * 82 , where n is an odd number , then n = ?
|
let n - 1 = 2 a . 2 + 4 + . . . + 2 a = 2 * ( 1 + 2 + . . . + a ) = 2 * ( a ) ( a + 1 ) / 2 = ( a ) ( a + 1 ) = 81 * 82 then a = 81 and n = 163 . the answer is a .
|
saleem bought 4 baskets with the average cost of $ 4 . if saleem also buys the fifth basket with the price of $ 8 , what is the average ( arithmetic mean ) price of those 5 baskets ?
|
4 baskets - > total cost = 4 * avg cost = 4 * 4 = 16 fifth basket cost = 8 total cost for 5 baskets = 16 + 8 = 24 am = 24 / 5 = 4.80
|
when n is divided by 5 the remainder is 3 . what is the remainder when n ^ 2 is divided by 5 ?
|
n = 5 x + 3 , for some integer x n ^ 2 = ( 5 x + 3 ) ^ 2 = 5 y + 9 , for some integer y when we divide this by 5 , the remainder is 4 . the answer is e .
|
a rectangular swimming pool is 20 feet by 28 feet . a deck that has uniform width surrounds the pool . the total area of the pool and deck is 884 square feet . what is the width of the deck ?
|
assume the width of the deck = x area of pool and deck = ( 20 + 2 x ) * ( 28 + 2 x ) = 884 { the deck is present at both ends of the length and the breadth , hence we need to add 2 x } ( 20 + 2 x ) * ( 28 + 2 x ) = 884 can be written as ( 10 + x ) * ( 14 + x ) = 221 140 + 24 x + x ^ 2 = 221 x ^ 2 + 24 x - 81 = 0 ( x + 27 ) ( x - 3 ) = 0 hence x = - 27 or 3 . but a length can not be negative hence width of the deck = x = 3 correct option : c
|
in a covering a distance of 30 km , abhay takes 2 hours more than sameer . if abhay double his speed , then he would take 1 hour less than sammer . abhay ' s speed is ?
|
a 5 km / hr let abhay ' s speed be x km / / hr . then , 30 / x - 30 / 2 x = 3 x = 5 km / hr .
|
from a pack of 52 cards , 1 card is drawn at random . what is the probability that a jack , queen , or king is drawn ?
|
the total number of cards is 52 . the number of jacks , queens , or kings is 12 . p ( jack , queen , king ) = 12 / 52 = 3 / 13 the answer is d .
|
a sum was put at simple interest at a certain rate for 9 years had it been put at 5 % higher rate , it would have fetched 1350 more . find the sum .
|
difference in s . i . = p × t / 100 ( r 1 − r 2 ) ⇒ 1350 = p × 9 x 5 / 100 ( ∵ r 1 - r 2 = 2 ) ⇒ p = 1350 × 100 / 9 x 5 = 3000 answer a
|
three table runners have a combined area of 224 square inches . by overlapping the runners to cover 80 % of a table of area 175 square inches , the area that is covered by exactly two layers of runner is 24 square inches . what is the area of the table that is covered with three layers of runner ?
|
total = a + b + c - ( sum of exactly 2 - group overlaps ) - 2 * ( all three ) + neither 80 % * 175 = 224 - 24 - 2 * ( all three ) + 0 2 * ( all three ) = 224 - 24 - 140 all three = 30
|
this year , mbb consulting fired 9 % of its employees and left remaining employee salaries unchanged . sally , a first - year post - mba consultant , noticed that that the average ( arithmetic mean ) of employee salaries at mbb was 10 % more after the employee headcount reduction than before . the total salary pool allocated to employees after headcount reduction is what percent of that before the headcount reduction ?
|
100 employees getting 1000 $ avg , so total salary for 100 ppl = 100000 9 % reduction in employees lead to 91 employees and a salary increase of 10 % of previous avg salary thus the new avg salary is = 10 % ( 1000 ) + 1000 = 1100 so total salary of 91 employees is 91 * 1100 = 100100 now the new salary is more than previous salary by x % . x = ( 100100 / 100000 ) * 100 = 100.1 % so the answer is b
|
the sum of two consecutive integers is 21 . find the numbers .
|
n + ( n + 1 ) = 21 2 n + 1 = 21 2 n = 20 n = 10
|
one pipe can fill a tank three times as fast as another pipe . if together the two pipes can fill the tank in 35 minutes , then the slower pipe alone will be able to fill the tank in
|
let the slower pipe alone fill the tank in x minutes then faster will fill in x / 3 minutes . part filled by slower pipe in 1 minute = 1 / x part filled by faster pipe in 1 minute = 3 / x part filled by both in 1 minute = 1 / x + 3 / x = 1 / 35 = > 4 / x = 1 / 35 x = 35 ∗ 4 = 140 mins option b
|
if k is a non - negative integer and 15 ^ k is a divisor of 823,435 then 5 ^ k - k ^ 5 =
|
8 + 2 + 3 + 4 + 3 + 5 = 25 , so this number is not divisible by 3 and thus not divisible by 15 . therefore , k = 0 5 ^ k - k ^ 5 = 1 - 0 = 1 the answer is b .
|
p alone can complete a job in 5 days . the work done by q alone in one day is equal to one - fourth of the work done by p alone in one day . in how many days can the work be completed if p and q work together ?
|
p ' s rate is 1 / 5 q ' s rate is 1 / 20 the combined rate is 1 / 5 + 1 / 20 = 1 / 4 if they work together , the job will take 4 days . the answer is d .
|
the number of the members of a club is more than 10 and less than 40 . when 3 people sit at a table , other people exactly divided to 6 - people groups ( 6 people sit at a table ) or 5 - people groups ( 5 people sit at a table ) . if the members are divided to 7 - people groups , how many people will be left ?
|
the number of members is 5 k + 3 = 6 j + 3 the only number in this range which satisfies this is 33 . 33 / 7 = 4 ( 7 ) + 5 the answer is e .
|
what must be added to each of the numbers 7 , 11 and 19 , so that the resulting numbers may be in continued proportion ?
|
let x be the required number , then ( 7 + x ) : ( 11 + x ) : : ( 11 + x ) : ( 19 + x ) ( 7 + x ) ( 19 + x ) = ( 11 + x ) 2 x 2 + 26 x + 133 = x 2 + 22 x + 121 4 x = - 12 or x = - 3
|
find the number , difference between number and its 3 / 5 is 64 .
|
let the number = x , then , x - ( 3 / 5 ) x = 64 , = > ( 2 / 5 ) x = 64 = > 2 x = 64 * 5 , = > x = 160
|
convert the 8 / 36 m / s into kilometers per hour ?
|
8 / 36 m / s = 8 / 36 * 18 / 5 = 8 / 10 = 0.8 kmph .
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.