43.9k views
3 votes
Frank, Carl, and Vinny started a lawn-mowing business over the summer. This table shows how many lawns each worker mowed during the summer months.Display the data in matrix W with rows indicating workers. What is element w11?

Possible Answers:
15
17
28
24

Frank, Carl, and Vinny started a lawn-mowing business over the summer. This table-example-1
User Sente
by
4.3k points

1 Answer

5 votes

Given a matrix
A an element inside a matrix is denoted by
A_(ij) where
i is a number of a row and
j is a number of a column in which the element is in.

Your matrix is called
W and it equals to,


W=\begin{bmatrix}28&21&19\\17&24&15\\22&29&17\\\end{bmatrix}

So
W_(11) will denote the element in the first row and first column that is
\boxed{W_(11)=28}.

Hope this helps :)

User Atultw
by
5.0k points