Number System
A gardener wants to plant trees in his garden in such a way that the number of trees in each row should be the same. If there are 4 rows or 5 rows or 6 rows, then no tree will be left. Find the least
This is a simple division series. Each number is divided by 5. Rule = (1st number / 5 = 2nd number) (2nd number / 5 = 3rd number)....Now, (1000 / 5 = 200), (200 / 5 = 40), (40 / 5 = 8)...So answer is a = 8.