- On Knights and Knaves Island, all natives are either knights, who always tell the truth, or knaves, who always tell lies.
You meet 3 natives: A, B and C.
A says “B and C are of the same type”.
C says “B is a knave”.
- Use calculational logic to determine whether A is a knight or a knave.
Show your working. (5 Marks)
- Can you tell if B is a knight or a knave? Explain your answer. (5 Marks)
- Parts a. to e. all refer to the following graph.
- Is this graph weighted? (2 Marks)
- Is this graph complete? (2 Marks)
- Is this graph acyclic? (2 Marks)
- Is this graph directed? (1 Mark)
- Construct a minimal spanning tree using the node-at-a-time algorithm, starting at node A. Specify each added edge, in the order they are added by specifying the pair of nodes it joins (e.g. A-D). (3 Marks)
Complete Answer: