document.write( "Question 402409: How do I find the slope of any line perpendicular to 3x-4y=8? \n" ); document.write( "
Algebra.Com's Answer #284646 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! First, determine slope of \n" ); document.write( "3x-4y=8 \n" ); document.write( "by reorganizing into \"slope-intercept\" form: \n" ); document.write( "3x-4y=8 \n" ); document.write( "-4y= -3x+8 \n" ); document.write( "y= (3/4)x-2 \n" ); document.write( ". \n" ); document.write( "So, now we know the slope is 3/4 \n" ); document.write( "A line that is \"perpendicular\" to this must have a slope that is the \"negative reciprocal\" of the above: \n" ); document.write( "Let m = new slope \n" ); document.write( "then \n" ); document.write( "(3/4)m = -1 \n" ); document.write( "3m = -4 \n" ); document.write( "m = -4/3 \n" ); document.write( ". \n" ); document.write( "Solution: -4/3 \n" ); document.write( " \n" ); document.write( " |