document.write( "Question 987324: The basic hourly rate for a weekly paid worker is $8 and any hours above 40 are paid at $12. tax is paid at a rate of 25% on any earnings above $80 a week. assuming hours worked per week(H) exceed 40,write an expression for net weekly wage in terms of H and then simplify it. \n" ); document.write( "
Algebra.Com's Answer #608156 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "H=hours worked, H > 40
\n" ); document.write( ".
\n" ); document.write( "Gross=$8(40)+$12(H-40)
\n" ); document.write( "Taxable portion (Subtract untaxed first $80): $8(40)+$12(H-40)-$80
\n" ); document.write( "Deduct tax (25% tax means you get 75%):0.75($8(40)+$12(H-40)-$80)
\n" ); document.write( "Add Back untaxed $80 to get net:
\n" ); document.write( "Net=0.75($8(40)+$12(H-40)-$80)+$80
\n" ); document.write( ".
\n" ); document.write( "Simplify:
\n" ); document.write( "Net=0.75($320+$12H-$480-$80)+$80
\n" ); document.write( "Net=0.75($12H-$240)+$80
\n" ); document.write( "Net=$9H-$180+$80
\n" ); document.write( "Net=$9H-$100
\n" ); document.write( "
\n" );