document.write( "Question 1147722: A crew consists of 1 apprentice, 1 journeyman, and 1 master carpenter.
\n" );
document.write( "The crew receives a check for $5600 for a job they just finished. A journeyman makes 200% of what an apprentice makes, and a master makes 250% of what a journeyman makes. How much does each person on the crew earn? \n" );
document.write( "
Algebra.Com's Answer #769076 by ikleyn(52814)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "Let x = what the apprentice makes, in dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the journeyman makes 2x dollars, and the master makes 2.5*(2x) = 5x dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "An equation for the total is\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " x + 2x + 5x = 5600 dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve for x\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 8x = 5600\r\n" ); document.write( "\r\n" ); document.write( " x =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |