document.write( "Question 334194: for each line, use the given conditions to write an equation in the point slope form and the slope-intercept form.
\n" );
document.write( "slope = 4, passing through (1,3)
\n" );
document.write( "slope = 8, passing through (4,-1)
\n" );
document.write( "slope = -5, passing through (-4,-2)
\n" );
document.write( "slope = -2, passing through (0,-3) \n" );
document.write( "
Algebra.Com's Answer #239464 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! for each line, use the given conditions to write an equation in the point slope form and the slope-intercept form. \n" ); document.write( "slope = 4, passing through (1,3) \n" ); document.write( "Use y = mx + b to find b \n" ); document.write( "3 = 4*1 + b \n" ); document.write( "b = -1 \n" ); document.write( "--> y = 4x - 1 \n" ); document.write( "------------------ \n" ); document.write( "Do the others the same way. m = slope, b = y-intercept. \n" ); document.write( "------------------ \n" ); document.write( "slope = 8, passing through (4,-1) \n" ); document.write( "slope = -5, passing through (-4,-2) \n" ); document.write( "slope = -2, passing through (0,-3) \n" ); document.write( " \n" ); document.write( " |