document.write( "Question 188922: Find an equation of the line containing the given pair of points (3,5) and (9,7) \n" ); document.write( "
Algebra.Com's Answer #141687 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! find the slope \n" ); document.write( ": \n" ); document.write( "rise/run=m=7-5/9-3=2/6=1/3 \n" ); document.write( ": \n" ); document.write( "point slope formula....using (3,5) as our point \n" ); document.write( ": \n" ); document.write( "y-5=(1/3)(x-3) \n" ); document.write( ": \n" ); document.write( "y-5=(1/3)x-1 \n" ); document.write( ": \n" ); document.write( "y=(1/3)x+4 \n" ); document.write( " |