Answer:
A logical sentence is written as:
If P, then Q.
Where:
P = hypothesis
Q = conclusion.
For this particular case, we know that a number is even only if the number is divisible by 2.
Then we can write:
if a number is divisible by 2, then it is an even number.
Here we have:
hypothesis = a number is divisible by 2.
conclusion = the number even.