document.write( "Question 474095: A Daily Tripling Salary:
\n" ); document.write( "Suppose someone offered you a job for 10 days under the following conditions. You will be paid $5 for the first day, $15 for the second, and $45 for the third, and so on, tripling your previous day's salary each day. How much would you earn altogether?
\n" ); document.write( "

Algebra.Com's Answer #325161 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "\"sum%28+5%2A3%5E%28n-1%29%2C+n=1%2C+10+%29\"
\n" ); document.write( " 5
\n" ); document.write( "15
\n" ); document.write( "45
\n" ); document.write( "135
\n" ); document.write( "405
\n" ); document.write( "1215
\n" ); document.write( "3645
\n" ); document.write( "10935
\n" ); document.write( "32805
\n" ); document.write( "98415
\n" ); document.write( "\"highlight%28147620%29\" dollars earned altogether
\n" ); document.write( " \n" ); document.write( "
\n" );