Question 825251
---
This post contains three different questions.
I will answer the first question.
---
question:
How many gallons of 20% alcohol solution and 50% alcohol solution must be mixed to get 9 gallons of 30% alcohol solution?
---
x = gallons of 20% solution
y = gallons of 50% solution
---
20x + 50y = 30*9
x + y = 9
---
put the system of linear equations into standard form
---
20x + 50y = 270
x + y = 9
---
copy and paste the above linear system in standard form into this matrix-method solver:
https://sooeet.com/math/system-of-linear-equations-solver.php
---
solution by matrix method:
x = gallons of 20% solution = 6
y = gallons of 50% solution = 3
---
system matrix
20 50
1 1
---
inverse of system matrix
-0.033333333 1.6666667
0.033333333 -0.66666667
---
determinant of system matrix = -30
---
now the solution by elimination:
---
20x + 50y = 270
(x + y = 9)*(-20)
---
20x + 50y = 270
-20x - 20y = -180
---
add the system:
30y = 90
---
y = 3
---
x + y = 9
x + 3 = 9
---
x = 6
---
solution by elimination method:
x = gallons of 20% solution = 6
y = gallons of 50% solution = 3
---
NOTE:
solution by matrix method agrees with solution by elimination method
---
Solve and graph linear equations:
https://sooeet.com/math/linear-equation-solver.php
---
Solve quadratic equations, quadratic formula:
https://sooeet.com/math/quadratic-formula-solver.php
---
Solve systems of linear equations up to 6-equations 6-variables:
https://sooeet.com/math/system-of-linear-equations-solver.php