document.write( "Question 1019134: A new labor contract provides for a wage increase of $1 per hour and a reduction of 5 hours in the workweek. A worker who received $500 per week under the old contract will receive $495 per week under the new contract. How long was the workweek under the old contract? \n" ); document.write( "
Algebra.Com's Answer #648995 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! This question involves two variables; Hours and wages. Thus \n" ); document.write( "HW=500 \n" ); document.write( "W=500/H \n" ); document.write( "Under the new contract: \n" ); document.write( "(H-5)(W+1)=495 \n" ); document.write( "(H-5)((500/H)+1)=495 \n" ); document.write( "500-2500/H+H-5=495 \n" ); document.write( "-2500/H+H=0 \n" ); document.write( "H^2-2500=0 \n" ); document.write( "H^2=2500 \n" ); document.write( "H=50 \n" ); document.write( "The old workweek was 50 hours long!!!!!!!! \n" ); document.write( " |