3 less than a number times itself

Discussion in 'Calculator Requests' started by math_celebrity, Oct 21, 2021.

  1. math_celebrity

    math_celebrity Administrator Staff Member

    3 less than a number times itself

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

    Itself means the same variable as above. So we have:
    x * x
    x^2

    3 less than this means we subtract 3 from x^2:
    x^2 - 3
     

Share This Page