To solve the given using a , we should first write the matrix for the system. Let l be number of lawn seats and p number of pavilion seats. 2 l + 2p= 120 3 l+ 4p= 225
⇓
[ cc|c2 & 2 & 120 3 & 4 & 225 ]
In order to solve the matrix, we will use to obtain a matrix in the following form.
[
cc|c
1 & 0 & a
0 & 1 & b
]
This final matrix represents the solution of the system of equations, where l= a, p= b.Let's solve the matrix!
[ cc|c2 & 2 & 120 3 & 4 & 225 ]
[ cc|c-3 & -3 & -180 3 & 4 & 225 ]
[ cc|c-3 & -3 & -180 3+( -3) & 4+( -3) & 225+( -180) ]
[ cc|c-3 & -3 & -180 0 & 1 & 45 ]
[ cc|c1 & 1 & 60 0 & 1 & 45 ]
[ cc|c1 & 1- 1 & 60- 45 0 & 1 & 45 ]
[ cc|c1 & 0 & 15 0 & 1 & 45 ]
Looking at the right-hand column, we can see that the solution to the system is the unique point (15,45). To help visualize this answer, we have also written the matrix that resulted from using row operations in system notation.
1l+0p=15 0l+1p=45
⇒
l=15 p=45
In the end, we can say that the correct answer is
H.