document.write( "Question 61104: how do i find the slope and the y-intercept.
\n" );
document.write( " y = 7x
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #42032 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! y=mx+b [slope-intercept form of a line] \n" ); document.write( "y=any y value of the line \n" ); document.write( "m=the slope of the line \n" ); document.write( "x=any corresponding x value of the line \n" ); document.write( "b=the y-intercept (the point where the line crosses the y-axis at point (0,b)] \n" ); document.write( ". \n" ); document.write( "y = 7x \n" ); document.write( "or \n" ); document.write( "y=7x+0 \n" ); document.write( "slope=m=7 \n" ); document.write( "y=intercept = (0,0) \n" ); document.write( " \n" ); document.write( " |