document.write( "Question 1034029: Write an equation of the line passing through the point (6,5) and perpendicular to the line whose equation is 2y+3x=6 \n" ); document.write( "
Algebra.Com's Answer #648623 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If we find the slope of \n" ); document.write( "2y+3x=6 \n" ); document.write( "we can do that by solving for y... \n" ); document.write( "2y = -3x + 6 \n" ); document.write( "y = (-3/2)x + 3 \n" ); document.write( "Since we want a perpendicular line, the slope we need is 2/3. \n" ); document.write( "Now plug in to y = mx + b to find b... \n" ); document.write( "5 = (2/3)(6) + b \n" ); document.write( "5 = 4 + b \n" ); document.write( "b = 1 \n" ); document.write( "so the line we want is \n" ); document.write( "y = (2/3)x + 1 \n" ); document.write( " |