text
stringlengths
76
3.75k
source
stringclasses
5 values
Example of related question Q and answer A: Q: Aravind had $ 2100 left after spending 30 % of the money he took for shopping. How much money did he take along with him? A: Let the money he took for shopping be m. Money he spent = 30 % of m = 30/100 × m = 3/10 m Money left with him = m – 3/10 m = (10m – 3m)/10 = 7m/10 B...
deepmind/aqua_rat
Example of related question Q and answer A: Q: What is the greatest number of three digits which is divisible by 4, 8, 12 ? A: Greatest number of 3 digits = 999 LCM of 4, 8, 12 = 24 999 ÷ 24= 41, remainder = 15 Hence, greatest number of four digits which is divisible by 4,8,12 = 999 - 15 = 984
deepmind/aqua_rat
Example of related question Q and answer A: Q: In a cricket team, the average of eleven players is 28 years. Out of these, the average ages of three groups of three players each are 25 years, 28 years and 34 years respectively. If in these groups, the captain and the youngest player are not included, and the captain is...
deepmind/aqua_rat
Example of related question Q and answer A: Q: In case M is the only individual sewing on committee B, which among the following shouldserve on committee A? A: N and O should serve on A
deepmind/aqua_rat
Example of related question Q and answer A: Q: Two men Amar and Bhuvan have the ratio of their monthly incomes as 6 : 5. The ratio of their monthly expenditures is 3 : 2. If Bhuvan saves one-fourth of his income, find the ratio of their monthly savings? A: Let the monthly incomes of Amar and Bhuvan be 6x and 5x respect...
deepmind/aqua_rat
Example of related question Q and answer A: Q: The average of first six prime numbers which are odd is? A: Explanation: Sum of first 6 prime no. which are odd = 56 Average = 56/6 = 9.33
deepmind/aqua_rat
Example of related question Q and answer A: Q: Farm Tax is levied on the 50% of the cultivated Land. The tax department collected total $ 3840 through the farm Tax from the village of Mr. willam. Mr. willam paid only $ 480 as farm tax. The percentage of total land of Mr. willam over the total taxable land of the villag...
deepmind/aqua_rat
Example of related question Q and answer A: Q: You enter a weight loss challenge game and manage to lose 13% of your body weight. For the final weigh in you are forced to wear clothes that add 2% to your weight. What percentage of weight loss is measured at the final weigh in? A: (100%-13%)*(100%+2%) = 0.87*1.02 = 11.2...
deepmind/aqua_rat
Example of related question Q and answer A: Q: An investor bought two shares of stock, which he sold for $36 each. If he had a profit of 20% on one of the shares and a loss of 20% on the other share, then on the sale of both shares combined, the investor had: A: The cost of the first stock was 36/1.2=30, so the profit ...
deepmind/aqua_rat
Example of related question Q and answer A: Q: 2^2*3^3*2^3*3^2*2^2 = A: 2^2*3^3*2^3*3^2*2^2 = A) 3^5*2^5 B) 2^9*3^4 C) 2^4*3^9 D) 2^7*3^5 E) 6^10 If the base is same, powers are added so that follows D) 2^7*3^5.
deepmind/aqua_rat
Example of related question Q and answer A: Q: During the second quarter of 1984, a total of 2,976,000 domestic cars were sold. If this was 24% greater than the number sold during the first quarter of 1984, how many were sold during the first quarter ? A: Let number of cars sold in 1st quarter = x Number of cars sold i...
deepmind/aqua_rat
Example of related question Q and answer A: Q: If a large pizza has a radius that is 40% larger that that of a medium pizza, what is the percent increase in area between a medium and a large pizza? A: Let the radius of medium pizza be r. Then the radius of large pizza is 1.4r. The area of the medium pizza is pi*r^2 The...
deepmind/aqua_rat
Example of related question Q and answer A: Q: For all integers x>1. <x>=2x+(2x-1)+(2x-2)+......2+1. What is the value of <3>*<4>? A: Since <x>=2x+(2x-1)+(2x-2)+......2+1=1+2+..+(2x-2)+(2x-1)+2x then<x> is basically the sum of all integers from 1 to 2x, inclusive. Hence <3> is the sum of all integers from 1 to 2*3=6 an...
deepmind/aqua_rat
Example of related question Q and answer A: Q: A, B and C invested Rs.6300, Rs.4200 and Rs.10500 respectively, in a partnership business. Find the share of A in profit of Rs.12400 after a year? A: 6300:4200:10500 3:2:5
deepmind/aqua_rat
Example of related question Q and answer A: Q: Which of the following ratios is greatest ? A: 7/15 = 0.466, 15/23 = 0.652, 17/25 = 0.68 21/29 = 0.724 Clearly, 0.724 is greatest therefore, 21 : 29 is greatest
deepmind/aqua_rat
Example of related question Q and answer A: Q: A thief is spotted by a policeman from a distance of 200metres. When the policeman starts the chase, the thief also starts running. If the speed of the thief be 16km/hr and that of the policeman 20km/hr, how far the thief will have run before he is overtaken ? A: Relative ...
deepmind/aqua_rat
Example of related question Q and answer A: Q: The average expenditure of a man for the first five months is Rs.60 and for the next seven months it is Rs.130. If he saves Rs.290 in that year, his monthly average income is : A: Explanation: Total income = Rs.(60×5+130×7+290)=Rs.1500 Average monthly income = Rs. (1500/...
deepmind/aqua_rat
Example of related question Q and answer A: Q: A gambler bought $3,000 worth of chips at a casino in denominations of $30 and $100. That evening, the gambler lost 16 chips, and then cashed in the remainder. If the number of $30 chips lost was 2 more or 2 less than the number of $100 chips lost, what is the largest amou...
deepmind/aqua_rat
Example of related question Q and answer A: Q: In a particular course, only two grades are given all semester: the midterm exam, which counts for 25% of the semester grade, and the final exam, which counts for the remainder. Lindsey's semester grade was 88%. If the highest possible score on either exam is 100%, what is...
deepmind/aqua_rat
Example of related question Q and answer A: Q: 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 4 hours and 16 hours respectively. The ratio of their speeds is? A: Let us name the trains A and B. Then, (A's speed) :...
deepmind/aqua_rat
Example of related question Q and answer A: Q: A merchant purchased a jacket for $60 and then determined a selling price that equalled the purchase price of the jacket plus a markup that was 25 percent of the selling price. During a sale, the merchant discounted the selling price by 20 percent and sold the jacket. What...
deepmind/aqua_rat
Example of related question Q and answer A: Q: A lady bought five books namely A,B,C,D,E to distribute her 4 children. How many ways she can distribute books? A: 4*4*4*4*4 4^5
deepmind/aqua_rat
Example of related question Q and answer A: Q: If Jack walked 7 miles in 1 hour and 15 minutes, what was his rate of walking in miles per hour? A: Distance walked in 1 hour and 15 mins = 7 miles Speed per hour = Distance/Time = 7/(5/4) = 5.6 miles per hour
deepmind/aqua_rat
Example of related question Q and answer A: Q: If the reciprocals of two consecutive positive integers are added together, what is the sum in terms of the greater integer x? A: Let two consecutive positive integers be x and x-1 (Greater integer is x) So, (1/x) + [1/(x-1)] = (2x-1)/x(x-1) =(2x-1)/(x^2- x)
deepmind/aqua_rat
Example of related question Q and answer A: Q: A company that ships boxes to a total of 12 distribution centers uses color coding to identify each center. If either a single color or a pair of two different colors is chosen to represent each center and if each center is uniquely represented by that choice of one or two...
deepmind/aqua_rat
Example of related question Q and answer A: Q: Ajay pays Rs 6.4 per litre of spirit, He adds water and sells the mixture at Rs 8 per Iitre, thereby making 37.5% profit. Find the proportion of the water to that of the spirit received by the customers. A: Suppose the quantity of spirit purchased= X litres Suppose quantit...
deepmind/aqua_rat
Example of related question Q and answer A: Q: Smita Was Making A Cube With Dimensions 5*5*5 Using 1*1*1 Cubes. What Is The Number Of Cubes Needed To Make A Hollow Cube Looking Of The Same Shape? A: cube use to make perfect 5 * 5 * 5 = 125 No need of cube to make hollow=(5-2)*(5-2)*(5-2)=27 so total cube need to make h...
deepmind/aqua_rat
Example of related question Q and answer A: Q: X starts a business with Rs.45000. Y joins in the business after 3 months with Rs.30000. What will be the ratio in which they should share the profit at the end of the year? A: Explanation: Ratio in which they should share the profit = Ratio of the investments multiplied b...
deepmind/aqua_rat
Example of related question Q and answer A: Q: Set J consists of the terms {a, b, c, d, e}, where e > d > c > b > a >0.1. Which of the following operations would decrease the standard deviation of Set J? A: CONCEPT: Standard Deviation is Defined as Average Deviation of Terms in the set from the Mean value of the set. i...
deepmind/aqua_rat
Example of related question Q and answer A: Q: If a/b = 4/5, Then (5a - 3b) / (5a + 3b) = ? A: Answer Dividing numerator as well as denominator by b, we get Given Exp. = (5a - 3b) / (5a + 3b) = (5a/b - 3) / (5a/b + 3) Since a/b = 4/5 this implies that =[(5*4)/5 -3]/[(5*4)/5 +3)] = (4- 3) / (4 + 3) = 1/7
deepmind/aqua_rat
Example of related question Q and answer A: Q: If the units digit of n^33 is 7, which of the following could be the value of n? I. n = 41 II. n = 43 III. n = 47 A: Given n^33 units digit is 7. If at all we have to get 7 as units digits only 3 and 7 series has 7 3^! = 3 , 3^2 = 9 , 3^3 = 27 , 3^4 = 81 7^1 = 7, 7^2 = 49 ...
deepmind/aqua_rat
Example of related question Q and answer A: Q: Tom is 7 years older than Sam, and Jack is thrice as old as Tom. If S is Sam’s age and J is Jack’s age, what is the relationship between S and J? A: T=S+7 and J=3T --> J=3S+21
deepmind/aqua_rat
Example of related question Q and answer A: Q: Two stations P and Q are 110 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? A: Explanation: Assume both trains...
deepmind/aqua_rat
Example of related question Q and answer A: Q: A and B together can do a work in 4 days. If A alone can do it in 14 days. In how many days can B alone do it? A: 1/4 – 1/12 = 1/6 => 6
deepmind/aqua_rat
Example of related question Q and answer A: Q: Tough and Tricky questions: Ratios 1/5 of a certain class left on a field trip. 1/3 of the students who stayed behind did not want to go on the field trip (all the others did want to go). When another vehicle was located, 1/2 of the students who did want to go on the field...
deepmind/aqua_rat
Example of related question Q and answer A: Q: Two train each 500 m long, are running in opposite directions on parallel tracks. If their speeds are 45 km/hr and 30 km/hr respectively, the time taken by the slower train to pass the driver of the faster one is A: Explanation: Relative speed = 45+30 = 75 km/hr = 750/36 m...
deepmind/aqua_rat
Example of related question Q and answer A: Q: (51+ 52 + 53 + ... + 100) = ? A: This is an A.P. in which a = 51, l = 100 and n = 50. Sum = n (a + l) = 50 x (51 + 100) = (25 x 151) = 3775. 2 2
deepmind/aqua_rat
Example of related question Q and answer A: Q: In one day, Juan sends Keith three times as many messages as he sends Laurence, and Laurence sends Missy 2 times as many messages as he receives from Juan. If Missy received 18 messages from Laurence, how many messages does Keith receive from Juan? A: Juan --> Laurence = x...
deepmind/aqua_rat
Example of related question Q and answer A: Q: A bus trip of 550 miles would have taken 1 hour less if the average speed V for the trip had been greater by 5 miles per hour. What was the average speed V, in miles per hour, for the trip? A: The time is the distance/speed. The time difference is 1 hour. 550/V - 550/(V+5)...
deepmind/aqua_rat
Example of related question Q and answer A: Q: A boat having a length 8 m and breadth 3 m is floating on a lake. The boat sinks by 1 cm when a man gets on it. The mass of the man is: A: Volume of water displaced = (8 x 3 x 0.01) m3 = 0.24 m3. Mass of man = Volume of water displaced x Density of water = (0.24 x 1000) kg...
deepmind/aqua_rat
Example of related question Q and answer A: Q: P is three times as old as Q. In 11 years, P will be twice as old as Q. How old was P three years ago? A: P = 3Q so Q = P/3 P+11 = 2(Q+11) = 2(P/3+11) P/3 = 11 P = 33 Three years ago, P was 30.
deepmind/aqua_rat
Example of related question Q and answer A: Q: What is the next number: 2, 10, 82, __ A: 3^0 + 1 = 2 3^2 + 1 = 10 3^4 + 1 = 82 3^6 + 1 = 730
deepmind/aqua_rat
Example of related question Q and answer A: Q: Carol and Blake invested 12000 and 24000, respectively in a business. Carol manages the business and for this he receives 9% of the profit while the rest is divided in proportion to their capitals. Find the share of Carol in a profit of 4000. A: The Carol gets for managing...
deepmind/aqua_rat
Example of related question Q and answer A: Q: There are 9 pairs of socks and 2 socks are worn from that such that the pair of socks worn are not of the same pair. what is the number of pair that can be formed. A: First of all you should remember that there is a difference in left and right sock. now no. of way to sele...
deepmind/aqua_rat
Example of related question Q and answer A: Q: Two numbers are in the ratio of 5:7. If 7 is subtracted from each number, they are in the ratio of 2:3. What are the two numbers? A: (5x-7):(7x-7) = 2y:3y 5x - 7 = 2y 7x - 7 = 3y 49-35 = 15y - 14y 14 = y 5x-7 = 28 x = 7 The two numbers are 5x and 7x which are 35 and 49.
deepmind/aqua_rat
Example of related question Q and answer A: Q: A book club rented the party room of a local restaurant to meet and discuss its current novel over dinner. The total charge, including food and service, was $ 790. If each member of the club paid at least $ 32, then what is the greatest possible number of members in the cl...
deepmind/aqua_rat
Example of related question Q and answer A: Q: A person crosses a 600 m long street in 5 minutes, What is his speed in km per hour? A: Explanation: Speed = {\color{Blue} \left ( \frac{600}{5\times 60} \right )m/ sec =2m/ sec=\left ( 2\times \frac{18}{5} \right )km/hr=7.2km/hr}
deepmind/aqua_rat
Example of related question Q and answer A: Q: A tin of oil was 4/5 full. when 6 bottles of oil were taken out and four bottles of oil were poured into it, it was ¾ full. how many bottles of oil can the tin contain? A: Suppose x bottles can fill the tin completely Then 4/5x-3/4x=6-4 X/20=2 X=40 Therefore required no of...
deepmind/aqua_rat
Example of related question Q and answer A: Q: A, B, and C working alone can finish constructing a house in 6, 12, and 18 hours respectively. A starts alone and works for 1 hour. He is then joined by B and they work together for 1 hour. Finally C joins them and they all work together to finish the work. If they start w...
deepmind/aqua_rat
Example of related question Q and answer A: Q: The speed of a car is 120 km in the first hour and 60 km in the second hour. What is the average speed of the car? A: S = (120 + 60)/2 = 90 kmph
deepmind/aqua_rat
Example of related question Q and answer A: Q: It takes Avery 2.5 hours to build a brick wall while Tom can do it in 4 hours. If the two start working together and after an hour Avery leaves, how much time will it take Tom to complete the wall on his own? A: Avery's efficiency is 100/2.5 = 40% Tom's = 100/4= 25% they w...
deepmind/aqua_rat
Example of related question Q and answer A: Q: A girl was asked to multiply a certain number by 43. She multiplied it by 34 and got his answer less than the correct one by 1242. Find the number to be multiplied. A: Let the required number be x. Then, 43x – 34x = 1242 or 9x = 1242 or x = 138. Required number = 138.
deepmind/aqua_rat
Example of related question Q and answer A: Q: Insert the missing number. 2, 7, 10, 22, 18, 37, 26 A: There are two series here 2, 10, 18, 26, ... (Increase by 8) 7, 22, 37, ... (Increase by 15) Hence, next term is 37+15 = 52
deepmind/aqua_rat