\n" );
document.write( "Hi,
\n" );
document.write( "Plotting equation for a line on a coordinate grid:
\n" );
document.write( " x + y/2 = 1 'Solving for y' allows for determining the coordinate pairs
\n" );
document.write( " 2x + y = 2 |Multiplying each term by 2
\n" );
document.write( " y = -2x + 2
\n" );
document.write( "Finding ordered pairs for :
\n" );
document.write( " 3x - 1 = y
\n" );
document.write( "x = 0 -2*0 +2 = y y = 2 Pt( 0,2) on the line
\n" );
document.write( "x = 1 -2*1 + 2 = y y = 0 Pt( 1,0) on the line
\n" );
document.write( "x = -1 -2*-1 +2 = y y = 4 Pt(-1,4) on the line
\n" );
document.write( "Plotting these points and connecting them with a straight line:
\n" );
document.write( "Note: Points represented by Pt(x,y) that is the x value is listed first
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "