Expressions in these queries are arithmetical statements that may be defined by the operator, and the following discussion could indeed define a minimum of 2 terms containing the numbers or the variables, or both.
strawberry juice = 0.85 liter
mango juice = 0.50 liter
watermelon juice= 0.15 liter
drank juice = 0.30 liter
solution:
0.85+0.5+0.15 = 1.5
if she drank 0.3, remove it from 1.5, then 1.3
this expression would be : (0.85+0.5+0.15) - 0.3 = 1.2