Chapter 2 — Ratios, proportions, and percentages¶
This chapter connects arithmetic and algebra through one central idea: comparing quantities. When we say that a mixture uses 2 parts water for 1 part concentrate, we are using a ratio. When two ratios express the same relationship, we have a proportion.
These ideas appear frequently in engineering contexts: drawing scales, energy use per hour, unit cost, and concentration.
2.1 Ratio between quantities¶
A ratio compares two compatible quantities. If a lab section has 18 students and 12 available computers, then the students-per-computer ratio is
Interpretation: on average, there are 1.5 students per computer. If we invert the reading, we compute computers per student:
The inversion changes the meaning, so it is essential to state clearly what is in the numerator and denominator.
2.2 Proportion and equivalent ratios¶
A proportion is an equality between two ratios:
In this case, cross multiplication gives
which is a direct test for equivalent ratios. For example,
because
2.3 Percentage as a base-100 ratio¶
A percentage is a standardized ratio:
Quick conversions:
- \(25\% = 0.25\);
- \(8\% = 0.08\);
- \(135\% = 1.35\).
If a product costs $200 and receives a \(15\%\) discount, the discount value is
so the final price is $170.
Reference table¶
| Situation | Expression | Result |
|---|---|---|
| 10% of 80 | \(0.10 \cdot 80\) | 8 |
| 35% of 60 | \(0.35 \cdot 60\) | 21 |
| 12% increase on 50 | \(50(1+0.12)\) | 56 |
| 20% reduction on 90 | \(90(1-0.20)\) | 72 |
2.4 Rule of three and proportional reasoning¶
The simple rule of three organizes two-quantity proportional problems.
Worked example¶
A machine produces 120 parts in 3 hours at a constant rate. How many parts will it produce in 5 hours?
- Write the proportion:
- Cross multiply:
- Isolate \(x\):
So the expected production in 5 hours is 200 parts.
2.5 Algebraic manipulation in proportional contexts¶
Algebra lets us solve proportions in a general way. Consider
Multiply both sides by 12:
A common percentage model is
- if \(r>0\), we have an increase;
- if \(r<0\), we have a decrease.
Example: with \(V_i=500\) and \(r=-0.08\),
2.6 Matrix notation for repeated percentage updates¶
When several rates apply to several initial values, matrix notation organizes the computation. Let
Then one-step updated values can be written as
where \(I\) is the identity matrix. This chapter remains arithmetic-first, but this notation prepares the matrix language used later.
2.7 Chapter wrap-up¶
Ratios, proportions, and percentages form an essential block for quantitative modeling. In the rest of Volume 1, this reasoning supports data interpretation, algebraic problem solving, and the transition to function-based models.