document.write( "Question 485279: Write the equation of a line perpendicular to the line y = 3x + 9 and containing the point (6, -4) \n" ); document.write( "
Algebra.Com's Answer #331914 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Write the equation of a line perpendicular to the line y = 3x + 9 and containing the point (6, -4) \n" ); document.write( "*** \n" ); document.write( "Standard form for a straight line: y==mx+b, m=slope, b=y-intercept \n" ); document.write( "y = 3x + 9 \n" ); document.write( "Slope m of given line=3 \n" ); document.write( "Slope of line perpendicular to given line=negative reciprocal=-1/3 \n" ); document.write( "Equation: \n" ); document.write( "y=-x/3+b \n" ); document.write( "solving for b using given point (6,-4) \n" ); document.write( "-4=-6+b \n" ); document.write( "b=2 \n" ); document.write( "Equation: \n" ); document.write( "y=-x/3+2 \n" ); document.write( " |