document.write( "Question 181212: i don't know how to find the slope, x and y intercept of the following equation:
\n" );
document.write( "y-6=(x-3)
\n" );
document.write( "i was thinking maybe the slope might be 0 but i'm not positive because i've never seen a problem like this. \n" );
document.write( "
Algebra.Com's Answer #135869 by Alan3354(69443) You can put this solution on YOUR website! i don't know how to find the slope, x and y intercept of the following equation: \n" ); document.write( "y-6=(x-3) \n" ); document.write( "y-6 = x-3 \n" ); document.write( "y = x+3 \n" ); document.write( "The slope-intercept form is y = mx+b. m is the slope. \n" ); document.write( "In y = x+3, the coefficient of x is 1. \n" ); document.write( "So the slope, m, is 1. \n" ); document.write( "--------------- \n" ); document.write( "Also, in y=mx+b, b is the y-intercept, so that is (0,3). (where it crosses the y-axis, x = 0) \n" ); document.write( "------------------ \n" ); document.write( "To find the x-intercept, set y = 0 \n" ); document.write( "0 = x+3 \n" ); document.write( "x = -3 \n" ); document.write( "That's the point (-3,0) \n" ); document.write( " \n" ); document.write( " |