Using Matrices To Model Practical Situations - Questions

🔒 Unlock Full Access

You're currently viewing a preview. Sign up or log in to access all 5 questions and complete solutions.

Question 1
29657

The road network shows roads connecting towns. Use a matrix to record the number of ways travelling directly from one town to another. 

\begin{align}
&\;\;\;\;\;A \;\;\; B\;\;\; C \\
&\begin{array}{c}A \\ B \\ C\end{array} \left[\begin{array}{lll}
0 & 1 & 1 \\
1 & 0 & 2 \\
1 & 2 & 0
\end{array}\right]\\
&A \leftrightarrow B=1 \text { way } \\
&A \leftrightarrow C=1 \text { way } \\
&B \leftrightarrow C=2 \text { ways }
\end{align}

📚 Want More Questions?

There are 4 more questions available. Create your free account to access the complete question set with detailed solutions.