Recently in an aptitude test I came across a type of question as follows:
A cat eats 75% rats in a room, it can go in all rooms, if 1 rat remains in the fourth room, how many rats where there initially?
How are these types of questions solved?
Another one was, One rich guy donated 4% to Hospital, 7% to old age home, 8% to something, his remaining wealth was 30000$, what was his original wealth? I forgot the correct numbers and options but I'd surely like to know how to approach these questions.
suppose x was the rich guy's original wealth. $$x - (\frac{4}{100}x + \frac{7}{100}x + \frac{8}{100}x)= 30,000$$ $$100x - (4x + 7x + 8x)= 3,000,000$$ $$81x = 3,000,000$$ $$x = \frac{3,000,000}{81}$$