document.write( "Question 1186448: Find the amount owed on an investment of P 10,000 into a money market account that pays a simple interest rate of 1.75% over a 39-week period. \n" ); document.write( "
Algebra.Com's Answer #817765 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
simple interest formula is:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i = p * r * t\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "f = p + i\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "replace i with p * r * t and you get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "f = p + p * r * t\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you factor out the p, you get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "f = p * (1 + r * t)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p is the principal
\n" ); document.write( "r is the interest rate per time period
\n" ); document.write( "t is the number of time periods
\n" ); document.write( "f is the future value\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in this problem:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "p = 10,000
\n" ); document.write( "r = 1.75% per year.
\n" ); document.write( "n = 39 weeks.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since one year is equal to 52 weeks, you can convert the number of weeks into years by dividing 39 by 52 to get .75 years.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since you want to know what is owed at the end of the time investment period, your formula would be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "f = p + p * r * t, which can also be shown as:
\n" ); document.write( "f = p * (1 + r * t).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when r is in years and t is in years, the formula becomes:
\n" ); document.write( "f = 10,000 * ( 1 + .0175 * .75) = 10,131.25\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that's what is owed at the end of the 39 week period.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you can also work the problem in weeks.
\n" ); document.write( "to do that, you need the interest rate per week.
\n" ); document.write( "the interest rate per week is equal to .0175 per year divided by 52.
\n" ); document.write( "the formula becomes:
\n" ); document.write( "f = 10,000 * (1 + .0175/52 * 39) = 10,131.25\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "alternatively, you can just solve for the interest first and then add it to the principal.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula for interest is i = p * r * t.
\n" ); document.write( "this becomes:
\n" ); document.write( "i = 10,000 * .0175 * 39/52 = 131.25
\n" ); document.write( "add that to 10,000 to get 10,131.25.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in all of these formulas, the interest rate is used, not the percent.
\n" ); document.write( "rate = percent / 100.
\n" ); document.write( "1.75% is therefore equal to a rate of .0175.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the time periods must be consistent.
\n" ); document.write( "if the rate is per year, the number of time periods has to be in years.
\n" ); document.write( "if the number of time periods is in weeks, the rate must be per week.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );