document.write( "Question 358487: Please Help!! Find an equation of the line that satisfies the given conditions
\n" );
document.write( " Through (-2,4) slope is -1 \n" );
document.write( "
Algebra.Com's Answer #255859 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! Please Help!! Find an equation of the line that satisfies the given conditions \n" ); document.write( " Through (-2,4) slope is -1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "equation of a line in slope-intercept form is y = mx + b, where m is the slope, and b is the y-intercept (vertical-intercept or point (0,b))\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m = -1, point is (-2,4), solve for b, then plug in b and get equation of line\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = -1 * x + b = -x + b \n" ); document.write( "4 = -(-2) + b \n" ); document.write( "4 = 2 + b \n" ); document.write( "2 = b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = -x + 2 \n" ); document.write( " \n" ); document.write( " |