Question 964276
the graph below shows the solution to y=2x-5. 
{{{ graph( 300, 200, -6, 5, -8, 8, 2x-5) }}}
:
then the next question says (part a): graph the solution to y= -1/2x on the same coordinate plan.
{{{ graph( 300, 200, -6, 5, -8, 8, 2x-5, -.5x) }}}
:
 (part b) says: using the graph you drew in (part a), what point is the solution to the system of equations y=-1/2x and y=2x-5?
You can see the graphs intersect where x=2, y=-1
:
 (part c)says:suppose you graph the solutions to y=2x-5 and y=5/2x+5 on the same coordinate plane and notice that the lines do not intersect. is there a solution to the system of equations?
{{{ graph( 300, 200, -6, 5, -8, 8, 2x-5, 2.5x+5) }}}
Explain your reasoning: they do not intersect on this graph but you can see they are not parallel, so the do intersect somewhere, a large scale grph shows this
{{{ graph( 300, 200, -30, 10, -60, 10, 2x-5, 2.5x+5) }}}
You can see they intersect at -20, -45, so that is the solution for those equations
:
okay the next questions is
Amanda found the equation 10x+5y=20 in the "linear equations" chapter of her math book.Convert the equation to the slope/intercept form
10x + 5y = 20
simplify, divide by 5
2x + y = 4
y = -2x + 4
:
(part a) says: what is an equation that can be written with Amanda's equation to form a pair of linear equations such that the system of equations has exactly one solution.
Choose an equation that has a positive slope to ensure they will intersect
y = x - 5
looks like this
{{{ graph( 300, 200, -6, 5, -8, 8, -2x+4, x-5) }}}
You can see that this pair of equations has a single solution 3, -2
:
Part b says: what is an equation that can be written with Amanda's equation to form a pair of linear equations such that the system of equations has infinitely many solutions? This happens when the 2nd equation is the same as the first.
:
Part C: what is an equation that can be written with Amanda's equation to form a pair of linear equations such that there is no solution?
Equations with the same slope are parallel, so no solution
y = -2x + 4 and y = -2x + 2
{{{ graph( 300, 200, -6, 5, -8, 8, -2x+4, -2x+2) }}}
Part d: how many possible answers are there to Parts a,b,and c? explain your reasoning please