Severity: Warning
Message: fopen(/home/answnniz/public_html/system/sessions/ci_session6c37a45411133178bd187ca96ec5808d9849b836): failed to open stream: Disk quota exceeded
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /home/answnniz/public_html/index.php
Line: 315
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /home/answnniz/public_html/system/sessions)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /home/answnniz/public_html/index.php
Line: 315
Function: require_once
Answer each of the following. You will upload a file containing your answers to both of these questions. You may hand write and scan, if desired. Please ensure the writing is clear and easy to read. a) Use mathematical induction to prove that:
\sum_(i=1)^n (i(i+1))/(2)=(n(n+1)(n+2))/(6)b) Solve the following recurrence relation to a closed form solution using whichever technique you prefer.
T(1)=2
T(n)=2T(n-1)+n2^(n), for n>1