\n" );
document.write( "y = 2x+3 has the form y = mx + b (m=slope, b=y-intercept).\r
\n" );
document.write( "\n" );
document.write( "Parallel lines will have the equal slopes.\r
\n" );
document.write( "\n" );
document.write( "So we know this much: the parallel line has the form: y = 2x + b\r
\n" );
document.write( "\n" );
document.write( "You can either use the point (5,-4) to solve for b, or you
\n" );
document.write( "can use the point-slope form of a line y-y0 = m(x-x0) and
\n" );
document.write( "plug in (5,-4) for (x0,y0).\r
\n" );
document.write( "\n" );
document.write( "Solving for b:
\n" );
document.write( " -4 = 2(5) + b --> b = -14 ==> eqn is y = 2x - 14\r
\n" );
document.write( "\n" );
document.write( "Using point-slope form:
\n" );
document.write( " y - (-4) = 2(x - 5)
\n" );
document.write( " y + 4 = 2x - 10
\n" );
document.write( " y = 2x - 14 (same result)\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "