There are some lotus flowers in a pond and some bees are hovering around. If one bee lands on each flower, one bee will be left. If two bees land on each flower , one flower will be left. Then the number of flowers and bees respectively are
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the number of flowers= a
If one bee lands on each flower then one will be left.
So number of bees in this case = a x1+ 1 = a+1
If 2 bees land on each flower then one flower will be left.
So number of bees in this case=( a-1)x2=2a-2
a+1= 2a-2
a =3
Number of flowers = 3
Number of bees = a+1= 3+1= 4