- Feb 11, 2005
- 7,942
- 2
- 0
alright, I have 2 constants, A and B
I need a formula such that:
if A=0 then B=2.5
if A=1 then B=4
if A=2 then B=5
any ideas? it would be easy if it was "if A=0 then B=3" because then I could just say B-3=A.
Unfortunately that's not the case...any ideas? Multipication and division may be used, not just addition and subtraction.
I need a formula such that:
if A=0 then B=2.5
if A=1 then B=4
if A=2 then B=5
any ideas? it would be easy if it was "if A=0 then B=3" because then I could just say B-3=A.
Unfortunately that's not the case...any ideas? Multipication and division may be used, not just addition and subtraction.