Lesson More Mixture problems
Algebra
->
Customizable Word Problem Solvers
->
Mixtures
-> Lesson More Mixture problems
Log On
Ad:
Over 600 Algebra Word Problems at edhelper.com
Word Problems: Mixtures
Word
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'More Mixture problems'
This Lesson (More Mixture problems)
was created by by
ikleyn(53938)
:
View Source
,
Show
About ikleyn
:
<H2>More Mixture problems</H2> This lesson is a continuation and an extension of the previous lesson <A HREF= http://www.algebra.com/algebra/homework/word/mixtures/Mixture-problems.lesson> Mixture problems</A> of this module. Here we consider the problems similar to this: "<B>there are two solutions (two liquids of the same solute and the same solvent) with known concentrations. How much the solutions of these two should be mixed to get the certain volume of the solution with the given concentration?</B>" The way to solve these problems is to reduce them to the system of two linear equations in two unknowns, and then to solve this system. <BLOCKQUOTE>The <B>Mixture problems</B> that are presented in the lesson <A HREF = http://www.algebra.com/algebra/homework/word/mixtures/Mixture-problems.lesson> Mixture problems</A> of this module are of <B>another type</B>. That problems are solved using reduction to one linear equation in one unknown.</BLOCKQUOTE> <H3>Problem 1. A Solution Mixture</H3>A chemist needs to mix a 12% acid solution with a 32% acid solution to obtain an 8-liters mixture consisting of 20% acid. How many liters of each of the acid solutions must be used? (Concentrations here are volume concentrations, measured in [volume/volume] units). <B>Solution</B> Let us denote as {{{x}}} liters a volume of the 12% acid solution to be used in the mixture, and as {{{y}}} liters a volume of the 32% acid solution to be used in the mixture. Since {{{x}}} liters of the 12% acid solution are mixed with {{{y}}} liters of the 32% acid solution, the total volume of the mixture is {{{x + y}}} liters. According to the problem condition, this volume should be equal to 8 liters. This gives us the first equation {{{x + y = 8}}}. Further, {{{x}}} liters of the 12% acid solution contains {{{0.12*x}}} liters of the pure acid, and {{{y}}} liters of the 32% acid solution contains {{{0.32*y}}} liters of the pure acid. Therefore, the volume of the pure acid in the {{{x + y}}} liters of the mixture is equal to {{{0.12*x + 0.32*y}}} liters. According to the problem condition, this volume is equal to 20% of 8 liters. This gives us the second equation {{{0.12*x + 0.32*y = 0.2*8 = 1.6}}}. Thus, we have the system of two linear equations in two unknowns {{{system(x + y = 8, 0.12*x + 0.32*y = 1.6 )}}}. To simplify the solution, multiply the second equation by 100. You get {{{system(x + y = 8, 12*x + 32*y = 160 )}}}. We'll solve the last system of linear equations by the <B><U>elimination method</U></B> (see the lesson <A HREF= http://www.algebra.com/algebra/homework/coordinate/lessons/Solution-of-the-lin-syst-of-two-eqns-with-two-unknowns-Elimination-method.lesson> Solution of the linear system of two equations with two unknowns by the Elimination method</A>) in this site. To eliminate the variable {{{x}}}, multiply both sides of the first equation by 12. You get {{{system(12*x + 12*y = 96, 12*x + 32*y = 160 )}}}. Now subtract the first equation from the second one. You get {{{20*y = 160-96 = 64}}}, {{{y = 64/20 = 16/5 = 3.2}}}. Thus, the solution for {{{y}}} is {{{y = 3.2}}} liters. To calculate {{{x}}}, simply substitute this value of {{{y}}} into the very first equation. You get {{{x = 8 - 3.2 = 4.8}}}. Thus, the solution for {{{x}}} is {{{x = 4.8}}} liters. To <B>check</B> this solution, substitute the found values of {{{x}}} and {{{y}}} into the second equation of the system. You get {{{0.12*x + 0.32*y = 0.12*4.8 + 0.32*3.2 = 1.6}}}, which is exactly equal to 20% of 8 liters. <B>Answer</B>. 4.8 liters of the 12% acid solution and 3.2 liters of the 32% acid solution must be used to obtain the 8-liters mixture of 20% acid. <H3>Problem 2. Alloy</H3>A metallurgist needs to make 2 lbs of alloy containing 50% silver. He is going to melt and combine one metal, which is 60% silver, with another metal, which is 40% silver. How much of each metal should he use? (Percentages here represent [weight/weight] units or [mass/mass] units). <B>Solution</B> Let us denote as {{{x}}} lbs a weight of the first metal (containing 60% silver) to be used in the alloy, and as {{{y}}} lbs a weight of the second metal (containing 40% silver). The total weight of the new alloy is {{{x + y}}} lbs. According to the problem condition, it should be equal to 2 lbs. This gives us the first equation {{{x + y = 2}}}. Further, {{{x}}} lbs of the first metal contains {{{0.6*x}}} lbs of silver, and {{{y}}} lbs of the second metal contains {{{0.4*y}}} lbs of silver. Therefore, the new alloy contains {{{0.6*x + 0.4*y}}} lbs of silver. According to the problem condition, this amount of silver should be equal to 50% of 2 lbs, or 0.5*2 = 1 lb. This gives us the second equation {{{0.6*x + 0.4*y = 1}}}. Thus, we have the system of two linear equations in two unknowns {{{system(x + y = 2, 0.6*x + 0.4*y = 1 )}}}. To solve the system, multiply the first equation by 0.6. You get {{{system(0.6*x + 0.6*y = 1.2, 0.6*x + 0.4*y = 1 )}}}. Now subtract the second equation from the first one. You get {{{0.2*y = 1.2-1 = 0.2}}}. Subdivide both sides of this equation by 0.2. You get {{{y = 0.2/0.2 = 1}}}. Thus, the solution for {{{y}}} is {{{y = 1}}} lbs. To calculate {{{x}}}, simply substitute this value of {{{y}}} into the very first equation. You get {{{x = 2 - 1 = 1}}}. To <B>check</B> this solution, substitute the found values of {{{x}}} and {{{y}}} into the first and the second equations of the system. You get {{{x + y = 1 + 1 = 2}}} for the first equation, and {{{0.6*x + 0.4*y = 0.6 + 0.4 = 1}}} for the second equation, which exactly satisfies the problem conditions. <B>Answer</B>. The metallurgist should use <B>1 lb</B> of the first metal and <B>1 lb</B> of the second metal. <H3>Problem 3. Tickets</H3>Tickets to the local school play cost $5.00 for adults and $2.00 for children. For the one night show 285 tickets were sold and $1065 was collected. How many of each type of ticket were sold? <B>Solution</B> Let us denote as {{{x}}} the numbers of tickets sold for adults, and as {{{y}}} the numbers of tickets sold for children. Since totally 325 tickets were sold, the first equation is {{{x + y = 285}}}. The second equation is for the amount of collected money: {{{5x + 2y = 1065}}}. Thus, we have the system of two linear equations in two unknowns {{{system(x + y = 285, 5*x + 2*y = 1065 )}}}. To solve the system, multiply the first equation by 2. You get {{{system(2*x + 2*y = 570, 5*x + 2*y = 1065 )}}}. Now subtract the first equation from the second one. You get {{{3*x = 1065-570 = 495}}}. Subdivide both sides of this equation by 3. You get {{{x = 495/3 = 165}}}. Thus, the solution for {{{x}}} is {{{x = 165}}}, which means that 165 tickets for adults were sold. To calculate {{{y}}}, substitute this value of {{{x}}} into the very first equation. You get {{{165 + y = 285}}}, {{{y = 285 - 165 = 120}}}. To <B>check</B> this solution, substitute the found values of {{{x}}} and {{{y}}} into the first and the second equations of the system. You get {{{x + y = 165 + 120 = 285}}} for the first equation, and {{{5*x + 2*y = 5*165 + 2*120 = 1065}}} for the second equation, which exactly satisfies the problem conditions. <B>Answer</B>. 165 tickets for adults and 120 tickets for children were sold. <H3>Problem 4. Chickens and rabbits</H3>There are chickens and rabbits at a local farm. There is a total of 205 heads and 676 legs. How many chickens and how many rabbits are there at the farm? <B>Solution</B> Let us denote as {{{x}}} the number of chickens and as {{{y}}} the number of rabbits at the farm. Counting the heads, you get the first equation {{{x + y = 205}}}. Counting the legs, you get the second equation {{{2x + 4y = 676}}}. Thus, you have the system of two linear equations in two unknowns {{{system(x + y = 205, 2*x + 4*y = 676 )}}}. To solve the system, multiply the first equation by 2. You get {{{system(2*x + 2*y = 410, 2*x + 4*y = 676 )}}}. Now subtract the first equation from the second one. You get {{{2*y = 676-410 = 266}}}. Subdivide both sides of this equation by 2. You get {{{y = 266/2 = 133}}}. Thus, the solution for {{{y}}} is {{{y = 133}}}, which means that there are 133 rabbits at the farm. To calculate {{{x}}}, substitute the found value of {{{y}}} into the very first equation. You get {{{x + 133 = 205}}}, {{{x = 205 - 133 = 72}}}, which means that there are 72 chickens at the farm. To <B>check</B> this solution, substitute the found values of {{{x}}} and {{{y}}} into the first and the second equations of the system. You get {{{x + y = 72 + 133 = 205}}} for the first equation, and {{{2*x + 4*y = 2*72 + 4*133 = 144 + 532 = 676}}} for the second equation, which exactly satisfies the problem conditions. <B>Answer</B>. 72 chickens and 133 rabbits are at the farm. <H3>Problem 5. Investment</H3>John invested a total of $12000 last year, part at 4% and the rest at 2%. One year later he received $400 of interest. How many did he invest at each rate? <B>Solution</B> Let us denote as {{{x}}} the amount John invested at 4% and as {{{y}}} the amount John invested at 2%. Then the first equation is {{{x + y = 12000}}}. The interest John received from the first investment was {{{0.04*x}}}. The interest John received from the second investment was {{{0.02*y}}}. Thus, the second equation is {{{0.04*x + 0.02*y = 12000}}}. Thus, we have the system of two linear equations in two unknowns {{{system(x + y = 12000, 0.04*x + 0.02*y = 400 )}}}. To solve the system, multiply the first equation by 0.02. You get {{{system(0.02*x + 0.02*y = 240, 0.04*x + 0.02*y = 400 )}}}. Now subtract the first equation from the second one. You get {{{0.02*x = 400-240 = 160}}}. Subdivide both sides of this equation by 0.02. You get {{{x = 160/0.02 = 8000}}}. So, the solution for {{{x}}} is {{{x = 8000}}}, which means that John invested $8000 at 4%. To calculate {{{y}}}, substitute the found value of {{{x}}} into the very first equation. You get {{{8000 + y = 12000}}}, {{{y = 12000 - 8000 = 4000}}}, which means that John invested $4000 at 2%. To <B>check</B> this solution, substitute the found values of {{{x}}} and {{{y}}} into the first and the second equations of the system. You get {{{x + y = 8000 + 4000 = 12000}}} for the first equation, and {{{0.04*x + 0.02*y = 0.04*8000 + 0.02*4000 = 320 + 80 = 4000}}} for the second equation, which exactly satisfies the problem conditions. <B>Answer</B>. John invested $8000 at 4% and $4000 at 2%. My other lessons on word problems for mixtures in this site are - <A HREF=http://www.algebra.com/algebra/homework/word/mixtures/Mixture-problems.lesson>Mixture problems</A> - <A HREF=http://www.algebra.com/algebra/homework/word/mixtures/Solving-typical-mixture-problems.lesson>Solving typical word problems on mixtures for solutions</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Word-problems-on-mixtures-for-antifreeze-solutions.lesson>Word problems on mixtures for antifreeze solutions</A> - <A HREF=http://www.algebra.com/algebra/homework/word/mixtures/Solving-typical-word-problems-on-mixtures-for-dry-substances-coffee-nuts.lesson>Word problems on mixtures for dry substances like coffee beans, nuts, cashew and peanuts</A> - <A HREF=http://www.algebra.com/algebra/homework/word/mixtures/Word-problems-on-mixtures-for-dry-substances-like-cookies-candies.lesson>Word problems on mixtures for dry substances like candies, dried fruits</A> - <A HREF=http://www.algebra.com/algebra/homework/word/mixtures/Word-problems-on-mixtures-for-dry-substances-like-soil-and-sand.lesson>Word problems on mixtures for dry substances like soil and sand</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Word-problems-on-mixtures-for-alloys.lesson>Word problems on mixtures for alloys</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Typical-word-problems-on-mixtures-from-the-archive.lesson>Typical word problems on mixtures from the archive</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Advanced-mixture-problems.lesson>Advanced mixture problems</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Advanced-mixture-problem-for-three-alloys.lesson>Advanced mixture problem for three alloys</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Unusual-word-problem-on-mixtures.lesson>Unusual word problem on mixtures</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Check-if-you-know-the-basics-of-mixtures-from-Science.lesson>Check if you know the basics of mixtures from Science</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Special-type-mixture-problems-on-DILUTION-adding-water.lesson>Special type mixture problems on DILUTION adding water</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Increasing-concentration-of-an-acid-solution-by-adding-pure-acid.lesson>Increasing concentration of an acid solution by adding pure acid</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Increasing-concentration-of-alcohol-in-solution-by-adding-pure-alcohol.lesson>Increasing concentration of alcohol solution by adding pure alcohol</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/How-many-kilograms-of-sand-must-be-added-to-a-mixture-of-sand-and-cement.lesson>How many kilograms of sand must be added to a mixture of sand and cement</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Draining-replacing-mixture-problems.lesson>Draining-replacing mixture problems</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/How-much-water-should-be-evaporated.lesson>How much water must be evaporated</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Advanced-problems-on-draining-and-replacing.lesson>Advanced problems on draining and replacing</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Using-effective-methodology-to-solve-many-steps-dilution-problems.lesson>Using effective methodology to solve many-steps dilution problems</A> - <A HREF=https://www.algebra.com/algebra/homework/word/mixtures/Entertainment-problems-on-mixtures.lesson>Entertainment problems on mixtures</A> - <A HREF=http://www.algebra.com/algebra/homework/word/mixtures/OVERVIEW-of-lesson-on-word-problems-for-mixtures.lesson>OVERVIEW of lessons on word problems for mixtures</A> Use this file/link <A HREF=https://www.algebra.com/algebra/homework/quadratic/lessons/ALGEBRA-I-YOUR-ONLINE-TEXTBOOK.lesson>ALGEBRA-I - YOUR ONLINE TEXTBOOK</A> to navigate over all topics and lessons of the online textbook ALGEBRA-I.