A bus goes to $3$ bus stops, at each stop $3/4$ of the people on the bus get off and $10$ get on. what is the minimum number of people to start on the bus?
I think the number would need to be divisible by $4$ and an integer, since you can't have a non "full person".
I assumed that the people on the bus do NOT include the driver.
What I have so far: let $"n" = \#$ of people on the bus.
First stop: $n/4 + 10$
Second stop: $(n/16+10/4) +10$
Third stop: $(n/64 + 50/16) +10= (840+n)/64$
Don't know how to move on from here to solve... and how do I account for the amount of people who left the bus?
Please help! Thanks!
Now expand your third expression to put everything over a common denominator. For example at the third stop you have $\frac{stuff}4+7=\frac {stuff+28}7$ $stuff$ still has fractions in it, so unpack them. See what the denominator comes out to be and see what the smallest $n$ is to make the fraction an integer.