Write this statement as a conditional in if-then form.

All numbers divisible by 4 are also divisible by two.

If a number is divisible by 4, then it is divisible by two.

If a number is divisible by 4, then it is also divisible by two.

If a number is divisible by 4, then it is also divisible by 2.