document.write( "Question 278153: write an equation of the line that passesw through the given point and is parallel to the given line\r
\n" );
document.write( "\n" );
document.write( "(4,7), y=5x-3 \n" );
document.write( "
Algebra.Com's Answer #202396 by checkley77(12844) ![]() You can put this solution on YOUR website! (4,7), y=5x-3 \n" ); document.write( "Y=mX+b is the line equation \n" ); document.write( "A parallel line will have the same slope (5) \n" ); document.write( "7=5*4+b \n" ); document.write( "7=20+b \n" ); document.write( "b=7-20 \n" ); document.write( "b=-13 ans. for the Y intercept. \n" ); document.write( "Y=5X-13 ans. \n" ); document.write( " |