Bunuel
If p is any odd integer greater than 1, which of the following must be a multiple of 24?
A. \(p(p − 1)(p − 2)\)
B. \(p(p + 1)\)
C. \(p(p^2− 1)\)
D. \(p^3 − p^2\)
E. \(p(p + 3)(p + 2)\)
Given p = odd (o)
24 = 8*3
A. p(p − 1)(p − 2) = odd*even*odd --> Need not be a multiple of 8 always -
NOB. p(p + 1) = odd*even --> Need not be a multiple of 8 always -
NOC. p(p^2− 1) = (p - 1)p(p + 1) = even*odd*even -
YESNote:
(1) In the product of any 3 consecutive integers, there will ALWAYS be a multiple of 3 {(1,2,3), (2,3,4), (5,6,7) etc}
(2) Product of any 2 consecutive even numbers will ALWAYS be a multiple of 8 {(2*4), (4*6), (10*12) etc}D. p^3 − p^2 = p^2(p - 1) = odd*odd*even --> Need not be a multiple of 8 always -
NOE. p(p + 3)(p + 2) = odd*even*odd --> Need not be a multiple of 8 always -
NOIMO Option C
Pls Hit Kudos if you like the solution