document.write( "Question 930329: What is the slope-intercept form of the function that contains the point (8, 12) and has a slope of -2
\n" );
document.write( "
\n" );
document.write( "y = x +
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #564868 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! ***Using point-slope form, \n" ); document.write( "y - 12 = -2(x-8) \n" ); document.write( ".......... \n" ); document.write( "slope-intercept form: \n" ); document.write( "y = -2x + 16 + 12 \n" ); document.write( "y = -2x + 28 \n" ); document.write( " |