I want to do this with mathimatical induction,for every n>=1.
What I did : I know that basic step is for n=1 so
( 1+2 )and I have ( 3 )
( 3 ) ( 3 )
step 2 : let assume n=k is true
( n+2 ) it becomes ( k + 2 )
( 3 ) ( 3 )
step 3: we have to prove that
( k+1 ) = ( k + 2 )
( 2 ) ( 3 )
we know that n=k+1 so
( k+1 ) = ( k +1 + 2 )
( 2 ) ( 3 )
it gives us
( k+1 ) = ( k + 3 )
( 2 ) ( 3 )
not sure if I go right or wrong.
