[[27, -77], [21, -3]]
The first matrix is a 2x3 matrix and the second is a 3x2 matrix. Since the number of columns in the first matrix (3) equals the number of rows in the second matrix (3), multiplication is possible. The resulting matrix will be a 2x2 matrix.
[[7, 4, -3], [4, 5, 0]] * [[7, 4], [-3, 6], [1, -2]] =
[[(7_7)+(4_-3)+(-3_1), (7_4)+(4_6)+(-3_-2)], [(4_7)+(5_-3)+(0_1), (4_4)+(5_6)+(0_-2)]] =
[[49-12-3, 28+24+6], [28-15+0, 16+30+0]] =
[[34, 58], [13, 46]]
[[34, 58], [13, 46]]
Graph the line y = x + 2 (slope of 1 and y-intercept of 2). Since it's less than or equal to, the line is solid and the area below the line is shaded.
Graph the line y = -1/4x - 2 (slope of -1/4 and y-intercept of -2). Since it's strictly less than, the line is dashed and the area below the line is shaded.
The solution to the system of inequalities is the overlapping region from the shading of both inequalities.
The graph should show two lines, one solid (y = x + 2) and one dashed (y = -1/4x - 2), with the overlapping shaded region below both lines representing the solution.