In a village, there are exactly $10$% more boys than girls; $15$% more women than men; $20$% more children than adults. The population is less than $6000$.
Solution:
$b = g + 0.1g$--------(i), where b and g represent the number of boys and girls respectively.
$w = m + 0.15m$-----(ii) , where w and m represent the number of men and women respectively.
$c = a + 0.20a$ -----(iii), where c and a represent the number of children and adults respectively.
$c + a < 6000$------(iv)
$2a +0.20a < 6000$ from (iii) and (iv)
So, I arrived at a decimal number for the number of adults, which doesn't seem to be right. Also, do I have to know the exact number of boys, girls etc. since I wasn't given the exact population?
Your final inequation looks like it should be $a + 0.2a + a < 6000$ and that simplifies to
$$2.2a < 6000$$
which implies $a < 2727$ approximately. That sounds about right since there are a little more children than adults.
If your concern is over the fact that you got a decimal, there are two possible answers. One might be: you shouldn't worry, it's an inequation, so the true population will be some number where, when you divide by the decimal, you get some whole number.
On the other hand, maybe this is how you're supposed to get the exact population. Maybe you're supposed to find the population number so that all your numbers become whole numbers.