document.write( "Question 233663: An employee's salary is $16,275 after a 5% raise. What was his salary before? \n" ); document.write( "
Algebra.Com's Answer #172459 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! An employee's salary is $16,275 after a 5% raise. What was his salary before? \n" ); document.write( ". \n" ); document.write( "Let x = original salary \n" ); document.write( "then \n" ); document.write( "x + .05x = 16275 \n" ); document.write( "x(1+.05) = 16275 \n" ); document.write( "1.05x = 16275 \n" ); document.write( "x = $15,500 \n" ); document.write( " |