document.write( "Question 350841: find the x-intercept and the y-intercept for the graph of the equation.
\n" );
document.write( " x+2y=10 \n" );
document.write( "
Algebra.Com's Answer #250785 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the x-intercept and the y-intercept for the graph of the equation. \n" ); document.write( "x+2y=10 \n" ); document.write( "---- \n" ); document.write( "x-intercept = ? \n" ); document.write( "Let y = 0 and solve for \"x\": \n" ); document.write( "x + 2*0 = 10 \n" ); document.write( "x = 10 \n" ); document.write( "--- \n" ); document.write( "x-intercept: (10,0) \n" ); document.write( "============================= \n" ); document.write( "y-intercept = ? \n" ); document.write( "Let x = 0 and solve for \"y\": \n" ); document.write( "0 + 2y = 10 \n" ); document.write( "y = 5 \n" ); document.write( "--- \n" ); document.write( "y-intercept: (0,5) \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |