Introduction to Rounding, Estimation, and Bounds
In the world of math, we don't always need to be perfectly exact. If you're telling a friend how long a movie is, you might say "two hours" rather than "one hour, fifty-eight minutes, and twelve seconds." This is the essence of rounding and estimation.
In this chapter, we will learn how to make numbers simpler to work with, how to "guess-timate" answers to check if our calculator is right, and how to define the limits of accuracy using bounds. These skills are essential for both the Foundation and Higher tier exams.
1. Rounding Numbers
Rounding makes numbers easier to use while keeping their value close to what they originally were. There are two main ways the exam will ask you to round: Decimal Places (dp) and Significant Figures (sf).
Decimal Places (dp)
This tells you how many digits to keep after the decimal point.
The Rule: Look at the next digit to the right. If it is 5 or more, round the last digit up. If it is less than 5, leave the last digit as it is.
Example: Round \(7.438\) to 2 decimal places.
1. We want two digits after the point: \(7.43\).
2. Look at the next digit: \(8\).
3. Since \(8\) is 5 or more, round the \(3\) up to a \(4\).
4. Answer: \(7.44\)
Significant Figures (sf)
Significant figures represent the "important" digits in a number. They show the precision of a value.
How to count them:
1. Start counting from the first non-zero digit.
2. Once you start counting, don't stop—zeros in the middle of a number do count!
3. Zeros at the very end of a whole number (like the zeros in \(500\)) are usually placeholders unless the question says otherwise.
Example: Round \(0.005072\) to 2 significant figures.
1. The first non-zero digit is \(5\). This is the 1st sf.
2. The next digit is \(0\). This is the 2nd sf.
3. Look at the next digit: \(7\). Since it's 5 or more, round the \(0\) up to a \(1\).
4. Answer: \(0.0051\)
Quick Review: Always check the digit immediately to the right of your cut-off point. It acts like a "decider" for whether you round up or stay the same.
2. Estimation and Approximation
Estimation is a powerful tool, especially for Paper 1 (non-calculator). It helps you find an approximate answer quickly to check if your final result is "in the right ballpark."
The "1 Significant Figure" Rule
To estimate the value of a complex calculation, round every single number to 1 significant figure first, then do the math.
Example: Estimate the value of \(\frac{302.4 \times 5.91}{0.52}\).
1. Round \(302.4\) to 1sf: \(300\)
2. Round \(5.91\) to 1sf: \(6\)
3. Round \(0.52\) to 1sf: \(0.5\)
4. Calculation: \(\frac{300 \times 6}{0.5} = \frac{1800}{0.5}\)
5. Remember, dividing by \(0.5\) is the same as multiplying by \(2\)!
6. Answer: \(3600\)
Did you know? Using the "approximately equal to" sign \(\approx\) shows the examiner you are estimating rather than giving an exact answer.
3. Error Intervals and Inequality Notation
When a number has been rounded, we don't know its original exact value. An error interval tells us the range of values that the number could have been before it was rounded.
We use inequality notation to write these intervals: \(<\), \(>\), \(\le\), \(\ge\).
Example: A length, \(L\), is rounded to \(8 \text{ cm}\) to the nearest whole number. What is the error interval?
1. The smallest it could have been to round up to \(8\) is \(7.5\).
2. The largest it could have been to round down to \(8\) is anything up to (but not including) \(8.5\).
3. Interval: \(7.5 \le L < 8.5\)
Common Mistake: Students often write the upper limit as \(8.49\). In GCSE Math, we use the next "halfway" point and use the "less than" symbol (\(<\)) to show it doesn't quite reach it.
4. Upper and Lower Bounds (H)
Note: This section is specifically for Higher Tier students.
Bounds are the specific "edges" of your error interval. The Lower Bound (LB) is the smallest possible value, and the Upper Bound (UB) is the smallest value that is just too big to round to that number.
Limits of Accuracy in Calculations
Sometimes you need to find the bounds of a calculated value (like Area or Speed). This requires logic:
- To find the Maximum (Upper Bound) of a sum (\(A + B\)): Use \(UB_A + UB_B\).
- To find the Minimum (Lower Bound) of a subtraction (\(A - B\)): Use \(LB_A - UB_B\) (Smallest minus Largest).
- To find the Maximum (Upper Bound) of a division (\(A \div B\)): Use \(UB_A \div LB_B\) (Largest divided by Smallest).
Step-by-Step Example:
A rectangular field has length \(l = 20 \text{ m}\) and width \(w = 10 \text{ m}\), both rounded to the nearest \(5 \text{ m}\). Find the lower bound of the area.
1. Find the bounds for \(l\): \(17.5 \le l < 22.5\). So \(LB = 17.5\).
2. Find the bounds for \(w\): \(7.5 \le w < 12.5\). So \(LB = 7.5\).
3. Area = \(length \times width\).
4. To find the Lower Bound of Area, multiply the two Lower Bounds: \(17.5 \times 7.5 = 131.25 \text{ m}^2\).
Key Takeaways for Success
- Rounding: Always look at the digit to the right of your cut-off to decide if you round up or stay.
- Estimation: Round to 1 significant figure unless the question asks for something else. It's the "golden rule" of approximation.
- Error Intervals: Use \(\text{Lower Bound} \le x < \text{Upper Bound}\). The lower bound is inclusive (\(\le\)), the upper bound is exclusive (\(<\)).
- Bounds (Higher): To make a result as large as possible in a fraction, use the Upper Bound for the top and the Lower Bound for the bottom.
Don't worry if error intervals seem tricky at first! Just remember they are simply the "halfway points" between the rounded numbers. Practice drawing them on a number line if you get stuck.