document.write( "Question 436365: angelo is paid double time for each hour he works over 40 hours.last week he worked 45 hours and got paid $400.00. What is his hourly wage? \n" ); document.write( "
Algebra.Com's Answer #301923 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let x = the hourly wage \n" ); document.write( "Then we can write the following equation for the wages earned: \n" ); document.write( "40x + 5(2x) = 400 \n" ); document.write( "Solve for x: \n" ); document.write( "40x + 10x = 400 -> 50x = 400 -> x = 8 \n" ); document.write( "So the hourly wage was 8 dollars. \n" ); document.write( " |