1) Predicates become propositions when variables are quantified by assigning values or using quantifiers. Quantifiers like ∀ and ∃ are used to make statements true or false for all or some values.
2) ∀ (universal quantifier) means "for all" and makes a statement true for all values of a variable. ∃ (existential quantifier) means "there exists" and makes a statement true if it is true for at least one value.
3) Predicates with unbound variables are neither true nor false. Binding variables by assigning values or using quantifiers turns predicates into propositions that can be evaluated as true or false.