document.write( "Question 1183349: Hello
\n" ); document.write( "Question
\n" ); document.write( "Lisa was offered two payment options for a three month long job.
\n" ); document.write( "If she chooses Option A, she will be paid 35,000 monthly. If she chooses Option B, she will be paid 30,000 in the first month with an increase of 20% after each month
\n" ); document.write( "Which option pays more\r
\n" ); document.write( "\n" ); document.write( "Option A: 3 MONTHS
\n" ); document.write( "35,000 * 3=105,000\r
\n" ); document.write( "\n" ); document.write( "OPTION B: 3 MONTHS
\n" ); document.write( "30,000
\n" ); document.write( "30,000 * 1.2 = 36,000
\n" ); document.write( "36,000 * 1.2 = 43,200
\n" ); document.write( "$30,000+36,000+43,200=109,200\r
\n" ); document.write( "\n" ); document.write( "How I calculate option b is
\n" ); document.write( "30,000 M+
\n" ); document.write( "30,000 * 1.2=36,000 M+
\n" ); document.write( "36,000 * 1.2=43,200 M+
\n" ); document.write( "MR\r
\n" ); document.write( "\n" ); document.write( "When I do 1.2^2=1.44, it only gives me the final and 3rd month and not the grand total\r
\n" ); document.write( "\n" ); document.write( "Is there a better way to calculate the grand total?\r
\n" ); document.write( "\n" ); document.write( "Thanks in advance.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #813616 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
for only 3 months, doing it the way you did it is fine.
\n" ); document.write( "the second option is also a geometric progression type formula.
\n" ); document.write( "in that formula:
\n" ); document.write( "An = A1 * r ^ (n-1)
\n" ); document.write( "in your problem:
\n" ); document.write( "A1 = 30,000
\n" ); document.write( "r = 1.2
\n" ); document.write( "n = 3
\n" ); document.write( "you get:
\n" ); document.write( "A3 = 30,000 * 1.2 ^ 2 =
\n" ); document.write( "there is also the sum formula that says:
\n" ); document.write( "Sn = A1 * (1 - r^n) / (1 - r)
\n" ); document.write( "in your problem:
\n" ); document.write( "n = 3
\n" ); document.write( "r = 1.2
\n" ); document.write( "A1 = 30,000
\n" ); document.write( "you get:
\n" ); document.write( "S3 = 30,000 * (1 - 1.2^3) / (1 - 1.2)
\n" ); document.write( "solve for S3 to get:
\n" ); document.write( "S3 = 109,200.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula is called a geometric sequence formula.
\n" ); document.write( "here's a reference.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://www.mathplanet.com/education/algebra-2/sequences-and-series/geometric-sequences-and-series\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );