
Alex G. answered 10/13/14
Tutor
4.9
(13)
Creative Teacher of Math and the LSAT
Let's first model these two as equations:
X is the number of years that we let each account grow.
A = 160000*(1.03^X)
B = 1000*(1.06^X)
Now, we want to know when B is greater than A, so we can solve X for B > A
B > A
1000(1.06^X) > 160000(1.03^X)
(1.06^X) > 160(1.03^X) - Just simplifying!
Now you will need to freshen up on your log rules, you can just Google "Basic Log Rules" and a bunch should pop up.
Here is a good one: http://www.rapidtables.com/math/algebra/logarithm/Logarithm_Rules.htm
LOG(1.06^X) > LOG(160*1.03^X)
X*LOG(1.06) > LOG(160) + XLOG(1.03)
X*(LOG(1.06) - LOG(1.03)) > LOG(160)
X > LOG(160) / LOG(1.06/1.03)) -
X > 177

Christopher R.
10/13/14