document.write( "Question 342322: Determine the coordinates of the y-intercept of 2x + 4y = 8.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #244997 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 2x+4y=8 \n" ); document.write( "y intercept \n" ); document.write( "so x=0 \n" ); document.write( "0+4y=8 \n" ); document.write( "y=2 \n" ); document.write( "(0, 2) \n" ); document.write( " |