document.write( "Question 272384: Working together, Ethel, Beryl, and Cora can dig a drainage ditch in 3.5 hours. Working alone, Coral can do it in 10 hours, while Ethel can do it 2 hours faster than Beryl. How long will it take Beryl to dig the ditch by herself? (Round your answer to two decimal places.) \n" ); document.write( "
Algebra.Com's Answer #199270 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! (3.5 / 10) + (3.5 / (B - 2)) + (3.5 / B) = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3.5 (B - 2) (B) + 3.5 (10) (B) + 3.5 (10) (B-2) = 10 (B) (B - 2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "3.5B^2 - 7B + 35B + 35B - 70 = 10B^2 - 20B\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0 = 6.5B^2 - 83B + 70\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "use quadratic formula to find B \n" ); document.write( " |