WaTeX Example: Matrices

This example illustrates how to display matrices with WaTeX notation.

QID

1216105

Name

Template2 4.WATEX.02.

Mode

Numerical

Question

The following matrices show the numbers of wins and losses at
home and away for three youth soccer teams.
<div class="indent">
<watex>
\begin{array}{ccl}
& W<s:space><s:space>L & \\
Home = & \begin{matrix}{c}{3} 2 & 3 \\ 0 & 4 \\ 3 & 2
\end{matrix} &
\begin{array}{l} Bears \\ Cardinals \\
Giants \end{array} \end{array}
<s:quad>
\begin{array}{ccl}
& W<s:space><s:space>L & \\
Away = & \begin{matrix}{c}{3} 1 & 2 \\ 0 & 3 \\ 1 & 3
\end{matrix} &
\begin{array}{l} Bears \\ Cardinals \\
Giants \end{array} \end{array}
</watex>
</div>
Use matrix addition to determine the total wins and losses for
each team.
<div class="indent">
<watex>
\begin{array}{ccl}
& W<s:quad><s:quad>L & \\
Total = & \begin{matrix}{c}{3} <_> & <_> \\ <_> & <_> \\ <_> &
<_> \end{matrix} &
\begin{array}{l} Bears \\ Cardinals \\
Giants \end{array} \end{array}
</watex>
</div>

Answer

<eqn $size=1; ''>3
5
0
7
4
5

Display to Students

Question as displayed to students