document.write( "Question 933468: David earns $1.50 per hour more than peter. Together they earn $940 if they both work 40 hours a week. How much money per hour do David and Peter earn? \n" ); document.write( "
Algebra.Com's Answer #566944 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
x Peter's hourly wage. David's \"x%2B1.50\"
\n" ); document.write( "40(x+1.50) + 40x = 940
\n" ); document.write( "80x = 880
\n" ); document.write( "x = $11.00, Peter's hourly wage. David's $12.50 \"11.00%2B+1.50\"
\n" ); document.write( "And...checking
\n" ); document.write( "40($12.50) + 40($11) = $940
\n" ); document.write( "
\n" );