document.write( "Question 999195: Find an equation of the line containing (3,4) and (9,9) \n" ); document.write( "
Algebra.Com's Answer #616879 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Find slope first.
\n" ); document.write( "m = (y2 - y1)/(x2 - x1) = (9-4)/(9-3) = 5/6
\n" ); document.write( "Now use point-slope form or y=mx+b...so that
\n" ); document.write( "9 = (5/6)(9) + b
\n" ); document.write( "9 = 15/2 + b
\n" ); document.write( "b = 3/2
\n" ); document.write( "so that
\n" ); document.write( "y = (5/6)x + 3/2
\n" ); document.write( "
\n" );