\n" );
document.write( "Hi,
\n" );
document.write( "Using the standard slope-intercept form for an equation of a line y = mx + b
\n" );
document.write( " where m is the slope and b the y-intercept.
\n" );
document.write( "line passing through (0, 2) and perpendicular to the line y = 4x – 3, m = 4
\n" );
document.write( "New Line:
Note: negative reciprocal of 4
\n" );
document.write( " y = (-1/4)x + b
\n" );
document.write( " 2 = (-1/4)·0 + b |Using ordered pair (x,y): (0,2) to solve for b
\n" );
document.write( " 2 = b
\n" );
document.write( " y = (-1/4)x + 2
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "