document.write( "Question 243273: Find the coordinates of the x-intercept.
\n" );
document.write( "-x - 2y = 6 \n" );
document.write( "
Algebra.Com's Answer #178244 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! -x - 2y = 6 \n" ); document.write( "-2Y=X+6 \n" ); document.write( "Y=X/-2+6/-2 \n" ); document.write( "Y=-X/2-3 \n" ); document.write( " \n" ); document.write( "X INTERCEPT=-6 \n" ); document.write( " |