Solving for Data: Formula with OUTPUT Provided

  • Context: High School 
  • Thread starter Thread starter vladtess
  • Start date Start date
  • Tags Tags
    Data Formula Output
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
vladtess
Messages
2
Reaction score
0
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!
 
Physics news on Phys.org
vladtess said:
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!

Hey vladtess and welcome to the forums.

Hint: Try re-arranging to get Data = something else. I will provide one hint:

OUTPUT = Data*7 + Data*2 + 8 = 9*Data + 8. Do you remember how to balance equations to get one in terms of the other (using arithmetic)?
 
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! ))
 
vladtess said:
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! ))

Yep, that's it :).