add c to b, subtract d from the result, then double what you have

Discussion in 'Calculator Requests' started by math_celebrity, Aug 25, 2020.

  1. math_celebrity

    math_celebrity Administrator Staff Member

    add c to b, subtract d from the result, then double what you have

    Add c to b:
    b + c

    Subtract d from the result:
    b + c - d

    Double what you have means multiply the entire expression by 2:
    2(b + c - d)
     

Share This Page