document.write( "Question 3192: How would you write an equation of a line whose slope is 0 and passes through the point (-4,7) ? \n" ); document.write( "
Algebra.Com's Answer #1391 by drglass(89)\"\" \"About 
You can put this solution on YOUR website!
Start with the basic equation of a line:

\n" ); document.write( "y = mx + b

\n" ); document.write( "Since the slope m = 0, the equation becomes:

\n" ); document.write( "y = 0*x + b = b

\n" ); document.write( "where b is the y-intercept. To find the intercept, we take the equation:

\n" ); document.write( "y = 0*x + b and put the values of the point (-4, 7) into the equation:

\n" ); document.write( "7 = 0*(-4) + b, which means, b = 7. Our equation becomes:

\n" ); document.write( "y = 7

\n" ); document.write( "This means any value of x will produce the result y = 7. Graphically, it looks like:

\n" ); document.write( "\"graph%28+300%2C+200%2C+-5%2C+5%2C+-1%2C+10%2C+7%29\"
\n" ); document.write( "
\n" );