Word Problems

Help Questions

DAT Quantitative Reasoning › Word Problems

Questions 1 - 10
1

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?

6

8.4

10

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 $$\frac{1}{18}$$ vat per minute. Pump B fills the vat in 30 minutes, so its rate is $$\frac{1}{30}$$ vat per minute.

When both pumps work together for 6 minutes, their combined rate is $$\frac{1}{18} + \frac{1}{30}$$. To add these fractions, find a common denominator of 90: $$\frac{5}{90} + \frac{3}{90} = \frac{8}{90} = \frac{4}{45}$$ vat per minute.

In 6 minutes working together, they fill $$6 \times \frac{4}{45} = \frac{24}{45} = \frac{8}{15}$$ of the vat.

The remaining portion is $$1 - \frac{8}{15} = \frac{7}{15}$$ of the vat.

Now Pump A works alone at rate $$\frac{1}{18}$$ to finish $$\frac{7}{15}$$ of the vat. Time needed is $$\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.

2

How many liters of 25% acid must be mixed with 15 L of 60% acid to produce a solution that is 40% acid?

20 L

16 L

24 L

12 L

Explanation

When you encounter mixture problems involving percentages, you're dealing with weighted averages. The key is tracking the amount of pure substance (acid, in this case) before and after mixing.

Let's call the unknown amount of 25% acid solution $$x$$ liters. Set up an equation based on the fact that the total amount of pure acid before mixing equals the total amount after mixing.

Pure acid from 25% solution: $$0.25x$$

Pure acid from 60% solution: $$0.60 \times 15 = 9$$ liters

Total volume after mixing: $$x + 15$$ liters

Final concentration: 40%

The equation becomes: $$0.25x + 9 = 0.40(x + 15)$$

Solving: $$0.25x + 9 = 0.40x + 6$$

$$9 - 6 = 0.40x - 0.25x$$

$$3 = 0.15x$$

$$x = 20$$ liters

This confirms answer C is correct.

Answer A (12 L) would give you $$\frac{0.25(12) + 9}{27} = \frac{12}{27} = 44.4%$$ acid - too concentrated. Answer B (16 L) yields $$\frac{0.25(16) + 9}{31} = \frac{13}{31} = 41.9%$$ - still too high. Answer D (24 L) produces $$\frac{0.25(24) + 9}{39} = \frac{15}{39} = 38.5%$$ - too dilute.

For mixture problems, always set up your equation based on the pure substance amounts, not the total volumes. This approach works for any concentration problem, whether it's acids, salt solutions, or medication dosages.

3

Ten years ago, Ivan was three times as old as his sister Mira. In five years, Ivan will be twice as old as Mira. How old is Ivan now?

45

50

55

60

Explanation

Age relationship problems require you to set up equations based on different time periods. The key is defining variables for current ages and translating the word relationships into mathematical expressions.

Let's define Ivan's current age as $$I$$ and Mira's current age as $$M$$. Now we can translate each condition:

Ten years ago: Ivan was $$(I-10)$$ and Mira was $$(M-10)$$. Since Ivan was three times as old as Mira then: $$I-10 = 3(M-10)$$, which simplifies to $$I-10 = 3M-30$$, or $$I = 3M-20$$.

In five years: Ivan will be $$(I+5)$$ and Mira will be $$(M+5)$$. Since Ivan will be twice as old as Mira then: $$I+5 = 2(M+5)$$, which simplifies to $$I+5 = 2M+10$$, or $$I = 2M+5$$.

Setting our two expressions for $$I$$ equal: $$3M-20 = 2M+5$$. Solving: $$M = 25$$. Therefore, $$I = 2(25)+5 = 55$$.

Let's verify: Ten years ago, Ivan was 45 and Mira was 15, and indeed $$45 = 3 \times 15$$. In five years, Ivan will be 60 and Mira will be 30, and indeed $$60 = 2 \times 30$$.

Choice A (45) represents Ivan's age ten years ago, not now. Choice B (50) might result from calculation errors in the system of equations. Choice D (60) represents Ivan's age in five years, not his current age.

Always define variables for current ages first, then work backward and forward in time. Double-check by substituting your answer back into both original conditions.

4

During a sale, the price of a curing light decreased by 15% and later increased by 10%. If the final price was $$\561$$, what was the original price before the sale?

$$\550$$

$$\600$$

$$\525$$

$$\575$$

Explanation

When you encounter percentage change problems involving multiple steps, you need to work backwards from the final value through each change in reverse order.

Let's call the original price $$x$$. After decreasing by 15%, the price becomes $$0.85x$$ (since you keep 85% of the original). Then this reduced price increases by 10%, so you multiply by 1.10: $$(0.85x) \times 1.10 = 0.935x$$. Since the final price is $561, we have $$0.935x = 561$$, which gives us $$x = 561 ÷ 0.935 = 600$$.

Let's verify: $$\$600 \times 0.85 = $510$$ (after 15% decrease), then $$\$510 \times 1.10 = $561$$ (after 10% increase). ✓

Choice A ($525) represents a common error where students might incorrectly calculate the net percentage change as simply $$-15% + 10% = -5%$$, then work backwards from there. Choice B ($550) could result from calculation errors in the decimal conversions or from misapplying the percentage changes. Choice C ($575) might come from reversing the order of operations or making arithmetic mistakes when working through the multi-step calculation.

Strategy tip: For sequential percentage problems, always multiply the decimal equivalents together first (here: $$0.85 \times 1.10 = 0.935$$), then divide the final amount by this product. Don't fall into the trap of simply adding or subtracting the percentages—percentage changes compound, they don't just add algebraically.

5

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?

2.8

3.1

3.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 = 12$$ mph. Time equals distance divided by speed, so: $$\text{Time downstream} = \frac{15 \text{ miles}}{12 \text{ mph}} = 1.25 \text{ hours}$$

For the upstream return, the current works against the boat: $$10 - 2 = 8$$ mph. Therefore: $$\text{Time upstream} = \frac{15 \text{ miles}}{8 \text{ mph}} = 1.875 \text{ hours}$$

Total round trip time: $$1.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 $$\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 $$10 - 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.

6

Three dental assistants can prepare 60 instrument kits in 4 hours. At the same rate, how many hours will it take 5 assistants to prepare 150 kits?

4 h

6 h

7 h

5 h

Explanation

When you encounter work rate problems, you're dealing with the relationship between workers, time, and output. The key insight is that work rate (output per worker per unit time) stays constant, so you can scale up or down based on the number of workers.

First, find the rate per assistant. Three assistants prepare 60 kits in 4 hours, so the total work done is $$3 \times 4 = 12$$ assistant-hours for 60 kits. This means the rate is $$\frac{60 \text{ kits}}{12 \text{ assistant-hours}} = 5 \text{ kits per assistant-hour}$$.

Now apply this rate to the new scenario. You need 150 kits at 5 kits per assistant-hour, which requires $$\frac{150}{5} = 30$$ assistant-hours total. With 5 assistants working, the time needed is $$\frac{30 \text{ assistant-hours}}{5 \text{ assistants}} = 6 \text{ hours}$$.

Looking at the wrong answers: (A) 4 hours likely comes from assuming the same time regardless of the number of workers or kits. (B) 5 hours might result from incorrectly thinking that since you have 5 assistants, it takes 5 hours. (D) 7 hours could come from various calculation errors, such as incorrectly setting up the proportion.

For DAT work rate problems, always establish the rate per individual worker first, then scale to find total worker-time needed, and finally divide by the actual number of workers. This systematic approach prevents the common trap of confusing the number of workers with the time required.

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?

$$\dfrac23$$

$$\dfrac13$$

$$\dfrac25$$

$$\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: $$\frac{6}{10}$$

Second mask blue (given first was blue): $$\frac{5}{9}$$

Combined probability of both blue: $$\frac{6}{10} \times \frac{5}{9} = \frac{30}{90} = \frac{1}{3}$$

Therefore, the probability of at least one white mask is: $$1 - \frac{1}{3} = \frac{2}{3}$$

Choice A ($$\frac{1}{3}$$) represents the probability of getting NO white masks—the complement of what we want. Choice B ($$\frac{2}{5}$$) likely comes from incorrectly using $$\frac{4}{10}$$ (initial white probability) without accounting for the "without replacement" condition. Choice D ($$\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.

8

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

12.5 g

10 g

14 g

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 \times 0.18 = 90$$ g of pure silver. You're adding $$x$$ grams of pure silver (100% silver), creating a new alloy weighing $$(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)$$

Solving: $$90 + x = 100 + 0.20x$$

$$x - 0.20x = 100 - 90$$

$$0.80x = 10$$

$$x = 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.

9

Dr. Lee invests $$\10{,}000$$ at 3% simple annual interest. How much interest will accumulate in 2 years and 3 months?

$$\700$$

$$\725$$

$$\675$$

$$\650$$

Explanation

When you encounter simple interest problems, remember that simple interest accumulates only on the principal amount, not on previously earned interest. The formula is: Interest = Principal × Rate × Time.

Here's how to solve this step by step. You have a principal of $$\10{,}000$$, an annual rate of 3% (or 0.03), and a time period of 2 years and 3 months. First, convert the time to years: 2 years + 3 months = 2 + $$\frac{3}{12}$$ = 2.25 years.

Now apply the formula: Interest = $$\10{,}000$$ × 0.03 × 2.25 = $$\675$$. This confirms answer choice B is correct.

Let's examine why the other answers are wrong. Choice A ($$\650$$) represents what you'd get if you incorrectly used 2.17 years instead of 2.25 years—a common error when converting months imprecisely. Choice C ($$\700$$) would result from using 2.33 years, perhaps by miscalculating 3 months as $$\frac{1}{3}$$ of a year instead of $$\frac{1}{4}$$. Choice D ($$\725$$) might come from using 2.42 years, another time conversion error.

The key strategy here is precision in time conversion. Always convert months to decimal years by dividing by 12, and double-check your arithmetic. Simple interest problems on the DAT frequently test your ability to handle fractional time periods accurately, so practice converting various month combinations to decimal years beforehand.

10

A delivery van travels 40 miles at 50 mph and then 60 miles at 40 mph. What is the average speed for the entire 100-mile trip?

45 mph

43.5 mph

47.5 mph

42 mph

Explanation

When you encounter average speed problems, remember that average speed isn't simply the arithmetic mean of the speeds. Instead, you must use the formula: average speed = total distance ÷ total time.

First, calculate the time for each segment. For the first 40 miles at 50 mph: time = distance ÷ speed = 40 ÷ 50 = 0.8 hours. For the next 60 miles at 40 mph: time = 60 ÷ 40 = 1.5 hours.

The total distance is 100 miles, and the total time is 0.8 + 1.5 = 2.3 hours. Therefore, average speed = 100 ÷ 2.3 ≈ 43.5 mph.

Choice A (42 mph) is too low and likely results from calculation errors in the time conversions. Choice C (45 mph) is the simple arithmetic mean of 50 mph and 40 mph ($$\frac{50 + 40}{2} = 45$$), which is the most common trap in average speed problems. This would only be correct if equal amounts of time were spent at each speed, not equal distances. Choice D (47.5 mph) appears to be a weighted average that incorrectly emphasizes the higher speed, possibly from misunderstanding how to weight the segments.

The key strategy for average speed problems is to resist the temptation to average the speeds directly. Always calculate the actual times spent at each speed, then use total distance divided by total time. Watch for this pattern on quantitative reasoning exams—they frequently test whether you'll fall into the "simple average" trap.

Page 1 of 3