document.write( "Question 230524: Find an equation of the line meeting the specified conditions
\n" );
document.write( "Containing the point (0, -1) and perpendicular to y = 7x - 6
\n" );
document.write( "Write your final answer in slope-intercept form.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #170708 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Containing the point (0, -1) and perpendicular to y = 7x - 6 \n" ); document.write( ". \n" ); document.write( "For our new line to be perpendicular to y = 7x - 6 \n" ); document.write( "it must have a negative reciprocal \n" ); document.write( "7m = -1 \n" ); document.write( "m = -1/7 (our new slope) \n" ); document.write( ". \n" ); document.write( "Slope along w/provided point is plugged into the \"point-slope\" form: \n" ); document.write( "y-y1 = m(x-x1) \n" ); document.write( "y-(-1) = (-1/7)(x-0) \n" ); document.write( "y+1 = (-1/7)x \n" ); document.write( "y = (-1/7)x - 1 (this is what they are looking for) \n" ); document.write( " \n" ); document.write( " |