document.write( "Question 253066: Suppose a job could be obtained with a $20,000 starting salary and a 5% yearly increase each year thereafter. Derive an expression for the total gross income for the first 10 years. \n" ); document.write( "
Algebra.Com's Answer #185266 by hokies(65) You can put this solution on YOUR website! Total Gross Income = (summation from i=0 to i=9):(20000*(1.05)^i) \n" ); document.write( "the symbol for \"summation\" is the Greek capital letter for sigma \n" ); document.write( " |