document.write( "Question 604506: find equation of a line Through:(3,5)with slope=5/3 \n" ); document.write( "
Algebra.Com's Answer #381241 by lawdej(58)![]() ![]() You can put this solution on YOUR website! y-y1=m(x-x1), m=slpoe \n" ); document.write( " (x1,y1)=(3,5),m=5/3 \n" ); document.write( " y-5=5/3(x-3) \n" ); document.write( " 3y-15=5x-15 \n" ); document.write( "3y=5x-15+15 \n" ); document.write( "3y=5x \n" ); document.write( "y=5/3 x \n" ); document.write( " |