document.write( "Question 188085: Find an equation of the line containing the given pair of points
\n" );
document.write( "(3,2) and (9,5)
\n" );
document.write( "Y= \n" );
document.write( "
Algebra.Com's Answer #140968 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (3,2) and (9,5) \n" ); document.write( "Y=mX+b \n" ); document.write( "Slope=(y2-y10/(x2-x1) \n" ); document.write( "Slope=(5-2)/(9-3) \n" ); document.write( "Slope=3/6=.5 ans. \n" ); document.write( "2=3*.5+b \n" ); document.write( "2=1.5+b \n" ); document.write( "2-1.5=b \n" ); document.write( ".5=b the Y intercept. \n" ); document.write( "y=.5x+.5 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |