By solving a system of equations, we will see that the scientist needs to use:
First, we need to define the variables, we will use:
We know that the scientist needs 5.4 liters, then we will have that:
x + y = 5.4
We also know that the end concentration for these 5.4 liters must be 28%, then the concentration in the left side must be the same as the one in the right side, this gives the equation:
0.12*x + 0.30*y = 0.28*(5.4)
0.12*x + 0.30*y = 1.512
Then the system of equations is:
x + y = 5.4
0.12*x + 0.30*y = 1.512
To solve it, we first need to isolate one of the variables in one of the equations, I will isolate x in the first one.
x = 5.4 - y
Now we can replace this in the other equation to get:
0.12*(5.4 - y) + 0.30*y = 1.512
0.81 - 0.12*y + 0.30*y = 1.512
(0.30 - 0.12)*y = 1.512 - 0.81
0.18*y = 0.712
y = (0.712)/0.18 = 3.956
And to find the value of x, we use:
x = 5.4 - y = 5.4 - 3.956 = 1.444
So the scientist needs to use:
If you want to learn more about systems of equations, you can read:
https://brainly.com/question/13729904