document.write( "Question 830633: Please help me I'm having trouble with this problem:
\n" );
document.write( "You work as a dental assistant where you are given a $0.75 per hour raise each year. In year three, (after two raises), you earn $9.50 per hour.
\n" );
document.write( "Write an equation that models your hourly wage, w, in terms of the number of years, n, since you started as a dental assistant.
\n" );
document.write( "What was your starting hourly wage as a dental assistant? \n" );
document.write( "
Algebra.Com's Answer #500743 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! If you're now making $9.50/hr after two raises, what were you making last year? $9.50 - 0.75 = $8.75 \n" ); document.write( "The year before that, you were making $8.75 - 0.75, or $8.00 \n" ); document.write( ". \n" ); document.write( "Putting this into an equation, with w as your starting wage: \n" ); document.write( "9.50 -.75(n-1) = w \n" ); document.write( ". \n" ); document.write( "The reason you use n-1 instead of n is because you get the raise AFTER the first year [\"In year three, (after two raises...\"] \n" ); document.write( " |