How is the answer B?

This topic has expert replies
Source: — Data Sufficiency |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

by Brent@GMATPrepNow » Thu Oct 10, 2013 7:23 pm
[email protected] wrote:Is positive integer n - 1 a multiple of 3?

(1) n^3 - n is a multiple of 3

(2) n^3 + 2n^2+ n is a multiple of 3
Please don't include the answer to the question in the subject line. This will allow others to attempt the question without seeing the final answer.


Target question: Is positive integer n-1 a multiple of 3?

Statement 1: n^3 - n is a multiple of 3
Factor: n^3 - n = n(n^2 - 1) = n(n-1)(n+1) = (n-1)(n)(n+1)
Notice that n-1, n and n+1 are three consecutive numbers.
IMPORTANT: Statement 1 is simply telling us that the product of 3 consecutive integers is divisible by 3. This is not new information. The product of any 3 consecutive integers will always be divisible by 3. In fact, there's a rule that says, "The product of n consecutive integers is divisible by n, n-1, n-2, . . . 2, and 1"
Since statement 1 is just some rule that already exists in mathematics, we already knew this information before we even examined statement 1. So, there's no way that statement 1 could possibly add any information to help us answer the target question.
As such, statement 1 is NOT SUFFICIENT

Statement 2: n^3 + 2n^2+ n is a multiple of 3
Factor: n^3 + 2n^2+ n = n(n^2 + 2n + 1) = n(n+1)(n+1)
This means that EITHER n is a multiple of 3 OR n+1 is a multiple of 3.
Let's examine both possible cases:
case a: If n is a multiple of 3, then we can find other multiples of 3 by adding or subtracting multiples of 3 to n. So, for example, n+3 and n+6 will be also be multiples of 3. Likewise, n-3 and n-6 will be also be multiples of 3. Since n-1 is just 1 less than n, n-1 cannot be a multiple of 3 .
case b: If n+1 is a multiple of 3, then n-1 cannot be a multiple of 3 , Since n-1 is just 2 less than n+1.
Since both possible cases yielded the same answer to the target question, statement 2 is SUFFICIENT

Answer = B

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image

Master | Next Rank: 500 Posts
Posts: 429
Joined: Wed Sep 19, 2012 11:38 pm
Thanked: 6 times
Followed by:4 members

by [email protected] » Thu Oct 10, 2013 7:30 pm
Thanks Brent, just love your explanations!!
Brent@GMATPrepNow wrote:
[email protected] wrote:Is positive integer n - 1 a multiple of 3?

(1) n^3 - n is a multiple of 3

(2) n^3 + 2n^2+ n is a multiple of 3
Please don't include the answer to the question in the subject line. This will allow others to attempt the question without seeing the final answer.


Target question: Is positive integer n-1 a multiple of 3?

Statement 1: n^3 - n is a multiple of 3
Factor: n^3 - n = n(n^2 - 1) = n(n-1)(n+1) = (n-1)(n)(n+1)
Notice that n-1, n and n+1 are three consecutive numbers.
IMPORTANT: Statement 1 is simply telling us that the product of 3 consecutive integers is divisible by 3. This is not new information. The product of any 3 consecutive integers will always be divisible by 3. In fact, there's a rule that says, "The product of n consecutive integers is divisible by n, n-1, n-2, . . . 2, and 1"
Since statement 1 is just some rule that already exists in mathematics, we already knew this information before we even examined statement 1. So, there's no way that statement 1 could possibly add any information to help us answer the target question.
As such, statement 1 is NOT SUFFICIENT

Statement 2: n^3 + 2n^2+ n is a multiple of 3
Factor: n^3 + 2n^2+ n = n(n^2 + 2n + 1) = n(n+1)(n+1)
This means that EITHER n is a multiple of 3 OR n+1 is a multiple of 3.
Let's examine both possible cases:
case a: If n is a multiple of 3, then we can find other multiples of 3 by adding or subtracting multiples of 3 to n. So, for example, n+3 and n+6 will be also be multiples of 3. Likewise, n-3 and n-6 will be also be multiples of 3. Since n-1 is just 1 less than n, n-1 cannot be a multiple of 3 .
case b: If n+1 is a multiple of 3, then n-1 cannot be a multiple of 3 , Since n-1 is just 2 less than n+1.
Since both possible cases yielded the same answer to the target question, statement 2 is SUFFICIENT

Answer = B

Cheers,
Brent

Master | Next Rank: 500 Posts
Posts: 269
Joined: Thu Sep 19, 2013 12:46 am
Thanked: 94 times
Followed by:7 members

by mevicks » Thu Oct 10, 2013 7:42 pm
[email protected] wrote:Is positive integer n - 1 a multiple of 3?

(1) n^3 - n is a multiple of 3

(2) n^3 + 2n^2+ n is a multiple of 3
Q: Is (n-1) a multiple of 3 or in other words is (n-1) divisible by 3 ?
Given: n - 1 > 0 and is a +ive integer; n > 1

St1: n^3 - n --> n(n^2 - 1) --> n(n+1)(n-1) --> (n-1)n(n+1) is divisible by 3
(n-1), n & (n+1) represent three consecutive integers. Quickly test some numbers to test the possibilities:
4,5,6 -> n = 5, here n+1 is 6 and & n-1 is not divisible by 3
6,7,8 -> n = 7, here n+1 is 8 and & n-1 is divisible by 3
We cant answer the question definitely, thus INSUFFICIENT.

St2: n^3 + 2n^2+ n --> n(n^2 + 2n + 1) --> n(n + 1)^2 is divisible by 3
Testing numbers (note n > 1):
2*3^2 --> Divisible by three, n = 2 but n-1 = 1 is not divisible by 3
3*4^2 --> Divisible by three, n = 3 but n-1 = 2 is not divisible by 3
Thus if either of the two consecutive nos is divisible, n-1 is definitely not divisible by 3
SUFFICIENT.

Answer B

Regards,
Vivek