document.write( "Question 1007692: State the x- and y- intercepts of each equation. Then use the intercepts to graph the equation.
\n" );
document.write( "Y=-2x+7 \n" );
document.write( "
Algebra.Com's Answer #623536 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From y = -2x + 7, \n" ); document.write( "we find the y-intercept to be 7, and the point (0,7). \n" ); document.write( "To find the x-intercept, let y be zero and solve for x... \n" ); document.write( "0 = -2x + 7 \n" ); document.write( "-7 = -2x \n" ); document.write( "x = 7/2 and the point (7/2, 0). \n" ); document.write( "Plot those two points and connect them. \n" ); document.write( " |