SOLUTION: Determine the truth value of the following statement:
Rembrandt was a famous painter and some odd number are prime.
Algebra ->
Circles
-> SOLUTION: Determine the truth value of the following statement:
Rembrandt was a famous painter and some odd number are prime.
Log On
Determine the truth value of the following statement:
Rembrandt was a famous painter and some odd number are prime.
Let p = "Rembrandt was a famous painter"
and
let q = "Some odd numbers are prime".
Then the ststement is p /\ q
which is a case of T /\ T because both p and q are true.
T /\ T <=> T
So its truth value is T.
Edwin