document.write( "Question 1161154: 1)Find the time required for an investment of 7,000 dollars to grow to 11,000 dollars at an interest rate of 6% per year, compounded monthly. Give your answer accurate to 2 decimal places.
\n" ); document.write( "2) Joy invests $19,000 at 14% simple interest for 1 year. How much is in the account at the end of the 1 year period?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #784609 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
1)
\n" ); document.write( "f = p*(1+r)^n
\n" ); document.write( "f is the future value
\n" ); document.write( "p is the present value
\n" ); document.write( "r is the interest rate per time period
\n" ); document.write( "n is the number of time periods
\n" ); document.write( "your equation is:
\n" ); document.write( "11000 = 7000 * (1+.06/12)^n
\n" ); document.write( "your time period is in months.
\n" ); document.write( "the interest rate per month is .06/12
\n" ); document.write( "the number of months is n.
\n" ); document.write( "divide both sides of that equation by 7000 to get:
\n" ); document.write( "11000/7000 = (1+.06/12)^n
\n" ); document.write( "take the log of both sides of this equation to get:
\n" ); document.write( "log(11000/7000) = log((1+.06/12)^n)
\n" ); document.write( "since log(x^a) = a*log(x), this becomes:
\n" ); document.write( "log(11000/7000) = n*log((1+.06/12)
\n" ); document.write( "divide both sides of this equation by log(1+.06/12)) and solve for n to get:
\n" ); document.write( "n = log(11000/7000)/log(1+.06/12) = 90.62282945.
\n" ); document.write( "this says that 7000 will become 11000 in 90.62282945 months.
\n" ); document.write( "to confirm, replace n in the original equation to get:
\n" ); document.write( "f = 7000*(1+.06/12)^90.6228i2945.
\n" ); document.write( "solve for f to get:
\n" ); document.write( "f = 11000
\n" ); document.write( "this confirms the solution is correct.
\n" ); document.write( "90.622812945 months divided by 12 is equivalent to 7.551902454 years.
\n" ); document.write( "2)
\n" ); document.write( "19000 * 1.14 = 21660.
\n" ); document.write( "that's what's in the account at the end of the year.
\n" ); document.write( "simple interest formula is f = p*p+r*n which can be simplified to f = p*(1+r*n)
\n" ); document.write( "in this problem:
\n" ); document.write( "p = 19000
\n" ); document.write( "r=.14 per year
\n" ); document.write( "n = 1 year.
\n" ); document.write( "formula becomes f = 19000*(1+.14) = 19000 * 1.14 = 21660.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );