document.write( "Question 258895: Write the point-slope equation of the line that goes through (1, 4) with a slope of -10. \n" ); document.write( "
Algebra.Com's Answer #190605 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (1,4) m=-10 \n" ); document.write( "Y=mX+b \n" ); document.write( "4=-10*1+b \n" ); document.write( "4=-10+b \n" ); document.write( "b=4+10 \n" ); document.write( "b=14 the y intersect. \n" ); document.write( "Y=-10x+14 \n" ); document.write( " |