document.write( "Question 1127506: A line that includes the point(2, 5)has a slope of 5. What is its equation in slope-intercept form?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #743919 by Boreal(15235) You can put this solution on YOUR website! point slope formula of y-y1=m(x-x1), m slope and (x1, y1) point \n" ); document.write( "watch signs \n" ); document.write( "y-5=5(x-2) \n" ); document.write( "y-5=5x-10 \n" ); document.write( "y=5x-5 \n" ); document.write( " |