Prove by mathematical induction n(n+1)(2n+1) is divisible by 6
Given n(n+1)(2n+1) is divisible by 6 ∀ n ∈ N Proof STEP 1 : We will check if the statement is true for n = 1 n*(n + 1)*(2n + 1) = 1 * (1 + 1) * ( 2*1 + 1 ) = 1 * 2 * 3 = 6 The statement is true …
Prove by mathematical induction n(n+1)(2n+1) is divisible by 6 Read More »