Rewrite the following in If-then form: the product of x and y is an odd multiple of 5

2 answers

All I see is a then-clause. No conditions appear to be involved.

But, I suppose you could say

If: the product of x and y is an odd multiple of 5
AND: x and y are integers
Then: x or y is a multiple of 5 AND x and y are odd

Without those AND conditions, not much can be said about x and y.
The product of x and y is an odd multiple of 5
Change it in if-then statement