In a game between two teams, Hillside and Rovers, each team can score points in two ways.
The team may hit a Full or the team may hit a Bit.
More points are scored for hitting a Full than for hitting a Bit.
A team’s total point score is the sum of the points scored from hitting Fulls and Bits.
The table below shows the scores at the end of the game.
Let `f` be the number of points scored by hitting one Full.
Let `b` be the number of points scored by hitting one Bit.
Which one of the following matrix products can be evaluated to find the matrix `[(f),(b)]`?
A. | `\ [(4,8),(5,2)]^(−1) xx [(52),(49)]` | B. | `\ [(4,8),(5,2)] xx [(52),(49)]` | C. | `\ [(52,49)][(4,8),(5,2)]` |
D. | `\ [(52,49)][(4,8),(5,2)]^(−1)` | E. | `\ [(4,8,52),(5,2,49)]^(−1)` |