If n is a positive integer, which of these 3D vectors has a component divisble by 3?
A: B: C: ⎝ ⎛ n n + 1 2 n + 1 ⎠ ⎞ ⎝ ⎛ n 2 n + 1 2 2 0 1 5 n + 1 ⎠ ⎞ ⎝ ⎛ n 2 2 0 1 5 n + 1 2 2 0 1 5 2 n + 1 ⎠ ⎞
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Problem Loading...
Note Loading...
Set Loading...
Mortal's solution : By considering cases, prove that: B and C fail when n + 1 is a multiple of 3, keeping in mind that 2 odd number ≡ 2 ( m o d 3 ) ; and that A covers n , n + 1 , n + 2 so that, in fact, exactly one is a multiple of 3.
Jake's solution :
k = 0 ∑ n k 2 = 6 n ( n + 1 ) ( 2 n + 1 )