document.write( "Question 1031947: a company gives its employees a 4% raise at the beginning of every year.This year Jordan earns $32000. Write a rule to find Jordan's salary after n years?
\n" );
document.write( "Also, how many years will it take Jordan to earn $40,000? \n" );
document.write( "
Algebra.Com's Answer #646700 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The general rule is his salary will be 32000*(1.04)^n, where n is the number of years. \n" ); document.write( "40,000=32,000(1.04)^n \n" ); document.write( "divide both sides by 32,000 \n" ); document.write( "(5/4)=1.04^n \n" ); document.write( "take ln both sides \n" ); document.write( "ln(5/4)=nln(1.04) \n" ); document.write( "divide ln (5/4)/ln(1.04)=5.69 years, so it will take 6 years to exceed $40,000. $32,000*(1.04)^6=$40,490 \n" ); document.write( " |