VCAA General Mathematics Matrices

14 sample questions with marking guides and sample answers

Q30
2025
VCAA
Paper 1
1 mark
Q30
1 mark

FF is a 4×44 \times 4 matrix.

The element in row ii and column jj of FF is fijf_{ij}.

The elements are determined by the rule fij=i2jf_{ij} = i^2 - j.

How many of the elements in FF will be negative?

A

2

B

3

C

5

D

16

Reveal Answer
A

2

Incorrect. There are more than 2 negative elements; for i=1i=1, the elements f12f_{12}, f13f_{13}, and f14f_{14} are all negative.

B

3

Correct Answer

Correct. An element is negative when i2<ji^2 < j. Given 1i,j41 \le i, j \le 4, this is only true for i=1i=1 with j=2,3,4j=2, 3, 4, resulting in exactly 3 negative elements.

C

5

Incorrect. This overcounts the negative elements, perhaps by incorrectly evaluating i=2i=2 where i2j=4j0i^2 - j = 4 - j \ge 0 for all valid jj.

D

16

Incorrect. This represents the total number of elements in the 4×44 \times 4 matrix (4×4=164 \times 4 = 16), not just the negative ones.

Q31
2023
VCAA
Paper 1
1 mark
Q31
1 mark

A species of bird has a life span of three years.

The females in this species do not reproduce in their first year but produce an average of four female offspring in their second year, and three in their third year.

The Leslie matrix, LL, below is used to model the female population distribution of this species of bird.

L=[0430.20000.40]L = \begin{bmatrix} 0 & 4 & 3 \\ 0.2 & 0 & 0 \\ 0 & 0.4 & 0 \end{bmatrix}

The element in the second row, first column states that on average 20% of this population will

A

be female.

B

never reproduce.

C

survive into their second year.

D

produce offspring in their first year.

E

live for the entire lifespan of three years.

Reveal Answer
A

be female.

The Leslie matrix already models only the female population, so this element does not represent the proportion of females.

B

never reproduce.

This element represents a survival rate between age classes, not the proportion of birds that never reproduce.

C

survive into their second year.

Correct Answer

In a Leslie matrix, the subdiagonal elements represent survival rates. The element in the second row, first column (L2,1L_{2,1}) specifically represents the survival rate from the first age class to the second age class.

D

produce offspring in their first year.

The reproduction rate for the first year is represented by the element in the first row, first column (L1,1L_{1,1}), which is 0.

E

live for the entire lifespan of three years.

The probability of living the entire lifespan would be the product of the survival rates (0.2×0.4=0.080.2 \times 0.4 = 0.08), not just the survival rate from year one to year two.

Q30
2023
VCAA
Paper 1
1 mark
Q30
1 mark

How many of the following statements are true?

  • All square matrices have an inverse.
  • The inverse of a matrix could be the same as the transpose of that matrix.
  • If the determinant of a matrix is equal to zero, then the inverse does not exist.
  • It is possible to take the inverse of an identity matrix.
A

0

B

1

C

2

D

3

E

4

Reveal Answer
A

0

This is incorrect because there are exactly three true statements, not zero.

B

1

This is incorrect because there are exactly three true statements, not one.

C

2

This is incorrect because there are exactly three true statements, not two.

D

3

Correct Answer

This is correct because statements 2, 3, and 4 are true. Statement 1 is false because a square matrix must have a non-zero determinant to be invertible.

E

4

This is incorrect because the first statement is false. Square matrices with a determinant of zero (singular matrices) do not have an inverse.

Q27
2024
VCAA
Paper 1
1 mark
Q27
1 mark

Consider the following matrix, where h0h \neq 0.

[4g8h]\begin{bmatrix} 4 & g \\ 8 & h \end{bmatrix}

The inverse of this matrix does not exist when gg is equal to

A

2h-2h

B

h2\frac{h}{2}

C

hh

D

2h2h

Reveal Answer
A

2h-2h

Incorrect. Setting g=2hg = -2h results in a determinant of 20h20h, which is non-zero since h0h \neq 0, meaning the inverse would exist.

B

h2\frac{h}{2}

Correct Answer

Correct. A matrix does not have an inverse when its determinant is zero. Setting the determinant 4h8g=04h - 8g = 0 and solving for gg yields g=h2g = \frac{h}{2}.

C

hh

Incorrect. Setting g=hg = h results in a determinant of 4h-4h, which is non-zero since h0h \neq 0, meaning the inverse would exist.

D

2h2h

Incorrect. Setting g=2hg = 2h results in a determinant of 12h-12h, which is non-zero since h0h \neq 0, meaning the inverse would exist.

Q26
2024
VCAA
Paper 1
1 mark
Q26
1 mark

A market stall sells three types of candles.

The cost of each type of candle is shown in matrix CC below.

C=[253243]C = \begin{bmatrix} 25 & 32 & 43 \end{bmatrix}

Towards the end of the day, the cost of each item is discounted by 15%.

Which one of the following expressions can be used to determine each discounted price?

A

0.15C0.15C

B

0.85C0.85C

C

8.5C8.5C

D

15C15C

Reveal Answer
A

0.15C0.15C

Multiplying by 0.15 calculates the amount of the discount itself, not the final discounted price.

B

0.85C0.85C

Correct Answer

A 15% discount means the final price is 85% of the original cost, which is calculated by multiplying the cost matrix CC by the scalar 0.85.

C

8.5C8.5C

Multiplying by 8.5 calculates 850% of the original price, which is a massive price increase rather than a discount.

D

15C15C

Multiplying by 15 calculates 1500% of the original price, rather than applying a 15% discount.

Q31
2025
VCAA
Paper 1
1 mark
Q31
1 mark

Consider the following four matrices.

A=[4623]B=[428]C=[502531]D=[325]A = \begin{bmatrix} 4 & 6 \\ -2 & -3 \end{bmatrix} \quad B = \begin{bmatrix} 4 \\ 2 \\ 8 \end{bmatrix} \quad C = \begin{bmatrix} 5 & 0 \\ 2 & 5 \\ 3 & 1 \end{bmatrix} \quad D = \begin{bmatrix} 3 & -2 & 5 \end{bmatrix}

Which one of the following computations is defined?

A

D(A+B)D(A + B)

B

CTBDC^T B D

C

C+BDC + BD

D

(DA)T+D(DA)^T + D

Reveal Answer
A

D(A+B)D(A + B)

Matrix addition requires both matrices to have the exact same dimensions. Since AA is a 2×22 \times 2 matrix and BB is a 3×13 \times 1 matrix, the sum A+BA + B is undefined.

B

CTBDC^T B D

Correct Answer

The transpose CTC^T is 2×32 \times 3, BB is 3×13 \times 1, and DD is 1×31 \times 3. The product CTBC^T B results in a 2×12 \times 1 matrix, which can then be multiplied by the 1×31 \times 3 matrix DD to yield a valid 2×32 \times 3 matrix.

C

C+BDC + BD

The product BDBD results in a 3×33 \times 3 matrix, but CC is a 3×23 \times 2 matrix. Matrix addition is undefined for matrices of different dimensions.

D

(DA)T+D(DA)^T + D

Matrix multiplication requires the number of columns in the first matrix to equal the number of rows in the second. Since DD has 3 columns and AA has 2 rows, the product DADA is undefined.

Q26
2023
VCAA
Paper 1
1 mark
Q26
1 mark

Matrix PP is a permutation matrix and matrix QQ is a column matrix.

P=[1000000100000100100000001]Q=[teams]P = \begin{bmatrix} 1 & 0 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 & 0 \\ 0 & 1 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 & 1 \end{bmatrix} \quad Q = \begin{bmatrix} t \\ e \\ a \\ m \\ s \end{bmatrix}

When QQ is multiplied by PP, which three letters change position?

A

t,e,at, e, a

B

e,a,me, a, m

C

a,m,sa, m, s

D

m,s,tm, s, t

E

e,a,se, a, s

Reveal Answer
A

t,e,at, e, a

Incorrect. The first row of PP has a 1 in the first column, meaning the first letter tt remains in its original position.

B

e,a,me, a, m

Correct Answer

Correct. Multiplying PP by QQ yields the column matrix [t,a,m,e,s]T[t, a, m, e, s]^T, showing that ee, aa, and mm are the letters that change positions.

C

a,m,sa, m, s

Incorrect. The fifth row of PP has a 1 in the fifth column, meaning the last letter ss remains in its original position.

D

m,s,tm, s, t

Incorrect. Both tt and ss remain in their original positions since the first and fifth rows of PP have 1s on the main diagonal.

E

e,a,se, a, s

Incorrect. The letter ss does not change position because the fifth row of PP is [0,0,0,0,1][0, 0, 0, 0, 1].

Q27
2025
VCAA
Paper 1
1 mark
Q27
1 mark

Consider the matrix EE where

E=[m94n]E = \begin{bmatrix} m & -9 \\ 4 & n \end{bmatrix}

For the inverse of EE to exist, the values of mm and nn, respectively, cannot be

A

3 and 12

B

12 and 3

C

3 and -12

D

-3 and -12

Reveal Answer
A

3 and 12

Incorrect. The determinant of EE is mn(36)=mn+36mn - (-36) = mn + 36. For m=3m=3 and n=12n=12, the determinant is 7272, which is non-zero, meaning the inverse exists.

B

12 and 3

Incorrect. The determinant of EE is mn+36mn + 36. For m=12m=12 and n=3n=3, the determinant is 7272, which is non-zero, meaning the inverse exists.

C

3 and -12

Correct Answer

Correct. A matrix does not have an inverse if its determinant is zero. The determinant of EE is mn+36mn + 36, and for m=3m=3 and n=12n=-12, the determinant is 3(12)+36=03(-12) + 36 = 0.

D

-3 and -12

Incorrect. The determinant of EE is mn+36mn + 36. For m=3m=-3 and n=12n=-12, the determinant is (3)(12)+36=72(-3)(-12) + 36 = 72, which is non-zero, meaning the inverse exists.

Q25
2025
VCAA
Paper 1
1 mark
Q25
1 mark

Consider the matrix GG where

G=[010101000]G = \begin{bmatrix} 0 & 1 & 0 \\ 1 & 0 & 1 \\ 0 & 0 & 0 \end{bmatrix}

Which one of the following correctly describes matrix GG?

A

a binary matrix

B

a permutation matrix

C

an identity matrix

D

a diagonal matrix

Reveal Answer
A

a binary matrix

Correct Answer

This is correct because a binary matrix (or logical matrix) is defined as a matrix whose entries are exclusively 0s and 1s, which perfectly describes matrix GG.

B

a permutation matrix

This is incorrect because a permutation matrix must have exactly one 1 in every row and column. Matrix GG has two 1s in the second row and zero 1s in the third row.

C

an identity matrix

This is incorrect because an identity matrix requires 1s along the main diagonal and 0s everywhere else. Matrix GG has 0s on its main diagonal.

D

a diagonal matrix

This is incorrect because a diagonal matrix only contains non-zero entries on its main diagonal. Matrix GG has non-zero entries off the diagonal, such as the 1 in the first row, second column.

Q32
2025
VCAA
Paper 1
1 mark
Q32
1 mark

Kyle (KK), Lian (LL), Maggie (MM), Neil (NN) and Ophelia (OO) took part in a round-robin chess tournament in which each person played each of the others once. In each game there was a winner and a loser.

The winner of the tournament was determined by T=D+D2T = D + D^2 where DD and D2D^2 are, respectively, the one-step and two-step dominance matrices.

Some of the individual match results were not recorded.

An incomplete matrix DD is shown below.

The '1' in row KK, column MM indicates that Kyle defeated Maggie.

KLMNOD=KLMNO[0...1...0...00...001011......00011010]\begin{matrix} & \begin{matrix} K & L & M & N & O \end{matrix} \\ D = \begin{matrix} K \\ L \\ M \\ N \\ O \end{matrix} & \begin{bmatrix} 0 & ... & 1 & ... & 0 \\ ... & 0 & 0 & ... & 0 \\ 0 & 1 & 0 & 1 & 1 \\ ... & ... & 0 & 0 & 0 \\ 1 & 1 & 0 & 1 & 0 \end{bmatrix} \end{matrix}

The following information is known.

  • Maggie and Ophelia each won three of their four games.
  • Kyle won two of his four games.
  • Lian and Neil each won one of their four games.
  • Kyle defeated Neil.

Which one of the following is matrix TT?

A

KLMNOKLMNO[0212110010220311110022120]\begin{matrix} & \begin{matrix} K & L & M & N & O \end{matrix} \\ \begin{matrix} K \\ L \\ M \\ N \\ O \end{matrix} & \begin{bmatrix} 0 & 2 & 1 & 2 & 1 \\ 1 & 0 & 0 & 1 & 0 \\ 2 & 2 & 0 & 3 & 1 \\ 1 & 1 & 1 & 0 & 0 \\ 2 & 2 & 1 & 2 & 0 \end{bmatrix} \end{matrix}

B

KLMNOKLMNO[0212110110230211100022120]\begin{matrix} & \begin{matrix} K & L & M & N & O \end{matrix} \\ \begin{matrix} K \\ L \\ M \\ N \\ O \end{matrix} & \begin{bmatrix} 0 & 2 & 1 & 2 & 1 \\ 1 & 0 & 1 & 1 & 0 \\ 2 & 3 & 0 & 2 & 1 \\ 1 & 1 & 0 & 0 & 0 \\ 2 & 2 & 1 & 2 & 0 \end{bmatrix} \end{matrix}

C

KLMNOKLMNO[0110000010010111000011010]\begin{matrix} & \begin{matrix} K & L & M & N & O \end{matrix} \\ \begin{matrix} K \\ L \\ M \\ N \\ O \end{matrix} & \begin{bmatrix} 0 & 1 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 & 0 \\ 0 & 1 & 0 & 1 & 1 \\ 1 & 0 & 0 & 0 & 0 \\ 1 & 1 & 0 & 1 & 0 \end{bmatrix} \end{matrix}

D

KLMNOKLMNO[0011010000010110100011010]\begin{matrix} & \begin{matrix} K & L & M & N & O \end{matrix} \\ \begin{matrix} K \\ L \\ M \\ N \\ O \end{matrix} & \begin{bmatrix} 0 & 0 & 1 & 1 & 0 \\ 1 & 0 & 0 & 0 & 0 \\ 0 & 1 & 0 & 1 & 1 \\ 0 & 1 & 0 & 0 & 0 \\ 1 & 1 & 0 & 1 & 0 \end{bmatrix} \end{matrix}

Reveal Answer
A

KLMNOKLMNO[0212110010220311110022120]\begin{matrix} & \begin{matrix} K & L & M & N & O \end{matrix} \\ \begin{matrix} K \\ L \\ M \\ N \\ O \end{matrix} & \begin{bmatrix} 0 & 2 & 1 & 2 & 1 \\ 1 & 0 & 0 & 1 & 0 \\ 2 & 2 & 0 & 3 & 1 \\ 1 & 1 & 1 & 0 & 0 \\ 2 & 2 & 1 & 2 & 0 \end{bmatrix} \end{matrix}

This matrix contains errors in calculating the two-step dominance matrix D2D^2. For example, in row L, it misses Lian's two-step dominances over Maggie and Neil.

B

KLMNOKLMNO[0212110110230211100022120]\begin{matrix} & \begin{matrix} K & L & M & N & O \end{matrix} \\ \begin{matrix} K \\ L \\ M \\ N \\ O \end{matrix} & \begin{bmatrix} 0 & 2 & 1 & 2 & 1 \\ 1 & 0 & 1 & 1 & 0 \\ 2 & 3 & 0 & 2 & 1 \\ 1 & 1 & 0 & 0 & 0 \\ 2 & 2 & 1 & 2 & 0 \end{bmatrix} \end{matrix}

Correct Answer

By using the given win totals and match results, we can complete the one-step dominance matrix DD. Calculating T=D+D2T = D + D^2 yields this exact matrix, which correctly accounts for both direct wins and two-step dominances.

C

KLMNOKLMNO[0110000010010111000011010]\begin{matrix} & \begin{matrix} K & L & M & N & O \end{matrix} \\ \begin{matrix} K \\ L \\ M \\ N \\ O \end{matrix} & \begin{bmatrix} 0 & 1 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 & 0 \\ 0 & 1 & 0 & 1 & 1 \\ 1 & 0 & 0 & 0 & 0 \\ 1 & 1 & 0 & 1 & 0 \end{bmatrix} \end{matrix}

This matrix does not represent T=D+D2T = D + D^2. It appears to be an incorrectly filled one-step dominance matrix DD that does not align with the given win totals.

D

KLMNOKLMNO[0011010000010110100011010]\begin{matrix} & \begin{matrix} K & L & M & N & O \end{matrix} \\ \begin{matrix} K \\ L \\ M \\ N \\ O \end{matrix} & \begin{bmatrix} 0 & 0 & 1 & 1 & 0 \\ 1 & 0 & 0 & 0 & 0 \\ 0 & 1 & 0 & 1 & 1 \\ 0 & 1 & 0 & 0 & 0 \\ 1 & 1 & 0 & 1 & 0 \end{bmatrix} \end{matrix}

This is the completed one-step dominance matrix DD. However, the question asks for the total dominance matrix T=D+D2T = D + D^2, which must also include the two-step dominances.

Q29
2023
VCAA
Paper 1
1 mark
Q29
1 mark

Matrix KK is a 3×23 \times 2 matrix.

The elements of KK are determined by the rule kij=(ij)2k_{ij} = (i - j)^2.

Matrix KK is

A

[012101]\begin{bmatrix} 0 & 1 & -2 \\ 1 & 0 & -1 \end{bmatrix}

B

[014101]\begin{bmatrix} 0 & 1 & 4 \\ 1 & 0 & 1 \end{bmatrix}

C

[011041]\begin{bmatrix} 0 & -1 \\ 1 & 0 \\ 4 & 1 \end{bmatrix}

D

[011021]\begin{bmatrix} 0 & 1 \\ 1 & 0 \\ 2 & 1 \end{bmatrix}

E

[011041]\begin{bmatrix} 0 & 1 \\ 1 & 0 \\ 4 & 1 \end{bmatrix}

Reveal Answer
A

[012101]\begin{bmatrix} 0 & 1 & -2 \\ 1 & 0 & -1 \end{bmatrix}

This is a 2×32 \times 3 matrix, not a 3×23 \times 2 matrix. Additionally, it contains negative values, which is impossible since the elements are defined by a squared difference.

B

[014101]\begin{bmatrix} 0 & 1 & 4 \\ 1 & 0 & 1 \end{bmatrix}

This matrix has the correct elements but incorrect dimensions. It is a 2×32 \times 3 matrix (2 rows, 3 columns), whereas the question specifies a 3×23 \times 2 matrix.

C

[011041]\begin{bmatrix} 0 & -1 \\ 1 & 0 \\ 4 & 1 \end{bmatrix}

While the dimensions are correct, the element k12k_{12} is 1-1. This is incorrect because (12)2=(1)2=1(1-2)^2 = (-1)^2 = 1, and squares cannot be negative.

D

[011021]\begin{bmatrix} 0 & 1 \\ 1 & 0 \\ 2 & 1 \end{bmatrix}

The element k31k_{31} is given as 22, but according to the rule it should be (31)2=22=4(3-1)^2 = 2^2 = 4.

E

[011041]\begin{bmatrix} 0 & 1 \\ 1 & 0 \\ 4 & 1 \end{bmatrix}

Correct Answer

This matrix correctly has 3 rows and 2 columns, and every element follows the rule kij=(ij)2k_{ij} = (i - j)^2. For example, k31=(31)2=4k_{31} = (3-1)^2 = 4 and k12=(12)2=1k_{12} = (1-2)^2 = 1.

Q25
2024
VCAA
Paper 1
1 mark
Q25
1 mark

Matrix JJ is a 2×32 \times 3 matrix.

Matrix KK is a 3×13 \times 1 matrix.

Matrix LL is added to the product JKJK.

The order of matrix LL is

A

1×31 \times 3

B

2×12 \times 1

C

2×32 \times 3

D

3×23 \times 2

Reveal Answer
A

1×31 \times 3

Matrices can only be added if they have the exact same dimensions. The product JKJK results in a 2×12 \times 1 matrix, not 1×31 \times 3.

B

2×12 \times 1

Correct Answer

Multiplying a 2×32 \times 3 matrix by a 3×13 \times 1 matrix results in a 2×12 \times 1 matrix. Since matrices must have identical dimensions to be added together, matrix LL must also be 2×12 \times 1.

C

2×32 \times 3

This is the dimension of matrix JJ. Matrix LL must match the dimensions of the product JKJK, which is 2×12 \times 1.

D

3×23 \times 2

Matrix LL must match the dimensions of the product JKJK. The product of a 2×32 \times 3 and a 3×13 \times 1 matrix is 2×12 \times 1, not 3×23 \times 2.

Q26
2025
VCAA
Paper 1
1 mark
Q26
1 mark

Consider the matrices AA, BB and CC where

A=[2016],B=[35]and C=AB.A = \begin{bmatrix} 2 & 0 \\ 1 & 6 \end{bmatrix}, \quad B = \begin{bmatrix} 3 \\ 5 \end{bmatrix} \quad \text{and } C = AB.

The calculation that correctly determines element c21c_{21} is

A

2×3+0×52 \times 3 + 0 \times 5

B

2×5+3×02 \times 5 + 3 \times 0

C

1×3+6×51 \times 3 + 6 \times 5

D

1×5+6×31 \times 5 + 6 \times 3

Reveal Answer
A

2×3+0×52 \times 3 + 0 \times 5

This calculation determines element c11c_{11} by multiplying the first row of matrix AA with the first column of matrix BB.

B

2×5+3×02 \times 5 + 3 \times 0

This calculation incorrectly pairs the elements of the first row of matrix AA with the reversed elements of the first column of matrix BB.

C

1×3+6×51 \times 3 + 6 \times 5

Correct Answer

To find element c21c_{21}, you multiply the second row of matrix AA (11 and 66) by the first column of matrix BB (33 and 55), resulting in 1×3+6×51 \times 3 + 6 \times 5.

D

1×5+6×31 \times 5 + 6 \times 3

This calculation incorrectly pairs the elements of the second row of matrix AA with the reversed elements of the first column of matrix BB.

Q8
2021
QCAA
Paper 1
1 mark
Q8
1 mark

A basketball competition has six teams that have completed three rounds of competition as shown.

 BearsEaglesLionsMeerkatsTigersWombats
Bears
Eagles
Lions
Meerkats
Tigers
Wombats

The graph to represent this information has

A

6 edges.

B

9 edges.

C

15 edges.

D

18 edges.

Reveal Answer
A

6 edges.

This number corresponds to the number of vertices (teams) in the graph, not the number of edges (games played).

B

9 edges.

Correct Answer

The table contains 18 checkmarks total. Since each game involves two teams and is recorded for both, the number of edges is half the total count: 18÷2=918 \div 2 = 9.

C

15 edges.

This would be the number of edges if every team played every other team (a complete graph K6K_6), calculated as 6×52=15\frac{6 \times 5}{2} = 15.

D

18 edges.

This is the total number of checkmarks in the table. Because the graph is undirected (Team A vs Team B is the same game as Team B vs Team A), you must divide this sum by 2.

Frequently Asked Questions

How many VCAA General Mathematics questions cover Matrices?
AusGrader has 61 VCAA General Mathematics questions on Matrices, all with instant AI grading and detailed marking feedback.

Ready to practise VCAA General Mathematics?

Get instant AI feedback on past exam questions, aligned to the syllabus

Start Practising Free