Answer:
To prove that 2+4+6+…+2n=n(n+1) using mathematical induction, we first show that the statement is true for n=1. If n=1, then 2n=2(1)=2 and n(n+1)=1(1+1)=2. Therefore, the statement is true for n=1.
Next, we assume that the statement is true for some arbitrary value of n=k. That is, we assume that 2+4+6+…+2k=k(k+1).
Finally, we show that the statement is also true for n=k+1. That is, we show that 2+4+6+…+2(k+1)=(k+1)(k+2).
Starting with the left-hand side of the equation, we have:
2+4+6+…+2k+(k+1)
Using our assumption that 2+4+6+…+2k=k(k+1), we can substitute this expression into the left-hand side of the equation:
k(k+1)+(k+1)
Factoring out (k+1), we get:
(k+1)(k+2)
Therefore, we have shown that if the statement is true for n=k, then it is also true for n=k+1. Since we have already shown that the statement is true for n=1, it follows by mathematical induction that the statement is true for all positive integers n.
Explanation:
yw;)