The sum of two consecutive integers if n is the first integer.

Discussion in 'Calculator Requests' started by math_celebrity, Nov 26, 2020.

  1. math_celebrity

    math_celebrity Administrator Staff Member

    The sum of two consecutive integers if n is the first integer.

    consecutive means immediately after, so we have:
    n
    n + 1

    The sum is written as:
    n + n + 1

    Grouping like terms, we have:
    (n + n) + 1
    2n + 1
     

Share This Page