System of Linear Equations entered :
[1] 5x - 6y = 7
[2] 6x - 7y = 8
Graphic Representation of the Equations :
-6y + 5x = 7 -7y + 6x = 8
Solve equation [2] for the variable x
[2] 6x = 7y + 8
[2] x = 7y/6 + 4/3
// Plug this in for variable x in equation [1]
[1] 5•(7y/6+4/3) - 6y = 7
[1] - y/6 = 1/3
[1] - y = 2
// Solve equation [1] for the variable y
[1] y = - 2
// By now we know this much :
x = 7y/6+4/3
y = -2
// Use the y value to solve for x
x = (7/6)(-2)+4/3 = -1
Answer:
1/2
Step-by-step explanation:
-4 3 15 -14
--- *--- * --- *------
5 7 16 9
Rewriting
-4 3 5*3 -7*2
--- *--- * --- *------
5 7 4*4 3*3
Canceling like terms
-1 1 1*1 -1*2
--- *--- * --- *------
1 1 1*4 1*1
This leaves
2
---
4
1/2
To solve this problem, we have to figure out a rule for the function. We are told that it is a two-step rule, so it is most likely the input multiplied by a coefficient plus a constant. Let’s let the input be represented by the variable x and the output be represented by the variable y. Using our knowledge, we can see that the outputs are close to triple the input, so we set up the preliminary equation:
y = 3x + b,
where b is a constant. If we want to solve for b, we must plug in one of our input/output pairs. If we plug in (5,16), we get the following:
16 = 3(5) + b
16 = 15 + b
1 = b
Then, we should substitute in this value into our equation and check our work.
y = 3x + 1
If we plug in the other points, this equation yields a true statement, so we know it is correct.
Hope this helps!