Skip to main content

Question: prove by induction 2^2 + 4^2 + 6^2 + ... + (2n)^2 = (2n)(2n+1)(2n+2)/6


ANSWER

we will use induction on n
base case : n=1
we have,
2^2 = 2*3*4/6 = 4 which is true
inductive hypothesis
let it be true for n = k
i.e., 
2^2 + 4^2 + ... + (2k)^2 =  [(2k)(2k+1)(2k+2)]/6
inductive caselet n = k+1then we have2^2 + 4^2 + .... + (2k)^2 + (2(k+1))^2 =  [(2k)(2k+1)(2k+2)]/6 + (2k+2)^2
=(2k+2)*[(2k)(2k+1)/6 + (2k+2)]
=(2k+2)*[ (4k^2+2k)/6 + (12k + 12)/6 ]
=(2k+2)*[ (4k^2+14k+12)/6 ]
=
=(2k+2)*[(2k)(2k+1)/6 + (2k+2)]=(2k+2)*[ (4k^2+2k)/6 + (12k + 12)/6 ]=(2k+2)*[ (4k^2+14k+12)/6 ]=(2k+2)*[ (4k^2 + 8k + 6k + 12)/6 ]=(2k+2)*[ (4k(k + 2) +6(k+2))/6 ]=(2k+2)*[ (4k+6)(k+2)/6 ](2k+2)*[ 2(2k+3)(k+2)/6 ]= (2k+2)*[ (2k+3)*2*(k+2)/6 ]= (2k+2)*[ (2k+3)(2k+4)/6 ]= [(2*(k+1))(2*(k+1)+1)(2*(k+1)+2)]/6
replacing k+1 by m, we get
replacing k+1 by m, we get[(2*m)(2*m+1)(2*m+2)]/6this completes our proof by induction 

Comments

  1. https://www.chegg.com/homework-help/derive-transfer-function-x0-s-xi-s-mechanical-system-shown-f-chapter-4.b-problem-2p-solution-9780131424623-exc

    ReplyDelete
  2. https://www.chegg.com/homework-help/questions-and-answers/problem-2f3-two-cables-tied-together-loaded-shown-draw-free-body-diagram-needed-determine--q26447269

    ReplyDelete
  3. https://www.chegg.com/homework-help/questions-and-answers/arrow-technology-inc-ati-total-assets-10-million-expected-operating-income-ebit-25-million-q5931125

    ReplyDelete
  4. https://www.chegg.com/homework-help/15-lb-weight-hangs-frictionless-axle-pulley-shown-fig-p18-35-chapter-18-problem-35p-solution-9780471053392-exc

    ReplyDelete
  5. https://www.chegg.com/homework-help/questions-and-answers/needle-inserted-right-somatosensory-nucleus-thalamus-central-nervous-system-area-injected--q18884408#

    ReplyDelete
  6. https://www.chegg.com/homework-help/consider-information-stored-personal-computer-terms-listed-f-chapter-1-problem-3e-solution-9781133172932-exc

    ReplyDelete
  7. https://www.chegg.com/homework-help/consider-information-stored-personal-computer-terms-listed-f-chapter-1-problem-3e-solution-9781133172932-exc

    ReplyDelete
  8. https://www.chegg.com/homework-help/questions-and-answers/objective-write-arm-assembly-program-reads-integer-values-array-processes-integers-using-r-q35117239

    ReplyDelete
  9. https://www.chegg.com/homework-help/questions-and-answers/find-laplacian-scalar-fields-v-e-z-sin-2x-cosh-y-b-v-p-2-zcos-2-c-v-10r-sin-2-theta-cos-q11848851?trackid=a037b11927ce&strackid=ee71795df065&ii=2

    ReplyDelete
  10. https://www.chegg.com/homework-help/questions-and-answers/describe-difference-objects-values-using-terms-equivalent-identical-llustrate-difference-u-q35630655

    ReplyDelete
  11. https://www.chegg.com/homework-help/questions-and-answers/bioheat-transfer-equation-important-model-equation-ablation-ensure-ablation-treatment-woul-q31765823?trackid=b669dee5e665&strackid=a86892c19c17&ii=3

    ReplyDelete
  12. https://www.chegg.com/homework-help/thermodynamics-free-independent-electron-gas-deduce-thermody-chapter-2-problem-2p-solution-9780030839931-exc

    ReplyDelete

Post a Comment

Popular posts from this blog

Osmosis Data Sheet

Data Sheet: Activity - Osmosis Name Course Date Activity Data Code       Procedure I -Test Solution 1: Water Complete the tablesand questions below using your data and information found under the Background tab Data Table I Note: Difference in Final Volumes = Final Volume of Test Sol - Final Volume of Water Trial Starting Volume of Test Solution (L) Starting Volume of Water (L) Final Volume of Test Solution (L) Final Volume of Water (L) Difference in Final Volumes (L) 1 1.28 1.75 1.51 1.52 -0.01 2 1.28 2.00 1.64 1.64 0 Observations and Questions [1] Given that the final heights (and volumes) are the same for the water and test solution, what can you...

Pseudocode - painting a wall

My pseudocode from Module Two: Pseudocode – Painting a Wall MEASURE wall-length MEASURE wall width CALCULATE wall area DETERMINE amount of paint needed for wall-size PURCHASE desired paint and tools (brushes, rollers, pan, etc.) PREPARE work area and tools START painting wall END when painting is complete CLEAN work area and tools STORE tools and any leftover pa​‌‌‌‌‌‌‍‍‍‌‌‍‍‍‌‍‌‍‍​int
Simple Computer Science Questions Question 2 ANSWER Match the following a - 4 b - 10 c - 8 d - 6 e - 9 f - 1 g - 2 h - 7 i - 3 j - 5