document.write( "Question 812829: a and b can do a piece of work in 18 days, b and c can do it in 24 days while c and a can finish it in 36 days . In how many days can a,b,c finish it, if they all work together? \n" ); document.write( "
Algebra.Com's Answer #489357 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! I know I solved this a few days ago but here we go again. \n" ); document.write( "18/a+18/b=1, \n" ); document.write( "24/b+24/c=1, \n" ); document.write( "36/a+36/c=1, \n" ); document.write( "x/a+x/b+x/c=1 \n" ); document.write( "a = 48, b = 144/5, c = 144, x = 16 \n" ); document.write( "16 days for a b and c\r \n" ); document.write( "\n" ); document.write( "another way \n" ); document.write( "1/a+1/b =1/18, \n" ); document.write( " 1/b+1/c=1/24, \n" ); document.write( "1/a+ 1/c=1/36, \n" ); document.write( "2/a+2/b+2/c=1/8\r \n" ); document.write( "\n" ); document.write( "1/a+1/b+1/c=1/x \n" ); document.write( "x=16 \n" ); document.write( " \n" ); document.write( " |