document.write( "Question 280151: Find an equation of the line containing the given pair of points.\r
\n" );
document.write( "\n" );
document.write( "(1/6,- 1/3) and (5/6,5)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #203675 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b is the line equation.m=slope & b=Y intercept. \n" ); document.write( "(1/6,- 1/3) and (5/6,5) \n" ); document.write( "m=(y2-y1)/(x2-x1) \n" ); document.write( "m=(5+1/3)/(5/6-1/6) \n" ); document.write( "m=(16/3)/(4/6) \n" ); document.write( "m=16/3*6/4 \n" ); document.write( "m=16*6/3*4 \n" ); document.write( "m=8 ans. \n" ); document.write( "-1/3=8*1/6+b \n" ); document.write( "-1/3=4/3+b \n" ); document.write( "b=-1/3-4/3 \n" ); document.write( "b=-5/3 the Y intercept. \n" ); document.write( "y=8x-5/3 \n" ); document.write( " |