Skip to main content
Ch. 6 - Matrices and Determinants
Blitzer - College Algebra 8th Edition
Blitzer8th EditionCollege AlgebraISBN: 9780136970514Not the one you use?Change textbook
Chapter 7, Problem 37

a. Write each linear system as a matrix equation in the form AX = B. b. Solve the system using the inverse that is given for the coefficient matrix.
{2x+6y+6z=82x+7y+6z=102x+7y+7z=9The inverse of [266276277] is [7203100011].\(\begin{cases}\)2x + 6y + 6z = 8 \\2x + 7y + 6z = 10 \\2x + 7y + 7z = 9\(\end{cases}\[\text{The inverse of }\]\begin{bmatrix}\)2 & 6 & 6 \\2 & 7 & 6 \\2 & 7 & 7\(\end{bmatrix}\[\text{ is }\]\begin{bmatrix}\[\frac{7}{2}\) & 0 & -3 \\-1 & 0 & 0 \\0 & -1 & 1\(\end{bmatrix}\]\text{.}\)

Verified step by step guidance
1
Write the system of equations in matrix form as \(AX = B\), where \(A\) is the coefficient matrix, \(X\) is the column matrix of variables, and \(B\) is the constants matrix. Specifically, \(A = \begin{bmatrix} 2 & 6 & 6 \\ 2 & 7 & 6 \\ 2 & 7 & 7 \end{bmatrix}\), \(X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}\), and \(B = \begin{bmatrix} 8 \\ 10 \\ 9 \end{bmatrix}\).
Use the given inverse matrix \(A^{-1} = \begin{bmatrix} \frac{7}{2} & 0 & -3 \\ 1 & 0 & 0 \\ 0 & -1 & 1 \end{bmatrix}\) to solve for \(X\) by multiplying both sides of the matrix equation by \(A^{-1}\), resulting in \(X = A^{-1}B\).
Set up the multiplication \(X = \begin{bmatrix} \frac{7}{2} & 0 & -3 \\ 1 & 0 & 0 \\ 0 & -1 & 1 \end{bmatrix} \times \begin{bmatrix} 8 \\ 10 \\ 9 \end{bmatrix}\).
Perform the matrix multiplication by calculating each element of \(X\) as the dot product of the corresponding row of \(A^{-1}\) with the column matrix \(B\). For example, the first element of \(X\) is \(\left( \frac{7}{2} \times 8 \right) + (0 \times 10) + (-3 \times 9)\).
Write the resulting expressions for \(x\), \(y\), and \(z\) from the multiplication and simplify each to find the solution to the system.

Verified video answer for a similar problem:

This video solution was recommended by our tutors as helpful for the problem above.
Video duration:
3m
Was this helpful?

Key Concepts

Here are the essential concepts you must grasp in order to answer the question correctly.

Matrix Representation of Linear Systems

A system of linear equations can be expressed as a matrix equation AX = B, where A is the coefficient matrix, X is the column matrix of variables, and B is the constants matrix. This form simplifies solving and analyzing the system using matrix operations.
Recommended video:
Guided course
4:27
Introduction to Systems of Linear Equations

Matrix Inverse and Its Role in Solving Systems

The inverse of a square matrix A, denoted A⁻¹, is a matrix that when multiplied by A yields the identity matrix. If A is invertible, the solution to AX = B can be found by X = A⁻¹B, providing a direct method to solve linear systems.
Recommended video:
Guided course
5:48
Solving Systems of Equations - Substitution

Matrix Multiplication for Solution Computation

To find the solution vector X, multiply the inverse matrix A⁻¹ by the constants matrix B. This operation combines the inverse coefficients with the constants, yielding the values of variables that satisfy all equations simultaneously.
Recommended video:
03:42
Finding Zeros & Their Multiplicity
Related Practice
Textbook Question

Solve each system of equations using matrices. Use Gaussian elimination with back-substitution or Gauss-Jordan elimination.

{3w4x+y+z=9w+xyz=02w+x+4y2z=3w+2x+y3z=3\(\begin{cases}\)3w - 4x + y + z = 9 \(\w\) + x - y - z = 0 \\2w + x + 4y - 2z = 3 \\-w + 2x + y - 3z = 3\(\end{cases}\)

917
views
Textbook Question

a. Write each linear system as a matrix equation in the form AX = B. b. Solve the system using the inverse that is given for the coefficient matrix.

{xy+z=82yz=72x+3y=1The inverse of [111021230] is [331221452].\(\begin{cases}\)x - y + z = 8 \\2y - z = -7 \\2x + 3y = 1\(\end{cases}\]\text{The inverse of }\[\begin{bmatrix}\)1 & -1 & 1 \\0 & 2 & -1 \\2 & 3 & 0\(\end{bmatrix}\]\text{ is }\[\begin{bmatrix}\)3 & 3 & -1 \\-2 & -2 & 1 \\-4 & -5 & 2\(\end{bmatrix}\]\text{.}\)

690
views
Textbook Question

In Exercises 37–44, use Cramer's Rule to solve each system. {x+y+z=02xy+z=1x+3yz=8\(\begin{cases}\)x + y + z = 0 \\2x - y + z = -1 \\-x + 3y - z = -8\(\end{cases}\)

750
views
Textbook Question

In Exercises 37–44, use Cramer's Rule to solve each system. {4x5y6z=1x2y5z=122xy=7\(\begin{cases}\)4x - 5y - 6z = -1 \(\x\) - 2y - 5z = -12 \\2x - y = 7\(\end{cases}\)

939
views
Textbook Question

Perform the indicated matrix operations given that A, B and C are defined as follows. If an operation is not defined, state the reason.

A=[403501],B=[5122],C=[1111]A=\(\begin{bmatrix}\)4 & 0\\ -3 & 5\\ 0 & 1\(\end{bmatrix}\),B=\(\begin{bmatrix}\)5 & 1\\ -2 & -2\(\end{bmatrix}\),C=\(\begin{bmatrix}\)1 & -1\\ -1 & 1\(\end{bmatrix}\)

BC + CB

141
views
Textbook Question

In Exercises 37–38, find the products and to determine whether B is the multiplicative inverse of A.

645
views