Solving for Data: Formula with OUTPUT Provided

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 :).
 
The world of 2\times 2 complex matrices is very colorful. They form a Banach-algebra, they act on spinors, they contain the quaternions, SU(2), su(2), SL(2,\mathbb C), sl(2,\mathbb C). Furthermore, with the determinant as Euclidean or pseudo-Euclidean norm, isu(2) is a 3-dimensional Euclidean space, \mathbb RI\oplus isu(2) is a Minkowski space with signature (1,3), i\mathbb RI\oplus su(2) is a Minkowski space with signature (3,1), SU(2) is the double cover of SO(3), sl(2,\mathbb C) is the...
Back
Top