document.write( "Question 419083: Working together, Camry, Kyoko, and Priscilla can dig a drainage ditch in 2.5 hours. Working alone, Priscilla can do it in 5 hours, while Camry can do it 3/4 hour faster than Kyoko. Ho long will it take Kyoko to dig the ditch by herself? (Round the answer to 2 decimal places.) \n" ); document.write( "
Algebra.Com's Answer #293135 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let k=number of hrs it takes Kyoko to do the job. \n" ); document.write( "Priscilla can do 1/5 the job in 1 hr. Kyoko can do 1/k the job in 1 hr and Camry can do 1/(k-.75) the job in 1 hr. Together they can do 1/2.5 of the job in 1 hr. \n" ); document.write( "1/5 + 1/k + 1/(k-.75)=1/2.5 \n" ); document.write( ".2 + 1/k + 1/(k-.75)=.4 \n" ); document.write( ".2k^2-.15k+k-.75+k=.4k^2-.3k Multiply each side by k^2-.75k \n" ); document.write( ".2k^2-2.15k+.75=0 \n" ); document.write( "k=10.39 hrs Quadratic formula. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |