The sum of the square of a number and 7 times a number

Discussion in 'Calculator Requests' started by math_celebrity, Jul 16, 2019.

  1. math_celebrity

    math_celebrity Administrator Staff Member

    The sum of the square of a number and 7 times a number

    The phrase a number means an arbitrary variable, let's call it x.
    x

    Square the number:
    x^2

    7 times the number means we multiply x by 7:
    7x

    The sum means we add x^2 and 7x
    x^2 + 7x
     

Share This Page