document.write( "Question 753940: Find the equation of a line in slope-intercept form that passes through the point (0, 4) and is perpendicular to the line y = 6x + 22
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #458714 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! With line y = 6x + 22 \n" ); document.write( "the gradient = 6 \n" ); document.write( "Another line that is perpendicular \n" ); document.write( "to y = 6x + 22 would have a gradient \n" ); document.write( "of -1/6 \n" ); document.write( " For perpendicular lines the gradients \n" ); document.write( "multiply together to give -1 \n" ); document.write( "so, m1*m2 = -1 \n" ); document.write( " 6*-1/6 = -1 \n" ); document.write( "Using coordinates (0,4) \n" ); document.write( "and the equation \n" ); document.write( "y - b = m(x - a) a = 0, b = 4 \n" ); document.write( "y - 4 = -1/6(x - 0) \n" ); document.write( "y - 4 = -1/6x \n" ); document.write( " y = -1/6x + 4 \n" ); document.write( " |