document.write( "Question 1049625: It takes a boy 45 minutes to deliver the newspaper on his route, however if his sister helps, It takes only 20 minutes.How long they would it take his sister to deliver the newspaper by herself? \n" ); document.write( "
Algebra.Com's Answer #665206 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let x = amount of time it takes the sister to complete route by herself \n" ); document.write( ": \n" ); document.write( "Sister = 1/x route per minute \n" ); document.write( "Brother = 1/45 route per minute \n" ); document.write( "Together = 1/20 route per minute \n" ); document.write( "Put these together in an equation: \n" ); document.write( "1/x + 1/45 = 1/20 multiply each term by 90x \n" ); document.write( "90+2x = 4.5x \n" ); document.write( "90 = 2.5x \n" ); document.write( "x = 36 \n" ); document.write( "It takes the sister 36 minutes. \n" ); document.write( " |