Which of the following conditional statements are true and w
Which of the following conditional statements are true and why? If 3 lessthanorequalto 0, then 5 greaterthanorequalto 4. If 3 is a prime number then 5 is a prime number. If 3 is a prime number then 4 is a prime number. If 5 is an even number, then 4 is an odd number.
Solution
Statement : If 3 is a prime number then 5 is a prime number.
The above statement is true.
Reason :
3 is a prime number since it has 1 and itself are the factors.
5 is a prime number since it has 1 and itself are the factors.
Both conditions are satisfied.
Option b is correct choice.
