A toll road is divided into three sections, `E, F` and `G`.
The cost, in dollars, to drive one journey on each section is shown in matrix `C` below.
`C = [(3.58),(2.22),(2.87)]{:(E),(F),(G):}`
- What is the cost of one journey on section `G`? (1 mark)
- Write down the order of matrix `C`. (1 mark)
- One day Kim travels once on section `E` and twice on section `G`.
His total toll cost for this day can be found by the matrix product `M xx C`.
Write down the matrix `M`. (1 mark)