document.write( "Question 576480: what is the equation of the line which is perpendicular to y = -3x + 4 and goes through the point (6, -2)? \n" ); document.write( "
Algebra.Com's Answer #369859 by kimberly_16(3)![]() ![]() You can put this solution on YOUR website! The solution to this problem is quite simple :\r \n" ); document.write( "\n" ); document.write( "First,to find the gradient of the line you divide -1 by -3 because the product of the gradient of perpendicular lines is -1.Therefore the gradient of the perpendicular line is 3.\r \n" ); document.write( "\n" ); document.write( "Now just substitute the points (6,-2) into the equation y =3x+ c\r \n" ); document.write( "\n" ); document.write( "You'll get -2 = 3(6)+c \n" ); document.write( " -2 =18+c \n" ); document.write( " -2-18=c \n" ); document.write( " c=-20 \n" ); document.write( "therefore eqn. of line perpendicular to y =-3x+4 is y =3x-20 \n" ); document.write( " |