document.write( "Question 267099: If your salary of 33,000 this year was 10% more than last year, what was last years salary?\r
\n" );
document.write( "\n" );
document.write( "I tried;\r
\n" );
document.write( "\n" );
document.write( "33,000*.1=3,300
\n" );
document.write( "33,000-3,300=29,700
\n" );
document.write( "so last year salary was $29700 \n" );
document.write( "
Algebra.Com's Answer #196080 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! If your salary of 33,000 this year was 10% more than last year, what was last years salary? \n" ); document.write( "I tried; \n" ); document.write( "33,000*.1=3,300 \n" ); document.write( "33,000-3,300=29,700 \n" ); document.write( "so last year salary was $29700 \n" ); document.write( "---------------- \n" ); document.write( "If you add 10% to $29700 you get $32670, not $33000. \n" ); document.write( "---------------- \n" ); document.write( "$33000 is 10% more than last year, so it's LY's + 0.10*LY \n" ); document.write( "= 1.1* LY \n" ); document.write( "LY = 33000/1.1 = $30,000 \n" ); document.write( " \n" ); document.write( " |