AQA D1 2006 January — Question 1 7 marks

Exam BoardAQA
ModuleD1 (Decision Mathematics 1)
Year2006
SessionJanuary
Marks7
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicMatchings and Allocation
TypeMaximum matching algorithm application
DifficultyModerate -0.8 This is a straightforward application of a standard D1 algorithm (alternating paths for maximum matching) with the initial matching already provided. Students simply need to draw a bipartite graph from a matrix (routine skill) and mechanically apply the alternating path algorithm following the prescribed method. No problem-solving insight or novel thinking required—pure algorithmic execution.
Spec7.02e Bipartite graphs: K_{m,n} notation7.02q Adjacency matrix: and weighted matrix representation

1
  1. Draw a bipartite graph representing the following adjacency matrix.
    (2 marks)
    \(\boldsymbol { U }\)\(V\)\(\boldsymbol { W }\)\(\boldsymbol { X }\)\(\boldsymbol { Y }\)\(\boldsymbol { Z }\)
    \(\boldsymbol { A }\)101010
    \(\boldsymbol { B }\)010100
    \(\boldsymbol { C }\)010001
    \(\boldsymbol { D }\)000100
    \(\boldsymbol { E }\)001011
    \(\boldsymbol { F }\)000110
  2. Given that initially \(A\) is matched to \(W , B\) is matched to \(X , C\) is matched to \(V\), and \(E\) is matched to \(Y\), use the alternating path algorithm, from this initial matching, to find a complete matching. List your complete matching.

Question 1:
Part (a)
AnswerMarks Guidance
AnswerMarks Guidance
Bipartite graph drawn with correct crossings shownM1 Must be in part (a)
Fully correct diagramA1
Total: 2 marks
Part (b)
AnswerMarks Guidance
AnswerMarks Guidance
\(D-X+B-V+C\)M1 Starting from D, F, Z, U
\(-Z\)A1
\(F-Y+E-W+A-U\)M1A1 Same
Match: \(AU, BV, CZ, DX, EW, FY\)B1
Total: 5 marks
## Question 1:

### Part (a)
| Answer | Marks | Guidance |
|--------|-------|----------|
| Bipartite graph drawn with correct crossings shown | M1 | Must be in part (a) |
| Fully correct diagram | A1 | |

**Total: 2 marks**

### Part (b)
| Answer | Marks | Guidance |
|--------|-------|----------|
| $D-X+B-V+C$ | M1 | Starting from D, F, Z, U |
| $-Z$ | A1 | |
| $F-Y+E-W+A-U$ | M1A1 | Same |
| Match: $AU, BV, CZ, DX, EW, FY$ | B1 | |

**Total: 5 marks**

---
1
\begin{enumerate}[label=(\alph*)]
\item Draw a bipartite graph representing the following adjacency matrix.\\
(2 marks)

\begin{center}
\begin{tabular}{|l|l|l|l|l|l|l|}
\hline
 & $\boldsymbol { U }$ & $V$ & $\boldsymbol { W }$ & $\boldsymbol { X }$ & $\boldsymbol { Y }$ & $\boldsymbol { Z }$ \\
\hline
$\boldsymbol { A }$ & 1 & 0 & 1 & 0 & 1 & 0 \\
\hline
$\boldsymbol { B }$ & 0 & 1 & 0 & 1 & 0 & 0 \\
\hline
$\boldsymbol { C }$ & 0 & 1 & 0 & 0 & 0 & 1 \\
\hline
$\boldsymbol { D }$ & 0 & 0 & 0 & 1 & 0 & 0 \\
\hline
$\boldsymbol { E }$ & 0 & 0 & 1 & 0 & 1 & 1 \\
\hline
$\boldsymbol { F }$ & 0 & 0 & 0 & 1 & 1 & 0 \\
\hline
\end{tabular}
\end{center}
\item Given that initially $A$ is matched to $W , B$ is matched to $X , C$ is matched to $V$, and $E$ is matched to $Y$, use the alternating path algorithm, from this initial matching, to find a complete matching. List your complete matching.
\end{enumerate}

\hfill \mbox{\textit{AQA D1 2006 Q1 [7]}}