prompt
stringlengths 5
2.87k
| response
stringlengths 1
2.73k
|
---|---|
the sum of the fourth and twelfth term of an arithmetic progression is 20 . what is the sum of the first 20 terms of the arithmetic progression ?
|
n th term of a . p . is given by a + ( n - 1 ) d 4 th term = a + 3 d 12 th term = a + 11 d given a + 3 d + a + 11 d = 20 - - > 2 a + 14 d = 20 - - > a + 7 d = 10 sum of n term of a . p = n / 2 [ 2 a + ( n - 1 ) d ] subsitiuing n = 20 . . . we get 20 / 2 [ 2 a + 14 d ] = 20 [ a + 7 d ] = 20 * 10 = 200 . . . answer is e . . .
|
a alone can finish a work in 10 days which b alone can finish in 15 days . if they work together and finish it , then out of a total wages of rs . 3100 , a will get :
|
ratio of working days of a : b = 10 : 15 therefore , their wages ratio = reverse ratio = 15 : 10 therefore , a will get 15 units of ratio total ratio = 25 1 unit of ratio = 3100 / 25 = 124 so , a ’ s amount = 124 × 15 = rs . 1860 .
|
crazy eddie has a key chain factory . eddie managed to decrease the cost of manufacturing his key chains while keeping the same selling price , and thus increased the profit from the sale of each key chain from 40 % of the selling price to 50 % of the selling price . if the manufacturing cost is now $ 50 , what was it before the decrease ?
|
deargoodyear 2013 , i ' m happy to help . this is a relatively straightforward problem , not very challenging . btw , crazy eddiewas the actually name of an electronics chain on the east coast of the usa back in the 1970 s . manufacturing now is $ 50 . they now are making a 50 % profit , so the selling price must be $ 100 . they had this same selling price , $ 100 , before they made the change , and had a profit of 40 % , so the manufacturing must have been $ 60 . answer = ( e ) .
|
while driving from a - ville to b - town , harriet drove at a constant speed of 110 kilometers per hour . upon arriving in b - town , harriet immediately turned and drove back to a - ville at a constant speed of 140 kilometers per hour . if the entire trip took 5 hours , how many minutes did it take harriet to drive from a - ville to b - town ?
|
5 hr = 300 min . if harriet spend equal hrs on each leg she will spend 150 min on each . since speed a - b is less than speed b - a and distance on each leg is the same , time spent on a - b is more than 150 min , which mean we can eliminate ans . a , b and c . now let plug in ans . d or e and verify which one give same distance on each leg . e . t = 168 min * leg a - b - - - > d = 110.168 / 60 = 18480 / 60 * leg b - a - - - - > d = 140 * 132 / 60 = 18480 / 60 so the correct ans . ise
|
if the average of 1 , 2 , 4 , 5 , 6 , 9 , 9 , 10 , 12 and x is 7 , what is the value of x ?
|
sum of the deviations of the numbers in the set from the mean is always zero 1 , 2 , 4 , 5 , 6 , 9 , 9 , 10 , 12 mean is 7 so the list is - 6 - 5 - 3 - 2 - 1 + 2 + 2 + 3 + 5 . . . this shud total to zero but this is - 5 , hence we need a number that is 5 more than the mean to get a + 5 and make it zero hence the answer is 7 + 5 = 12 d
|
a jogger running at 9 km / hr along side a railway track is 200 m ahead of the engine of a 200 m long train running at 45 km / hr in the same direction . in how much time will the train pass the jogger ?
|
speed of train relative to jogger = 45 - 9 = 36 km / hr . = 36 * 5 / 18 = 10 m / sec . distance to be covered = 200 + 200 = 360 m . time taken = 400 / 10 = 40 sec .
|
yesterday ' s closing prices of 2,200 different stocks listed on a certain stock exchange were all different from today ' s closing prices . the number of stocks that closed at a higher price today than yesterday was 20 percent greater than the number that closed at a lower price . how many of the stocks closed at a higher price today than yesterday ?
|
lets consider the below - the number of stocks that closed at a higher price = h the number of stocks that closed at a lower price = l we understand from first statement - > h + l = 2200 - - - - ( 1 ) we understand from second statement - > h = ( 120 / 100 ) l = > h = 1.2 l - - - - ( 2 ) solve eq ( 1 ) ( 2 ) to get h = 1200 . c is my answer .
|
the dimensions of an open box are 50 cm , 40 cm and 23 cm . its thickness is 2 cm . if 1 cubic cm of metal used in the box weighs 0.5 gms , find the weight of the box .
|
volume of the metal used in the box = external volume - internal volume = [ ( 50 x 40 x 23 ) - ( 44 x 34 x 20 ) ] cm 3 = 16080 cm 3 weight of the metal = [ ( 16080 x 0.5 ) / 1000 ] kg = 8.04 kg .
|
two goods trains each 680 m long are running in opposite directions on parallel tracks . their speeds are 45 km / hr and 30 km / hr respectively . find the time taken by the slower train to pass the driver of the faster one ?
|
relative speed = 45 + 30 = 75 km / hr . 75 * 5 / 18 = 125 / 6 m / sec . distance covered = 680 + 680 = 1360 m . required time = 1360 * 6 / 125 = 65.28 sec .
|
mike needs 30 % to pass . if he scored 212 marks and falls short by 25 marks , what was the maximum marks he could have got ?
|
if mike had scored 25 marks more , he could have scored 30 % therefore , mike required 212 + 25 = 237 marks let the maximum marks be m . then 30 % of m = 237 ( 30 / 100 ) × m = 237 m = ( 237 × 100 ) / 30 m = 23700 / 30 m = 790
|
if r is the least positive integer that is divisible by every integer from 12 to 16 inclusive , then r / 13 is =
|
the integer should be divisible by : 12 , 13 , 14 , 15 and 16 , that is 3 * 2 ^ 2 , 13 , 2 * 7 , 3 * 5 and 2 ^ 4 . the least common multiple of these integers is the product of 13 , 7 , 5 , 3 and 2 ^ 4 . then , r / 13 is ( 13 * 7 * 5 * 3 * 2 ^ 4 ) / 13 = 7 * 5 * 3 * 16 = 1680 .
|
a number is selected at random from the first 30 natural numbers . what is the probability that the number is a multiple of either 5 or 12 ?
|
number of multiples of 5 from 1 through 30 = 30 / 5 = 6 number of multiples of 12 from 1 through 30 = 30 / 12 = 2 number of multiples of 5 and 12 both from 1 through 30 = number of multiples of 12 * 5 ( = 60 ) = 0 total favourable cases = 6 + 2 - 0 = 8 probability = 8 / 30 = 4 / 15
|
an aeroplane covers a certain distance of 420 kmph in 6 hours . to cover the same distance in 4 2 / 3 hours , it must travel at a speed of ?
|
speed of aeroplane = 420 kmph distance travelled in 6 hours = 420 * 6 = 2520 km speed of aeroplane to acver 2520 km in 14 / 3 = 2520 * 3 / 14 = 540 km
|
for what value of x between − 5 and 5 , inclusive , is the value of x ^ 2 − 10 x + 16 the greatest ?
|
we can see from the statement that two terms containing x , x ^ 2 will always be positive and - 10 x will be positive if x is - ive . . so the equation will have greatest value if x is - ive , and lower the value of x , greater is the equation . so - 5 will give the greatest value . . ans a
|
what profit percent is made by selling an article at a certain price , if by selling at 2 / 3 rd of that price , there would be a loss of 15 % ?
|
sp 2 = 2 / 3 sp 1 cp = 100 sp 2 = 85 2 / 3 sp 1 = 85 sp 1 = 127.5 100 - - - 27.5 = > 27.5 %
|
a boat running up stram takes 5 hours to cover a certain distance , while it takes 8 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 5 ( x + y ) = 8 ( x - y ) 5 x + 5 y = 8 x - 8 y 13 y = 3 x x / y = 13 / 3 13 : 3
|
machine p and machine q are each used to manufacture 880 sprockets . it takes machine p 10 hours longer to produce 880 sprockets than machine q . machine q produces 10 % more sprockets per hour than machine a . how many sprockets per hour does machine a produce ?
|
p makes x sprockets per hour . then q makes 1.1 x sprockets per hour . 880 / x = 880 / 1.1 x + 10 1.1 ( 880 ) = 880 + 11 x 11 x = 88 x = 8 the answer is d .
|
in an examination 35 % of the students passed and 351 failed . how many students appeared for the examination ?
|
let the number of students appeared be x then , 65 % of x = 351 65 x / 100 = 351 x = 351 * 100 / 65 = 540 answer is a
|
what is the average of 1200 , 1300 , 1400 , 1510 , 1520 , 1530 , and 1200 ?
|
add 1200 , 1300 , 1400 , 1510 , 1520 , 1530 , and 1200 grouping numbers together may quicken the addition sum = 9660 9660 / 7 = 1380 c
|
if w is 40 percent less than q , q is 40 percent less than y , and z is 46 percent less than y , then z is greater than w by what percent of w ?
|
given w = 0.6 q , q = 0.6 y , z = 0.54 y , substituting , w = 2 / 3 z - - - - > z = 1.5 w and thus z is 50 % greater than w . e is the correct answer .
|
a man rows his boat 70 km downstream and 45 km upstream , taking 2 1 / 2 hours each time . find the speed of the stream ?
|
speed downstream = d / t = 75 / ( 2 1 / 2 ) = 28 kmph speed upstream = d / t = 45 / ( 2 1 / 2 ) = 18 kmph the speed of the stream = ( 28 - 18 ) / 2 = 5 kmph
|
a train passes a station platform in 48 sec and a man standing on the platform in 40 sec . if the speed of the train is 36 km / hr . what is the length of the platform ?
|
speed = 36 * 5 / 18 = 10 m / sec . length of the train = 10 * 40 = 400 m . let the length of the platform be x m . then , ( x + 400 ) / 48 = 10 = > x = 80 m .
|
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 12 % . what was its profit on the items sold in february ?
|
assume the total price = 100 x price after 20 % markup = 120 x price after 25 % further markup = 1.25 * 120 x = 150 x price after the discount = 0.88 * 150 x = 132 x hence total profit = 32 % option b
|
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 . 18600 . a ' s share is ?
|
x * 12 : 2 x * 6 : 3 x * 4 1 : 1 : 1 1 / 3 * 18600 = 6200
|
a student took 5 papers in an examination , where the full marks were the same for each paper . his marks in these papers were in the proportion of 5 : 6 : 7 : 8 : 9 . in all papers together , the candidate obtained 60 % of the total marks . then the number of papers in which he got more than 50 % marks is
|
here we can assume that one subject is of 100 marks so total there are 5 subjects = > 100 * 5 = 500 . now according to the question he secured 60 % of those which is 60 % of 500 = 300 marks in total . the ratio between the marks is given as 5 : 6 : 7 : 8 : 9 , so now we can distribute 300 marks according to the ratio . total ratio = 35 for 6 : ( 300 / 35 ) * 6 = 51.4 similarly , we will get for others as 60 , 68.57 , 77.14 hence , there are 5 subject where he secured more that 50 % . the answer is 5 . d
|
if x ¤ y = ( x + y ) ^ 2 - ( x - y ) ^ 2 . then √ 6 ¤ √ 6 =
|
x = √ 6 and y also = √ 6 applying the function ( √ 6 + √ 6 ) ^ 2 - ( √ 6 - √ 6 ) ^ 2 = ( 2 √ 6 ) ^ 2 - 0 = 4 x 6 = 24 . note : alternative approach is the entire function is represented as x ^ 2 - y ^ 2 = ( x + y ) ( x - y ) which can be simplified as ( x + y + x - y ) ( x + y - ( x - y ) ) = ( 2 x ) ( 2 y ) = 4 xy . substituting x = √ 6 and y = √ 6 you get the answer 24 . answer d
|
an investment yields an interest payment of $ 240 each month . if the simple annual interest rate is 9 % , what is the amount of the investment ?
|
let the principal amount = p simple annual interest = 9 % simple monthly interest = ( 9 / 12 ) = ( 3 / 4 ) % ( 3 / 4 ) * ( p / 100 ) = 240 = > p = ( 240 * 4 * 10 ^ 2 ) / 3 = 80 * 4 * 10 ^ 2 = 320 * 10 ^ 2 = 32000 answer e
|
the inner circumference of a circular race track , 14 m wide , is 440 m . find radius of the outer circle ?
|
let inner radius be r metres . then , 2 r = 440 ; r = = 70 m . radius of outer circle = ( 70 + 14 ) m = 84 m .
|
the average speed of a car is 1 4 / 5 times the avg speed of a bike . a tractor covers 575 km in 25 hrs . how much distance will the car cover in 4 hrs if the speed of the bike is twice speed of the tractor ?
|
sol . average speed of a tractor = 23 km / h the speed of a bus in an hour = 23 × 2 = 46 km the speed of a car in an hour = 9 / 5 * 46 = 82.8 km so , the distance covered by car in 4 h is 82.8 × 4 = 331.2 km ans . ( c )
|
there are 56 lights which are functional and each is controlled by a separate on / off switch . two children x and y start playing with the switches . x starts by pressing every third switch till he reaches the end . y , thereafter , presses every fifth switch till he too reaches the end . if all switches were in off position at the beggining , how many lights are switched on by the end of this operation ?
|
editing my solution : number of switches = 56 number of switches turned on by x : 3 , 6 , . . . 54 = 18 number of switches turned on by y : 5 , 10 , . . . . 55 = 11 few switches are turned on by x and later turned off by y : lcm ( 35 ) = 15 x = 15 , 30 , . . . . 90 = 6 . subtract the above 6 switches from both x and y as they are turned off . number of switches that are turned on = ( 18 - 6 ) + ( 11 - 6 ) = 17
|
how many multiples of 5 are there between 5 to 95 ?
|
as you know , multiples of 5 are integers having 0 or 5 in the digit to the extreme right ( i . e . the unit ’ s place ) . so the numbers are 10 , 15 , 20 , 25 , 30 , 35 , 40 , 45 , 50 , 55 , 60 , 65 , 70 , 75 , 80 , 85 , 90 . answer c
|
the difference between the local value and face value of 7 in the numeral 657903 is :
|
( local value ) - ( face value ) = ( 7000 - 7 ) = 6993 .
|
find the value of b from ( 15 ) ^ 2 x 9 ^ 2 ã · 356 = b .
|
given exp . = ( 15 ) ^ 2 x 9 ^ 2 ã · 356 = b = 225 x 81 ã · 356 = 51.2 c
|
an order was placed for a carpet whose length and width were in the ratio of 3 : 2 . subsequently , the dimensions of the carpet were altered such that its length and width were in the ratio 1 : 1 but were was no change in its perimeter . what is the ratio of the areas of the carpets ?
|
let the length and width of one carpet be 3 x and 2 x . let the length and width of the other carpet be y and y . 2 ( 3 x + 2 x ) = 2 ( y + y ) 5 x = 2 y ( 5 / 2 ) * x = y the ratio of the areas of the carpet in both cases : = 3 x * 2 x : y * y = 6 x ^ 2 : y ^ 2 = 6 x ^ 2 : ( 25 / 4 ) * x ^ 2 = 24 : 25 the answer is e .
|
how many cuboids of length 5 m , width 2 m and height 3 m can be farmed from a cuboid of 18 m length , 15 m width and 2 m height .
|
( 18 ã — 15 ã — 12 ) / ( 5 ã — 3 ã — 2 ) = 18 answer is e .
|
an engineer undertakes a project to build a road 10 km long in 60 days and employs 30 men for the purpose . after 20 days , he finds only 2 km of the road has been completed . find the ( approximate ) number of extra men he must employ to finish the work in time .
|
30 workers working already let x be the total men required to finish the task in next 40 days 2 km done hence remaining is 8 km also , work has to be completed in next 40 days ( 60 - 20 = 40 ) we know that , proportion of men to distance is direct proportion and , proportion of men to days is inverse proportion hence , x = ( 30 * 8 * 20 ) / ( 2 * 40 ) thus , x = 60 thus , more men needed to finish the task = 60 - 30 = 30
|
a retailer bought a machine at a wholesale price of $ 81 and later on sold it after a 10 % discount of the retail price . if the retailer made a profit equivalent to 20 % of the whole price , what is the retail price of the machine ?
|
my solution : wholesale price = 81 retail price , be = x he provides 10 % discount on retail price = x - 10 x / 100 this retail price = 20 % profit on wholesale price x - 10 x / 100 = 81 + 1 / 5 ( 81 ) x = 108 ;
|
1.5 , 2.3 , 3.1 , 3.9 , . . ?
|
1.5 + 0.8 = 2.3 2.3 + 0.8 = 3.1 3.1 + 0.8 = 3.9 3.9 + 0.8 = 4.7
|
at steel factory , each employee working the second shift produced 2 / 3 as many widgets as each employee working the first shift . if the first shift has 3 / 4 as many employees , what fraction of the total widgets did the second shift produce ?
|
at steel factory , let the first shift have 3 employee and each produce 3 widgets , so the total number of widgets produced by the first shift is 3 * 3 = 9 ; then the second shift would have 4 employees and each second shift employee would produce 3 * 2 / 3 = 2 widgets , so the total number of widgets produced by the second shift employees would be 4 * 2 = 8 ; the ratio of the second shift production to the total is 8 / ( 9 + 8 ) = 8 / 17 .
|
a circular swimming pool is surrounded by a concrete wall 4 ft wide . if the area of the concrete wall surrounding the pool is 11 / 25 that of the pool , then the radius of the pool is ?
|
let the radius of the pool be rft radius of the pool including the wall = ( r + 4 ) ft area of the concrete wall = { \ color { black } \ pi \ left [ ( r + 4 ) ^ { 2 } - r ^ { 2 } \ right ] } = { \ color { black } \ pi \ left [ ( r + 4 + r ) ( r + 4 - r ) \ right ] = 8 \ pi ( r + 2 ) } sq feet { \ color { black } \ rightarrow 8 \ pi ( r + 2 ) = \ frac { 11 } { 25 } \ pi r ^ { 2 } \ rightarrow 11 r ^ { 2 } = 200 ( r + 2 ) } radius of the pool r = 20 ft
|
36 men can complete a piece of work in 18 days . in how many days will 81 men complete the same work ?
|
less men , means more days { indirect proportion } let the number of days be x then , 81 : 36 : : 18 : x x = 8
|
simplify : 0.2 * 0.4 + 0.6 * 0.8
|
given exp . = 0.2 * 0.4 + ( 0.6 * 0.8 ) = 0.08 + 0.48 = 0.56 answer is e .
|
what is 0.05 percent of 12,356 ?
|
since , percent = 1 / 100 , what = something ( s ) , and is : = . we can write the question as s = 0.05 ( 1 / 100 ) 12,356 . the answer is 6.178 . hence , the correct answer is c .
|
15 lts are taken of from a container full of liquid a and replaced with liquid b . again 15 more lts of the mixture is taken and replaced with liquid b . after this process , if the container contains liquid a and b in the ratio 9 : 16 , what is the capacity of the container s ?
|
if you have a 37.5 liter capacity , you start with 37.5 l of a and 0 l of b . 1 st replacement after the first replacement you have 37.5 - 15 = 22.5 l of a and 15 l of b . the key is figuring out how many liters of a and b , respectively , are contained in the next 15 liters of mixture to be removed . the current ratio of a to total mixture is 22.5 / 37.5 ; expressed as a fraction this becomes ( 45 / 2 ) / ( 75 / 2 ) , or 45 / 2 * 2 / 75 . canceling the 2 s and factoring out a 5 leaves the ratio as 9 / 15 . note , no need to reduce further as we ' re trying to figure out the amount of a and b in 15 l of solution . 9 / 15 of a means there must be 6 / 15 of b . multiply each respective ratio by 15 to get 9 l of a and 6 l of b in the next 15 l removal . final replacement the next 15 l removal means 9 liters of a and 6 liters of b are removed and replaced with 15 liters of b . 22.5 - 9 = 13.5 liters of a . 15 liters of b - 6 liters + 15 more liters = 24 liters of b . test to the see if the final ratio = 9 / 16 ; 13.5 / 24 = ( 27 / 2 ) * ( 1 / 24 ) = 9 / 16 . choice c is correct .
|
a 20 litre mixture of milk and water contains milk and water in the ratio 3 : 2 . 10 litres of the mixture is removed and replaced with pure milk and the operation is repeated once more . at the end of the two removal and replacement , what is the ratio e of milk and water in the resultant mixture ?
|
he 20 litre mixture contains milk and water in the ratio of 3 : 2 . therefore , there will be 12 litres of milk in the mixture and 8 litres of water in the mixture . step 1 . when 10 litres of the mixture is removed , 6 litres of milk is removed and 4 litres of water is removed . therefore , there will be 6 litres of milk and 4 litres of water left in the container . it is then replaced with pure milk of 10 litres . now the container will have 16 litres of milk and 4 litres of water . step 2 . when 10 litres of the new mixture is removed , 8 litres of milk and 2 litres of water is removed . the container will have 8 litres of milk and 2 litres of water in it . now 10 litres of pure milk is added . therefore , the container will have 18 litres of milk and 2 litres of water in it at the end of the second step . therefore , the ratio of milk and water is 18 : 2 or 9 : 1 . shortcut . we are essentially replacing water in the mixture with pure milk . let w _ o be the amount of water in the mixture originally = 8 litres . let w _ r be the amount of water in the mixture after the replacements have taken place . then , { w _ r } / { w _ o } = ( 1 - r / m ) ^ n where r is the amount of the mixture replaced by milk in each of the steps , m is the total volume of the mixture and n is the number of times the cycle is repeated . hence , { w _ r } / { w _ o } = ( 1 / 2 ) ^ 2 = 1 / 4 therefore e , w _ r = { w _ o } / 4 = 8 / 4 = 2 litres . b
|
an article is bought for rs . 800 and sold for rs . 1200 , find the loss percent ?
|
800 - - - - 400 400 - - - - ? = > 50 %
|
when greenville state university decided to move its fine arts collection to a new library , it had to package the collection in 20 - inch by 20 - inch by 15 - inch boxes . if the university pays $ 0.50 for every box , and if the university needs 3.06 million cubic inches to package the collection , what is the minimum amount the university must spend on boxes ?
|
total no . of boxes = 3060000 / ( 20 × 20 × 15 ) = 510 total cost = 510 × $ 0.5 = $ 255 answer a
|
diana works 10 hours per day on monday , wednesday and friday , and 15 hours per day on tuesday and thursday . she does not work on saturday and sunday . she earns $ 1800 per week . how much does she earn in dollars per hour ?
|
so , she works 30 hours in 3 days so , she works 30 hours in 2 days so in a week she works 60 hours ( 30 + 30 ) and earns $ 1800 so , hourly wage is 1800 / 60 = > 30 hence answer will be ( c ) 30
|
a car travels at a speed of 65 miles per hour . how far will it travel in 8 hours ?
|
during each hour , the car travels 65 miles . for 8 hours it will travel 65 + 65 + 65 + 65 + 65 + 65 + 65 + 65 = 8 × 65 = 520 miles correct answer is c ) 520 miles
|
the mean of 50 observations was 36 . it was found later that an observation 30 was wrongly taken as 23 . the corrected new mean is :
|
correct sum = ( 36 * 50 + 30 - 23 ) = 1825 . correct mean = = 1807 / 50 = 36.14
|
a , b and c invest in the ratio of 3 : 4 : 5 . the percentage of return on their investments are in the ratio of 6 : 5 : 4 . find the total earnings , if b earns rs . 200 more than a :
|
a b c investment 3 x 4 x 5 x rate of return 6 y % 5 y % 4 y % return \ inline \ frac { 18 xy } { 100 } \ inline \ frac { 20 xy } { 100 } \ inline \ frac { 20 xy } { 100 } total = ( 18 + 20 + 20 ) = \ inline \ frac { 58 xy } { 100 } b ' s earnings - a ' s earnings = \ inline \ frac { 2 xy } { 100 } = 200 total earning = \ inline \ frac { 58 xy } { 100 } = 5800
|
the average of first 14 even numbers is ?
|
sum of 14 even numbers = 14 * 15 = 210 average = 210 / 14 = 15
|
a certain rectangular crate measures 12 feet by 16 feet by 18 feet . a cylindrical gas tank is to be made for shipment in the crate and will stand upright when the crate is placed on one of its six faces . what should the radius of the tank be if it is to be of the largest possible volume ?
|
for max volume of cylinder ( pi * r ^ 2 * h ) we need to max out r ^ 2 * h . we do n ' t know what the dimensions of the crate refer to . . therefore for max vol base should be 18 x 16 i . e . of radius 16 / 2 = 8 d
|
for what values of k will the pair of equations 4 ( 3 x + 4 y ) = 48 and kx + 12 y = 30 does not have a unique solution ?
|
we have 2 equations 1 . 4 ( 3 x + 4 y ) = 48 - - > 3 x + 4 y = 12 - - > 9 x + 12 y = 36 2 . kx + 12 y = 30 substract 1 - 2 , we get ( 9 - k ) x = 6 i . e . x = 6 / ( 9 - k ) then , by looking at options , we get some value of x except for b . when we put k = 9 , x becomes 6 / 0 and hence answer is b
|
the sector of a circle has radius of 21 cm and central angle 120 o . find its perimeter ?
|
perimeter of the sector = length of the arc + 2 ( radius ) = ( 120 / 360 * 2 * 22 / 7 * 21 ) + 2 ( 21 ) = 44 + 42 = 86 cm
|
how many different positive integers are factors of 40 ?
|
2 * 20 4 * 10 8 * 5
|
a couple married in 1980 had two children , one in 1982 and the other in 1984 . their combined ages will equal the years of the marriage in ?
|
sum of year = 1 + 9 + 8 + 0 = ( 18 ) 1 + 8 = 9 1 + 9 + 8 + 2 = ( 20 ) 2 + 0 = 2 1 + 9 + 8 + 4 = ( 13 ) 1 + 3 = 4 now 9 + 2 + 4 = ( 15 ) 1 + 5 = 6 nd option a 1 + 9 + 8 + 6 = 24 ( 2 + 4 ) = 6
|
find the expenditure on digging a well 14 m deep and of 3 m diameter at rs . 19 per cubic meter ?
|
22 / 7 * 14 * 3 / 2 * 3 / 2 = 99 m 2 99 * 19 = 1881
|
at an election 2 candidates are participated and a candidate got 45 % of votes and defeated by 9000 . and 83 votes are invalid . find the total polled votes ?
|
winner votes = 100 - 45 = 55 polled votes = [ ( 100 * 9000 ) / 2 * 55 - 100 ] + 83 = 90083 answer is d
|
after working for 6 days , david was joined by moore . together they completed the remaining job in 3 days . how many days will it take both of them to complete the entire job , given that it would have taken david 12 days to complete the job alone ?
|
david and moore complete half work in 3 days = > they can complete whole work in 6 days
|
how long does a train 110 m long running at the speed of 54 km / hr takes to cross a bridge 132 m length ?
|
speed = 54 * 5 / 18 = 15 m / sec total distance covered = 110 + 132 = 242 m . required time = 242 / 15 = 16.13 sec .
|
by selling an article at rs . 800 , a shopkeeper makes a profit of 25 % . at what price should he sell the article so as to make a loss of 35 % ?
|
sp = 800 profit = 25 % cp = ( sp ) * [ 100 / ( 100 + p ) ] = 800 * [ 100 / 125 ] = 640 loss = 25 % = 25 % of 640 = rs . 224 sp = cp - loss = 640 - 224 = rs . 416
|
the average weight of 8 people increases by 2.5 kg when a new person comes in place of one of them weighing 55 kg . what is the weight of the new person ?
|
the total weight increase = ( 8 x 2.5 ) kg = 20 kg weight of new person = ( 55 + 20 ) kg = 75 kg the answer is a .
|
the length of a rectangular plot is 10 mtr more than its width . the cost of fencing the plot along its perimeter at the rate of rs . 6.5 mtr is rs . 910 . the perimeter of the plot is ?
|
sol . let width = x , length = ( 10 + x ) perimeter = 2 ( x + ( 10 + x ) ) = 2 ( 2 x = 10 ) & 2 ( 2 x + 10 ) * 6.5 = 910 x = 30 required perimeter = 2 ( 30 + 40 ) = 140 d
|
what is the least number which should be added to 5432 so that the sum is exactly divisible by 5 , 6 , 4 , and 3 ?
|
l . c . m . of 5 , 6 , 4 and 3 = 60 . when dividing 5432 by 60 , the remainder is 32 . the number to be added = 60 - 32 = 28 . the answer is c .
|
two airplanes take off from one airfield at noon . one flies due east at 203 miles per hour while the other flies directly northeast at 283 miles per hour . approximately how many miles apart are the airplanes at 2 p . m . ?
|
c in two hours : the plane flying east will be 406 miles away from airport . the other plane will be 566 miles away from airport . 566 / 406 = ~ 1.4 = ~ sqrt ( 2 ) this means that planes formed a right isocheles triangle = > sides of such triangles relate as 1 : 1 : sqrt ( 2 ) = > the planes are 406 miles apart . c
|
a man can swim in still water at 6 km / h , but takes twice as long to swim upstream than downstream . the speed of the stream is ?
|
m = 6 s = x ds = 6 + x us = 6 - x 6 + x = ( 6 - x ) 2 6 + x = 12 - 2 x 3 x = 6 x = 2
|
the population of a town is 10000 . it increases annually at the rate of 20 % p . a . what will be its population after 4 years ?
|
formula : ( after = 100 denominator ago = 100 numerator ) 10000 ã — 120 / 100 ã — 120 / 100 ã — 120 / 100 ã — 120 / 100 = 20730 c
|
a certain roller coaster has 4 cars , and a passenger is equally likely to ride in any 1 of the 4 cars each time that passenger rides the roller coaster . if a certain passenger is to ride the roller coaster 4 times , what is the probability that the passenger will ride in each of the 4 cars ?
|
if he is to ride 4 times and since he can choose any of the 4 cars each time , total number of ways is = 4 * 4 * 4 * 4 = 256 now the number of ways if he is to choose a different car each time is = 4 * 3 * 2 * 1 = 24 so the probability is = 24 / 256 = 6 / 64 = 3 / 32 = 3 / 32
|
what will be the ratio between the area of a rectangle and the area of a triangle with one of the sides of rectangle as base and a vertex on the opposite side of rectangle .
|
area of δ ebc = 1 ⁄ 2 × bc × ef = 1 ⁄ 2 × bc × ab [ since , ef = ab ] area of δ ebc = 1 ⁄ 2 × area of δ abcd \ required ratio = 2 : 1 . answer b
|
the average age of a , b and c is 25 years . if the average age of a and c is 29 years , what is the age of b in years ?
|
age of b = age of ( a + b + c ) â € “ age of ( a + c ) = 25 ã — 3 â € “ 29 ã — 2 = 75 â € “ 58 = 17 years a
|
a man walking at the rate of 6 km per hour crosses a square field diagonally in 9 seconds the area of the field is
|
distance covered in 9 seconds = ( 6 × 1000 / 3600 ) × 9 = 15 m diagonal of square field = 15 m side of square = a then diagonal of that square = √ 2 a hence area of the square = a 2 = ( 152 ) / 2 = 112.5 sq . m
|
in a college the ratio of the numbers of boys to the girls is 8 : 5 . if there are 175 girls , the total number of students in the college is ?
|
let the number of boys and girls be 8 x and 5 x then , 5 x = 175 x = 35 total number of students = 13 x = 13 * 35 = 455 answer is c
|
i spend 40 hours a week ( 5 days ) at work and like to organize my time so that i spend an equal number of hours on the two tasks i currently have . currently , i am spending 5 hours a day on task 1 and 3 on task 2 . how many hours a week less do i need to spend on task 1 in order to evenly distribute my time ?
|
5 x 5 = 25 25 - 5 = 20 the answer is a .
|
what is the greatest of 3 consecutive integers whose sum is 27 ?
|
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 = 27 ; = > 3 n = 27 ; = > n = 9 the greatest of the three numbers is therefore 9 + 2 = 11
|
the area of a triangle is with base 4 m and height 5 m ?
|
1 / 2 * 4 * 5 = 10 m 2
|
a pharmaceutical company received $ 5 million in royalties on the first $ 20 million in sales of and then $ 10 million in royalties on the next $ 108 million in sales . by approximately what percentage did the ratio of royalties to sales decrease from the first $ 20 million in sales to the next $ 108 million in sales ?
|
( 10 / 108 ) / ( 5 / 20 ) = 20 / 27 = 74 % it means that 10 / 108 represents only 74 % . therefore a decrease of 26 % . answer b
|
peter brought a scooter for a certain sum of money . he spent 10 % of the cost on repairs and sold the scooter for a profit of $ 1100 . how much did he spend on repairs if he made a profit of 20 % ?
|
e 500 let the c . p . be $ x . then , 20 % of x = 1100 20 / 100 * x = 1100 = > x = 5500 c . p . = $ 5500 , expenditure on repairs = 10 % actual price = $ ( 100 * 5500 ) / 110 = $ 5000 expenditures on repairs = ( 5500 - 5000 ) = $ 500 .
|
10 people can write 55 book in 12 days working 8 hour a day . then in how many day 198 can be written by 48 people ?
|
work per day epr hour per person = 55 / ( 12 * 8 * 10 ) / / eq - 1 people = 48 ; let suppose day = p ; per day work for 8 hours acc . to condition work per day epr hour per person = 198 / ( p * 8 * 48 ) / / eq - 2 eq - 1 = = eq - 2 ; p = 9
|
the current of a stream runs at the rate of 4 kmph . a boat goes 12 km and back to the starting point in 2 hours , then find the speed of the boat in still water ?
|
s = 4 m = x ds = x + 4 us = x - 4 12 / ( x + 4 ) + 12 / ( x - 4 ) = 2 x = 13.21
|
a train 200 m long passes a man , running at 5 km / hr in the same direction in which the train is going , in 10 seconds . the speed of the train is :
|
speed of the train relative to man = ( 200 / 10 ) m / sec = 20 m / sec . [ 20 * ( 18 / 5 ) ] km / hr = 72 km / hr . let the speed of the train be x km / hr . then , relative speed = ( x - 5 ) km / hr . x - 5 = 72 = = > x = 77 km / hr .
|
to fill a tank , 200 buckets of water is required . how many buckets of water will be required to fill the same tank if the capacity of the bucket is reduced to four - fifths of its present ?
|
let the capacity of 1 bucket = x . then , the capacity of tank = 200 x . new capacity of bucket = 4 / 5 x therefore , required number of buckets = ( 200 x ) / ( 4 x / 5 ) = ( 200 x ) x 5 / 4 x = 1000 / 4 = 250 answer is e .
|
if the cost price of 19 articles is equal to the selling price of 16 articles , what is the percentage of profit or loss that the merchant makes ?
|
let cost price of 1 article be re . 1 . therefore , cost price of 19 articles = rs . 19 . selling price of 16 articles = rs . 19 therefore , selling price of 19 articles is : - = > 19 / 16 ã — 19 = > 22.56 . therefore , profit = selling price - cost price . = > 22.56 â ˆ ’ 19 = 3.56 . hence , the percentage of profit = profit x 100 / c . p . = > 3.56 / 19 ã — 100 . = > 18.75 % profit .
|
the mean of 40 observations was 100 . it was found later that an observation 50 was wrongly taken as 75 the corrected new mean is
|
correct sum = ( 100 * 40 + 50 - 75 ) = 3975 . correct mean = = 3975 / 40 = 99.375
|
the entrance fee for a fair is $ 5 for persons under the age of 18 , and 20 % more for persons older . each ride at the fair costs $ 0.50 . if joe goes with her 6 years old twin brothers , and they each took 3 rides in total . how much money does joe end up spending at the fair ?
|
total entrance fee is ( 2 * $ 5 ) + ( 1.20 * 5 ) = $ 16 total rides fee is ( 0.50 * 3 ) * 3 = $ 4.50 total money spent is $ 20.50 answer is b
|
in the manufacture of a certain product , 7 percent of the units produced are defective and 5 percent of the defective units are shipped for sale . what percent of the units produced are defective units that are shipped for sale ?
|
0.07 * 0.05 = 0.0035 = 0.35 % the answer is b .
|
a bag contains 6 red , 5 blue and 2 green balls . if 2 ballsare picked at random , what is the probability that both are red ?
|
p ( both are red ) , = 6 c 213 c 2 = 6 c 213 c 2 = 5 / 26 c
|
if 1488 / 1.24 = 1200 , then 148.8 / 12.4 is equal to ?
|
answer given expression 148.8 / 12.4 = 1488 / 124 = 1488 / ( 1.24 x 100 ) = 1200 / 100 = 12 correct option : d
|
the cross - section of a cannel is a trapezium in shape . if the cannel is 6 m wide at the top and 4 m wide at the bottom and the area of cross - section is 10290 sq m , the depth of cannel is ?
|
1 / 2 * d ( 6 + 4 ) = 10290 d = 258
|
a girl scout was selling boxes of cookies . in a month , she sold both boxes of chocolate chip cookies ( $ 1.25 each ) and boxes of plain cookies ( $ 0.75 each ) . altogether , she sold 1,585 boxes for a combined value of $ 1 , 586.25 . how many boxes of plain cookies did she sell ?
|
let # plain cookies sold be x then # chocolate cookies = ( total cookies - x ) equating for x ( 0.75 ) * x + ( 1.25 ) * ( 1585 - x ) = 1586.25 = > x = 790 e
|
in what ratio p : q should the mixture p of milk and water in the ratio of 5 : 4 be mixed with another mixture q of milk and water in the ratio 2 : 7 so that the resultant mixture contains equal quantities of milk and water ?
|
( 5 / 9 ) * p + ( 2 / 9 ) * q = ( 4 / 9 ) * p + ( 7 / 9 ) * q p = 5 q p / q = 5 / 1 the answer is e .
|
a certain company expects quarterly earnings of $ 0.80 per share of stock , half of which will be distributed as dividends to shareholders while the rest will be used for research and development . if earnings are greater than expected , shareholders will receive an additional $ 0.04 per share for each additional $ 0.10 of per share earnings . if quarterly earnings are $ 1.10 per share , what will be the dividend paid to a person who owns 500 shares of the company ' s stock ?
|
eps actual > eps expected . each gets and additional . 12 per share . thus . 52 * 500 - - > $ 260 answer is a
|
the positive integers s and t leave remainders of 2 and 3 , respectively , when divided by 6 . s > t . what is the remainder when s – t is divided by 6 ?
|
let ' s test out some values of p and q that satisfy the given information . s leaves are remainder of 2 when divided by 6 so , s could equal 8 t leaves are remainder of 3 when divided by 6 so , t could equal 3 what is the remainder when s – t is divided by 6 ? so , s - t = 8 - 3 = 5 , and when we divide 5 by 6 , we get 0 with remainder 5
|
what is the remainder when 9 ^ 381 is divided by 5 ?
|
i also agree that the remainder is ' 4 ' ( using the last digit of the powers of 7 ) . could we have the official answer please ? e
|
the sum of ages of 5 children born 2 years different each is 40 years . what is the age of the elder child ?
|
let the ages of children be x , ( x + 2 ) , ( x + 4 ) , ( x + 6 ) and ( x + 8 ) years . then , x + ( x + 2 ) + ( x + 4 ) + ( x + 6 ) + ( x + 8 ) = 40 5 x = 20 x = 4 . x + 8 = 4 + 8 = 12
|
find large number from below question the difference of two no . is 1365 . on dividing the larger no . by the smaller , we get 6 as quotient and the 15 as remainder ?
|
let the smaller number be x . then larger number = ( x + 1365 ) . x + 1365 = 6 x + 15 5 x = 1350 x = 270 large number = 270 + 1365 = 1635 e
|
the compound interest earned by sunil on a certain amount at the end of two years at the rate of 4 % p . a . was rs . 326.40 . find the total amount that sunil got back at the end of two years in the form of principal plus interest earned .
|
let the sum be rs . p p { [ 1 + 4 / 100 ] 2 - 1 } = 326.40 p ( 4 / 100 ) ( 2 + 4 / 100 ) = 326.40 [ a 2 - b 2 = ( a - b ) ( a + b ) ] p = 326.40 / ( 0.04 ) ( 2.04 ) = 4000 amount = 4000 + 326.40 = 4326.40
|
if a square mirror has a 20 - inch diagonal , what is the approximate perimeter e of the mirror , in inches ?
|
if you draw the square and diagonal inside the square . u can see square becomes part of two triangles opposite to each other . and we know the property of the triangle , addition of two sides of triangle must be greater than its diagonal in order to complete the triangle . and each side must be less than 20 and perimeter e must be less than 80 , so we can eliminate answer choice c , d and e . so side 1 + side 2 > 20 , that means side 1 or side 2 must be > 10 . so we can eliminate the answer choice a . now we are left with is b
|
james and david work at a grocery shop with 6 other workers . for an internal review , 2 of the 6 workers will be randomly chosen to be interviewed . what is the probability that james and david will both be chosen ?
|
probability that james and david will both be chosen out of 6 workers = ( 2 / 6 ) * ( 1 / 5 ) = 1 / 15 answer e
|
60 % of a number is added to 120 , the result is the same number . find the number ?
|
( 60 / 100 ) * x + 120 = x 2 x = 600 x = 300
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.