document.write( "Question 39829: The line that has a slope 1/2 and contains (5,6) \n" ); document.write( "
Algebra.Com's Answer #25265 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! The line that has a slope M=1/2 and contains P=(X1,Y1)=(5,6) \n" ); document.write( "FORMULA IS \n" ); document.write( "Y-Y1=M(X-X1) \n" ); document.write( "Y-6=0.5(X-5) \n" ); document.write( "2Y-12=X-5 \n" ); document.write( "2Y-X-7=0 \n" ); document.write( " |