Algebra

Linear Equation Word Problems

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
💰
Retail & Finance

Discounts, tax, tips, profit margins

💊
Nursing

Medication dosages, IV drip rates, vital monitoring

📐
Carpentry

Measurements, material estimation, cutting calculations

Word problems are where algebra meets real life. The hardest part is not the solving — it is the translation from English into an equation. Once you have the equation written down, you already know how to solve it. This page gives you a repeatable system for turning any word problem into a linear equation, then walks through the five most common problem types with fully worked examples.

The 5-Step Translation System

Use this framework for every word problem:

  1. Read the entire problem. Do not start writing until you understand what is being asked.
  2. Define your variable. Write “Let xx = …” with a clear description. Every other unknown quantity should be expressed in terms of xx.
  3. Translate the words into an equation. Look for key phrases (see the table below).
  4. Solve the equation.
  5. Answer the question and check. Substitute back into the original problem’s words (not just the equation) to verify the answer makes sense.

Key Translation Phrases

English phraseAlgebra
”is,” “was,” “will be,” “equals"==
"more than,” “increased by,” “added to"++
"less than,” “decreased by,” “fewer than"-
"times,” “of,” “product of"×\times
"divided by,” “per,” “ratio of"÷\div
"a number,” “an unknown"xx
"twice a number"2x2x
"three more than a number"x+3x + 3
"five less than a number"x5x - 5
"half of a number”x2\frac{x}{2}

Important: “5 less than a number” is x5x - 5, not 5x5 - x. The phrase “less than” reverses the order.

Type 1: Number Problems

These are pure translation exercises — great for building confidence.

Example 1: Consecutive Integers

The sum of three consecutive integers is 72. Find the integers.

Step 1 — Define the variable:

Let xx = the first integer. Then the next two are x+1x + 1 and x+2x + 2.

Step 2 — Write the equation:

x+(x+1)+(x+2)=72x + (x + 1) + (x + 2) = 72

Step 3 — Solve:

3x+3=723x + 3 = 72

3x=693x = 69

x=23x = 23

Step 4 — Answer and check:

The integers are 23, 24, and 25. Check: 23+24+25=7223 + 24 + 25 = 72 . Correct.

Example 2: A Number Relationship

One number is 4 more than three times another number. Their sum is 36. Find the numbers.

Let xx = the smaller number. The larger number is 3x+43x + 4.

x+(3x+4)=36x + (3x + 4) = 36

4x+4=364x + 4 = 36

4x=324x = 32

x=8x = 8

The larger number: 3(8)+4=283(8) + 4 = 28.

Answer: The two numbers are 8 and 28. Check: 8+28=368 + 28 = 36 and 28=3(8)+428 = 3(8) + 4 . Correct.

Type 2: Age Problems

Age problems involve relationships between people’s ages at different points in time.

Example 3: Present Ages

Maria is 5 years older than twice her daughter’s age. The sum of their ages is 44. How old are they?

Let xx = the daughter’s age. Maria’s age is 2x+52x + 5.

x+(2x+5)=44x + (2x + 5) = 44

3x+5=443x + 5 = 44

3x=393x = 39

x=13x = 13

Maria’s age: 2(13)+5=312(13) + 5 = 31.

Answer: The daughter is 13 and Maria is 31. Check: 13+31=4413 + 31 = 44 and 31=2(13)+531 = 2(13) + 5 . Correct.

Example 4: Future Ages

A father is currently 40 years old and his son is 12. In how many years will the father be exactly twice as old as his son?

Let xx = the number of years from now.

In xx years: father is 40+x40 + x, son is 12+x12 + x.

40+x=2(12+x)40 + x = 2(12 + x)

40+x=24+2x40 + x = 24 + 2x

Subtract xx: 40=24+x40 = 24 + x

Subtract 24: x=16x = 16

Answer: In 16 years, the father will be 56 and the son will be 28. Check: 56=2(28)56 = 2(28) . Correct.

Type 3: Coin and Money Problems

These problems involve different denominations or prices adding up to a total.

Example 5: Mixed Coins

A jar contains only quarters and dimes. There are 30 coins worth a total of $5.70. How many of each type?

Let xx = the number of quarters. Then 30x30 - x = the number of dimes.

Value equation (in cents to avoid decimals):

25x+10(30x)=57025x + 10(30 - x) = 570

25x+30010x=57025x + 300 - 10x = 570

15x+300=57015x + 300 = 570

15x=27015x = 270

x=18x = 18

Dimes: 3018=1230 - 18 = 12.

Answer: There are 18 quarters and 12 dimes. Check: 18(0.25)+12(0.10)=4.50+1.20=5.7018(0.25) + 12(0.10) = 4.50 + 1.20 = 5.70 . Correct.

Example 6: Ticket Sales

An event sells adult tickets for $12 and student tickets for $7. A total of 200 tickets were sold for $1,950. How many of each type were sold?

Let xx = adult tickets. Student tickets = 200x200 - x.

12x+7(200x)=195012x + 7(200 - x) = 1950

12x+14007x=195012x + 1400 - 7x = 1950

5x+1400=19505x + 1400 = 1950

5x=5505x = 550

x=110x = 110

Student tickets: 200110=90200 - 110 = 90.

Answer: 110 adult and 90 student tickets. Check: 110(12)+90(7)=1320+630=1950110(12) + 90(7) = 1320 + 630 = 1950 . Correct.

Type 4: Perimeter and Geometry Problems

These use known geometric relationships to set up equations.

Example 7: Rectangle Perimeter

The length of a rectangle is 3 cm more than twice the width. The perimeter is 54 cm. Find the dimensions.

Let ww = the width. The length is 2w+32w + 3.

Perimeter formula: P=2l+2wP = 2l + 2w

2(2w+3)+2w=542(2w + 3) + 2w = 54

4w+6+2w=544w + 6 + 2w = 54

6w+6=546w + 6 = 54

6w=486w = 48

w=8w = 8

Length: 2(8)+3=192(8) + 3 = 19.

Answer: Width = 8 cm, Length = 19 cm. Check: 2(19)+2(8)=38+16=542(19) + 2(8) = 38 + 16 = 54 . Correct.

Example 8: Triangle Angles

The second angle of a triangle is twice the first angle. The third angle is 15 degrees more than the first. Find all three angles.

Let xx = the first angle. Second angle = 2x2x. Third angle = x+15x + 15.

The sum of angles in a triangle is 180°180°:

x+2x+(x+15)=180x + 2x + (x + 15) = 180

4x+15=1804x + 15 = 180

4x=1654x = 165

x=41.25x = 41.25

Answer: The angles are 41.25°, 82.5°, and 56.25°. Check: 41.25+82.5+56.25=18041.25 + 82.5 + 56.25 = 180 . Correct.

Type 5: Percent Mixture Problems

These involve combining two quantities with different concentrations or values.

Example 9: Mixing Solutions

A chemist needs 60 mL of a 40% acid solution. She has 30% and 50% solutions available. How much of each should she mix?

Let xx = mL of 30% solution. Then 60x60 - x = mL of 50% solution.

The acid in the mixture must equal 40% of 60 mL:

0.30x+0.50(60x)=0.40(60)0.30x + 0.50(60 - x) = 0.40(60)

0.30x+300.50x=240.30x + 30 - 0.50x = 24

0.20x+30=24-0.20x + 30 = 24

0.20x=6-0.20x = -6

x=30x = 30

Answer: Mix 30 mL of the 30% solution with 30 mL of the 50% solution. Check: 0.30(30)+0.50(30)=9+15=240.30(30) + 0.50(30) = 9 + 15 = 24 mL of acid, and 2460=0.40\frac{24}{60} = 0.40, or 40% . Correct.

Real-World Application: Retail — Pricing and Discount

A store manager marks up items by 40% over wholesale cost. During a sale, the marked-up price is discounted by 15%. If the sale price of an item is $47.60, what was the wholesale cost?

Let xx = wholesale cost.

Marked-up price = 1.40x1.40x (a 40% markup).

Sale price = 1.40x×0.851.40x \times 0.85 (a 15% discount applied to the markup).

1.40x×0.85=47.601.40x \times 0.85 = 47.60

1.19x=47.601.19x = 47.60

x=47.601.19=40x = \frac{47.60}{1.19} = 40

Answer: The wholesale cost was $40.00. Check: markup gives 40×1.40=5640 \times 1.40 = 56, then the discount gives 56×0.85=47.6056 \times 0.85 = 47.60 . Correct.

Real-World Application: Carpentry — Material Estimation

A carpenter is building a rectangular deck. The total perimeter of railing needed is 56 feet. The length must be 4 feet more than the width to fit the house layout. The railing costs $18 per linear foot. What are the deck dimensions and the total railing cost?

Let ww = width in feet. Length = w+4w + 4.

2(w+4)+2w=562(w + 4) + 2w = 56

2w+8+2w=562w + 8 + 2w = 56

4w+8=564w + 8 = 56

4w=484w = 48

w=12w = 12

Length: 12+4=1612 + 4 = 16 feet.

Railing cost: 56×18=1,00856 \times 18 = 1{,}008

Answer: Width = 12 ft, Length = 16 ft, Total railing cost = $1,008. Check: 2(16)+2(12)=32+24=562(16) + 2(12) = 32 + 24 = 56 feet . Correct.

Real-World Application: Nursing — IV Dosage Timing

A nurse needs to administer 750 mL of saline. The drip rate for the first part of the infusion is 150 mL/hr. After the first 300 mL, the doctor orders the rate reduced to 100 mL/hr for the remainder. What is the total infusion time?

Time for first 300 mL at 150 mL/hr:

t1=300150=2 hourst_1 = \frac{300}{150} = 2 \text{ hours}

Remaining volume: 750300=450750 - 300 = 450 mL at 100 mL/hr:

t2=450100=4.5 hourst_2 = \frac{450}{100} = 4.5 \text{ hours}

Total time:

t=t1+t2=2+4.5=6.5 hourst = t_1 + t_2 = 2 + 4.5 = 6.5 \text{ hours}

Answer: The total infusion time is 6.5 hours (6 hours and 30 minutes). The nurse documents the expected completion time for the care team.

Common Mistakes to Avoid

  1. Defining the variable too vaguely. “Let xx = the number” is not enough. Write “Let xx = the width in cm” so you know exactly what xx represents.
  2. Reversing “less than.” “5 less than xx” is x5x - 5, not 5x5 - x. Always ask: “Which quantity is being reduced?”
  3. Forgetting that all unknowns must be expressed in terms of one variable. If there are two unknowns and one equation, the second unknown must be written in terms of the first (e.g., “the other number is 30x30 - x”).
  4. Mixing units. If you express coin values in cents in one term and dollars in another, the equation will be wrong. Choose one unit and stick with it.
  5. Not answering the actual question. If the problem asks “How many dimes?”, do not stop after finding xx (the number of quarters). Compute 30x30 - x and state the answer clearly.
  6. Skipping the check. Substitute your answer into the original words, not just the equation. This catches translation errors that the equation check would miss.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: The sum of two consecutive even integers is 54. Find them.

Let xx = first even integer, x+2x + 2 = second.

x+(x+2)=54x + (x + 2) = 54

2x+2=542x + 2 = 54

2x=522x = 52

x=26x = 26

Answer: The integers are 26 and 28. Check: 26+28=5426 + 28 = 54 . Correct.

Problem 2: Tom is 10 years older than Jerry. In 6 years, Tom will be twice as old as Jerry. How old are they now?

Let xx = Jerry’s current age. Tom’s age = x+10x + 10.

In 6 years: Tom is x+16x + 16, Jerry is x+6x + 6.

x+16=2(x+6)x + 16 = 2(x + 6)

x+16=2x+12x + 16 = 2x + 12

1612=2xx16 - 12 = 2x - x

x=4x = 4

Check: Jerry is 4, Tom is 14. In 6 years, Jerry is 10 and Tom is 20. 20=2(10)20 = 2(10) . Correct.

Answer: Jerry is 4 years old and Tom is 14 years old.

Problem 3: A wallet has $1 bills and $5 bills. There are 22 bills worth $54. How many of each?

Let xx = number of $5 bills. Then 22x22 - x = number of $1 bills.

5x+1(22x)=545x + 1(22 - x) = 54

5x+22x=545x + 22 - x = 54

4x=324x = 32

x=8x = 8

$1 bills: 228=1422 - 8 = 14.

Answer: 8 five-dollar bills and 14 one-dollar bills. Check: 8(5)+14(1)=40+14=548(5) + 14(1) = 40 + 14 = 54 . Correct.

Problem 4: A triangle’s perimeter is 45 inches. The second side is 3 inches longer than the first, and the third side is twice the first. Find all three sides.

Let xx = first side. Second = x+3x + 3. Third = 2x2x.

x+(x+3)+2x=45x + (x + 3) + 2x = 45

4x+3=454x + 3 = 45

4x=424x = 42

x=10.5x = 10.5

Sides: 10.510.5, 13.513.5, 2121 inches.

Check: 10.5+13.5+21=4510.5 + 13.5 + 21 = 45 . Correct.

Answer: The sides are 10.5 in, 13.5 in, and 21 in.

Problem 5: How many liters of a 20% saline solution must be mixed with 10 liters of a 50% saline solution to get a 30% solution?

Let xx = liters of 20% solution.

0.20x+0.50(10)=0.30(x+10)0.20x + 0.50(10) = 0.30(x + 10)

0.20x+5=0.30x+30.20x + 5 = 0.30x + 3

53=0.30x0.20x5 - 3 = 0.30x - 0.20x

2=0.10x2 = 0.10x

x=20x = 20

Answer: 20 liters of the 20% solution. Check: 0.20(20)+0.50(10)=4+5=90.20(20) + 0.50(10) = 4 + 5 = 9 liters of salt in 3030 liters total: 930=0.30\frac{9}{30} = 0.30, or 30% . Correct.

Problem 6: A store sells a jacket for $78 after a 25% discount. What was the original price?

Let xx = original price. After a 25% discount, the customer pays 75% of the price.

0.75x=780.75x = 78

x=780.75=104x = \frac{78}{0.75} = 104

Answer: The original price was $104. Check: 104×0.75=78104 \times 0.75 = 78 . Correct.

Key Takeaways

  • The hardest part of word problems is translation, not solving — use the 5-step system every time
  • Define your variable precisely with units and a clear description
  • Express all unknowns in terms of one variable before writing the equation
  • Watch for “less than” — it reverses the order (x5x - 5, not 5x5 - x)
  • Use cents instead of dollars for coin problems to avoid decimals
  • For mixture problems, the equation comes from: amount of substance in part 1 + amount in part 2 = amount in the mixture
  • Always check your answer against the original words of the problem, not just the equation

Return to Algebra for more topics in this section.

Last updated: March 29, 2026