document.write( "Question 1034586: A starting salary for a teacher is $25,000 and there is an annual increase of 3%.\r
\n" ); document.write( "\n" ); document.write( "(a) how much will the teacher earn in their 10th year?\r
\n" ); document.write( "\n" ); document.write( "(b) how much will the teacher earn in total during a 35 year teaching career? \r
\n" ); document.write( "\n" ); document.write( "(c) find the first year in which the teacher earns more than $35,000?\r
\n" ); document.write( "\n" ); document.write( "(d) how many years would the teacher have to work in order to earn a total of $1 million?
\n" ); document.write( "

Algebra.Com's Answer #649278 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
this looks like a geometric progression where the common ratio is 1.03.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the nth term of a geometric progression is given by the formula:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "An = A1 * r^(n-1).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when A1 = 25,000, and r = 1.03, the formula becomes:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "An = 25,000 * 1.03^(n-1).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when n = 1, you get A1 = 25,000 * 1.03^(0) = 25,000.
\n" ); document.write( "when n = 2, you get A2 = 25,000 * 1.03^1 = 25,750.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the sum of a geometric progression is given by the formula:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Sn = A1 * (1 - r^n) / (1-r)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "when n = 1, you get S1 = 25,000 * (1 - 1.03^1) / (1-1.03) = 25,000
\n" ); document.write( "when n = 2, you get S2 = 25,000 * (1 - 1.03^2) / (1 - 1.03) = 50,750.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since we know what A1 and A2 are from above, we can just add them together to get 25,000 + 25,750 = 50,750.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since this is the same as the Sn formula when n = 2, we have just confirmed that the formulas are good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "now we can answer the questions you have.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the questions with their answers are shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(a) how much will the teacher earn in their 10th year?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A10 = A1 * r^(n-1) becomes:
\n" ); document.write( "A10 = 25,000 * 1.03^9 which becomes:
\n" ); document.write( "A10 = 32,619.3296
\n" ); document.write( "the teacher will have earned 32,619.3296 by the end of their 10th year.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(b) how much will the teacher earn in total during a 35 year teaching career?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "S35 = A1 * (1 - r^35) / (1-r) becomes:
\n" ); document.write( "S35 = 25,000 * (1 - 1.03^35) / (1-1.03) which becomes:
\n" ); document.write( "S35 = 1,511,552.045
\n" ); document.write( "the teacher will earn a total of 1,511,552.045 by the end of their 35th year.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(c) find the first year in which the teacher earns more than $35,000?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "An = A1 * r^(n-1) becomes:
\n" ); document.write( "35,000 = 25,000 * 1.03^(n-1).
\n" ); document.write( "divide both sides of this equation by 25,000 to get:
\n" ); document.write( "35,000 / 25,000 = 1.03^(n-1)
\n" ); document.write( "take the log of both sides of this equation to get:
\n" ); document.write( "log(35,000/25,000) = log(1.03^(n-1)
\n" ); document.write( "since log(a^b) = b*log(a), this equation becomes:
\n" ); document.write( "log(35,000/25,000 + (n-1) * log(1.03)
\n" ); document.write( "divide both sides of this equation by log(1.03) to get:
\n" ); document.write( "log(35,000/25,000) / log(1.03) = n-1.
\n" ); document.write( "add 1 to both sides of this equation to get:
\n" ); document.write( "log(35,000/25,000) / log(1.03) + 1 = n
\n" ); document.write( "solve for n to get n = log(35,000/25,000) / log(1.03) + 1 = 12.38314854
\n" ); document.write( "confirm by replacing n in the equation of 35,000 = 25,000 * 1.03^(n-1) to get:
\n" ); document.write( "35,000 = 25,000 * 1.03^(12.38314854-1).
\n" ); document.write( "you will get 35,000 = 35,000.
\n" ); document.write( "when n = 12, the teacher earns 25,000 * 1.03^11 = 34,605.85
\n" ); document.write( "this means the teacher earns 34,605.85 by the end of the 12th year.
\n" ); document.write( "when n = 13, the teacher earns 25,000 * 1.03^(12 = 35,644.02.
\n" ); document.write( "this means the teacher earns 35,644.01 by the end of the 13th year.
\n" ); document.write( "this means that the first year that the teacher earns 35,000 is sometime between the end of the 12th year and the end of the 13th year.
\n" ); document.write( "this puts the first year that the teacher first earns 35,000 in the 13th year.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(d) how many years would the teacher have to work in order to earn a total of $1 million? \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Sn = A1 * (1-r^n) / (1-r) becomes:
\n" ); document.write( "1,000,000 = 25,000 * (1-1.03^n) / (1-1.03)
\n" ); document.write( "divide both sides of this equation by 25,000 to get:
\n" ); document.write( "1,000,000/25,000 = (1-1.03^n) / (1-1.03)
\n" ); document.write( "multiply both sides of this equation by (1-1.03) to get:
\n" ); document.write( "(1,000,000/25,000) * (1-1.03) = 1 - 1.03^n
\n" ); document.write( "simplify to get:
\n" ); document.write( "-1.2 = 1 - 1.03^n.
\n" ); document.write( "subtract 1 from both sides of this equation to get:
\n" ); document.write( "-2.2 = -1.03^n
\n" ); document.write( "multiply both sides of this equation by -1 to get:
\n" ); document.write( "2.2 = 1.03^n
\n" ); document.write( "take the log of both sides of this equation to get:
\n" ); document.write( "log(2.2) = log(1.03^n)
\n" ); document.write( "since log(a^b) = b*log(a), this equation becomes:
\n" ); document.write( "log(2.2) = n * log(1.03)
\n" ); document.write( "divide both sides of this equaiton by log(1.03) to get:
\n" ); document.write( "log(2.2) / log(1.03) = n
\n" ); document.write( "solve for n to get n = log(2.2) / log(1.03) = 26.67419857.
\n" ); document.write( "replace n in the original equation of 1,000,000 = 25,000 * (1-1.03^n) / (1-1.03) to get:
\n" ); document.write( "1,000,000 = 25,000 * (1-1.03^26.67419857) / (1-1.03) = 1,000,000.
\n" ); document.write( "this confirms the solution is correct.
\n" ); document.write( "when n = 26, the teacher earns a total of S26 = 25,000 * (1 - 1.03^26)/(1-1.03) = 96,3826.06.
\n" ); document.write( "this means the teacher earns a total of 96,3826.06 by the end of the 26th year.
\n" ); document.write( "when n = 27, the teacher earns a total of S27 = 25,000 * (1-1.03^27)/(1-1.03) = 1,017,740.84.
\n" ); document.write( "this means the teacher earns a total of 1,017,740.84 by the end of the 27th year.
\n" ); document.write( "this means that the first year that the teacher earns 1,000,000 is sometime between the end of the 26th year and the end of the 27th year.
\n" ); document.write( "this puts the first year that the teacher first earns 1,000,000 in the 27th year.\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( "
\n" ); document.write( "
\n" );