Which statement is correctly written as a conditional statement?
A. If the number 10 is an even number, then it is a composite number.
B. The number 10 is an even number when it is a composite number.
C. A number, such as 10, is a composite number because it is even.
D. The number 10 is an even number, or it is a composite number.
4 answers
I think its c
conditional
If you review that topic, you will find that it usually is of the form
if ... then ...
If you review that topic, you will find that it usually is of the form
if ... then ...
so what is the answer
The answer is A
A conditional statement is written in a "if b, then c" i.e "IF the number 10 is a an even number, THEN it's a composite number."
A conditional statement is written in a "if b, then c" i.e "IF the number 10 is a an even number, THEN it's a composite number."