document.write( "Question 291288: not sure how to find the equation of the line that contains the points(0,3)and(2,5) \n" ); document.write( "
Algebra.Com's Answer #210670 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (0,3)and(2,5) \n" ); document.write( "Y=mX+b is the line equation where m]the slope & b=the Y intercept. \n" ); document.write( "m=(y2-y1)/(x2-x1) \n" ); document.write( "m=(5-3)/(2-0) \n" ); document.write( "m=2/2=1 is the slope. \n" ); document.write( "3=1*0+b \n" ); document.write( "b=3 is the Y intercept. \n" ); document.write( "Y=X+3 \n" ); document.write( " |