Suppose that the operation ⊕ is defined so that the following is true:
⊕5⊕8⊕12=11=17=25
With this information, find n if ⊕n=35.
Solution
Note that to get from five to eleven add six. To get from eight to seventeen, add nine. To get from twelve to twenty-five, add thirteen. In each case, the number is added to itself plus one:
⊕5⊕8⊕12=11=17=25=5+5+1=8+8+1=12+12+1=2×5+1=2×8+1=2×12+1
Noticing this pattern, we fill in the missing information and find that if 35=⊕n=2n+1, then 2n=34 and n=17.