document.write( "Question 926389:  Find an equation of the line that passes through the two given points. Write the equation in slope-intercept form, if possible. 
\n" );
document.write( "passes through (5, 1) and (-5, 0) \n" );
document.write( "
| Algebra.Com's Answer #562220 by TimothyLamb(4379)     You can put this solution on YOUR website! slope = m = dy/dx \n" ); document.write( "m = (1 - 0)/(5 - -5) \n" ); document.write( "m = 1/10 \n" ); document.write( "--- \n" ); document.write( "y - 1 = (1/10)(x - 5) \n" ); document.write( "y - 1 = (1/10)x - 1/2 \n" ); document.write( "y = (1/10)x - 1/2 + 1 \n" ); document.write( "y = (1/10)x - 1/2 + 2/2 \n" ); document.write( "--- \n" ); document.write( "y = (1/10)x + 1/2 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |