(Choose 1 answer)
(See picture)
A. (i)
B. (iii)
C. (ii)
D. (iv)
E. None of the other choices is correct
Let x represent a student of the university.
Let F(x) = "x is a student of the Business department",
J(x) = "x knows the computer language Java",
R(x) = "x can speak Russian".
Translate the sentence into a logical expression
"Every student of the Bussiness department either can speak Russian orknows Java"
(i) x(F(x)→(J(x) v R(x)))
(ii) x(F(x)→(J(x)^R(x)))
(iii) ∃x(F(x)^(J(x) v R(x)))
(iv) 3x(F(x) v (J(x) v R(x)))
Q: 39