SOLUTION: Given three positive integers a, b, and c, that satisfy both 2a + 3b + 4c = 25 and 4a + 3b + 2c = 35. Find all such ordered triples (a,b,c).

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: Given three positive integers a, b, and c, that satisfy both 2a + 3b + 4c = 25 and 4a + 3b + 2c = 35. Find all such ordered triples (a,b,c).      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 251665: Given three positive integers a, b, and c, that satisfy both 2a + 3b + 4c = 25 and
4a + 3b + 2c = 35. Find all such ordered triples (a,b,c).

Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
Graphically our two equations represent planes in 3 dimensional space. Two planes intersect each other in a line (if they are not parallel). All the points on this line have coordinates which satisfy both equations. Lines have an infinite number of points so there are an infinite set of ordered triples which will satisfy both equations. Since we can't list an infinite set of ordered triples we are looking for a way to express a formula which can be used to express them.

To find this formula we can
  1. Solve the first equation for a:
    Add negative 3b and negative 4c to each side:
    2a = -3b + (-4c) + 25
    Multiply both sides by 1/2:
    a+=+%28%28-3%29%2F2%29b+%2B+%28%28-4%29%2F2%29c+%2B+%281%2F2%2925
    or
    a+=+%28%28-3%29%2F2%29b+%2B+%28-2c%29+%2B+25%2F2
  2. Substitute this for a in the second equation:
    4%28%28%28-3%29%2F2%29b+%2B+%28-2c%29+%2B+25%2F2%29+%2B+3b+%2B+2c+=+35
    %28-6b+%2B+%28-8%29c+%2B+50%29+%2B+3b+%2B+2c+=+35
    -3b+%2B+%28-6%29c+%2B+50+=+35
  3. Solve this for b:
    -3b+=+6c+%2B+%28-15%29
    %28-1%2F3%29%28-3b%29+=+%28-1%2F3%29%286c+%2B+%28-15%29%29
    b+=+-2c+%2B+5
  4. Substitute this in for b in the equation where we had solved for a (Step #1):
    a+=+%28%28-3%29%2F2%29%28-2c+%2B+5%29+%2B+%28-2c%29+%2B+25%2F2
  5. Simplify:
    a+=+3c+%2B+%28-15%2F2%29+%2B+%28-2c%29+%2B+25%2F2
    a+=+c+%2B+10%2F2
    a+=+c+%2B+5
  6. We now have expressed two of the three coordinates, a and b, in terms of the third, c.

So the ordered pairs which satisfy both equations are of the form:
(c+5, -2c+5, c) where c can be any real number.

P.S. You also could have solved for a and c in terms of b or for b and c in terms of a.