I'm stuck on a problem that maybe most of you will be able to solve instantly. Here is the problem:
A publisher needs to bind $4500$ books. One print shop can bind these books in $30$ days, another shop can do it in $45$ days. How many days are necessary to bind all the books if both shops work in parallel?
The problem's answer is $18$ days, but I got $13$ days. Here is how I calculated this: First, I found the books per day for each shop: Shop 1 = $\frac{4500}{30} $ = $150$ books/day Shop 2 = $\frac{4500}{45}$ = $100$ books/day
Let $x$ be the number of days: $$150x + 100x = 4500$$ $$x = 4500 / 350 = 12.8$$ or $13$ days
What am I missing here? Thanks
You have somehow gotten $350$ from adding $100$ and $150$. It should be $250$ only.