I'm pulling a blank on how to find how much of stream 1 to stream 2 is added to get stream 3 value
I have two inputs (.60 and .20) with and out put of .50
I'm trying to remember the equation in order to find out how much of .60 is added and how much of .20 is added to get .50
If there are only two inputs, I suggest you label the amount of the 0.6 input $x$ and the amount of the 0.2 input $1-x$. Or if you want to find the percentage, $100-x$. You then set up your equation $0.60x + 0.2(1-x)=0.5$.
Solving for $x$, you get $x=0.75$. This means that you need 75% of your input to be 0.6, and the rest to be 0.2 (i.e 3 parts to 1).
You can verify this: $0.75 \times 0.6 + 0.25 \times 0.2 = 0.5$.