Divide a number by 10. Then, add 10.

Discussion in 'Calculator Requests' started by math_celebrity, Nov 9, 2019.

  1. math_celebrity

    math_celebrity Administrator Staff Member

    Divide a number by 10. Then, add 10.

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

    Divide the number by 10 mean we have a quotient, of x over 10
    x / 10

    Then, add 10:
    (x / 10) + 10
     

Share This Page