Pre Algebra

Solving Proportions

Last updated: March 2026 · Beginner
Before you start

You should be comfortable with:

Real-world applications
💊
Nursing

Medication dosages, IV drip rates, vital monitoring

📐
Carpentry

Measurements, material estimation, cutting calculations

A proportion is a statement that two ratios are equal. Proportions let you find unknown quantities when you know that two things are in the same ratio — which happens constantly in recipes, construction, medicine, and science. If you can set up and solve a proportion, you can handle a huge range of practical problems.

What Is a Proportion?

A proportion says that two ratios have the same value:

ab=cd\frac{a}{b} = \frac{c}{d}

For example, 23=812\frac{2}{3} = \frac{8}{12} is a proportion because both fractions simplify to the same value.

You can verify a proportion by simplifying both sides or by cross-multiplying (which we will cover next).

Example 1: Is This a Proportion?

Is 46=1015\frac{4}{6} = \frac{10}{15} a true proportion?

Method 1 — Simplify both sides:

46=231015=23\frac{4}{6} = \frac{2}{3} \qquad \frac{10}{15} = \frac{2}{3}

Both simplify to 23\frac{2}{3}, so yes, this is a true proportion.

Method 2 — Cross-multiply:

4×15=606×10=604 \times 15 = 60 \qquad 6 \times 10 = 60

The cross products are equal, so it is a true proportion.

Cross-Multiplication

Cross-multiplication is the standard method for solving proportions. Given:

ab=cd\frac{a}{b} = \frac{c}{d}

Cross-multiply to get:

a×d=b×ca \times d = b \times c

This works because multiplying both sides of the equation by b×db \times d clears the fractions.

Example 2: Solve for the Unknown

Solve 35=x20\frac{3}{5} = \frac{x}{20}.

Step 1: Cross-multiply.

3×20=5×x3 \times 20 = 5 \times x

60=5x60 = 5x

Step 2: Divide both sides by 5.

x=605=12x = \frac{60}{5} = 12

Step 3: Check. 1220\frac{12}{20} simplifies to 35\frac{3}{5}. Checks out.

Answer: x=12x = 12

Example 3: Unknown in the Denominator

Solve 7x=2130\frac{7}{x} = \frac{21}{30}.

Step 1: Cross-multiply.

7×30=x×217 \times 30 = x \times 21

210=21x210 = 21x

Step 2: Divide both sides by 21.

x=21021=10x = \frac{210}{21} = 10

Step 3: Check. 710=2130\frac{7}{10} = \frac{21}{30}. Simplify the right side: 2130=710\frac{21}{30} = \frac{7}{10}. Checks out.

Answer: x=10x = 10

Example 4: Unknown That Produces a Decimal

Solve 58=x14\frac{5}{8} = \frac{x}{14}.

Step 1: Cross-multiply.

5×14=8×x5 \times 14 = 8 \times x

70=8x70 = 8x

Step 2: Divide both sides by 8.

x=708=8.75x = \frac{70}{8} = 8.75

Step 3: Check. 58=0.625\frac{5}{8} = 0.625 and 8.7514=0.625\frac{8.75}{14} = 0.625. Checks out.

Answer: x=8.75x = 8.75

Solving Proportion Word Problems

The key to word problems is setting up the proportion correctly. Follow these steps:

  1. Identify the two ratios the problem gives you (or one ratio and a partial second ratio).
  2. Keep consistent units — the same quantity must be in the same position on both sides.
  3. Cross-multiply and solve.
  4. Check your answer by substituting back.

Example 5: Recipe Scaling

A recipe calls for 3 cups of flour to make 24 cookies. How much flour is needed for 40 cookies?

Step 1: Set up the proportion with flour on top and cookies on the bottom.

3 cups24 cookies=x cups40 cookies\frac{3 \text{ cups}}{24 \text{ cookies}} = \frac{x \text{ cups}}{40 \text{ cookies}}

Step 2: Cross-multiply.

3×40=24×x3 \times 40 = 24 \times x

120=24x120 = 24x

Step 3: Solve.

x=12024=5x = \frac{120}{24} = 5

Answer: You need 5 cups of flour for 40 cookies.

Example 6: Map Distance

On a map, 2 inches represents 50 miles. Two cities are 7 inches apart on the map. What is the actual distance?

2 in50 mi=7 inx mi\frac{2 \text{ in}}{50 \text{ mi}} = \frac{7 \text{ in}}{x \text{ mi}}

Cross-multiply:

2x=50×7=3502x = 50 \times 7 = 350

x=175x = 175

Answer: The actual distance is 175 miles.

Real-World Application: Nursing — Dosage Calculation

A doctor orders 250 mg of a medication. The available liquid concentration is 100 mg per 4 mL. How many mL should the nurse administer?

Step 1: Set up the proportion.

100 mg4 mL=250 mgx mL\frac{100 \text{ mg}}{4 \text{ mL}} = \frac{250 \text{ mg}}{x \text{ mL}}

Step 2: Cross-multiply.

100×x=4×250100 \times x = 4 \times 250

100x=1,000100x = 1{,}000

Step 3: Solve.

x=1,000100=10x = \frac{1{,}000}{100} = 10

Answer: The nurse administers 10 mL of the medication.

Real-World Application: Carpentry — Lumber Estimation

A carpenter knows that a small deck project used 14 boards for an 84 square foot area. Now the carpenter is building a larger deck that is 210 square feet. How many boards are needed?

14 boards84 sq ft=x boards210 sq ft\frac{14 \text{ boards}}{84 \text{ sq ft}} = \frac{x \text{ boards}}{210 \text{ sq ft}}

Cross-multiply:

14×210=84×x14 \times 210 = 84 \times x

2,940=84x2{,}940 = 84x

x=2,94084=35x = \frac{2{,}940}{84} = 35

Answer: The carpenter needs 35 boards for the larger deck.

Common Mistakes to Avoid

  1. Mismatched positions. If cups are in the numerator on the left, they must be in the numerator on the right too. Writing cupscookies=cookiescups\frac{\text{cups}}{\text{cookies}} = \frac{\text{cookies}}{\text{cups}} produces the wrong answer.

  2. Forgetting to check. Always substitute your answer back into the original proportion to verify.

  3. Setting up the wrong ratio. Read the problem carefully to decide which quantities are being compared. Drawing a simple table (left column = known, right column = unknown) helps.

  4. Confusing cross-multiplication with cross-addition. You multiply diagonally, not add. ab=cd\frac{a}{b} = \frac{c}{d} gives ad=bcad = bc, not a+d=b+ca + d = b + c.

Practice Problems

Problem 1: Solve the proportion: 49=x36\frac{4}{9} = \frac{x}{36}.

Cross-multiply: 4×36=9×x4 \times 36 = 9 \times x

144=9x144 = 9x

x=16x = 16

Check: 49≈0.444\frac{4}{9} \approx 0.444 and 1636≈0.444\frac{16}{36} \approx 0.444. Checks out.

Answer: x=16x = 16

Problem 2: Solve the proportion: 6x=1827\frac{6}{x} = \frac{18}{27}.

Cross-multiply: 6×27=x×186 \times 27 = x \times 18

162=18x162 = 18x

x=9x = 9

Check: 69=23\frac{6}{9} = \frac{2}{3} and 1827=23\frac{18}{27} = \frac{2}{3}. Checks out.

Answer: x=9x = 9

Problem 3: A car travels 180 miles on 6 gallons. How far can it go on 10 gallons?

1806=x10\frac{180}{6} = \frac{x}{10}

180×10=6x180 \times 10 = 6x

1,800=6x1{,}800 = 6x

x=300x = 300

Answer: The car can travel 300 miles on 10 gallons.

Problem 4: A nurse needs to give 375 mg of medication. The concentration is 150 mg per 5 mL. How many mL are needed?

150 mg5 mL=375 mgx mL\frac{150 \text{ mg}}{5 \text{ mL}} = \frac{375 \text{ mg}}{x \text{ mL}}

150x=5×375=1,875150x = 5 \times 375 = 1{,}875

x=1,875150=12.5x = \frac{1{,}875}{150} = 12.5

Answer: The nurse needs 12.5 mL.

Problem 5: Is 58=1525\frac{5}{8} = \frac{15}{25} a true proportion?

Cross-multiply: 5×25=1255 \times 25 = 125 and 8×15=1208 \times 15 = 120.

Since 125≠120125 \neq 120, this is not a true proportion.

Answer: No. 58=0.625\frac{5}{8} = 0.625 but 1525=0.6\frac{15}{25} = 0.6.

Problem 6: A printer produces 240 pages in 8 minutes. At that rate, how many pages does it produce in 15 minutes?

2408=x15\frac{240}{8} = \frac{x}{15}

Cross-multiply: 240×15=8×x240 \times 15 = 8 \times x

3,600=8x3{,}600 = 8x

x=450x = 450

Answer: The printer produces 450 pages in 15 minutes.

Key Takeaways

  • A proportion states that two ratios are equal: ab=cd\frac{a}{b} = \frac{c}{d}.
  • Cross-multiplication (ad=bcad = bc) is the standard solving technique.
  • When setting up word problems, keep the same units in the same position on both sides of the equation.
  • Always check your answer by substituting back into the original proportion.
  • Proportions work for direct relationships — when one quantity increases, the other increases at the same rate.

Return to Pre-Algebra for more topics in this section.

Last updated: March 29, 2026