Solving Systems of Equations: 30%, 55%, 50% Acid Mixture

AI Thread Summary
To solve the problem of mixing a 30% acid solution and a 55% acid solution to create 100 milliliters of a 50% acid solution, the correct equations are X + Y = 100 and 0.3X + 0.55Y = 50. By substituting Y with (100 - X) in the second equation, the calculations show that X equals 20 milliliters for the 30% solution and Y equals 80 milliliters for the 55% solution. The initial approach contained errors in the setup and calculations, leading to incorrect values. The correct solution confirms the required volumes of each acid solution.
opticaltempest
Messages
135
Reaction score
0
Hello, I am stuck on the following problem.

How many milliliters of a 30% acid solution and a 55% acid solution must be mixed to obtain 100 milliliters of a 50% acid solution?

My solution:

Let X = The unknown milliliters of 30% acid.
Let Y = The unknown milliliters of 55% acid.

(1) X + Y = 100
(2) 0.3X + 0.55Y = 0.5

Multiplying (2) by 100 in order to work with integers,

(2) 30X + 55Y = 50

Multiplying (1) by -30 in order to eliminate X

(1) -30X - 30Y = -3000

So our new equations are,

(1) -30X - 30Y = -3000
(2) 30X + 55Y = 50

Adding the two equations in order to eliminate X,

25Y = -2950 => Y = -118

Back-substituting Y into (1) in order to solve for X,

-30X - 30(-118) = -3000

-30X + 3540 = -3000

-30X = -6540

X = 218

The answer in the book says:

20 milliliters of 30% acid solution and 80 milliliters of 55% acid solution.Any hints as to where I am going wrong?
 
Last edited:
Physics news on Phys.org
opticaltempest said:
(2) 0.3X + 0.55Y = 0.5
The above part is wrong. the RHS is wrong. think?
 
How many milliliters of a 30% acid solution and a 55% acid solution must be mixed to obtain 100 milliliters of a 50% acid solution?
For starters, let's get the right first 2 equations. I hope you understand the following:

50 = .3x + .55y
100 = x + y

y = 100 - x
50 = .3x + .55 (100 - x)
50 = .3x + 55 - .55x
-5 = -.25x
(-5/-.25) = x
x = 20
100 - 20 = y
y = 80

So it's 20 mills of 30%, and 80 mills of 55%
 
Last edited:
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top