document.write( "Question 607511: How to find the intercepts for the graph of the equation given. 7x-2y=14
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #382765 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! 7x-2y=14 \n" ); document.write( "x intercept : y = 0 \n" ); document.write( "7x = 14 \n" ); document.write( "x = 14/7 = 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y intercept : x = 0 \n" ); document.write( "-2y = 14 \n" ); document.write( "y= 14/(-2) = -7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so, the x intercept of the graph is (2, 0) and the y intercept of the graph is (0, -7) \n" ); document.write( " |