document.write( "Question 84883: What is the eguation of the line with points(0,-4) and (4,0) \n" ); document.write( "
Algebra.Com's Answer #61207 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! FIRST WE FIND THE SLOPE \n" ); document.write( "(Y2-Y1)/(X2-X1) \n" ); document.write( "(0+4)/(4-0)=4/4=1 FOR THE SLOPE. \n" ); document.write( "NOW WE REPLACE X 7 Y IN THE LINE EQUATION [Y=mX+b] & SOLVE FOR (b) THE Y INTERCEPT. (WHICH WE ALREADY KNOW (0,-4) \n" ); document.write( "-4=-1*0+b \n" ); document.write( "-4=b WHICH IS THE Y INTERCEPT. \n" ); document.write( "THUS THE EQUATION IS \n" ); document.write( "Y=1*X-4 OR Y=X-4 \n" ); document.write( " |