document.write( "Question 204378: Number of Credits / Fees
\n" );
document.write( "3 / 2000
\n" );
document.write( "6 / 2600
\n" );
document.write( "9 / 3200
\n" );
document.write( "12 / 3800
\n" );
document.write( "15 / 4400\r
\n" );
document.write( "\n" );
document.write( "(a) Write an equation to calculate the fees F when the number of credits n is given?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(b) Use this equation from part (a) to calculate the fee for 17 credits.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #154327 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Number of Credits / Fees \n" ); document.write( "3 / 2000 \n" ); document.write( "6 / 2600 \n" ); document.write( "9 / 3200 \n" ); document.write( "12 / 3800 \n" ); document.write( "15 / 4400 \n" ); document.write( "(a) Write an equation to calculate the fees F when the number of credits n is given? \n" ); document.write( "You can see that for every increase of 3 credits the fees increases by 600. \n" ); document.write( "So the function is linear. \n" ); document.write( "---------------------------------------- \n" ); document.write( "Use any two points to find the linear equation: \n" ); document.write( "slope = (2600-2000)/(6-3) = 600/3 = 200 \n" ); document.write( "Form y = mx + b \n" ); document.write( "2000 = 200*3 + b \n" ); document.write( "b = 1400 \n" ); document.write( "Equation: fee(x) = 200x + 1400 where x is the number of credits \n" ); document.write( "--------------------------------------------------------------------- \n" ); document.write( "(b) Use this equation from part (a) to calculate the fee for 17 credits. \n" ); document.write( "fee(17) = 200*17+1400 = $4800 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |