Step-by-step explanation:
both samples should be exactly the same
Answer:
Rise over run
Step-by-step explanation:
Take two points where you know for sure the coordinates (in this problem, you can use (2, 1.5) and the origin). Find the difference between the two y's for your run, and between your two x's for your rise. Then, put it in a fraction (it needs to be a fraction, thus the name rise over run.)
Hey there! :)
Answer:
(5, -2), or x = 5 and y = -2.
Step-by-step explanation:
We can solve the two equations algebraically by eliminating a variable:
2x + 5y = 0
3x - 4y = 23
Eliminate the x variable by finding the least common multiple and multiplying both equations:
3(2x + 5y = 0)
2(3x - 4y = 23)
Distribute and subtract the bottom equation from the top:
6x + 15y = 0
6x - 8y = 46
------------------
0x + 23y = -46
23y = -46
y = -2.
Plug in y into an equation to solve for x:
2x + 5(-2) = 0
2x - 10 = 0
2x = 10
x = 5. Therefore:
The solution to this equation is (5, -2), or x = 5 and y = -2.
Y = 3x - 1 ---- (1)
x - y = -9 ---- (2)
From Equation 2:
x - y = - 9
x + 9 = y
y = x + 9 --- (2a)
(1) - (2a):
0 = 3x - x - 1 - 9
0 = 2x - 10
2x - 10 = 0
2x = 10
x = 5 ---- sub into (1)
y = 3(5) - 1
y = 15 - 1
y = 14