Answer:
The answer is True
Explanation:
A mathematical induction consists in only 2 steps:
First step: Show the proposition is true for the first one valid integer number.
Second step: Show that if any one is true then the next one is true
Finally, if first step and second step are true, then the complete proposition is true.
So, given
![2*n^3+3*n^2+n](https://img.qammunity.org/2020/formulas/mathematics/college/94akar8qu0t50gkplig7mjtkfkim7qvw94.png)
First step: using and replacing n=2 (the first valid integer number >1)
![2*(2)^3 +3*(2)^2+2=30](https://img.qammunity.org/2020/formulas/mathematics/college/p0aua4752m19ly4v4rai6xt3ug5ph8ta9n.png)
![(30)/(6) =5](https://img.qammunity.org/2020/formulas/mathematics/college/tngmow3hemlgq3r4zedvr99f8ppbpsunum.png)
As the result is an integer number, so the first step is true.
Second step: using any next number,
, let it replace
![2*(n+1)^3+3*(n+1)^2+(n+1)\\2*(n^3+3*n^2+3*n+1)+3*(n^2+2*n+1)^2+(n+1)\\2*n^3+6*n^2+6*n+2+3*n^2+6*n+3+n+1\\(2*n^3+3*n^2+n)+(6*n^2+12*n+6)](https://img.qammunity.org/2020/formulas/mathematics/college/mq2d4hbqyf5c54gs7k3nr4jg8tn83cggpi.png)
As the First step is true, we know that
![2*n^3+3*n^2+n](https://img.qammunity.org/2020/formulas/mathematics/college/94akar8qu0t50gkplig7mjtkfkim7qvw94.png)
,
So let it replace in the previous expression
![6*k+6*(n^2+2*n+1)\\6*[k+(n^2+2*n+1)]](https://img.qammunity.org/2020/formulas/mathematics/college/eehrmkui1nw8zklsdsk5p5cutouibjkx9t.png)
Finally
![(6*[k+(n^2+2*n+1)])/(6) =k+(n^2+2*n+1)](https://img.qammunity.org/2020/formulas/mathematics/college/mph4d3q9fbm70ytcmgzcdz1nucl3gsc906.png)
where the last expression is an integer number
So the second step is true, and the complete proposition is True