Technology — particularly calculators, spreadsheets, and graphing tools — extends what is possible when exploring patterns and relationships. In Foundation Mathematics, technology is a tool for investigation, not a shortcut that replaces understanding.
KEY TAKEAWAY: Technology speeds up calculations and reveals patterns in large datasets, but you still need to understand what the numbers mean and whether results are reasonable.
Arithmetic sequences: Use the replay/answer key to generate terms.
- Enter the first term, then repeatedly add the common difference: $5$ [=] [+4=] [=] [=] …
Evaluating formulas: Substitute values directly.
- $t_n = 3n + 2$: For $n = 15$: enter \$3 \times 15 + 2 = 47$
Solving equations: Use solver or trial-and-error with calculator support.
EXAM TIP: Show the expression you entered and the result displayed. “I used a calculator” is not sufficient — write \$3 \times 15 + 2 = 47$.
Spreadsheets are ideal for:
- Generating sequences automatically
- Calculating totals and running sums
- Modelling cost/income relationships
- Creating graphs from data
| Cell | Formula | Value |
|---|---|---|
| A1 | =5 |
5 |
| A2 | =A1+4 |
9 |
| A3 | =A2+4 |
13 |
| … | (copy down) | … |
Or use a direct formula:
| Cell | Formula (n in column B) | Value |
|---|---|---|
| C1 | =3*B1+2 |
varies |
A spreadsheet can model the phone plan example from the previous section:
| SMS count | Monthly Cost |
|---|---|
| 0 | =25+0.2*A2 |
| 50 | =25+0.2*A3 |
| … | (copy formula) |
Select the data columns → Insert → Chart.
EXAM TIP: When describing a graph created by technology, always include: the axes labels, the overall trend (increasing/decreasing/constant), and any notable features (e.g. where two lines intersect).
Graphing tools (Desmos, GeoGebra, CAS calculator) allow you to:
- Plot $y = mx + c$ and see the effect of changing $m$ (gradient) and $c$ (y-intercept)
- Find where two lines intersect (solving simultaneous equations graphically)
- Explore how a pattern changes when parameters are varied
Worked Example — Graphical Solution:
Plot $y = 60x + 80$ (Plumber A) and $y = 70x + 50$ (Plumber B) on the same axes. Where do they intersect?
Using Desmos or a CAS calculator, the intersection is at $(3, 260)$:
- After $3$ hours, both plumbers cost $\$260$
- For $x > 3$: Plumber A’s line is lower → cheaper
- For $x < 3$: Plumber B’s line is lower → cheaper
This matches the algebraic solution from the previous section.
| Situation | Use Technology | Avoid Technology |
|---|---|---|
| Generating 20+ terms of a sequence | Yes | Doing this by hand |
| Checking an estimated answer | Yes | Entering wrong values |
| Understanding what the answer means | No | Blindly copying output |
| VCAA exam (allowed) | Yes | Relying on it without understanding |
VCAA FOCUS: Foundation Mathematics assessments permit calculator use. Technology is expected in longer problems. However, you must record your working: write the formula, show substituted values, and state the final answer with units. A screen shot or “calculator says 47” earns no marks without mathematical reasoning.
STUDY HINT: Practice building spreadsheet models for the types of problems you study — wages, costs, savings plans, tile patterns. Seeing the numbers update automatically as you change inputs builds strong intuition about how relationships work.