document.write( "Question 249605: Find an equation of the line containing the given pair of points.\r
\n" );
document.write( "\n" );
document.write( "(4,1) and (12,8)\r
\n" );
document.write( "\n" );
document.write( "What is the equation of the line?\r
\n" );
document.write( "\n" );
document.write( "y = ? \n" );
document.write( "
Algebra.Com's Answer #181754 by checkley77(12844) ![]() You can put this solution on YOUR website! (4,1) and (12,8) \n" ); document.write( "Y=mX+b \n" ); document.write( "Slope=(y2-y1)/(x2-x1)=(8-1)/(12-4)=7/8 is the slope \n" ); document.write( "1=7*4/8+b \n" ); document.write( "1=28/8+b \n" ); document.write( "b=1-28/8 \n" ); document.write( "b=8/8-28/8 \n" ); document.write( "b=-20/8=-2.5 ans. for the y intercept. \n" ); document.write( "y=7x/8-2.5 \n" ); document.write( " |