Multiple choices 44/50
Answer (Choose 1 answer)
(See picture)
A. (ii)
B. (iii)
C. (i)
D. None of the other choices
Next
E. (iv)
Let F(x) = "x is a student of the Bussiness department",J(x) = "x knows computer language Java",
R(x) = "x can speak Russian".
The domain consists of all students of the university.
Express the sentence into a logical expression
"There is a student of the Bussiness department who can speak Russian, and knows Java"
(i) x(F(x) (J(x) v R(x)))
(ii) 3x(F(x) (J(x)^R(x)))
(iii) x(F(x)→(J(x) R(x)))
(iv) Ex(F(x) V (J(x) R(x)))
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27 28
29
30 31 32
33
34
35
36
37
38
39
40
41 42
43
44
45 46 47 48
49 50