Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. (5 pts) PROVE by using Mathematical Induction that 1*2 + 2*3 + 3*4 + ... + n*(n+1) = [n*(n+1)*(n+2)]/3, n>=1. 2. (5 pts) PROVE
1. (5 pts) PROVE by using Mathematical Induction that 1*2 + 2*3 + 3*4 + ... + n*(n+1) = [n*(n+1)*(n+2)]/3, n>=1. 2. (5 pts) PROVE by using Mathematical Induction that 1 1 1 --- + --- + --- + ... + ------------ 1*3 (2n-1) (2n+1) 1 n ------ 2n + 1 , n>=1. 3. (5 pts) PROVE by using Mathematical Induction that 71 - 1 is evenly divisible by 6, for n >= 1. 4. (5 pts) PROVE by using Mathematical Induction that 1(1!) + 2(2!) + ... + n(n!) = (n+1)! - 1, for n >= 1 5. (5 pts) PROVE using the formal definition of Big O that 3n3 + 5n2 + 2n +1 is O(n) Your proof should be modeled after a similar problem I worked in class 6. (5 pts) SOLVE the following recurrence formula: T(n)= 2+ 2T(n/2) T(2) = 2 7. (5 pts) PROVE using the formal definition of Big O that 2n = O(n!) Your proof should be modeled after the one I did in class where I proved n! is O(n"). ---OVER
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started