document.write( "Question 255439: Brett usually takes 50 min. to groom the horses. After working 10 min., he was joined by Angela and they finished the grooming in 15 min. How long would it have taken Angela working alone? \n" ); document.write( "
Algebra.Com's Answer #187692 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Brett usually takes 50 min. to groom the horses. After working 10 min., he was joined by Angela and they finished the grooming in 15 min. How long would it have taken Angela working alone? \n" ); document.write( "----- \n" ); document.write( "Brett DATA: \n" ); document.write( "time = 50 min/job ; rate = 1/50 job/min \n" ); document.write( "------------------------------------------ \n" ); document.write( "Angela DATA \n" ); document.write( "time = x min/job ; rate = 1/x job/min \n" ); document.write( "------------------------------------------ \n" ); document.write( "Equation: \n" ); document.write( "Note: together rate = 1/50 + 1/x = (x+50)/50x job/min \n" ); document.write( "---- \n" ); document.write( "Brett work alone + together work = 1 job done \n" ); document.write( "(1/50)(10) + [(x+50)/50x](15) = 1 \n" ); document.write( "(1/5) + (15x + 750)/50x = 1 \n" ); document.write( "(15x + 750)/50x = 4/5 \n" ); document.write( "(15x+750)/10x = 4 \n" ); document.write( "40x = 15x+750 \n" ); document.write( "25x = 750 \n" ); document.write( "x = 30 minutes (amount of time Angela would require to do the job alone) \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |