document.write( "Question 98404: Consider the line y= -7x+8. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Find the equation of the line that is parallel to this line and passes through the point(5,9).
\n" );
document.write( "Find the equation of the line that is perpendicular to this line and passes through the point(5.9) .\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #71573 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! Y=-7X+8 (RED LINE) HAS A SLOPE OF -7. \n" ); document.write( "THUS A PARALLEL LINE THROUGH (5,9) WITH A SLOPE OF -7 IS: \n" ); document.write( "9=-7*5+b \n" ); document.write( "9=-35+b \n" ); document.write( "b=9+35 \n" ); document.write( "b=44 FOR THE Y INTERCEPT. \n" ); document.write( "THUS THIS LINE EQUATION IS: \n" ); document.write( "Y=-7X+44 (GREEN LINE) \n" ); document.write( " \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "A PERPENDICULAR LINE WILL HAVE A SLOPE OF 1/7 (THE NEGATIVE RECIPRICAL OF -7) \n" ); document.write( "9=5/7+b \n" ); document.write( "9-5/7=b \n" ); document.write( "b=(63-5)/7 \n" ); document.write( "b=58/7 FOR THIS Y INTERCEPT. \n" ); document.write( "Y=X/7+58/7 IS THIS LINE EQUATION (GREEN LINE) \n" ); document.write( " |