| New Reply |
Show 6 divides (n^2+5)n |
Share Thread |
| Dec6-10, 05:24 PM | #1 |
|
|
Show 6 divides (n^2+5)n
I need to prove by mathematical induction that 6 divides (k^2+5)k for all k>=1. It works for 1 but I am having trouble obtaining the k+1'st term from the k'th term. Can anyone help? Thanks!!
|
| Dec6-10, 05:35 PM | #2 |
|
|
Hi Xyius!
![]() (try using the X2 icon just above the Reply box )show us what you've tried, and where you're stuck, and then we'll know how to help!
|
| Dec6-10, 08:54 PM | #3 |
|
|
It might be helpful if you restate as k^3 + 5k. Immediately it will be apparent that 2 will divide all values. If 3 also divides all values, then you've got your divisibility by 6.
|
| Dec18-10, 10:16 AM | #4 |
|
|
Show 6 divides (n^2+5)n
if k=0 mod 6, k^2+5 = 5 mod 6, (k^2+5)k = 0 mod 6
if k=1 mod 6, k^2+5 = 0 mod 6, (k^2+5)k = 0 mod 6 if k=2 mod 6, k^2+5 = 3 mod 6, (k^2+5)k = 0 mod 6 if k=3 mod 6, k^2+5 = 2 mod 6, (k^2+5)k = 0 mod 6 if k=4 mod 6, k^2+5 = 3 mod 6, (k^2+5)k = 0 mod 6 if k=5 mod 6, k^2+5 = 0 mod 6, (k^2+5)k = 0 mod 6 |
| Jan14-11, 02:33 PM | #5 |
|
|
(k^2+5)k=k^3+5k
((k+1)^2+5)(k+1)=(k^2+2k+6)(k+1)=k^3+3k^2+8k+6=(k^2+5)k + 3(k^2+k)+6. 3(k^2+k) is a multiple of 6 since k^2+k is even. |
| Jan15-11, 10:06 AM | #6 |
|
|
You can prove it without mathematical induction, too
[tex] k\left(k^2 +5\right) =k\left[(k+1)(k+2)-3k+3\right]= k(k+1)(k+2)-3k(k-1) [/tex] which is obviously divisible by 6. |
| Jan16-11, 09:11 AM | #7 |
|
|
[tex] f(x)=0mod(n) [/tex] so you try the ansatz [tex] x=imod(n) [/tex] ehere 'i' runs over i=0,1,2,3,4,5,,....,n-1 |
| Jan17-11, 02:35 PM | #8 |
|
Blog Entries: 2
|
[tex]K(K^{2} + 5) = = K(K^{2} -1) + 6[/tex] = [tex](K-1)*K*(K+1) + 6[/tex] from which you could deduce that if it is true for k = n then it is obviously true for k = n + 1. or otherwise show as Cubzar did that F(K+1)-F(K) [ i.e. 3K^2 + 3K + 6] is always divisible by 6 regardless of the value of K mod 6. [tex](K +1)^{3) +5(K+1) == K^3 + 3K^2 + 8K + 6 |
| New Reply |
Similar discussions for: Show 6 divides (n^2+5)n
|
||||
| Thread | Forum | Replies | ||
| If a divides bc, then a divides b or a divides c | Calculus & Beyond Homework | 3 | ||
| Let p,q ∈ ℤ+ , p < q. Prove that if p - q divides p - 1, then q - p divides q - 1. | Calculus & Beyond Homework | 4 | ||
| How do I prove that 5 divides x^5 - x?? | Calculus & Beyond Homework | 2 | ||
| d divides n and u = v (mod d) then f(u) = f(v) (mod d) -> f is polynomial over Z_n | Calculus & Beyond Homework | 0 | ||