\n" );
document.write( "Hi,
\n" );
document.write( "Find the equation of the line that contains the point (-3,4) and is perpendicular to the line x-3y=6
\n" );
document.write( "Using the standard slope-intercept form for an equation of a line y = mx + b where m is the slope and b the y-intercept.
\n" );
document.write( " x - 3y = 6 0r y = (1/3)x - 2 , m = (1/3)
\n" );
document.write( "New Line:
\n" );
document.write( "m = -3 (perpendicular to above Line)
\n" );
document.write( "Using point-slope formula,
, equation of the line to find the equation of a line with slope m and
on the line.
\n" );
document.write( " y - 4 = -3(x+3)
\n" );
document.write( "y = -3x -5
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "