
David W. answered 10/20/16
Tutor
4.7
(90)
Experienced Prof
Consider z=a*b*c.
Multiples of 3 occur every third integer, so one of (a, b, c) must be a multiple of 3. That means that (z/3) is an integer. Ans [1] is true.
If a is even, we could represent that by 2k. Then,
z = (2*k)*b*c
(z/2) = k*b*c [that is, z must be evenly divisible by 2]
and
if a, b, and c are consecutive integers, and a is even, then c must be even [c=2j], and
(z/4) = k*b*j [where k and j are integers]
So, [2] is true.
Is [3] always true?
For these values of a, b, and c, (z/8) is not an integer:
1 2 3
3 4 5
5 6 7
3 4 5
5 6 7
9 10 11
11 12 13
13 14 15
17 18 19
19 20 21
21 22 23
19 20 21
21 22 23
25 26 27
. . .
No, Ans [3] is not always true.
So, Ans [c]