Should a hostel room search return only the results exactly matching number of beds needed?

Let's say that I have a list of hostels, each of which has a certain number of beds in each room.

The user specifies that there will be 5 guests: 3 adults and 2 children - what exactly should the system give him:

  • any options where the number is more or equal to the number of guests?
  • or is equal to the number of guests?