document.write( "Question 1130768: Given the line represented by the equation 5x + y = 10:
\n" );
document.write( "Name as an ordered pair the y-intercept of this line
\n" );
document.write( "Name as an ordered pair the x-intercept of this line
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #747376 by Boreal(15235) You can put this solution on YOUR website! y-intercept is where x=0 so y=10 (0, 10) \n" ); document.write( "x-intercept is where y=0 so x=2 (2, 0) \n" ); document.write( " |