Answer:
The options that could be used to solve the system of linear equations are:
1. Multiply the first equation by -1 and add the equations together.
2. Multiply the second equation by -1 and add the equations together.
Explanation:
Given two equations, what we need to solve them is apply some operations on each of them and add them in such a way that one of the variables cancels each other. Then we can simply solve for the other variable.
We have:
x + y = 7
12x + y = 5
We can multiply equation 1 by -1 and add the equations and then solve for x:
(-1)(x+y)=(-1)(7)
-x-y = -7 Now add it in equation 2:
-x-y + 12x+y = 5+7
11x = 12
x = 12/11
Then put x = 12/11 in one of the equations to get y.
Similarly we can multiply equation 2 by -1 and add the equations and follow the same steps afterwards.