document.write( "Question 139257: how to Find the x and y intercepts for the following equations
\n" );
document.write( "3x+4y=24
\n" );
document.write( "5x+y=10 \n" );
document.write( "
Algebra.Com's Answer #101632 by checkley77(12844) ![]() You can put this solution on YOUR website! 3x+4y=24 \n" ); document.write( "4Y=-3X+24 \n" ); document.write( "Y=-3X/4+24/4 \n" ); document.write( "Y=-3X/4+6 (RED LINE)intercepts (8,6) \n" ); document.write( "5x+y=10 \n" ); document.write( "Y=-5X+10 (GREEN LINE) intercepts (2,10) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |