Catch the Hidden Pattern in the Number Machine

A number machine works like this:
It takes a number, doubles it, then adds 6, then divides the result by 2.

The machine outputs 17.

What number did you put into the machine?

Comments

  1. Let the input be x.

    Machine steps:

    Double it: 2x

    Add 6: 2x + 6

    Divide by 2: (2x + 6) ÷ 2 = x + 3

    We’re told the output is 17, so:
    x + 3 = 17
    x = 14

    Final Answer: 14

    ReplyDelete

Post a Comment

Popular posts from this blog

Word Problem

A box of biscuits