§ Year 12 · General Mathematics · QCAA Senior
Year 12 General Maths.
A subject that quietly delivers ATAR if you respect it.
General Maths scales less aggressively than Methods, but it still contributes to your ATAR and the gap between a band A and a band B in General is real — usually two or three ATAR points for a balanced student. The external is 50% and unseen. Year 12 General is not the easy subject the schedule pretends it is.
100% online·Sessions on Google Meet, anywhere in Queensland
§ What Year 12 covers
The syllabus, in plain English.
Year 12 General covers QCAA Units 3 and 4. Unit 3 (Bivariate data and time series, sequences, Earth geometry) runs Terms 1 and 2 — scatterplots, regression, seasonal data, recurrence relations, latitude and longitude. Unit 4 (Investing and networking) runs Term 3 and the start of Term 4 — loans and annuities via recurrence, graphs and networks, decision mathematics. After that it is all EA preparation.
Unit 3: Bivariate data, time series, sequences and Earth geometry
- Bivariate data analysis — scatterplots, correlation coefficient r, coefficient of determination R², least-squares regression line
- Time series analysis — trend, seasonality, moving averages, seasonal indices
- Growth and decay in sequences — arithmetic and geometric, recurrence form Tₙ₊₁ = aTₙ + b
- Earth geometry — latitude, longitude, great-circle distance, time zones
Unit 4: Investing and networking
- Loans, investments and annuities — recurrence approach with financial software/calculator
- Graphs and networks — vertices, edges, paths, circuits, Eulerian and Hamiltonian
- Networks and decision mathematics — shortest path, minimum spanning trees, critical path analysis
§ Assessment
Three internal assessments worth 50% combined; one external worth 50%. The external is sat in one 130-minute window in November. The internal/external split is identical to Methods and Specialist — General is not "lighter" in structure.
IA1 — Problem-solving and modelling task (PSMT)
20%
A modelling problem written up as a report, completed over ~3 weeks of class time in Term 1. Often a bivariate-data or time-series context. The "evaluate" and "communicate" criteria are where most marks are won and lost.
IA2 — Examination (Unit 3)
15%
Calculator-free and calculator-allowed sections. End of Term 2. Tests bivariate data, time series, sequences and Earth geometry.
IA3 — Examination (Unit 4)
15%
Same format as IA2 but on Unit 4. Sat in Term 3. Heavy on financial recurrences and network problems.
External Assessment
50%
QCAA-set, two-part exam covering all of Units 3 and 4. Sat in early November. 130 minutes. This is where ATAR scaling lives — chase the highest band you can sustain.
Free tool
Want to see your predicted ATAR? Plug in your subjects.
§ Where Year 12s get stuck
Common pitfalls — and how to dodge them.
Confusing r with R²
r is the correlation coefficient, between −1 and +1. R² is the coefficient of determination, between 0 and 1, and it represents the proportion of variation in y explained by x. If r = −0.8, then R² = 0.64, meaning "64% of the variation in y is explained by the linear relationship with x." Students write "the correlation is 64%" — wrong on two counts (correlation is not a percentage, and 0.64 was R², not r).
Causation claimed where only correlation exists
Even a strong r near +1 does not mean x causes y. The classic example: ice cream sales and drowning rates correlate strongly — both rise in summer. Neither causes the other. The Year 12 EA explicitly tests whether you can resist the causation claim and identify possible confounding variables.
Seasonal index applied in the wrong direction
To deseasonalise: divide the actual value by the seasonal index. To re-seasonalise: multiply the trend forecast by the seasonal index. Students who multiply instead of dividing (or vice versa) get answers off by exactly the seasonal factor. If your "deseasonalised" winter value is suspiciously larger than the raw winter value, you divided when you should have multiplied.
Loan repayment recurrence missing the minus sign
For a loan, the recurrence is Vₙ₊₁ = R·Vₙ − d, where R = 1 + i is the periodic growth factor and d is the repayment. The minus sign reflects the repayment reducing the balance. Students write +d, model an investment instead of a loan, and end up with a balance that grows forever.
Great-circle distance computed in nautical miles when the answer wants km
On the Earth-geometry topic, distance along a meridian (constant longitude) is 1 degree = 60 nautical miles = approximately 111 km. Students confuse the units mid-question and end up off by a factor of 1.85. Always confirm what unit the question wants before computing.
Shortest path solved by inspection instead of by algorithm
Networks questions reward systematic working. "I just looked at it" earns zero method marks even when the answer is right. Show the Dijkstra-style label updates or the working table. The marker is grading process, not just the answer.
§ Worked examples
A question. A walkthrough. The marks.
Example 1
Least-squares regression and prediction
The question
A study collects data on hours studied (x) and exam score (y) for 8 students. Technology gives the least-squares line as ŷ = 12 + 4.5x with r = 0.92. (a) Interpret the slope. (b) Predict the score for a student who studied 10 hours. (c) Comment on the reliability of the prediction.
Walkthrough
(a) The slope is 4.5. Interpretation: for each additional hour studied, the exam score is predicted to increase by 4.5 marks on average. (b) Substituting x = 10: ŷ = 12 + 4.5(10) = 12 + 45 = 57. The predicted score is 57. (c) Reliability check. R² = (0.92)² = 0.8464, so about 84.6% of the variation in score is explained by hours studied. Strong linear relationship. Reliability of the specific prediction at x = 10 depends on whether 10 hours is within the range of the original data. If the data ranged from 1 to 12 hours, 10 is interpolation and the prediction is reasonable. If the data ranged from 1 to 6 hours, 10 is extrapolation and the prediction is unreliable. Mark allocation: 1 mark for the slope interpretation, 1 mark for the substitution, 1 mark for the predicted value, 1 mark for the reliability comment using R², 1 mark for the interpolation-vs-extrapolation point. Five marks. Students who do all three parts numerically but skip the reliability discussion drop the final two marks.
Example 2
Loan recurrence with monthly repayments
The question
Liam takes out a $20,000 car loan at 9% per annum compounded monthly, with monthly repayments of $415. What is the balance after 3 months? Round to the nearest cent.
Walkthrough
Step 1 — Identify the monthly growth factor. The annual rate is 9%, so the monthly rate is 0.09/12 = 0.0075. R = 1 + 0.0075 = 1.0075. Step 2 — Write the recurrence: Vₙ₊₁ = 1.0075·Vₙ − 415, with V₀ = 20000. Step 3 — Iterate. V₁ = 1.0075(20000) − 415 = 20150 − 415 = 19735. V₂ = 1.0075(19735) − 415 = 19882.0125 − 415 = 19467.0125. V₃ = 1.0075(19467.0125) − 415 = 19613.0151 − 415 = 19198.0151. So the balance after 3 months is approximately $19,198.02. Sanity check: three repayments of $415 total $1245, but interest has been added each month, so the balance reduction should be less than $1245. We have 20000 − 19198.02 = $801.98 of principal reduction. ✓ That is consistent with interest of approximately $443 having accrued over the three months on average balances near $19,800.
§ Why Pythora for Year 12 General Maths
Not generic tutoring. Specifically this.
A tutor who sat General Maths recently and knows it cold
General is often the "set and forget" subject in tutoring services. We staff it with tutors who scored highly in the EA and remember the question types that catch most students out — particularly time series and financial recurrences.
EA preparation that knows the past papers
The Year 12 General EA is 130 minutes and tests every topic across both units. We work through past papers and QCAA sample questions, identify the topics where your child loses marks, and drill the question types that come up reliably year after year.
PSMT support that targets the criteria that move the grade
Most General PSMTs are scored in the B band because "evaluate" and "communicate" are weak. We help students structure the report, sharpen the assumptions section, and add the kind of sensitivity analysis that pushes the response into the A band.
A written recap of every session, inside six minutes
You see what was covered, where the student struggled, what was set as homework, and what the next session will focus on. Automatically. Every lesson.
§ Real student
“I was a comfortable B going into Term 3 and finished with an A on the external. The recurrence stuff for loans had completely confused me and one session sorted it out.”
§ Where this fits
One step on the path.
Year 12 General assumes you can comfortably handle univariate statistics, simple interest and compound interest from Year 11. Term 1 throws bivariate data and time series at students who never quite got univariate analysis down — and the IA2 mock surfaces those gaps in May. Catching them early is the difference between a strong year and a stressful one.
Builds from
Year 11 General MathematicsLeads to
Final year — this is the end of the road
§ Questions
Frequently asked.
How is Year 12 General Maths scaled in ATAR?
General Maths scales less aggressively than Methods or Specialist. A band A in General contributes meaningfully to ATAR but not as much as a band A in Methods. That said, a band A in General is far better for ATAR than a band C in Methods. For students whose path does not require Methods, General done well is the right call.
Is it worth switching from Methods to General in Year 12?
Sometimes, but the switch has to be early — typically by end of Term 1 — and it is irreversible. Students who switch usually do so because Methods is consuming so much study time that other subjects are suffering. Reclaiming that time and pushing for a band A in General can be a net ATAR positive. Talk to the school and to us before deciding.
Is the calculator allowed for the whole external?
No. The Year 12 General external has a calculator-free section and a calculator-allowed section. Students who rely on the calculator for every step lose easy marks in the calculator-free part. We make sure the fundamentals (mental arithmetic, basic ratios, gradient calculations) are sharp.
What does a typical Year 12 General Maths session cover?
Sessions are matched to where the student is in the term. Term 1 typically supports the PSMT and bivariate data IA. Mid-year is IA2 and IA3 exam technique. Term 3 onwards splits between IA3 completion and EA preparation. Sessions run 60 minutes online via Google Meet, with a written recap in your inbox inside six minutes of the lesson ending.
How much does Year 12 General Mathematics tutoring cost?
Year 12 General Maths is $85 per hour as a senior QCAA subject. Billed weekly for completed sessions, no lock-in. Every new family gets a free trial session with their matched tutor first.
Year 12 General Maths.
Done properly.
One short form. We’ll match you with a tutor and call within 24 hours.
From $85/hour · Billed weekly · Pause or cancel anytime
