I have a statement.
Every student at your school either can speak Russian or knows C++.
Where P(x) is the statement "x can speak Russian". And Q(x) is the statement is the statement "x knows the computer language C++". I have to express this in terms of logical connectives. Here's what I did.
∀x(P(x) ∨ Q(x))
Is this correct?