Determine the following equivalent representations of the following system of equations:
7x + 4y = 27
-6x + 8y = -46
a. Find the augmented matrix of the system.
[[7, 4, 27], [-6, 8, -46]]
b. Find the matrix form of the system.
[[7, 4], [-6, 8]][[x], [y]] = [[27], [-46]]
c. Use the inverse to satisfy the following matrix equation.
[[x], [y]] = [[27], [-46]]
d. Find matrices that satisfy the following vector equation (i.e. find the vector form of the system).
x[7] + y[4] = [27]
x[-6] + y[8] = [-46]
e. The graph below shows the lines determined by the two equations in our system:
Find the coordinates of P =
Find the coordinates of the y-intercept of the red line. A = 0
Find the coordinates of the x-intercept of the green line. B = 1, 0