document.write( "Question 633486: How do I find the third point on a line when doiing intercepts ?\r
\n" );
document.write( "\n" );
document.write( "My problem is \r
\n" );
document.write( "\n" );
document.write( "2x-8= -4y and the question asked find the intercepts and plott them. \n" );
document.write( "
Algebra.Com's Answer #398938 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! (0,2) \n" ); document.write( "(4,0) \n" ); document.write( "2*2-8=-4y \n" ); document.write( "4-8=-4y \n" ); document.write( "-4/-4=y \n" ); document.write( "y=1 \n" ); document.write( "(2,1) \n" ); document.write( " |