document.write( "Question 1151573: The time required for a skilled worker to produce x shirts is given by the function T(x) = 4x + 2, where T is measured in hours. The salary the she is paid is given by the function S(T) = 15T, where S is measured in dollars.\r
\n" );
document.write( "\n" );
document.write( "A. If the worker produces 18 units, what will she be paid?\r
\n" );
document.write( "\n" );
document.write( "B. How many units would the worker need to produce to be paid $3,030? \n" );
document.write( "
Algebra.Com's Answer #773371 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Part A \n" ); document.write( "Plug x = 18 into the T(x) function. \n" ); document.write( "T(x) = 4x+2 \n" ); document.write( "T(18) = 4*18+2 \n" ); document.write( "T(18) = 72+2 \n" ); document.write( "T(18) = 74 \n" ); document.write( "It takes 74 hours to make 18 shirts.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug T = 74 into the S(T) function. \n" ); document.write( "S(T) = 15*T \n" ); document.write( "S(74) = 15*74 \n" ); document.write( "S(74) = 1110 \n" ); document.write( "The worker will be paid $1,110 for working 74 hours (assuming they are paid the same amount per hour and overtime pay is not involved)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------- \n" ); document.write( "Alternative Method:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S(T) = 15*T \n" ); document.write( "S(T(x)) = 15*( T(x) ) \n" ); document.write( "S(T(x)) = 15*( 4x+2 ) \n" ); document.write( "S(T(x)) = 60x+30 \n" ); document.write( "E(x) = 60x+30 \n" ); document.write( "This function allows us to compute the amount earned in one step, rather than two, based on the x value.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug x = 18 into this new function \n" ); document.write( "E(x) = 60x+30 \n" ); document.write( "E(18) = 60*18+30 \n" ); document.write( "E(18) = 1080+30 \n" ); document.write( "E(18) = 1110 \n" ); document.write( "We get the same result as before.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------- \n" ); document.write( "Answer: 1110 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "=========================================== \n" ); document.write( "Part B\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Method 1) Replace E(x) with 3030 and solve for x \n" ); document.write( "E(x) = 60x+30 \n" ); document.write( "3030 = 60x+30 \n" ); document.write( "3000 = 60x \n" ); document.write( "60x = 3000 \n" ); document.write( "x = 3000/60 \n" ); document.write( "x = 50\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------- \n" ); document.write( "Method 2) \n" ); document.write( "Determine how many hours it would take if the worker is paid 3030 dollars \n" ); document.write( "So we want to find T when S = 3030 \n" ); document.write( "S(T) = 15T \n" ); document.write( "3030 = 15T \n" ); document.write( "15T = 3030 \n" ); document.write( "T = 3030/15 \n" ); document.write( "T = 202 \n" ); document.write( "It will take 202 hours for the worker to earn 3030 dollars (ignoring things like overtime)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "With T = 202, determine the number of shirts that can be made in this time constraint. \n" ); document.write( "T(x) = 4x+2 \n" ); document.write( "202 = 4x+2 \n" ); document.write( "202-2 = 4x \n" ); document.write( "4x = 200 \n" ); document.write( "x = 200/4 \n" ); document.write( "x = 50 \n" ); document.write( "-------------- \n" ); document.write( "Answer: 50 shirts \n" ); document.write( " \n" ); document.write( " |