document.write( "Question 907778: Find the equation of a line described as follows and express your answer in point-slope form, slope-intercept form, and standard form
\n" );
document.write( "Find the equation of the line perpendicular to the line y+3=3(x-5) that passes through the point (1, -4)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #550591 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! slope of perpendicular line m = (-1/3) Negative reciprocal of m = 3 \n" ); document.write( "y+4 = (-1/3)(x-1) point-slope form \n" ); document.write( "y =(-1/3)x - 11/3 slope-intercept form \n" ); document.write( "x + 3y = -11 standard form \n" ); document.write( " |