document.write( "Question 1060524: Find the x intercept and the ya intercept of the following:\r
\n" );
document.write( "\n" );
document.write( "-5x+2y=-10\r
\n" );
document.write( "\n" );
document.write( "4x-2y=8 \n" );
document.write( "
Algebra.Com's Answer #675472 by Alan3354(69443) You can put this solution on YOUR website! Find the x intercept and the ya intercept of the following: \n" ); document.write( "--- \n" ); document.write( "At the x-int, y = 0 \n" ); document.write( "At the y-int, x = 0 \n" ); document.write( "==================== \n" ); document.write( "-5x+2y=-10 \n" ); document.write( "x = 0 --> 2y = -10 \n" ); document.write( "y = -5 \n" ); document.write( "y-int = -5, or (0,-5) \n" ); document.write( "---- \n" ); document.write( "y = 0 --> -5x = -10 \n" ); document.write( "x = 2 \n" ); document.write( "x-int = 2 or (2,0) \n" ); document.write( "================ \n" ); document.write( "4x-2y=8 \n" ); document.write( "Do the same. \n" ); document.write( " |