Question 1014731
.
y=5x-3 (red line on all graphs
.
ANSWER 1: No solutions - example: parallel line: y=5x+6
(green line on GRAPH 1)
.
GRAPH 1:
.
{{{ graph( 800, 800, -10, 10, -10, 10, 5x-3, 5x+6) }}}
.
ANSWER 2: One solution -  example: perpendicular line: y=(-1/5)x-3
(green line on GRAPH 2)
.
GRAPH 2:
.
{{{ graph( 800, 800, -10, 10, -10, 10, 5x-3, (-1/5)x-3) }}}
.
ANSWER 3: Infinite solutions - example: same line: 2y=10x-6
(green line on GRAPH 3 - red and green lines overlap)
.
GRAPH 3:
.
{{{ graph( 800, 800, -10, 10, -10, 10, 5x-3, 5x-3) }}}
.