document.write( "Question 1127636: A worker's period of duty increases from 56 hours to 72 hours but the wages decrease by 15%. By what percentage do the new total wages increase or decrease?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #744070 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! A worker's period of duty increases from 56 hours to 72 hours but the wages decrease by 15%. \n" ); document.write( " By what percentage do the new total wages increase or decrease? \n" ); document.write( ": \n" ); document.write( "let x = original hourly wage \n" ); document.write( "then \n" ); document.write( ".85x = decreased hourly wage \n" ); document.write( ": \n" ); document.write( "Original total wage: 56x \n" ); document.write( "Decreased total wage: 72(.85x) = 61.2x \n" ); document.write( "Find the percent increase (x cancels) \n" ); document.write( " |