-
Notifications
You must be signed in to change notification settings - Fork 8
37b-cauldron-and-shroompath solutions #276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
_includes/source_code/code/37-PDP/shroompath/shroom_solution3_math.cc
Outdated
Show resolved
Hide resolved
_includes/source_code/code/37-PDP/shroompath/shroom_solution2.cc
Outdated
Show resolved
Hide resolved
_includes/source_code/code/37-PDP/shroompath/shroom_solution1.cc
Outdated
Show resolved
Hide resolved
_includes/source_code/code/37-PDP/cauldron/cauldron_subtask2.cc
Outdated
Show resolved
Hide resolved
| $$\begin{aligned} | ||
| p(k+1) =\\ | ||
| p(k) + f(k+1) =\\ | ||
| 2^{k+1}\cdot (k-1)+2 + 2^{k+1} \cdot (k+1)=\\ | ||
| 2^{k+1}\cdot k - 2^{k+1} + 2 + 2^{k+1}\cdot k + 2^{k+1}=\\ | ||
| 2^{k+1}\cdot k - \cancel{2^{k+1}} + 2 + 2^{k+1}\cdot k + \cancel{2^{k+1}}=\\ | ||
| 2^{k+1}\cdot k + 2^{k+1}\cdot k + 2=\\ | ||
| 2\cdot 2^{k+1} \cdot k + 2=\\ | ||
| 2^{k+2}\cdot k +2 | ||
| \end{aligned}$$<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Αρκετά πιο όμορφο. Ευχαριστώ
37ος ΠΔΠ _ Μονοπάτι μανιταριών (shroompath) - Λύση.pdf