QCAA General Mathematics Networks and decision mathematics 2

5 sample questions with marking guides and sample answers

Q7
2022
QCAA
Paper 1
1 mark
Q7
1 mark

This matrix was obtained after applying the Hungarian algorithm to determine the optimal allocation of three people, Elandra (E), Farid (F) and Grace (G), to three tasks: legal (L), monitoring (M) and verification (V).

LMVE007F038G100\begin{matrix} & L & M & V \\ E & 0 & 0 & 7 \\ F & 0 & 3 & 8 \\ G & 1 & 0 & 0 \end{matrix}

The optimal allocation is

A

E to V, F to M and G to L.

B

E to V, F to L and G to M.

C

E to M, F to L and G to V.

D

E to M, F to V and G to L.

Q5
2024
QCAA
Paper 2
6 marks
Q5
6 marks

A flying doctor coordinator allocates a plane from each of three airbases, A, B and C, to fly to one of three sites, P, Q and R, to provide medical care. Distances (km) are shown in the table.

 P (2828^\circ S 136136^\circ E)QR (2020^\circ S 147147^\circ E)
A (2020^\circ S 136136^\circ E)xx600yy
B445485340
C9801170770

Determine the optimal allocation for each plane and the minimum total distance flown.

Q20
2022
QCAA
Paper 1
4 marks
Q20
4 marks

The table summarises the distances in kilometres (km) between three flower stores and three delivery locations: A, B and C.

Use the Hungarian algorithm to determine the minimum total distance needed to deliver flowers to all locations if each store delivers flowers to only one location.

 ABC
Store 1191724
Store 2151422
Store 3231640
Q5
2020
QCAA
Paper 2
5 marks
Q5
5 marks

A company has three tasks to allocate to three contractors. Each of the contractors has a quote recorded for each task, shown in the table. The quotes are in thousands of dollars ($'000s).

ContractorTask 1Task 2Task 3
A331
B472
C441

Use a matrix method to determine the minimum cost if each contractor is allocated one task.

Q1
2023
QCAA
Paper 2
5 marks
Q1
5 marks

A triathlon relay has three sections: swim (S), cycle (C) and run (R). The matrix shows the average number of minutes for three athletes, Jane (J), Knox (K) and Levi (L), to complete each section.

 SCR
J405666
K366072
L254878

Use the Hungarian algorithm to predict the minimum total relay time if assigning each athlete to completing one section.

Frequently Asked Questions

How many QCAA General Mathematics questions cover Networks and decision mathematics 2?
AusGrader has 65 QCAA General Mathematics questions on Networks and decision mathematics 2, all with instant AI grading and detailed marking feedback.

Ready to practise QCAA General Mathematics?

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

Start Practising Free
000s).\\n\\n| Contractor | Task 1 | Task 2 | Task 3 |\\n| :---: | :---: | :---: | :---: |\\n| **A** | 3 | 3 | 1 |\\n| **B** | 4 | 7 | 2 |\\n| **C** | 4 | 4 | 1 |\\n\\nUse a matrix method to determine the minimum cost if each contractor is allocated one task.\",\"marks\":5,\"questionType\":\"short_answer\",\"mcOptions\":null,\"rubric\":{\"sampleAnswer\":\"Matrix form\\n$\\\\begin{pmatrix} 3 & 3 & 1 \\\\\\\\ 4 & 7 & 2 \\\\\\\\ 4 & 4 & 1 \\\\end{pmatrix}$\\n\\nrow reduction: $R_1 - 1, R_2 - 2, R_3 - 1$\\n$\\\\begin{pmatrix} 2 & 2 & 0 \\\\\\\\ 2 & 5 & 0 \\\\\\\\ 3 & 3 & 0 \\\\end{pmatrix}$\\n\\nonly need 1 line to cover all the 0s,\\n$\\\\therefore$ column reduction: $C_1 - 2, C_2 - 2$\\n$\\\\begin{pmatrix} 0 & 0 & 0 \\\\\\\\ 0 & 3 & 0 \\\\\\\\ 1 & 1 & 0 \\\\end{pmatrix}$\\n\\nneed 3 lines to cover all the 0s, $\\\\therefore$ bipartite graph:\\n\\ncontractor task cost\\nA 2 3\\nB 1 4\\nC 3 1\\nTotal 8\\n$\\\\therefore$ Minimum cost is \\\\$8000.\",\"mcExplanations\":null,\"columns\":[{\"name\":\"Response\",\"isMarkingBands\":false,\"criteria\":[{\"descriptor\":\"Correctly reduces each row\",\"marks\":1},{\"descriptor\":\"Correctly reduces each column\",\"marks\":1},{\"descriptor\":\"Allocates each task to one contractor\",\"marks\":1},{\"descriptor\":\"Determines minimum cost\",\"marks\":1},{\"descriptor\":\"Shows logical organisation, communicating key steps\",\"marks\":1}]}]}}]},{\"questionNumber\":1,\"year\":2023,\"paper\":2,\"authorName\":\"QCAA\",\"calculatorAllowed\":true,\"inlineStimulus\":null,\"parts\":[{\"partLabel\":null,\"questionText\":\"A triathlon relay has three sections: swim (S), cycle (C) and run (R). The matrix shows the average number of minutes for three athletes, Jane (J), Knox (K) and Levi (L), to complete each section.\\n\\n| | S | C | R |\\n|---|---|---|---|\\n| J | 40 | 56 | 66 |\\n| K | 36 | 60 | 72 |\\n| L | 25 | 48 | 78 |\\n\\nUse the Hungarian algorithm to predict the minimum total relay time if assigning each athlete to completing one section.\",\"marks\":5,\"questionType\":\"short_answer\",\"mcOptions\":null,\"rubric\":{\"sampleAnswer\":\"$\\\\begin{matrix} & \\\\text{S} & \\\\text{C} & \\\\text{R} \\\\\\\\ \\\\text{J} & 40 & 56 & 66 \\\\\\\\ \\\\text{K} & 36 & 60 & 72 \\\\\\\\ \\\\text{L} & 25 & 48 & 78 \\\\end{matrix}$\\n\\ncolumn reduction $-25 \\\\quad -48 \\\\quad -66$\\n\\nrow reduction\\n$\\\\begin{bmatrix} 15 & 8 & 0 \\\\\\\\ 11 & 12 & 6 \\\\\\\\ 0 & 0 & 12 \\\\end{bmatrix} \\\\begin{matrix} -0 \\\\\\\\ -6 \\\\\\\\ -0 \\\\end{matrix}$\\n\\n$\\\\begin{bmatrix} 15 & 8 & 0 \\\\\\\\ 5 & 6 & 0 \\\\\\\\ 0 & 0 & 12 \\\\end{bmatrix}$\\n\\nNumber of lines needed to cover all zeroes < number of tasks\\n$2 < 3$, so continue algorithm steps.\\nSmallest uncovered number is 5. Subtract 5 from all uncovered numbers and add 5 to number covered twice.\\n\\n$\\\\begin{bmatrix} 10 & 3 & 0 \\\\\\\\ 0 & 1 & 0 \\\\\\\\ 0 & 0 & 17 \\\\end{bmatrix}$\\n\\nNumber of lines needed to cover all zeroes = number of tasks\\n$3 = 3$, so assign tasks.\\nTo minimise the total relay time, assign **Jane to run**, **Knox to swim** and **Levi to cycle**.\\nPredicted minimum total relay time\\n$= 66 + 36 + 48$\\n$= 150 \\\\text{ min}$\\n$= 2 \\\\text{ h } 30 \\\\text{ min}$\",\"mcExplanations\":null,\"columns\":[{\"name\":\"Working & Answer\",\"isMarkingBands\":false,\"criteria\":[{\"descriptor\":\"correctly reduces each column\",\"marks\":1},{\"descriptor\":\"reduces each row\",\"marks\":1},{\"descriptor\":\"continues algorithm steps until number of lines needed to cover all zeroes equals number of tasks\",\"marks\":1},{\"descriptor\":\"assigns each athlete to complete one section\",\"marks\":1},{\"descriptor\":\"predicts minimum total relay time including units\",\"marks\":1}]}]}}]}]}")

QCAA General Mathematics Networks and decision mathematics 2

5 sample questions with marking guides and sample answers

Q7
2022
QCAA
Paper 1
1 mark
Q7
1 mark

This matrix was obtained after applying the Hungarian algorithm to determine the optimal allocation of three people, Elandra (E), Farid (F) and Grace (G), to three tasks: legal (L), monitoring (M) and verification (V).

LMVE007F038G100\begin{matrix} & L & M & V \\ E & 0 & 0 & 7 \\ F & 0 & 3 & 8 \\ G & 1 & 0 & 0 \end{matrix}

The optimal allocation is

A

E to V, F to M and G to L.

B

E to V, F to L and G to M.

C

E to M, F to L and G to V.

D

E to M, F to V and G to L.

Q5
2024
QCAA
Paper 2
6 marks
Q5
6 marks

A flying doctor coordinator allocates a plane from each of three airbases, A, B and C, to fly to one of three sites, P, Q and R, to provide medical care. Distances (km) are shown in the table.

 P (2828^\circ S 136136^\circ E)QR (2020^\circ S 147147^\circ E)
A (2020^\circ S 136136^\circ E)xx600yy
B445485340
C9801170770

Determine the optimal allocation for each plane and the minimum total distance flown.

Q20
2022
QCAA
Paper 1
4 marks
Q20
4 marks

The table summarises the distances in kilometres (km) between three flower stores and three delivery locations: A, B and C.

Use the Hungarian algorithm to determine the minimum total distance needed to deliver flowers to all locations if each store delivers flowers to only one location.

 ABC
Store 1191724
Store 2151422
Store 3231640
Q5
2020
QCAA
Paper 2
5 marks
Q5
5 marks

A company has three tasks to allocate to three contractors. Each of the contractors has a quote recorded for each task, shown in the table. The quotes are in thousands of dollars ($'000s).

ContractorTask 1Task 2Task 3
A331
B472
C441

Use a matrix method to determine the minimum cost if each contractor is allocated one task.

Q1
2023
QCAA
Paper 2
5 marks
Q1
5 marks

A triathlon relay has three sections: swim (S), cycle (C) and run (R). The matrix shows the average number of minutes for three athletes, Jane (J), Knox (K) and Levi (L), to complete each section.

 SCR
J405666
K366072
L254878

Use the Hungarian algorithm to predict the minimum total relay time if assigning each athlete to completing one section.

Frequently Asked Questions

How many QCAA General Mathematics questions cover Networks and decision mathematics 2?
AusGrader has 65 QCAA General Mathematics questions on Networks and decision mathematics 2, all with instant AI grading and detailed marking feedback.

Ready to practise QCAA General Mathematics?

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

Start Practising Free