Hey Chiro, thanks, i happened to remember the outcomes.
It comes out to (OUTPUT-8)/9 = data
Is that correct?
Thanks much for making me think a little! ))
Hello fellas.
I have this formula that encodes data:
OUTPUT = (Data * 7) + (Data * 2) + 8
So in this case, if I have the OUTPUT, what is the data. What formula can I use if I have OUTPUT to get Data? Thanks much!