document.write( "Question 1199888: Two mechanics worked on a car. The first mechanic charged 
\n" ); document.write( "$ 55 per hour, and the second mechanic charged $110 per hour. The mechanics worked for a combined total of 20 hours, and together they charged a total of $1925. How long did each mechanic work?
\n" ); document.write( "

Algebra.Com's Answer #833871 by josgarithmetic(39625)\"\" \"About 
You can put this solution on YOUR website!
Do they do the work together? \r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "MECHANICS        PAYRATE         TIME        MONEY\r\n" );
document.write( "Low-priced        55             20-y        55(20-y)\r\n" );
document.write( "High-priced      110              y         110y\r\n" );
document.write( "TOTALS                           20          1925\r\n" );
document.write( "

\n" ); document.write( "Also notice that one of the mechanics earns at TWICE the rate than the other.
\n" ); document.write( "
\n" );