We need a system of linear equations. One equation is:
x + y = 15, if we let x = the amount of 20% orange juice and y = the amount of 5% orange juice
The other equation is:
.20x + .05y = .09(15)
Multiplying both sides of the equation by 100 to clear the decimals yields:
20x + 5y = 9(15) = 135
We can solve this system by either the Elimination or the Substitution Method. I would choose the Substitution Method.
Solve the first equation for y to obtain:
y = 15 - x
Now replace every instance of y in the second equation with (15 - x)
20x + 5(15 - x) = 135
You should now be able to solve this linear equation for x, John. Once you find x, you can easily determine the value for y.