document.write( "Question 152156: determine the slope of the line (2,3) \n" ); document.write( "
Algebra.Com's Answer #111943 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! THERE IS NO SLOPE DEFINED FOR A SINGLE POINT. \n" ); document.write( "IF YOU MEAN (2,0) & (0,3) THEN: \n" ); document.write( "SLOPE=(3-0)/(0-2)=3/-2=-1.5 FOR THIS SLOPE. \n" ); document.write( "Y=mX+b \n" ); document.write( "0=-1.5*2+b \n" ); document.write( "b=3 \n" ); document.write( "Y=-1.5X+3 is the line equation through (2,0) & (0,3). \n" ); document.write( " |