document.write( "Question 1209934: a firm hires 7 technicians and 3 apprentices for total daily wages of 820. if one apprentice is appointed to a technician, the total daily wages become 880. What are thr daily wages for a technician and an apprentice \n" ); document.write( "
Algebra.Com's Answer #851878 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
Apprentice day pay rate, x
\n" ); document.write( "Technician day pay rate, y
\n" ); document.write( "
\r\n" );
document.write( "Initially 3 apprentices and 7 technicians\r\n" );
document.write( "\r\n" );
document.write( "                   PAY-RATE           TIME(day count)      WAGE \r\n" );
document.write( "\r\n" );
document.write( "APPRENTICES          x                     1                  3x\r\n" );
document.write( "\r\n" );
document.write( "TECHNICIANS          y                     1                  7y\r\n" );
document.write( "\r\n" );
document.write( "Total                                                       820\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "one less apprentice and one more technicin\r\n" );
document.write( "\r\n" );
document.write( "                   PAY-RATE           TIME(day count)      WAGE (total)\r\n" );
document.write( "\r\n" );
document.write( "APPRENTICES          x                    1                  2x  \r\n" );
document.write( "\r\n" );
document.write( "TECHNICIANS          y                    1                   8y\r\n" );
document.write( "\r\n" );
document.write( "Total                                                       880\r\n" );
document.write( "

\n" ); document.write( "\"system%283x%2B7y=820%2C2x%2B8y=880%29\"------Solve this system.
\n" ); document.write( "
\n" ); document.write( "
\n" );