document.write( "Question 245703: You are hired by a large company. Your contrack is for 40 years with the starting salary of $30,000. Your salary increaes 5% every year. Find a formual for your salary in the n-th year? \n" ); document.write( "
Algebra.Com's Answer #179433 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! A=P(1+.05)^n \n" ); document.write( "A=30000(1.05)^n \n" ); document.write( " \n" ); document.write( " |