Question 989797
<pre>
Let the number of pounds of peanuts be x
Let the number of pounds of walnuts be y

                      Value      Value
Type       Number       of         of
 of          of          1        ALL
nuts       pounds     pound     poundss
-------------------------------------------
peanuts      x        $1.49     $1.49x
walnuts      y        $2.69     $2.69y
-------------------------------------------
mixture     100       $2.21   $221.00

 The first equation comes from the second column.

  {{{(matrix(5,1,Number,of,pounds,of,peanuts))}}}{{{""+""}}}{{{(matrix(5,1,Number,of,pounds, of,walnuts))}}}{{{""=""}}}{{{(matrix(5,1,Number,of,pounds, of,mixture))}}}
                 x + y = 100

 The first equation comes from the last column.

  {{{(matrix(4,1,Value,of,ALL,peanuts))}}}{{{""+""}}}{{{(matrix(4,1,Value,of,ALL,walnuts))}}}{{{""=""}}}{{{(matrix(3,1,Value,of,mixture))}}}

           1.49x + 2.69y = 221

Get rid of decimals by multiplying every term by 100:

            149x + 269y = 22100

 So we have the system of equations:
           {{{system(x + y = 100,149x + 269y = 22100)}}}.

We solve by substitution.  Solve the first equation for y:

           x + y = 100
               y = 100 - x

Substitute (100 - x) for y in 149x + 260y = 22100

    149x + 269(100 - x) = 22100
    149x + 26900 - 269x = 22100
          -120x + 26900 = 22100
                  -120x = -4800
                      x = 40 = the number of pounds of peanuts.

Substitute in y = 100 - x
              y = 100 - (40)
              y = 60 = the number of pounds of walnuts.

Checking:  40 peanuts is worth $59.60 and 60 pounds of walnuts is worth 
           $161.40
           That's 100 pounds that is worth = $221
           And 100 pounds of misture at 2.21 per pound is worth $221
           So it checks.

Edwin</pre>