142k views
2 votes
Choose the system of equations which matches the following graph: (5 points) a line includes points 0 comma 0 and negative 1 comma 2. A line includes points 2 comma 3 and 1 comma negative 2 Question 12 options: 1) 5x − y = 7 2x − y = 0 2) 5x − y = 7 2x + y = 0 3) 5x + y = −7 2x + y = 0 4) 5x + y = −7 2x − y = 0 Save

User Aaronp
by
6.2k points

2 Answers

4 votes

Answer:

The answer is b. Solve for the x value in one of the equations, and plug that into the other to solve for y. Below is just an example.

Explanation:

An example would be:
5x + y = 10

2x -y = 5

Put the equations together so that the y's eliminate:

7x = 15

So I just added the 2 equations together

divide both sides by 7 to get x alone.

x = 2.1

User Aditya Ponkshe
by
6.1k points
1 vote
(0,0),(-1,2)
slope = (2 - 0) / (-1 - 0) = - 2/1 = -2

so this equation, since it goes thru the origin, is : y = -2x or 2x + y = 0

(2,3),(1,-2)
slope = (-2 - 3) / (1 - 2) = -5/-1 = 5

y = mx + b
slope(m) = 5
(2,3)...x = 2 and y = 3
now sub into the formula and find b, the y int
3 = 5(2) + b
3 = 10 + b
3 - 10 = b
-7 = b
so this equation is : y = 5x - 7 or 5x - y = 7

so ur 2 equations are :
2x + y = 0
5x - y = 7

User Calon
by
5.9k points