Forum — Daily Challenge
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    Sum of first n odd numbers = n^2

    Module 5 Day 8 Your Turn Part 2
    2
    3
    62
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tidyboar M2 M3★ M5 M6
      last edited by debbie

      Module 5 Day 8 Your Turn Part 2 Mini-Question

      Why is the sum of the first n odd numbers n^2?

      debbieD 1 Reply Last reply Reply Quote 4
      • debbieD
        debbie ADMIN M0★ M1 M5 @tidyboar
        last edited by debbie

        @tidyboar This is a very cool fact! It relates to the fact that if you start with one square, \(n^2,\) and want to get the next consecutive square, \((n+1)^2,\) you just need to add \( n + (n+ 1).\)

        M5D8-y-part-2-why-sum-of-odds-is-n-squared.png

        \( n + n + 1 = 2n + 1\) is always odd, so to get the next square, we always add an odd number, and this odd number increases by \(2\) each time. To get the next square after that, we would add \( (n + 1) + (n + 2) = 2n + 3,\) which is \(2\) larger than the previous. There's a formal proof for why the sum of the first \(n\) odd integers equals \(n^2,\) using induction, but hopefully this brief explanation can shed some light on why this is true! 🙂

        T 1 Reply Last reply Reply Quote 6
        • T
          tidyboar M2 M3★ M5 M6 @debbie
          last edited by

          @debbie ooooh cool!

          1 Reply Last reply Reply Quote 4

          • 1 / 1
          • First post
            Last post
          Daily Challenge | Terms | COPPA