\n" );
document.write( "Hi,
\n" );
document.write( "x = 2 || Note Vertical line at x = 2
\n" );
document.write( "y = x - 2
\n" );
document.write( "Finding the y-intercept (
, _)
\n" );
document.write( "y =
-2 = -2
\n" );
document.write( " y = -2 || the y-intercept (
, -2) \r
\n" );
document.write( "\n" );
document.write( "Finding the x-intercept ( _,
)
\n" );
document.write( "
= x - 2
\n" );
document.write( " x = 2 || the x-intercept is (2 ,
)
\n" );
document.write( "Plot (0,-2) and (2,0) and connect with a Line
\n" );
document.write( "Lines Intersect at (2,0), the ordered pair that is the solution for this System of EQs
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "