document.write( "Question 577874: A manufacturing company makes two sizes of gizmos: the large size and the small size. It takes 25 minutes of machine time and an hour and 10 minutes of labor to make the small size, and 42 minutes of machine time and 1 hour and 17 minutes of labor to make the large size. Each day the company has 56 hours of labor time and 24.5 hours of machine time available. If all the available time is used, how many gizmos of each size can be made per day? \n" ); document.write( "
Algebra.Com's Answer #370427 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A manufacturing company makes two sizes of gizmos: the large size and the small size. \n" ); document.write( " It takes 25 minutes of machine time and an hour and 10 minutes of labor to make the small size, \n" ); document.write( " and 42 minutes of machine time and 1 hour and 17 minutes of labor to make the large size. \n" ); document.write( " Each day the company has 56 hours of labor time and 24.5 hours of machine time available. \n" ); document.write( "If all the available time is used, how many gizmos of each size can be made per day? \n" ); document.write( ": \n" ); document.write( "Let b = no. of big size made \n" ); document.write( "let s = no. of small size \n" ); document.write( ": \n" ); document.write( "we can do everything in minutes \n" ); document.write( "1 hr 10 min = 70 minutes \n" ); document.write( "1 hr 17 min = 77 min \n" ); document.write( "56*60 = 3360 min, total labor time \n" ); document.write( "24.5*60 = 1470 min, total machine time \n" ); document.write( ": \n" ); document.write( "Machine time equation \n" ); document.write( "42b + 25s = 1470 \n" ); document.write( ": \n" ); document.write( "The labor equation: \n" ); document.write( "77b + 70s = 3360 \n" ); document.write( ": \n" ); document.write( "to use elimination here, multiply the machine equation by 14, the labor equation by 5 \n" ); document.write( "588b + 350s = 20580 \n" ); document.write( "385b + 350s = 16800 \n" ); document.write( "-------------------subtraction eliminates s, find b \n" ); document.write( "203b = 3780 \n" ); document.write( "b = \n" ); document.write( "b = 18.62 ~ 18 big items, assuming we have to have an integer here \n" ); document.write( "and \n" ); document.write( "42(18) + 25s = 1470 \n" ); document.write( "756 + 25s = 1470 \n" ); document.write( "25s = 1470 - 756 \n" ); document.write( "25s = 714 \n" ); document.write( "s = \n" ); document.write( "s = 28.56 ~ 28 small items \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check this in the total labor equation \n" ); document.write( "77(18) + 70(28) = \n" ); document.write( "1386 + 1960 = 3346 min leaving 3360 - 3346 = 14 unused minutes \n" ); document.write( ": \n" ); document.write( "Check using the machine equation \n" ); document.write( "42(18) + 25(28) = \n" ); document.write( "756 + 700 = 1456 min. leaving 1470 - 1456 = 14 min unused \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |