Question 1 (5 points)
Write a biconditional statement for the following conditional statement.
If n is an even number, then it's divisible by 2.
If n is divisible by 2, then it's an even number.
If n isn't an even number, then it's not divisible by 2.
nis an even number if and only if it's divisible by 2.
2
If n is an even number, then it's not divisible by 2.