document.write( "Question 835930: in how much time will a certain sum be 1.5 times the principal at 10% per annum? \n" ); document.write( "
Algebra.Com's Answer #503821 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Use \n" ); document.write( "(1) B = P(1+r)^t or \n" ); document.write( "(2) B/P = (1+r)^t \n" ); document.write( "The problem statement has \n" ); document.write( "(3) B/P = 1.5 and \n" ); document.write( "(4) r = 10% or \n" ); document.write( "(5) r = 0.10 \n" ); document.write( "Then we have \n" ); document.write( "(6) 1.5 = (1 + 0.10)^t or \n" ); document.write( "(7) 1.5 = (1.1)^t \n" ); document.write( "Now take the log or ln of both sides to get \n" ); document.write( "(8) ln(1.5) = t*ln(1.1) or \n" ); document.write( "(9) t = ln(1.5)/ln(1.1) \n" ); document.write( "Use a scientific calculator to evaluate (9), and get \n" ); document.write( "(10) t = 0.405/0.0953 or \n" ); document.write( "(11) t = 4.25416... \n" ); document.write( "Use (7) to check the value of t \n" ); document.write( "Is (1.5 = (1.1)^4.254..)? \n" ); document.write( "Is (1.5 = 1.5)? Yes \n" ); document.write( "Answer: It will take 4.25... years for the principal P to \"grow\" to 1.5 times P. \n" ); document.write( " |