document.write( "Question 82754: Find the equation of a line that is perpendicular to 3x+2y=12 and passes through the point (0,2) \n" ); document.write( "
Algebra.Com's Answer #59449 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! 3x+2y=12 \n" ); document.write( "2y=-3x+12 \n" ); document.write( "y=-3x/2-12/2 \n" ); document.write( "y=-3x/2-6 this line has a slope of -3/2 therefore the perpendicular line has a slope of the negative reciprical or 2/3. \n" ); document.write( "the the equation for this perpendicular line passing through (0,2) is: \n" ); document.write( "2=2/3*0+b \n" ); document.write( "2=b the y intercept. \n" ); document.write( "thus the line formula is: \n" ); document.write( "y=2x/3+2 \n" ); document.write( " |