document.write( "Question 250247: find an equation of the line containing the given pair of points (3,5) and (9,6) \n" ); document.write( "
Algebra.Com's Answer #182209 by checkley77(12844) ![]() You can put this solution on YOUR website! (3,5) and (9,6) \n" ); document.write( "Slope=(y2-y1)/(x2-x1)=(6-5)/(9-3)=1/6 ans. \n" ); document.write( "Y=mX+b \n" ); document.write( "5=1/6*3+b \n" ); document.write( "5=3/6+b \n" ); document.write( "5-1/3=b \n" ); document.write( "b=15/3-1/3 \n" ); document.write( "b=14/3 Y intercept. \n" ); document.write( "Y=X/6+14/3 \n" ); document.write( " |