The areas of study, one by one
Each area below lists the concepts named in the study design, what the VCAA exam asks of them, and the mistake that most often costs marks.
Area 1 of 4
Data analysis
The largest area of study and the one that carries the most examination questions. It begins with classifying data as numerical or categorical, and categorical data as nominal or ordinal, then displaying it with dot plots, stem plots, histograms and boxplots and summarising it with mean, median, standard deviation, interquartile range and range. The normal distribution follows, using the 68-95-99.7% rule and standardised z-scores to move between a value and a percentage of the population. Bivariate work is the heart of the area: scatterplots, two-way frequency tables and segmented bar charts, correlation and the coefficient of determination, the least squares line with residual analysis, and interpolation as against extrapolation. Log and squared transformations linearise curved data. Time series closes the area with trend, seasonality, moving mean and median smoothing, seasonal indices and deseasonalising.
What the study design lists under this area · 9 points
- Data types (numerical, categorical: nominal/ordinal)
- Summarising and displaying univariate data (dot plots, stem plots, histograms, boxplots)
- Measures of centre and spread (mean, median, standard deviation, IQR, range)
- The normal distribution and the 68–95–99.7% rule; standardised (z) scores
- Investigating relationships between two variables (scatterplots, two-way frequency tables, segmented bar charts)
- Correlation and coefficient of determination
- Least squares line of best fit, residual analysis and interpolation/extrapolation
- Data transformation (log and squared transformations) to linearise data
- Time series analysis: trend, seasonality, smoothing (moving mean/median), seasonal indices and deseasonalising
What the exam asks
Multiple-choice items ask you to read a statistic straight off a display or choose the correct regression equation, including after a transformation has been applied. Written questions run in long chains: identify the explanatory variable, fit the line, predict a value, decide whether that is interpolation or extrapolation, describe the association, then compute and plot a residual.
Where marks go missing
Reading a correlation coefficient or coefficient of determination as evidence of cause. Association questions expect wording that one variable is associated with the other, with direction and strength stated. Asserting causation is marked wrong even when the relationship looks obvious.
13 real VCAA questions indexed on this area →
Area 2 of 4
Recursion and financial modelling
Everything here is built on one idea: a starting value and a rule that generates the next term. You write first-order linear recurrence relations of the form u0 = a, un+1 = Run + d, and switch between that recursive form, an explicit rule and an amortisation table for the same situation. Simple and compound interest come first, with the effective annual interest rate used to compare accounts that compound at different frequencies. Then come the products themselves: reducing balance loans read through amortisation tables, annuities, perpetuities, and compound interest investments with regular deposits or withdrawals. Depreciation is the mirror image, using flat rate, reducing balance and unit cost methods. Questions frequently supply a partial table or a mid-term balance and expect you to work backwards to a missing rate, payment or number of periods.
What the study design lists under this area · 7 points
- First-order linear recurrence relations (u0 = a, un+1 = Run + d)
- Simple interest and compound interest as recurrence relations and rules
- Effective annual interest rate
- Reducing balance loans and amortisation tables
- Annuities and perpetuities
- Flat rate and reducing balance (unit cost) depreciation
- Compound interest investments with regular deposits/withdrawals
What the exam asks
Multiple-choice items ask in which year one depreciation method overtakes another, or when cumulative perpetuity payments first exceed the principal invested. Written questions hand you an incomplete amortisation table to complete and explain, ask for both a recurrence relation and an explicit rule from a graph, and require a rate found by back-solving from a stated balance.
Where marks go missing
Mismatching the interest rate to the payment period. An annual rate quoted on a loan repaid monthly or weekly must be divided before it enters the recurrence relation, with the compounding periods counted to match. This one conversion accounts for a large share of lost marks.
8 real VCAA questions indexed on this area →
Area 3 of 4
Matrices
This area is largely about representing a real situation as a matrix and then letting matrix arithmetic do the work. You start with order and the named types — row, column, square, diagonal, identity, binary and permutation — then addition, subtraction, scalar multiplication and the row-by-column rule for matrix multiplication, including which products are defined at all. The determinant of a two-by-two matrix tells you whether an inverse exists, and the inverse solves systems written in matrix form. Applications take over from there: communication and adjacency matrices, dominance matrices for ranking round-robin results, permutation matrices for cyclical arrangements such as rotating timetables, transition matrices and Markov chains with their steady-state behaviour, matrix recurrence relations of the form Sn+1 = TSn + B, and Leslie matrices for age-structured populations.
What the study design lists under this area · 7 points
- Matrix definition, order, types (row, column, square, diagonal, identity, binary, permutation)
- Matrix operations: addition, subtraction, scalar multiplication, matrix multiplication
- Determinant and inverse of a 2×2 matrix; when an inverse exists
- Matrices used to represent and solve practical problems (communication/adjacency matrices, permutation matrices)
- Transition matrices and Markov chains (regular transition matrices, steady-state behaviour)
- Matrix recurrence relations of the form Sn+1 = TSn + B
- Leslie matrices for population/age-structured growth
What the exam asks
You are asked to classify a matrix, state an order, and interpret what a particular product or row sum represents in the context given. Longer questions build a Leslie or transition matrix from a described situation, project several steps forward, or work backwards from a later state matrix to an earlier one before adding a constant matrix.
Where marks go missing
Multiplying in the wrong order. Matrix multiplication is not commutative, so a transition matrix must premultiply the state matrix, and a product defined one way round may be undefined the other. Matching rows and columns to the context before calculating prevents most of this.
8 real VCAA questions indexed on this area →
Area 4 of 4
Networks and decision mathematics
Networks turns diagrams into answers. The vocabulary comes first — vertices, edges, degree, walks, trails, paths and cycles — along with planar graphs, bridges and Euler's formula, v + f = e + 2. Then the traversal results: Eulerian trails and circuits, which depend on how many vertices have odd degree, and Hamiltonian paths and cycles, which visit vertices rather than edges. Weighted graphs bring the optimisation problems: minimum spanning trees found with Prim's algorithm, shortest path problems, flow problems solved through maximum flow-minimum cut, and assignment problems handled by the Hungarian algorithm's row and column reductions. Critical path analysis finishes the area, using activity networks, earliest and latest start times, float time, the critical path itself, and crashing to shorten a project at the least possible cost.
What the study design lists under this area · 8 points
- Graphs, networks, vertices, edges, degree of a vertex, Euler's formula (v + f = e + 2)
- Planar graphs, bridges, walks, trails, paths, cycles
- Eulerian trails/circuits and Hamiltonian paths/cycles
- Weighted graphs, minimum spanning trees (Prim's algorithm)
- Shortest path problems in networks
- Flow problems: capacity, cuts and maximum flow-minimum cut
- Assignment problems and the Hungarian algorithm
- Critical path analysis: activity networks, earliest/latest start times, float time, critical path, crashing
What the exam asks
Expect a diagram with a question attached: sum the vertex degrees, apply Euler's formula, name the type of closed walk a described route represents, or find a shortest path. Project questions ask for the float of a named activity, its latest start time, and the cheapest way to cut total duration by a stated number of days.
Where marks go missing
Confusing Eulerian and Hamiltonian conditions. Eulerian trails and circuits concern traversing every edge and are decided by the number of odd-degree vertices; Hamiltonian paths and cycles concern visiting every vertex once. Applying the odd-degree rule to a Hamiltonian question produces a confident wrong answer.
10 real VCAA questions indexed on this area →
Common questions
Is VCE General Mathematics the same as Further Mathematics?
Not quite. Further Mathematics ran under the 2016 to 2022 study design and combined a compulsory core with selected modules. General Mathematics Units 3 and 4, applying from 2023, sets four compulsory areas of study: data analysis, recursion and financial modelling, matrices, and networks and decision mathematics. Older Further papers still contain plenty of usable practice.
Which areas of study are on each General Mathematics exam?
Both examinations draw on all four areas. Examination 1 is multiple-choice with one mark for each question, while Examination 2 is written response, where questions are worth several marks and are broken into parts. Neither paper is restricted to a subset of the course, so no area of study can safely be dropped.
How should I use past General Mathematics exams?
Work them by area of study first rather than front to back, so you meet many versions of the same idea in a row and build the procedure into muscle memory. Then switch to full timed papers. VCAA publishes an examination report for each paper, which is where accepted wording for interpretation questions comes from.
Why do I keep losing marks on interpretation questions?
Because a correct number is only half of the answer. Questions on correlation, seasonal indices, the coefficient of determination and residuals want a sentence naming both variables in context, with direction and strength stated where relevant. Practise writing that sentence out, not just producing the value your calculation gives.