Subjects algebra

Painting Time Bf9F16

Step-by-step solutions with LaTeX - clean, fast, and student-friendly.

Use the AI math solver

1. **State the problem:** A man takes 60 minutes less than his apprentice to paint a room. Together, they take 72 minutes to paint the room. We need to find the time the apprentice takes to paint the room alone. 2. **Define variables:** Let the apprentice's time to paint alone be $x$ minutes. 3. **Man's time:** The man takes $x - 60$ minutes. 4. **Work rates:** The rate of work is the reciprocal of time. - Apprentice's rate: $\frac{1}{x}$ rooms per minute. - Man's rate: $\frac{1}{x - 60}$ rooms per minute. 5. **Combined rate:** Together they take 72 minutes, so their combined rate is $\frac{1}{72}$ rooms per minute. 6. **Equation:** Sum of individual rates equals combined rate: $$\frac{1}{x} + \frac{1}{x - 60} = \frac{1}{72}$$ 7. **Solve the equation:** Multiply both sides by $x(x - 60)72$ to clear denominators: $$72(x - 60) + 72x = x(x - 60)$$ 8. **Expand:** $$72x - 4320 + 72x = x^2 - 60x$$ 9. **Combine like terms:** $$144x - 4320 = x^2 - 60x$$ 10. **Bring all terms to one side:** $$0 = x^2 - 60x - 144x + 4320$$ $$0 = x^2 - 204x + 4320$$ 11. **Solve quadratic equation:** $$x = \frac{204 \pm \sqrt{204^2 - 4 \times 4320}}{2}$$ Calculate discriminant: $$204^2 = 41616$$ $$4 \times 4320 = 17280$$ $$\sqrt{41616 - 17280} = \sqrt{24336} = 156$$ 12. **Find roots:** $$x = \frac{204 \pm 156}{2}$$ Two possible values: - $$x = \frac{204 + 156}{2} = \frac{360}{2} = 180$$ - $$x = \frac{204 - 156}{2} = \frac{48}{2} = 24$$ 13. **Check validity:** Man's time is $x - 60$. - If $x=24$, man’s time is $24 - 60 = -36$ (not possible). - If $x=180$, man’s time is $180 - 60 = 120$ (valid). 14. **Final answer:** The apprentice takes **180 minutes** to paint the room alone.