Translating quantifiers with more details
Predicate/s: x is student in this class = S(x)
x will pass this subject = P(x)
Logical Connectives: Implication (→); Conjunction (∧)
Notation: ∀ x (S(x) → P(x))
Read: For all x, if x is a student in this class, then x passes this subject.
Notation: ∀ x (S(x) ∧ P(x))
Can use "AND" instead of "IMPLICATION"