document.write( "Question 1141578: The line through A(-1, -2) and B(-5, y) is perpendicular to a line with slope 4. How would I solve for y? \n" ); document.write( "
Algebra.Com's Answer #762150 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! slope of the line through A and B is -1/4, the negative reciprocal of 4, since perpendicular lines have the product of their slopes equal to -1.\r \n" ); document.write( "\n" ); document.write( "so the slope between A and B is (y+2)/(-5+1)=-(1/4) \n" ); document.write( "(y+2)/-4=-1/4 \n" ); document.write( "multiply through by -4 \n" ); document.write( "y+2=1 \n" ); document.write( "y=-1 \n" ); document.write( " \n" ); document.write( " |