Answer:
The given matrix equation can be written as:
[2 3; 2 1] * [x; y] = [20; 8]
Multiplying the matrices on the left side of the equation gives us the system of equations:
2x + 3y = 20 2x + y = 8
To solve for x and y using matrices, we can use the inverse matrix method. First, we need to find the inverse of the coefficient matrix [2 3; 2 1]. The inverse of a 2x2 matrix [a b; c d] can be calculated using the formula: (1/(ad-bc)) * [d -b; -c a].
Let’s apply this formula to our coefficient matrix:
The determinant of [2 3; 2 1] is (21) - (32) = -4. Since the determinant is not equal to zero, the inverse of the matrix exists and can be calculated as:
(1/(-4)) * [1 -3; -2 2] = [-1/4 3/4; 1/2 -1/2]
Now we can use this inverse matrix to solve for x and y. Multiplying both sides of our matrix equation by the inverse matrix gives us:
[-1/4 3/4; 1/2 -1/2] * [2x + 3y; 2x + y] = [-1/4 3/4; 1/2 -1/2] * [20; 8]
Solving this equation gives us:
[x; y] = [0; 20/3]
So, a t-shirt costs $0 and a notebook costs $20/3.