document.write( "Question 1101489: A crew receives a check for $8050 for a job they just finished. A journeyman makes 300% of what an apprentice makes, and a master makes 250% of what a journeyman makes. How much does each person earn? \n" ); document.write( "
Algebra.Com's Answer #716087 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "w,        the wage rate of the apprentice\r\n" );
document.write( "3w,       rate for journeyman\r\n" );
document.write( "2.5*3w,   rate for master\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"w%2B3w%2B7.5w=8050\"----solve for w and evaluate the other expressions.
\n" ); document.write( "
\n" );