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 #851083 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's use variables to represent the daily wages:\r \n" ); document.write( "\n" ); document.write( "* Let 't' represent the daily wage of a technician. \n" ); document.write( "* Let 'a' represent the daily wage of an apprentice.\r \n" ); document.write( "\n" ); document.write( "We can set up two equations based on the given information:\r \n" ); document.write( "\n" ); document.write( "**Equation 1:** 7 technicians and 3 apprentices earn 820. \n" ); document.write( " * 7t + 3a = 820\r \n" ); document.write( "\n" ); document.write( "**Equation 2:** If one apprentice becomes a technician, there are 8 technicians and 2 apprentices, and they earn 880. \n" ); document.write( " * 8t + 2a = 880\r \n" ); document.write( "\n" ); document.write( "Now we have a system of two linear equations with two variables. We can solve for 't' and 'a'.\r \n" ); document.write( "\n" ); document.write( "**Solve the System of Equations:**\r \n" ); document.write( "\n" ); document.write( "We can use the substitution or elimination method. Let's use the elimination method.\r \n" ); document.write( "\n" ); document.write( "1. Multiply Equation 1 by 2 and Equation 2 by 3 to make the 'a' coefficients match: \n" ); document.write( " * (7t + 3a = 820) * 2 => 14t + 6a = 1640 \n" ); document.write( " * (8t + 2a = 880) * 3 => 24t + 6a = 2640\r \n" ); document.write( "\n" ); document.write( "2. Subtract the first modified equation from the second modified equation to eliminate 'a': \n" ); document.write( " * (24t + 6a) - (14t + 6a) = 2640 - 1640 \n" ); document.write( " * 10t = 1000\r \n" ); document.write( "\n" ); document.write( "3. Solve for 't': \n" ); document.write( " * t = 1000 / 10 \n" ); document.write( " * t = 100\r \n" ); document.write( "\n" ); document.write( "4. Substitute the value of 't' back into either Equation 1 or Equation 2 to solve for 'a'. Let's use Equation 1: \n" ); document.write( " * 7(100) + 3a = 820 \n" ); document.write( " * 700 + 3a = 820 \n" ); document.write( " * 3a = 820 - 700 \n" ); document.write( " * 3a = 120\r \n" ); document.write( "\n" ); document.write( "5. Solve for 'a': \n" ); document.write( " * a = 120 / 3 \n" ); document.write( " * a = 40\r \n" ); document.write( "\n" ); document.write( "**Answers:**\r \n" ); document.write( "\n" ); document.write( "* The daily wage of a technician (t) is $100. \n" ); document.write( "* The daily wage of an apprentice (a) is $40. \n" ); document.write( " \n" ); document.write( " |