Question 249560
Coordinate-system/249560 (2009-12-14 01:17:09): Give the equation of the line that contains (-9, 8) and (-9, -7)<br>

This one should be fairly easy.<br>

We know that if the x or y component is the exact same for any 2 points on a straight line, then that line must either be a horizontal or vertical line.  There are no other possibilities.<br>

In this example, we can see that both points share -9 as their x components.<br>

Thus, the equation for this line is simply:<br>

x=-9 which is a vertical line that intersects the point (-9,0) on the x-axis (the line shown in blue in the drawing),<br>

and that will hold true for EVERY real value of y.<br>

{{{drawing( 300, 300, -15, 15, -15, 15,grid( 1 ),blue(line( -9, -15, -9, 15 )
))}}}<br>

Answer 181736 by chosenpoint(17) About Me  on 2009-12-14 01:26:49<br>