document.write( "Question 159241: find the equation of the line that contains point (8,-1) and is perpedicular to the line y= 1/4x + 3 \n" ); document.write( "
Algebra.Com's Answer #117384 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (8,-1) \n" ); document.write( "Y=X/4+3 THIS LINE HAS A SLOPE (m)=1/4. \n" ); document.write( "THE PERPENDICULAR LINE WILL HAVE A SLOPE=4. \n" ); document.write( "-1=4*8+b \n" ); document.write( "b=-1-32 \n" ); document.write( "b=-33 \n" ); document.write( "THUS THE LINE EQUATION FOR THE LINE THROUGH (8,-1) WITH A SLOPE=4 IS: \n" ); document.write( "Y=4X-33. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |