document.write( "Question 315914: how to graph an equation using two points? \n" ); document.write( "
Algebra.Com's Answer #226040 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Two points (3,-4) & (-1,5) \n" ); document.write( "Y=mX+b where m=slope & b=the Y intercept. \n" ); document.write( "Slope=(Y2-Y1)/(X2-X1) \n" ); document.write( "Slope=(5+4)/(-1-3) \n" ); document.write( "Slope=9/-4=-9/4 ans. \n" ); document.write( "-4=-9/4*3+b \n" ); document.write( "-4=-27/4+b \n" ); document.write( "b=-4+27/4 \n" ); document.write( "b=-16/4+27/4 \n" ); document.write( "b=11/4 ans. for the Y intercept. \n" ); document.write( "Y=-9X/4+11/4 \n" ); document.write( " |