document.write( "Question 135890: Find an equation of the line containing the given pair of points.
\n" );
document.write( " (1/6, - 1/3)and (5/6,1)
\n" );
document.write( "What is the equation of the line y?
\n" );
document.write( "(y=mx+b) \n" );
document.write( "
Algebra.Com's Answer #99547 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! FIRST WE FIND THE SLOPE(m) \n" ); document.write( "SLOPE=(Y2-Y1)/(X2-X1)=(1+1/3)/(5/6-1/6)=(4/3)/(4/6)= (4/3)/(2/3)=4/3*3/2=12/6=2 \n" ); document.write( "-1/3=2*1/6+b \n" ); document.write( "-1/3=1/3+b \n" ); document.write( "b=-1/3-1/3 \n" ); document.write( "b=-2/3 \n" ); document.write( "THUS THIS LINE EQUATION IS: \n" ); document.write( "Y=2X-2/3 \n" ); document.write( " |