document.write( "Question 207777: Three girls, Laura, Tammy, and Jeri can do the chores in 1 hour and 20 minutes. If Jeri did all the chores she would take twice as long as Tammy and 4 hours longer than Laura. How long would each girl take to do the chores alone? \n" ); document.write( "
Algebra.Com's Answer #157182 by Theo(13342)![]() ![]() You can put this solution on YOUR website! well i must say you picked a good one. \n" ); document.write( "----- \n" ); document.write( "here's how i think i solved it. \n" ); document.write( "----- \n" ); document.write( "the problem: \n" ); document.write( "Three girls, Laura, Tammy, and Jeri can do the chores in 1 hour and 20 minutes. If Jeri did all the chores she would take twice as long as Tammy and 4 hours longer than Laura. How long would each girl take to do the chores alone? \n" ); document.write( "----- \n" ); document.write( "let J = jeri's rate of work \n" ); document.write( "let T = Tammy's rate of work \n" ); document.write( "let L = Laura's rate of work \n" ); document.write( "----- \n" ); document.write( "General Formula is RT = U which means that Rate * Time = Units produced \n" ); document.write( "----- \n" ); document.write( "The Units produced = 1 Set of Chores \n" ); document.write( "----- \n" ); document.write( "The Time it took for all 3 girls working at the same time = 1 and 1/3 hours = 4/3 hours = 1.3333... \n" ); document.write( "---- \n" ); document.write( "Your formula for when all 3 girls are working is: \n" ); document.write( "4/3 * (J + T + L) = 1 \n" ); document.write( "----- \n" ); document.write( "You say that Jeri takes twice as long as Tammy to do the chores working alone. \n" ); document.write( "This means that if Jeri takes h hours, Tammy only takes h/2 hours because h is 2 times h/2 \n" ); document.write( "----- \n" ); document.write( "J*h = 1 means that J = 1/h \n" ); document.write( "T*(h/2) = 1 means that T = 2/h \n" ); document.write( "----- \n" ); document.write( "You say that Jeri takes 4 hours longer than Laura. \n" ); document.write( "This means that if Jeri takes h hours, Laura must take (h-4) hours. \n" ); document.write( "L * (h-4) = 1 means that L = 1/(h-4) \n" ); document.write( "----- \n" ); document.write( "you can now substitute 1/h for J and 2/h for T and 1/(h-4) for L in the original equation of 4/3 * (J + T + L) = 1 \n" ); document.write( "----- \n" ); document.write( "your original equation becomes: \n" ); document.write( "4/3 * ((1/h) + (2/h + 1/(h-4)) = 1 \n" ); document.write( "----- \n" ); document.write( "if you multiply both sides of this equation by h*(h-4) you will be able to remove all the denominators. \n" ); document.write( "----- \n" ); document.write( "your equation becomes: \n" ); document.write( "4/3 * ((h-4) + 2*(h-4) + h) = h*(h-4) \n" ); document.write( "----- \n" ); document.write( "this reduces to: \n" ); document.write( "4/3 * (4h-12) = h^2 - 4h \n" ); document.write( "----- \n" ); document.write( "when you multiply both sides by 3 this becomes: \n" ); document.write( "3h^2 - 28h + 48 = 0 \n" ); document.write( "----- \n" ); document.write( "when you solve this using the quadratic formula, your answers become: \n" ); document.write( "h = 7.070367517 \n" ); document.write( "or \n" ); document.write( "h = 2.262965816 \n" ); document.write( "----- \n" ); document.write( "h = 2.2... is rejected because h-4 would become negative. \n" ); document.write( "----- \n" ); document.write( "your answer becomes h = 7.070367517 \n" ); document.write( "----- \n" ); document.write( "substituting this value into the equation of 3h^2 - 28h + 48 = 0 makes 0 = 0 showing that this is a legitimate root of that equation. \n" ); document.write( "----- \n" ); document.write( "substituting this value into the equation of 4/3 * ((1/h) + (2/h + 1/(h-4)) = 1 makes 1 = 1 showing that this is a legitimate solution to the original equation. \n" ); document.write( "----- \n" ); document.write( "J's rate is 1/h = 1/7.070367517 units per hour. \n" ); document.write( "T's rate is 2/h = 2/7.070367517 units per hour. \n" ); document.write( "L's rate is 1/(h-4) = 1/3.070567517 units per hour. \n" ); document.write( "----- \n" ); document.write( "it takes J (1/h)*x hours to complete the chores. \n" ); document.write( "this means that (1/h)*x = 1 which means that x = 1/(1/h) = h \n" ); document.write( "----- \n" ); document.write( "it takes T (2/h)*y hours to complete the chores. \n" ); document.write( "this means that (2/h)*y = 1 which means that y = 1/(2/h) = h/2 \n" ); document.write( "----- \n" ); document.write( "it takes L (1/(h-4)*z hours to complete the chores. \n" ); document.write( "this means that (1/(h-4))*z = 1 which means that z = 1/(1/(h-4)) = (h-4) \n" ); document.write( "----- \n" ); document.write( "everything checks out. \n" ); document.write( "J takes twice as long as T to complete the chores. \n" ); document.write( "J takes 4 hours more than L to complete the chores. \n" ); document.write( "adding up all their rates when they work together produces 1 set of chores. \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |