document.write( "Question 1058154: Sally Sethness assembles stereo equipment for resale in her shop. She offers two products, turntables and cassette players. She makes a profit of $10 on each turntable $6 on each cassette. Both must go through two steps in her shop - assembly and bench checking. A turntable take 12 hours to assemble and 4 hours to bench check. A cassette player take 4 hours assemble and 8 hours to bench check. Looking at this month's schedule, Sally sees that she has 60 assembly hours uncommitted and 40 hours of bench-checking time available. Find her best combinations of turntables and cassette player. What is the total profit on the combination you found? \n" ); document.write( "
Algebra.Com's Answer #673209 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
12t + 4c = 60 assemble
\n" ); document.write( "4t + 8c = 40 benchcheck
\n" ); document.write( "|Divide 2nd EQ by -2 to eliminate c
\n" ); document.write( "12t + 4c = 60
\n" ); document.write( "-2t - 4c = -20
\n" ); document.write( "10t = 40
\n" ); document.write( "t = 4 and c = 3
\n" ); document.write( "| 4($10) + 3($6) = $58
\n" ); document.write( "
\n" );