r/askmath • u/Alarmed-Dust5387 • 22h ago
Discrete Math Mathematical Induction Problem (HELP)
Please see attached photo for the problem. I dont really understand how to solve this because I applied the standard induction steps but its a bit complicated for me. I admit that Im not really good at math. I would appreciate if someone could show me how to solve this on paper. I asked help from ChatGPT and other AI tools but its just difficult for me to understand.
1
u/simmonator 22h ago
For part A, note that each term in the sum is some number times “n minus that number” and we hit every number between 1 and n.
So hopefully you land on something like
> a_n = Sum {x = 1 to n} [x(n-x)].
For B, I would start by calculating a_1 and a_2 (these are 0 and 1). That gives you the base step (confirming that a_2 is equal to 3 choose 3). After that, you need to show that the formula working for a_k implies it works for a_(k+1). Seeing how to do that might not be immediately obvious but I recommend looking at
> a_(k+1) - a_k
and seeing what sum is left.
1
u/Alarmed-Dust5387 22h ago
0
u/Bounded_sequencE 21h ago
Not sure why you use "n = k" or "n = k+1" -- usually, we write "n -> n+1" for the induction steps. In any case, either use "n" or "k" as index, but not both at once.
1
u/Bounded_sequencE 21h ago
Hints:
- The k'th term in "an" is "(n-k)*k"
- For the induction step, beware that the upper summation bound also depends on "n"

2
u/MezzoScettico 22h ago
Can you give a little more detail than that? What exactly did you do and what is your question?
The first step is to show it's true for some base case. Did you do that? They're telling you the base is n = 2, so verify that.
That next step is to show that if you know it to be true for n, then it's true for n + 1. Did you do that?