document.write( "Question 1128981: Scott plans to attend college and he starts saving $200
\n" ); document.write( " per month to pay for it. He will need $14,000
\n" ); document.write( " to pay the first-year cost. His aunt gave him a special gift of $2,000
\n" ); document.write( " to use toward the cost. How many years will it take Scott to save enough for the first-year cost?
\n" ); document.write( "

Algebra.Com's Answer #745514 by ikleyn(52787)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "2000 + 200*n = 14000,       where n is the number of months.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "200*n = 14000 - 2000 = 12000\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "n = \"12000%2F200\" = \"120%2F2\" = 60 months = 5 years.    ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );