document.write( "Question 1170737: Find an equation of a line containing the point (4,-3) and parallel to the line y = -x + 5.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #795623 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Parallel lines have same slope, and this line has slope -1. \n" ); document.write( "point-slope y-y1=m(x-x1) m slope and (x1, y1) point \n" ); document.write( "y+3=-1(x-4) \n" ); document.write( "y+3=-x+4 \n" ); document.write( "y=-x+1 \n" ); document.write( " |