document.write( "Question 1170595: Xian opened a savings account and put Php 6,250 in it. Each year, the account increases by 20%. How many years will it take the account to reach Php 12,960? \n" ); document.write( "
Algebra.Com's Answer #795445 by Theo(13342) You can put this solution on YOUR website! the formula to use if f = p * (1 + r) ^ n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = future value \n" ); document.write( "p = present value \n" ); document.write( "r = interest rate per time period. \n" ); document.write( "n = number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in your problem, the formula becomes 12,960 = 6,250 * (1 + .2) ^ n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the interest rate in the formula is equal to the interest rate percent divided by 100.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's why the interest rate per time period is equal to 20% / 100 = .2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you want to solve for n.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of the equation by 6,250 to get: \n" ); document.write( "12,960 / 6,250 = (1 + .2) ^ n \n" ); document.write( "take the log of both sides of the equation to get: \n" ); document.write( "log(12,960 / 6,250) = log((1 + .2) ^ n) \n" ); document.write( "since log((1 + .2) ^ n) = n * log(1 + .2), the equation becomes: \n" ); document.write( "log(12,960 / 6,250) = n * log(1 + .2) \n" ); document.write( "divide both sides of the equation by log(1 + .2) to get: \n" ); document.write( "log(12,960 / 6,250) / log(1 + .2) = n \n" ); document.write( "solve for n to get: \n" ); document.write( "n = 4.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's your solution.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "confirm the solution is good by replacing n in the original equation to get: \n" ); document.write( "12,960 = 6,250 * (1 + .2) ^ 4 \n" ); document.write( "solve to get: \n" ); document.write( "12,960 = 12960.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this confirms the solution is good.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |