document.write( "Question 116932: I need help!! I'm not sure if i'm working this right.
\n" );
document.write( "a = p(1+r/n)^nt
\n" );
document.write( "solve for a
\n" );
document.write( "p = 4000
\n" );
document.write( "r = 0.07
\n" );
document.write( "n = 1
\n" );
document.write( "t = 8 so...
\n" );
document.write( "a = 4000(1+0.07/1)^(1)(8)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #85004 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! a = p(1+r/n)^nt \n" ); document.write( "solve for a \n" ); document.write( "p = 4000 \n" ); document.write( "r = 0.07 \n" ); document.write( "n = 1 \n" ); document.write( "t = 8 so... \n" ); document.write( "a = 4000(1+0.07/1)^(1)(8) <=== a couple of comments as follows: \n" ); document.write( ". \n" ); document.write( "You should probably put the 0.07/1 in parentheses just as a matter of practice so that others \n" ); document.write( "can tell that you are just dividing the rate by the number of compounding periods. In other words \n" ); document.write( "write it as: \n" ); document.write( ". \n" ); document.write( "a = 4000(1+(0.07/1))^(1)(8) \n" ); document.write( ". \n" ); document.write( "It is not necessary to do that, but it might help someone who reads it not mess up what you \n" ); document.write( "meant. \n" ); document.write( ". \n" ); document.write( "Another comment. You should write the exponent as (1*8) for the same reason. According to the \n" ); document.write( "rules of algebra, the way you wrote it tells people to raise (1+(0.07/1)) to the first power \n" ); document.write( "and then to multiply that result by 8 ... that is not what you meant at all. You meant that the \n" ); document.write( "exponent is (1*8) or 8. So the problem should have the exponent written as: \n" ); document.write( ". \n" ); document.write( "a = 4000(1+(0.07/1))^(1*8) \n" ); document.write( ". \n" ); document.write( "Other than those suggestions, you have the problem correct. You can now simplify it a little. \n" ); document.write( "Inside the parentheses, divide the 0.07 by 1 to get just 0.07 and then add that to the 1 so \n" ); document.write( "that the problem reduces to: \n" ); document.write( ". \n" ); document.write( "a = 4000(1.07)^(1*8) \n" ); document.write( ". \n" ); document.write( "multiply out the exponent and the problem becomes: \n" ); document.write( ". \n" ); document.write( "a = 4000(1.07)^8 \n" ); document.write( ". \n" ); document.write( "You can now multiply 1.07 times itself 8 times or use a scientific calculator to find that \n" ); document.write( "1.07^8 = 1.71818618. Substitute that and the problem reduces to: \n" ); document.write( ". \n" ); document.write( "a = 4000*1.71818618 \n" ); document.write( ". \n" ); document.write( "and this multiplies out to give: \n" ); document.write( ". \n" ); document.write( "a = 6872.744719 \n" ); document.write( ". \n" ); document.write( "which tells you that if you invest $4000 at an interest rate of 7% compounded annually for \n" ); document.write( "8 years you will have $6872.74 before the government gets its share in the form of income tax. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to figure out how to do problems like this ... You did very well in \n" ); document.write( "setting up the problem. Keep up the good work!!! \n" ); document.write( ". \n" ); document.write( " |