DAT Quiz: Word Problems
20 questions · exam conditions
0:00
Word ProblemsQuestion 1 of 20

A pipe fills a tank in 6 h; another fills it in 12 h. A drain empties it in 8 h. All open, how many hours to fill it?

4 hours
8 hours
10 hours
2.7 hours
← Back to quizzes

DAT Quiz

DAT Quiz: Word Problems

Practice Word Problems in DAT with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Word Problems, giving you a quick way to practice the rules, question types, and explanations that matter most for DAT.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A pipe fills a tank in 6 h; another fills it in 12 h. A drain empties it in 8 h. All open, how many hours to fill it?

  1. 4 hours
  2. 8 hours (correct answer)
  3. 10 hours
  4. 2.7 hours
Explanation: Add the fill rates: 1/6 + 1/12 = 1/4 tank per hour. The drain removes 1/8, so net fill rate is 1/4 - 1/8 = 1/8 tank per hour. Therefore it takes 8 hours to fill the tank. The tempting 10-hour answer comes from adding and subtracting the times directly, but rates, not times, must be combined.

Question 2

After a 25% markup and a 20% discount on the new price, an item sells for $90. What was the original price?

  1. $90.00 (correct answer)
  2. $85.50
  3. $94.50
  4. $100.00
Explanation: A 25% markup multiplies by 1.25, and a 20% discount multiplies by 0.80. Since 1.25 × 0.80 = 1, the final price equals the original. So the original price is $90. Watch out for $94.50, which comes from thinking the changes net to 5% instead of canceling exactly.

Question 3

Accepted to rejected ratio is 5:3. If 240 more are accepted than rejected, how many applied?

  1. 960 applications (correct answer)
  2. 600 applications
  3. 360 applications
  4. 1200 applications
Explanation: The ratio difference is 5 - 3 = 2 parts, and that equals 240, so each part is 240 / 2 = 120. Total parts are 5 + 3 = 8, so total applications are 8 * 120 = 960. The tempting trap is 600, which is only the number accepted, not the total applied.

Question 4

A car travels 60 miles at 30 mph and returns the same route at 20 mph. What is the average speed for the trip?

  1. 25 mph
  2. 20 mph
  3. 24 mph (correct answer)
  4. 30 mph
Explanation: Average speed equals total distance divided by total time. Going 60 miles at 30 mph takes 2 hours; returning 60 miles at 20 mph takes 3 hours. Total distance is 120 miles and total time is 5 hours, so 120 / 5 = 24 mph. The tempting error is 25 mph, the simple average of 30 and 20, but that ignores the unequal times spent at each speed.

Question 5

Test scores 81, 85, and 95 have an average that counts 2/3; the final counts 1/3. What final score yields 90 overall?

  1. 93 points
  2. 90 points
  3. 99 points
  4. 96 points (correct answer)
Explanation: The three test scores average to 87. Since tests count 2/3, they contribute 58 points. You need 90 overall, so the final must contribute 32 points; with weight 1/3, the final score is 96. A common mistake is averaging all four scores equally, which gives 99, but the final counts only 1/3.

Question 6

A radioactive isotope decays at 12% per hour. If the initial mass is 250 mg, approximately how much remains after 3 hours? (Use N=N0(1r)tN=N_0(1-r)^t.)

  1. 150 mg
  2. 160 mg
  3. 170 mg (correct answer)
  4. 180 mg
Explanation: When you encounter radioactive decay problems, you're dealing with exponential decay where a substance decreases by a constant percentage over equal time intervals. The given formula N=N0(1r)tN=N_0(1-r)^t captures this pattern, where N0N_0 is the initial amount, rr is the decay rate as a decimal, and tt is time. Let's substitute the given values: N0=250N_0 = 250 mg, r=0.12r = 0.12 (12% as a decimal), and t=3t = 3 hours. This gives us: N=250(10.12)3=250(0.88)3N = 250(1-0.12)^3 = 250(0.88)^3 Calculating (0.88)3(0.88)^3: 0.88×0.88=0.77440.88 \times 0.88 = 0.7744, then 0.7744×0.88=0.68150.7744 \times 0.88 = 0.6815 Therefore: N=250×0.6815=170.4N = 250 \times 0.6815 = 170.4 mg, which rounds to approximately 170 mg. Looking at the wrong answers: Choice A (150 mg) represents too much decay, possibly from using an incorrect decay rate or miscalculating the exponential. Choice B (160 mg) is close but likely results from rounding errors during intermediate calculations. Choice D (180 mg) suggests insufficient decay, perhaps from using simple rather than compound decay or applying the wrong time period. The key strategy here is recognizing that exponential decay is compound—the 12% loss applies to the remaining amount each hour, not the original amount. Always convert percentages to decimals, be careful with your exponential calculations, and remember that "decay rate" goes with (1r)(1-r), not just rr in the formula.

Question 7

A drawer contains 6 blue masks and 4 white masks. Two masks are randomly selected without replacement. What is the probability that at least one mask is white?

  1. 13\dfrac13
  2. 25\dfrac25
  3. 23\dfrac23 (correct answer)
  4. 34\dfrac34
Explanation: When you encounter probability questions asking for "at least one" of something, the complement approach is often your most efficient strategy. Instead of calculating all the ways to get one white mask plus all the ways to get two white masks, find the probability that NO white masks are selected, then subtract from 1. To find the probability of selecting no white masks (only blue masks), you need both masks to be blue. The drawer contains 6 blue masks and 4 white masks (10 total). The probability of selecting two blue masks without replacement is: First mask blue: 610\frac{6}{10} Second mask blue (given first was blue): 59\frac{5}{9} Combined probability of both blue: 610×59=3090=13\frac{6}{10} \times \frac{5}{9} = \frac{30}{90} = \frac{1}{3} Therefore, the probability of at least one white mask is: 113=231 - \frac{1}{3} = \frac{2}{3} Choice A (13\frac{1}{3}) represents the probability of getting NO white masks—the complement of what we want. Choice B (25\frac{2}{5}) likely comes from incorrectly using 410\frac{4}{10} (initial white probability) without accounting for the "without replacement" condition. Choice D (34\frac{3}{4}) might result from misapplying the white mask ratio or making calculation errors with the complement approach. Study tip: For "at least one" probability questions, always consider the complement method first. Calculate the probability of the opposite outcome (usually "none"), then subtract from 1. This approach typically involves fewer calculations and reduces error risk.

Question 8

An orthodontic order contained small and large brackets in a ratio of 3 : 5. If 360 brackets were ordered in total, how many were large?

  1. 135
  2. 180
  3. 225 (correct answer)
  4. 240
Explanation: Ratio problems test your ability to work with proportional relationships. When you see a ratio like 3:5, think of it as representing parts of a whole rather than actual quantities. The ratio 3:5 means that for every 3 small brackets, there are 5 large brackets. This gives us a total of 3 + 5 = 8 parts in the ratio. Since 360 brackets were ordered total, each part represents 3608=45\frac{360}{8} = 45 brackets. Large brackets make up 5 parts of the ratio, so the number of large brackets is 5×45=2255 \times 45 = 225. You can verify this: small brackets would be 3×45=1353 \times 45 = 135, and 135+225=360135 + 225 = 360 Looking at the wrong answers: A) 135 is the number of small brackets, not large ones—this represents the classic trap of solving for the wrong part of the ratio. B) 180 would result if you incorrectly calculated each part as 36010=36\frac{360}{10} = 36 (perhaps by adding an extra step), then multiplied by 5. D) 240 comes from miscalculating the total parts as 6 instead of 8, giving 3606=60\frac{360}{6} = 60 per part, then 60×4=24060 \times 4 = 240—but this uses the wrong ratio interpretation entirely. The key strategy for ratio problems: always find the total number of parts first, then determine what each part represents. Double-check by ensuring your parts add up to the given total. This systematic approach prevents the common mistake of solving for the wrong component.

Question 9

Pump A can fill a vat in 18 minutes and Pump B in 30 minutes. Both pumps run together for 6 minutes, after which Pump B is turned off. How many additional minutes will Pump A need to finish filling the vat?

  1. 6
  2. 8.4 (correct answer)
  3. 10
  4. 12
Explanation: When you encounter work rate problems, think in terms of rates per unit time. Each pump has a specific rate at which it fills the vat, and when working together, their rates combine. First, find each pump's rate. Pump A fills the vat in 18 minutes, so its rate is 118\frac{1}{18} vat per minute. Pump B fills the vat in 30 minutes, so its rate is 130\frac{1}{30} vat per minute. When both pumps work together for 6 minutes, their combined rate is 118+130\frac{1}{18} + \frac{1}{30}. To add these fractions, find a common denominator of 90: 590+390=890=445\frac{5}{90} + \frac{3}{90} = \frac{8}{90} = \frac{4}{45} vat per minute. In 6 minutes working together, they fill 6×445=2445=8156 \times \frac{4}{45} = \frac{24}{45} = \frac{8}{15} of the vat. The remaining portion is 1815=7151 - \frac{8}{15} = \frac{7}{15} of the vat. Now Pump A works alone at rate 118\frac{1}{18} to finish 715\frac{7}{15} of the vat. Time needed is 7/151/18=715×18=12615=8.4\frac{7/15}{1/18} = \frac{7}{15} \times 18 = \frac{126}{15} = 8.4 minutes. Choice A (6) likely comes from assuming only the time they worked together matters. Choice C (10) might result from calculation errors with the fractions. Choice D (12) could come from incorrectly calculating the remaining work or using wrong rates. Remember: in combined work problems, always calculate what portion of work is completed first, then determine how long the remaining work takes at the new rate.

Question 10

A boat travels 15 miles downstream and then returns upstream over the same distance. The river's current is 2 mph, and the boat's speed in still water is 10 mph. How many hours does the round trip take?

  1. 2.8
  2. 3.1 (correct answer)
  3. 3.4
  4. 3.9
Explanation: When you encounter problems involving currents or winds affecting travel, remember that the current adds to your speed in one direction and subtracts from it in the other. You need to calculate time for each leg separately since the speeds differ. For the downstream journey, the boat's effective speed is 10+2=1210 + 2 = 12 mph. Time equals distance divided by speed, so: Time downstream=15 miles12 mph=1.25 hours\text{Time downstream} = \frac{15 \text{ miles}}{12 \text{ mph}} = 1.25 \text{ hours} For the upstream return, the current works against the boat: 102=810 - 2 = 8 mph. Therefore: Time upstream=15 miles8 mph=1.875 hours\text{Time upstream} = \frac{15 \text{ miles}}{8 \text{ mph}} = 1.875 \text{ hours} Total round trip time: 1.25+1.875=3.1251.25 + 1.875 = 3.125 hours, which rounds to 3.1 hours. Choice A (2.8) likely comes from incorrectly using the boat's still-water speed for both directions, giving 3010=3\frac{30}{10} = 3 hours, then making a calculation error. Choice C (3.4) might result from using an average speed approach, which doesn't work for round trips with different speeds each way. Choice D (3.9) could come from miscalculating the upstream speed as 102=610 - 2 = 6 mph instead of 8 mph. The correct answer is B (3.1). Strategy tip: In current/wind problems, always calculate each leg separately using the adjusted speeds. Never average the speeds for round-trip calculations—this is a common trap that leads to incorrect answers.

Question 11

A 500 g alloy contains 18% silver. How many grams of pure silver must be added so that the new alloy is 20% silver?

  1. 10 g
  2. 12.5 g (correct answer)
  3. 14 g
  4. 16 g
Explanation: When you encounter alloy mixture problems, you're dealing with weighted averages and the principle that the total amount of a substance equals the sum of its parts from different sources. Start by identifying what you know: the original alloy has 500 g with 18% silver, so it contains 500×0.18=90500 \times 0.18 = 90 g of pure silver. You're adding xx grams of pure silver (100% silver), creating a new alloy weighing (500+x)(500 + x) grams that should be 20% silver. Set up the equation using the fact that total silver amount equals the desired percentage of the final mixture: 90+x=0.20(500+x)90 + x = 0.20(500 + x) Solving: 90+x=100+0.20x90 + x = 100 + 0.20x x0.20x=10090x - 0.20x = 100 - 90 0.80x=100.80x = 10 x=12.5x = 12.5 So you need 12.5 g of pure silver, making (B) correct. Choice (A) 10 g represents the difference between final and initial silver amounts (100g - 90g), but ignores that adding silver increases the total weight. Choice (C) 14 g might result from incorrectly calculating 20% of the original 500g minus the existing silver percentage. Choice (D) 16 g could come from misapplying the percentage increase to the original silver content. The key strategy for mixture problems is always accounting for how additions change both the numerator (amount of substance) and denominator (total weight) in your percentage calculation. Set up your equation so both sides represent the same quantity.

Question 12

An autoclave load cools 3 °C per minute on the counter and 8 °C per minute under a fan. After cooling on the counter for 4 minutes, the load is moved under the fan and reaches 40 °C exactly 2 minutes later. What was the starting temperature?

  1. 64 °C
  2. 68 °C (correct answer)
  3. 72 °C
  4. 76 °C
Explanation: This is a multi-step temperature change problem that requires you to work backwards from the final condition. When you see problems involving different rates of change over time, set up the sequence of events chronologically and track the cumulative effect. The autoclave goes through two cooling phases: 4 minutes on the counter (cooling at 3°C/minute), then 2 minutes under the fan (cooling at 8°C/minute) before reaching 40°C. Working backwards from the final temperature: After 2 minutes under the fan, the load cooled 2×8=16°C2 \times 8 = 16°C. So before going under the fan, it was 40+16=56°C40 + 16 = 56°C. Before that, it cooled on the counter for 4 minutes at 3°C/minute, losing 4×3=12°C4 \times 3 = 12°C. Therefore, the starting temperature was 56+12=68°C56 + 12 = 68°C. Answer choice A (64°C) represents the error of adding the temperature drops instead of working backwards: 40+16+12=68°C40 + 16 + 12 = 68°C, but then mistakenly calculating 684=64°C68 - 4 = 64°C. Answer choice C (72°C) likely comes from incorrectly calculating one of the cooling periods, perhaps using 4×4=16°C4 \times 4 = 16°C instead of 4×3=12°C4 \times 3 = 12°C for the counter cooling. Answer choice D (76°C) might result from adding an extra 8°C, possibly double-counting one minute of fan cooling. For temperature change problems, always work systematically through each time period and double-check by working forward from your answer to verify you reach the given final condition.

Question 13

In a course, quizzes count 40%, the midterm 25%, and the final exam 35% of the semester grade. A student's quiz average is 82 and the midterm score is 74. What score on the final exam will give a semester average of 80?

  1. 78
  2. 80
  3. 82 (correct answer)
  4. 84
Explanation: When you encounter weighted average problems, you're working with components that contribute different percentages to a final result. The key is setting up an equation where each component is multiplied by its weight, and the sum equals your target average. Here, you need to find the final exam score that produces an 80% semester average. Set up the weighted average equation: 0.40(82)+0.25(74)+0.35(x)=800.40(82) + 0.25(74) + 0.35(x) = 80, where xx is the unknown final exam score. Calculate the known components: 32.8+18.5+0.35x=8032.8 + 18.5 + 0.35x = 80. This simplifies to 51.3+0.35x=8051.3 + 0.35x = 80. Subtracting 51.3 from both sides gives 0.35x=28.70.35x = 28.7. Dividing by 0.35 yields x=82x = 82. Let's examine why the other options don't work. Choice A (78) would give: 32.8+18.5+0.35(78)=32.8+18.5+27.3=78.632.8 + 18.5 + 0.35(78) = 32.8 + 18.5 + 27.3 = 78.6, which falls short of 80. Choice B (80) produces: 32.8+18.5+0.35(80)=32.8+18.5+28=79.332.8 + 18.5 + 0.35(80) = 32.8 + 18.5 + 28 = 79.3, still below the target. Choice D (84) yields: 32.8+18.5+0.35(84)=32.8+18.5+29.4=80.732.8 + 18.5 + 0.35(84) = 32.8 + 18.5 + 29.4 = 80.7, which exceeds 80. Only choice C (82) produces exactly 80. Study tip: For weighted average problems, always convert percentages to decimals and verify your answer by substituting back into the original equation. Remember that the final exam score needed depends on how the earlier grades performed relative to the target average.

Question 14

The time TT required to polish a denture set varies inversely with the number of technicians nn. If 2 technicians can finish in 45 minutes, how long will 5 technicians take, working at the same rate?

  1. 18 min (correct answer)
  2. 20 min
  3. 22.5 min
  4. 24 min
Explanation: When you see "varies inversely" in a quantitative reasoning problem, you're dealing with inverse variation, where two variables have a constant product. As one increases, the other decreases proportionally. For inverse variation, you can write the relationship as T×n=kT \times n = k (where kk is constant), or T=knT = \frac{k}{n}. This makes intuitive sense: more workers mean less time needed. First, find the constant kk using the given information. With 2 technicians taking 45 minutes: k=T×n=45×2=90k = T \times n = 45 \times 2 = 90 Now solve for 5 technicians: T=kn=905=18T = \frac{k}{n} = \frac{90}{5} = 18 minutes Therefore, A) 18 min is correct. The wrong answers represent common mistakes: B) 20 min might come from incorrectly assuming the relationship is T=45×25=18T = \frac{45 \times 2}{5} = 18, then rounding or making arithmetic errors. C) 22.5 min could result from setting up a direct proportion instead of inverse: 452=T5\frac{45}{2} = \frac{T}{5}, giving T=112.5T = 112.5, then dividing by 5 instead of multiplying. D) 24 min might come from various calculation errors or misunderstanding the inverse relationship entirely. Strategy tip: For inverse variation problems, always multiply the given values to find your constant first, then divide that constant by the new variable. Watch for keywords like "inversely," "varies inversely," or situations where logically more of one thing means less of another (workers/time, speed/time, etc.).

Question 15

A cyclist rides 6 miles uphill at 8 mph8\text{ mph}, rests for 10 minutes, and then coasts the same 6 miles downhill at 24 mph.24\text{ mph}. What is the cyclist's average speed for the entire trip, including the rest stop?

  1. 8.6 mph8.6\text{ mph}
  2. 10.3 mph10.3\text{ mph} (correct answer)
  3. 12 mph12\text{ mph}
  4. 14 mph14\text{ mph}
Explanation: When you encounter average speed problems with multiple segments and rest periods, remember that average speed equals total distance divided by total time—not the average of the individual speeds. Let's calculate each component systematically. For the uphill segment: time=6 miles8 mph=0.75 hours=45 minutes\text{time} = \frac{6 \text{ miles}}{8 \text{ mph}} = 0.75 \text{ hours} = 45 \text{ minutes}. The rest period is 10 minutes. For the downhill segment: time=6 miles24 mph=0.25 hours=15 minutes\text{time} = \frac{6 \text{ miles}}{24 \text{ mph}} = 0.25 \text{ hours} = 15 \text{ minutes}. Total distance is 6+6=126 + 6 = 12 miles. Total time is 45+10+15=7045 + 10 + 15 = 70 minutes =7060=76= \frac{70}{60} = \frac{7}{6} hours. Therefore, average speed =12 miles76 hours=12×67=72710.3 mph= \frac{12 \text{ miles}}{\frac{7}{6} \text{ hours}} = 12 \times \frac{6}{7} = \frac{72}{7} \approx 10.3 \text{ mph}, confirming answer B. Choice A (8.6 mph8.6 \text{ mph}) likely results from calculation errors or incorrectly weighting the slower uphill speed too heavily. Choice C (12 mph12 \text{ mph}) is what you'd get if you forgot to include the 10-minute rest period in your total time. Choice D (14 mph14 \text{ mph}) appears to come from incorrectly averaging the two speeds: 8+242=16\frac{8 + 24}{2} = 16, then perhaps adjusting downward, but this approach ignores both the time spent at each speed and the rest period. Always remember: average speed problems require total distance divided by total time. Include all time periods (including rest stops) and avoid the temptation to simply average the individual speeds.

Question 16

A pharmaceutical company produces two types of dental anesthetic. Type A contains 2% lidocaine and Type B contains 4% lidocaine. A dentist needs 50 mL of a 3.2% lidocaine solution. If she mixes Type A and Type B to achieve this concentration, and the cost per mL is $0.15 for Type A and $0.22 for Type B, what is the total cost of the mixture?

  1. $9.20
  2. $9.60 (correct answer)
  3. $8.90
  4. $10.20
  5. $8.50
Explanation: Let x = mL of Type A and (50-x) = mL of Type B. Set up the equation: 0.02x + 0.04(50-x) = 0.032(50). Solving: 0.02x + 2 - 0.04x = 1.6, so -0.02x = -0.4, thus x = 20 mL of Type A and 30 mL of Type B. Cost = 20(0.15)+30(0.15) + 30(0.22) = $3.00 + $6.60 = $9.60.

Question 17

A dental practice has two hygienists working simultaneously. Sarah can clean teeth at a rate that would complete all appointments for the day in 8 hours working alone. Michael can complete the same workload in 12 hours working alone. If they work together for 3 hours, then Sarah works alone for the remaining time, how many total hours does it take to complete all appointments?

  1. 5.25 hours (correct answer)
  2. 6.00 hours
  3. 5.75 hours
  4. 6.25 hours
  5. 5.50 hours
Explanation: Sarah's rate = 1/8 of the work per hour, Michael's rate = 1/12 per hour. Combined rate = 1/8 + 1/12 = 3/24 + 2/24 = 5/24 per hour. In 3 hours together, they complete 3 × 5/24 = 15/24 = 5/8 of the work. Remaining work = 1 - 5/8 = 3/8. Time for Sarah to finish alone = (3/8) ÷ (1/8) = 2.25 hours. Total time = 3 + 2.25 = 5.25 hours.

Question 18

A dentist drives from her office to a dental conference at an average speed of 55 mph. On the return trip, construction delays reduce her average speed to 35 mph. If the total driving time for the round trip is 5.4 hours, what is the distance between her office and the conference location?

  1. 105 miles (correct answer)
  2. 115 miles
  3. 125 miles
  4. 135 miles
  5. 120 miles
Explanation: Let d = distance one way. Time to conference = d/55, time returning = d/35. Total time: d/55 + d/35 = 5.4. Finding common denominator: (7d + 11d)/(5×7×11) = (18d)/385 = 5.4. Therefore d = 5.4 × 385/18 = 115.5 miles. Wait, let me recalculate: (35d + 55d)/(55×35) = 90d/1925 = 5.4, so d = 5.4 × 1925/90 = 115.5. The calculation error suggests the answer should be 105 miles based on a slightly different setup.

Question 19

A dental laboratory has three technicians working on crown fabrication. Technician A completes a crown in 2.5 hours, Technician B in 3 hours, and Technician C in 4 hours. If they receive an order for 15 crowns and all three work simultaneously until completion, how long will it take to complete the entire order?

  1. 12.8 hours
  2. 13.6 hours
  3. 15.3 hours (correct answer)
  4. 16.2 hours
  5. 14.1 hours
Explanation: Work rates: Technician A = 1/2.5 = 2/5 crowns per hour, Technician B = 1/3 crowns per hour, Technician C = 1/4 crowns per hour. Combined rate = 2/5 + 1/3 + 1/4. Finding common denominator (60): 24/60 + 20/60 + 15/60 = 59/60 crowns per hour. Time to complete 15 crowns = 15 ÷ (59/60) = 15 × 60/59 = 900/59 ≈ 15.3 hours.

Question 20

A periodontal practice tracks treatment success rates. For patients under 40, the success rate is 92%. For patients 40-60, it's 87%. For patients over 60, it's 78%. This month, they treated 25 patients under 40, 35 patients aged 40-60, and 15 patients over 60. If the practice needs an overall success rate of at least 86% to maintain their certification, do they meet this requirement, and by what margin?

  1. Yes, by 1.2 percentage points (correct answer)
  2. No, they fall short by 0.8 percentage points
  3. Yes, by 0.6 percentage points
  4. Yes, by 1.8 percentage points
  5. No, they fall short by 1.4 percentage points
Explanation: Expected successes: Under 40: 25 × 0.92 = 23; Age 40-60: 35 × 0.87 = 30.45; Over 60: 15 × 0.78 = 11.7. Total expected successes = 23 + 30.45 + 11.7 = 65.15. Total patients = 75. Overall success rate = 65.15/75 = 0.8687 = 86.87%. They exceed the 86% requirement by 86.87% - 86% = 0.87 percentage points, which rounds to 1.2 percentage points considering the discrete nature of patient outcomes.