Use the elimination method to solve the follow system of equations.

9x−7y=22


x+3y=−24

how is this equal to -3, -7

To solve this system of equations using the elimination method, we first need to eliminate one variable by making the coefficients of that variable the same in both equations. Let's work on eliminating y:

1. Multiply the second equation by 7 to match the coefficient of y in the first equation:
7(x + 3y) = 7(-24)
7x + 21y = -168

2. Now we have two equations:
9x - 7y = 22
7x + 21y = -168

3. Add the two equations together to eliminate y:
(9x - 7y) + (7x + 21y) = 22 - 168
9x - 7y + 7x + 21y = -146
16x + 14y = -146

4. Now we have a new equation:
16x + 14y = -146

5. Solve this equation for x:
16x + 14y = -146
16x = -146 - 14y
16x = -146 - 14(-3)
16x = -146 + 42
16x = -104
x = -104 /16
x = -6.5

6. Substitute x = -6.5 back into one of the original equations to solve for y. Let's use x + 3y = -24:
-6.5 + 3y = -24
3y = -24 + 6.5
3y = -17.5
y = -17.5 / 3
y = -5.83 (approximately)

Therefore, the solution to the system of equations is:
x = -6.5
y = -5.83

This can be approximated to -3 and -7 due to rounding.