if then statements
"if" part = the condition
"then" part = the consequence.
Answer:
d. If a number has factors other than one and itself, then it is not a prime number.
Explanation:
simple example
Conditional statement: If it is raining outside, then I will wear my raincoat.
Inverse: If I am wearing my raincoat, then it must be raining outside.
inverse of a conditional statement flips the order of the condition and consequence