document.write( "Question 451755: robot A can weld a fender in 5 minutes, another can finish it in 3 minutes. Robot A starts welding for two minutes, then the other helps finish. how much longer does it take to finish the fender? \n" ); document.write( "
Algebra.Com's Answer #311644 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! robot A can weld a fender in 5 minutes, another can finish it in 3 minutes. Robot A starts welding for two minutes, then the other helps finish. how much longer does it take to finish the fender? \n" ); document.write( ".. \n" ); document.write( "let x=minutes longer to finish the fender \n" ); document.write( "Robot A work rate=1/5 \n" ); document.write( "Helper robot work rate=1/3 \n" ); document.write( "Helper robot works for x minutes \n" ); document.write( "Robot A works for x+2 minutes \n" ); document.write( "(1/5)(x+2)+(1/3)x=100% of job=1 \n" ); document.write( "LCD=15 \n" ); document.write( "3x+6+5x=15 \n" ); document.write( "8x=9 \n" ); document.write( "x=9/8 minutes \n" ); document.write( "ans: \n" ); document.write( "It takes 9/8 minutes longer to finish the fender \n" ); document.write( " |