document.write( "Question 106945: A credit manager rates each applicant for a car loan on a scale of 1-5 and then deterines the interest rate. Find the equation of a line in slope-intercept form that goes thru these points.\r
\n" );
document.write( "\n" );
document.write( "Credit Rating Interest Rate
\n" );
document.write( "1 24
\n" );
document.write( "2 20
\n" );
document.write( "3 16
\n" );
document.write( "4 12
\n" );
document.write( "5 8 \n" );
document.write( "
Algebra.Com's Answer #77792 by cheesey(22)![]() ![]() ![]() You can put this solution on YOUR website! first select two points to find the slope of the line. I chose (2, 20) (1, 24). Then the slope is (20-24)/(2-1) = -4\r \n" ); document.write( "\n" ); document.write( "Using point-slope form: y - y* = m(x - x*), where y*, x* are one point given. \n" ); document.write( "Thus y - 20 = -4(x - 2) \n" ); document.write( "y - 20 = -4x + 8 \n" ); document.write( "y = -4x + 28 is one such equation of this line in y=mx + b form. Chose a different point and your \"b\" will change. \n" ); document.write( " |