document.write( "Question 495416: passing through (9,12) and (7,2)
\n" );
document.write( "write the equation of each line in slope intercept form. \n" );
document.write( "
Algebra.Com's Answer #336089 by nebiyou(1)![]() ![]() You can put this solution on YOUR website! y=mx+b......linear equation \n" ); document.write( " slope=m=change in y/change in x but y1=12,y2=2 & x1=9,x2=7 \n" ); document.write( " m=2-12/7-9=-10/-2=5 ,then y=5x+b \n" ); document.write( " lets take one of (9,12) to find b substitute 9 to x & 12 to y \n" ); document.write( " we find 12=5(9)+b,12=45+b then b=-33 \n" ); document.write( "therefore y=5x-33 \n" ); document.write( " |