document.write( "Question 96230: Two teams work in a factory making couches. Team A can make a couch in 3 hours less than team B. Working together, they canmake a couch in 2 hours. How long does it take each team working alone to make a couch?\r
\n" );
document.write( "\n" );
document.write( "Team A:_____________ Team B:___________ \n" );
document.write( "
Algebra.Com's Answer #70056 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two teams work in a factory making couches. Team A can make a couch in 3 hours less than team B. Working together, they canmake a couch in 2 hours. How long does it take each team working alone to make a couch?\r \n" ); document.write( "\n" ); document.write( "-------------------- \n" ); document.write( "Team A DATA: \n" ); document.write( "time = x-3 hrs/job : rate = 1/(x-3) job/hr \n" ); document.write( "------------------- \n" ); document.write( "Team B DATA: \n" ); document.write( "time = x hr/job ; rate = 1/x job/hr \n" ); document.write( "----------------- \n" ); document.write( "Together DATA: \n" ); document.write( "time = 2 hrs; rate = 1/2 job/hr \n" ); document.write( "------------------- \n" ); document.write( "EQUATION: \n" ); document.write( "A rate + B rate = together rate \n" ); document.write( "1/(x-3) + 1/x = 1/2 \n" ); document.write( "Multiply thru by 2x(x-3) to get: \n" ); document.write( "2x + 2(x-3) = x(x-3) \n" ); document.write( "4x-6 = x^2-3x \n" ); document.write( "x^2-7x+6=0 \n" ); document.write( "(x-6)(x-1)=0 \n" ); document.write( "x=6 or x=1 \n" ); document.write( "------------------ \n" ); document.write( "Only x=6 gives positive results for x and x-3 \n" ); document.write( "A time to do the job = x-3 = 6-3 = 3 hrs \n" ); document.write( "B time to do the job = x = 6 hrs \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |