document.write( "Question 1085341: Cate purchases $1600 worth of stock and her broker estimates it will increase in value by 4.2% each year. after about how many years will the value of Cate's stock be about $2000?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #699451 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 1600(1+0.042)^t = 2000 \n" ); document.write( "(1+0.042)^t = 2000/1600 = 5/4 \n" ); document.write( "log((1.042)^t) = log(5/4) \n" ); document.write( "the log of a number raised to a power is equal to the power times the log of the number: \n" ); document.write( "t*log(1.042) = log(5/4 \n" ); document.write( "t = log(5/4)/log(1.042) \n" ); document.write( "change of base: log(a)/log(b) = log_b(a) \n" ); document.write( "t = log_1.042(5/4) = 5.42 years \n" ); document.write( "----------------------------- \n" ); document.write( "check: \n" ); document.write( "1600(1+0.042)^5.42 = 2000 correct\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |