lizakatherine wrote:Anyone have an effective approach to the following problem? Thanks in advance
If x is a positive integer and an odd multiple of 3, and y = x² + 3x, then which of the following must be true?
A. y is a multiple of 4.
B. y is a multiple of 8.
C. y is odd.
D. y is a multiple of 18.
E. y is a multiple of 36.
Try plugging in the simplest x that could be a positive integer and an odd multiple of 3, 3 itself.
If x = 3, y = 3² + (3 * 3) = 18
A does not work.
B does not work.
C does not work.
D does work, and may be the answer.
E does not work.
If more than were to have worked when we used x = 3, then we would have had to do some more work to figure out which is the only one that must be true, but only one worked.
The correct answer is
C.
Alternate Method
If x is an odd multiple of 3, then the prime factorization of x will include only odd numbers, and at least one 3.
So if y = x² + 3x, y = (some odd number * 3)² + 3(some odd number * 3).
y = (some odd number² * 9) + (some odd number * 9)
y = some odd number[(some odd number * 9) + 9]
y = some odd number(an even number of 9's)
An even number of 9's is always a multiple of 18. So y must be a multiple of 18.
The correct answer is
D.
Last edited by
MartyMurray on Fri Feb 12, 2016 11:06 pm, edited 1 time in total.