Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
| |
|
|
You are not logged in. #1 2005-09-15 12:59:37
Help in Math Induction Questionprove that for every non-negative integer n , n^3 mod 6 = n mod 6. #2 2005-09-15 14:16:20
Re: Help in Math Induction QuestionPut n=7. Character is who you are when no one is looking. #3 2005-09-15 14:43:41
Re: Help in Math Induction QuestionP(n+1) is (n^3 + 3n^2 + 3n + 1)%6 = (n+1)%6 Imagine for a moment that even an earthworm may possess a love of self and a love of others. #4 2005-09-16 00:04:44
Re: Help in Math Induction Question
= {[k²(k+2)+k(k+2)]+k+1}mod6 Character is who you are when no one is looking. |