Pearson Algebra 2 Common Core, 2011
PA
Pearson Algebra 2 Common Core, 2011 View details
6. Solving Systems Using Matrices
Continue to next subchapter

Exercise 29 Page 179

Write a matrix for the given system and solve it by using row operations.

(2,3)

Practice makes perfect
To solve the given system of equations using a matrix, we should first write the matrix for the system. 1x+ 1y= 5 -2x+4y= 8 ⇓ [ cc|c1 & 1 & 5 -2 & 4 & 8 ] In order to solve a matrix, we will use row operations to obtain a matrix in the following form. [ cc|c1 & 0 & a 0 & 1 & b ] This final matrix represents the solution of the system of equations, where x= a and y= b. Let's solve the matrix!
[ cc|c1 & 1 & 5 -2 & 4 & 8 ]
[ cc|c2 & 2 & 10 -2 & 4 & 8 ]
[ cc|c2 & 2 & 10 -2+ 2 & 4+ 2 & 8+ 10 ]
[ cc|c2 & 2 & 10 0 & 6 & 18 ]
[ cc|c2 & 2 & 10 0 & 2 & 6 ]
[ cc|c2- 0 & 2- 2 & 10- 6 0 & 2 & 6 ]
[ cc|c2 & 0 & 4 0 & 2 & 6 ]

(I), (II): .LHS /2.=.RHS /2.

[ cc|c1 & 0 & 2 0 & 1 & 3 ]
Looking at the right-hand column, we can see that the solution to the system is the unique point (2,3). To help visualize this answer, we can also write the matrix that resulted from using row operations in system notation. 1x+0y=2 0x+1y=3 ⇒ x=2 y=3