I've got four statements* which I'm meant to evaluate as being either true or false.
a. If 25 is a multiple of 5, then 30 is divisible by 10.
b. If 25 is a multiple of 4, then 30 is divisible by 10.
c. If 25 is a multiple of 5, then 30 is divisible by 7.
d. If 25 is a multiple of 4, then 30 is divisible by 7.
While I'm inclined to just say they're all false, since I can't find any way that the then statements follow from the if statements, I can't help but feel as if I'm missing something, in that we're meant to assume the if statements are correct.
The best I can guess is that by accepting the conditionals, the number system must be warped in some way through which the following then statements are analyzed.
Anyone able to provide any insight?