please help solve these proofs asap!!!

Answer:
Proofs contained within the explanation.
Step-by-step explanation:
These induction proofs will consist of a base case, assumption of the equation holding for a certain unknown natural number, and then proving it is true for the next natural number.
a)
Proof
Base case:
We want to shown the given equation is true for n=1:
The first term on left is 2 so when n=1 the sum of the left is 2.
Now what do we get for the right when n=1:
[tex]\frac{1}{2}(1)(3(1)+1)[/tex]
[tex]\frac{1}{2}(3+1)[/tex]
[tex]\frac{1}{2}(4)[/tex]
[tex]2[/tex]
So the equation holds for n=1 since this leads to the true equation 2=2:
We are going to assume the following equation holds for some integer k greater than or equal to 1:
[tex]2+5+8+\cdots+(3k-1)=\frac{1}{2}k(3k+1)[/tex]
Given this assumption we want to show the following:
[tex]2+5+8+\cdots+(3(k+1)-1)=\frac{1}{2}(k+1)(3(k+1)+1)[/tex]
Let's start with the left hand side:
[tex]2+5+8+\cdots+(3(k+1)-1)[/tex]
[tex]2+5+8+\cdots+(3k-1)+(3(k+1)-1)[/tex]
The first k terms we know have a sum of .5k(3k+1) by our assumption.
[tex]\frac{1}{2}k(3k+1)+(3(k+1)-1)[/tex]
Distribute for the second term:
[tex]\frac{1}{2}k(3k+1)+(3k+3-1)[/tex]
Combine terms in second term:
[tex]\frac{1}{2}k(3k+1)+(3k+2)[/tex]
Factor out a half from both terms:
[tex]\frac{1}{2}[k(3k+1)+2(3k+2][/tex]
Distribute for both first and second term in the [ ].
[tex]\frac{1}{2}[3k^2+k+6k+4][/tex]
Combine like terms in the [ ].
[tex]\frac{1}{2}[3k^2+7k+4[/tex]
The thing inside the [ ] is called a quadratic expression. It has a coefficient of 3 so we need to find two numbers that multiply to be ac (3*4) and add up to be b (7).
Those numbers would be 3 and 4 since
3(4)=12 and 3+4=7.
So we are going to factor by grouping now after substituting 7k for 3k+4k:
[tex]\frac{1}{2}[3k^2+3k+4k+4][/tex]
[tex]\frac{1}{2}[3k(k+1)+4(k+1)][/tex]
[tex]\frac{1}{2}[(k+1)(3k+4)][/tex]
[tex]\frac{1}{2}(k+1)(3k+4)[/tex]
[tex]\frac{1}{2}(k+1)(3(k+1)+1)[/tex].
Therefore for all integers n equal or greater than 1 the following equation holds:
[tex]2+5+8+\cdots+(3n-1)=\frac{1}{2}n(3n+1)[/tex]
//
b)
Proof:
Base case: When n=1, the left hand side is 1.
The right hand at n=1 gives us:
[tex]\frac{1}{4}(5^1-1)[/tex]
[tex]\frac{1}{4}(5-1)[/tex]
[tex]\frac{1}{4}(4)[/tex]
[tex]1[/tex]
So both sides are 1 for n=1, therefore the equation holds for the base case, n=1.
We want to assume the following equation holds for some natural k:
[tex]1+5+5^2+\cdots+5^{k-1}=\frac{1}{4}(5^k-1)[/tex].
We are going to use this assumption to show the following:
[tex]1+5+5^2+\cdots+5^{(k+1)-1}=\frac{1}{4}(5^{k+1}-1)[/tex]
Let's start with the left side:
[tex]1+5+5^2+\cdots+5^{(k+1)-1}[/tex]
[tex]1+5+5^2+\cdots+5^{k-1}+5^{(k+1)-1}[/tex]
We know the sum of the first k terms is 1/4(5^k-1) given by our assumption:
[tex]\frac{1}{4}(5^k-1)+5^{(k+1)-1}[/tex]
[tex]\frac{1}{4}(5^k-1)+5^k[/tex]
Factor out the 1/4 from both of the two terms:
[tex]\frac{1}{4}[(5^k-1)+4(5^k)][/tex]
[tex]\frac{1}{4}[5^k-1+4\cdot5^k][/tex]
Combine the like terms inside the [ ]:
[tex]\frac{1}{4}(5 \cdot 5^k-1)[/tex]
Apply law of exponents:
[tex]\frac{1}{4}(5^{k+1}-1)[/tex]
Therefore the following equation holds for all natural n:
[tex]1+5+5^2+\cdots+5^{n-1}=\frac{1}{4}(5^n-1)[/tex].
//