I am curious how we write in simple predicate logic the statements.
I know that the statement "there is a window in the bathroom" can be represented (using IN as a predicate):
∃x(W(x) ∧ In(x, Bathroom))
What would I write if I wanted to say there are 2 or 4 windows in the bathroom, using IN as a predicate?