document.write( "Question 998110: Find the equation of the line that contains the point
\n" );
document.write( "P(4, 3)
\n" );
document.write( " and is parallel to the graph of
\n" );
document.write( "5x + y = −3.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #615984 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let us determine the slope of 5x + y = -3 first. \n" ); document.write( "Rearranging we get \n" ); document.write( "y = -5x - 3 \n" ); document.write( "This tells us the slope is -5. We want the same slope since the lines are parallel. Now use the point-slope form...\r \n" ); document.write( "\n" ); document.write( "y - 3 = -5(x - 4) \n" ); document.write( "y - 3 = -5x + 20 \n" ); document.write( "and \n" ); document.write( "y = -5x + 23 \n" ); document.write( " |