Solving systems of equations word problem help

mcruz65

New member
Joined
Feb 12, 2010
Messages
32
Code:
A goldsmith has two alloys that are different purities of gold. The first is three-fourths pure gold and the second is five-twelfths pure gold. How many ounces of each should be melted and mixed in order to obtain a 6 oz mixture that is two-thirds pure gold?

x + y = 6

3/4 + 5/12 = 2/3 or .75 + .42 = .68

     x +  y = 6       (Multiply both sides of this equation by -.75)
.75x + .42y =  .68

-.75x - .75y = -4.5
 .75x + .42y = .68
--------------    -----
         -.33y   -3.82

       -.33y   -3.82
        ---- =   -----
       -.33     -.33

           y = 11.58

.75x + .42(11.58) = .68
.75x + 4.86 = .68
.75x + 4.86 - 4.86 = .68 -4.86
.75x = -4.18
.75x/.75 = -4.18/.75

x = -5.57

Insert the x and y values into the equation to solve the problem.
.75(-5.57) + .42(11.58) = .68
-4.18 + 4.86 = .68

x + y = 6
-5.57 + 11.58 = 6

Is this correct???
 
Hi!
-It seems that your equations are correctly stated, but 5/12= 0.4166, and then, 3/4 = 0.75, 2/3= 0.666; so, watch out!
-May be it would be easier keep working with fractions rather than decimals (eg. 3/4 instead 0.75); notice that all the denominators are factors of 12
-Do you think it is reasonable to have negative amounts of gold?
I hope this helps,
garf
 
I have just noticed that on the second equation of your systems (the one with fraction coefficients) is not completely accurate because you are not paying attention to the proportion (six ounces at 2/3.)
garf
 
mcruz65 said:
Code:
A goldsmith has two alloys that are different purities of gold. The first is three-fourths pure gold and the second is five-twelfths pure gold. How many ounces of each should be melted and mixed in order to obtain a 6 oz mixture that is two-thirds pure gold?

x + y = 6

3/4 + 5/12 = 2/3 or .75 + .42 = .68[color=#FF0000]<--------WHAT???  I certainly don' t think that .75 + .42 = .68!!!![/color]

     x +  y = 6       (Multiply both sides of this equation by -.75)
.75x + .42y =  .68

-.75x - .75y = -4.5
 .75x + .42y = .68
--------------    -----
         -.33y   -3.82

       -.33y   -3.82
        ---- =   -----
       -.33     -.33

           y = 11.58

.75x + .42(11.58) = .68
.75x + 4.86 = .68
.75x + 4.86 - 4.86 = .68 -4.86
.75x = -4.18
.75x/.75 = -4.18/.75

x = -5.57

Insert the x and y values into the equation to solve the problem.
.75(-5.57) + .42(11.58) = .68
-4.18 + 4.86 = .68

x + y = 6
-5.57 + 11.58 = 6

Is this correct???

You did not define your variables.

I would do it this way:

let x = number of ounces of first alloy
let y = number of ounces of second alloy

You want to end up with 6 ounces....so,

x + y = 6 (you had this equation correct)

Now, the first alloy is 3/4 gold, so if you have x ounces of this alloy, you've got (3/5)x ounces of gold

The second alloy is 5/12 gold, so if you have y ounces of this alloy, you've got (5/12)y ounces of gold.

The mixture, of which you have 6 ounces, is to be 2/3 gold. So the amount of gold in the mixture is (2/3)*6

gold in the first alloy + gold in the second alloy = gold in the final mixture
(3/4)x + (5/12)y = (2/3)*6
or,
(3/4)x + (5/12)y = 4

Now...you have two equations in two variables....
x + y = 6
(3/4)x + (5/12)y = 4

Can you solve this system? AND....I surely would NOT use decimals!!!!

Here's a hint to make solving the system easier. Multiply both sides of the second equation by the common denominator of the fractions, which is 12:

12*(3/4)x + 12*(5/12)y = 12*4
9x + 5y = 48

Your two equations now are
x + y = 6
9x + 5y = 48
 
x + y = 6
9x + 5y = 48
Multiply first equation by -5 to eliminate the y and solve for x.

-5(x + y) = -5(6)
-5x -5y = -30

-5x -5y = -30
9x + 5y = 48
4x = 18

4x/4 = 18/4 x = 4.5

Insert x value into first equation to get the y value.
4.5 + y = 6
4.5 - 4.5 + y = 6 – 4.5
y = 1.5
Insert the x & y values into the second equation
9x + 5y = 48
9(4.5) + 5(1.5) = 48
40.5 + 7.5 =48
Conclusion:
One should melt 4.5 oz of alloy x and 1.5 oz of alloy y to obtain a 6 oz mixture that is two-thirds pure gold.

Is this correct? Thanks for your help.
 
Top