document.write( "Question 4120: How do you find an equation if all you know is m= -7/5 and the x intercept is 5? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #1812 by Earlsdon(6294) ![]() You can put this solution on YOUR website! Start with the slope-intercept form of the equation: \n" ); document.write( " y = mx + b \n" ); document.write( "Substitute: m = -7/5 \n" ); document.write( "y = (-7/5)x + b \n" ); document.write( "The x-intercept is 5. This means that when y = o, then x = 5 Substitute these. \n" ); document.write( "0 = (-7/5)(5) + b Now solve for b. \n" ); document.write( "b = 7\r \n" ); document.write( "\n" ); document.write( "Finally: The equation is: y = (-7/5)x + 7 \n" ); document.write( " |