document.write( "Question 989797: A grocer mixes peanuts that cost $1.49 per pund and walnuts that cost $2.69 per pound to make 100 pounds of a mixture that costs $2.21 per pound. How much of each kind of nut did the grocer put into the mixture. \n" ); document.write( "
Algebra.Com's Answer #610032 by Edwin McCravy(20077)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Let the number of pounds of peanuts be x\r\n" );
document.write( "Let the number of pounds of walnuts be y\r\n" );
document.write( "\r\n" );
document.write( "                      Value      Value\r\n" );
document.write( "Type       Number       of         of\r\n" );
document.write( " of          of          1        ALL\r\n" );
document.write( "nuts       pounds     pound     poundss\r\n" );
document.write( "-------------------------------------------\r\n" );
document.write( "peanuts      x        $1.49     $1.49x\r\n" );
document.write( "walnuts      y        $2.69     $2.69y\r\n" );
document.write( "-------------------------------------------\r\n" );
document.write( "mixture     100       $2.21   $221.00\r\n" );
document.write( "\r\n" );
document.write( " The first equation comes from the second column.\r\n" );
document.write( "\r\n" );
document.write( "  \"%28matrix%285%2C1%2CNumber%2Cof%2Cpounds%2Cof%2Cpeanuts%29%29\"\"%22%22%2B%22%22\"\"%28matrix%285%2C1%2CNumber%2Cof%2Cpounds%2C+of%2Cwalnuts%29%29\"\"%22%22=%22%22\"\"%28matrix%285%2C1%2CNumber%2Cof%2Cpounds%2C+of%2Cmixture%29%29\"\r\n" );
document.write( "                 x + y = 100\r\n" );
document.write( "\r\n" );
document.write( " The first equation comes from the last column.\r\n" );
document.write( "\r\n" );
document.write( "  \"%28matrix%284%2C1%2CValue%2Cof%2CALL%2Cpeanuts%29%29\"\"%22%22%2B%22%22\"\"%28matrix%284%2C1%2CValue%2Cof%2CALL%2Cwalnuts%29%29\"\"%22%22=%22%22\"\"%28matrix%283%2C1%2CValue%2Cof%2Cmixture%29%29\"\r\n" );
document.write( "\r\n" );
document.write( "           1.49x + 2.69y = 221\r\n" );
document.write( "\r\n" );
document.write( "Get rid of decimals by multiplying every term by 100:\r\n" );
document.write( "\r\n" );
document.write( "            149x + 269y = 22100\r\n" );
document.write( "\r\n" );
document.write( " So we have the system of equations:\r\n" );
document.write( "           \"system%28x+%2B+y+=+100%2C149x+%2B+269y+=+22100%29\".\r\n" );
document.write( "\r\n" );
document.write( "We solve by substitution.  Solve the first equation for y:\r\n" );
document.write( "\r\n" );
document.write( "           x + y = 100\r\n" );
document.write( "               y = 100 - x\r\n" );
document.write( "\r\n" );
document.write( "Substitute (100 - x) for y in 149x + 260y = 22100\r\n" );
document.write( "\r\n" );
document.write( "    149x + 269(100 - x) = 22100\r\n" );
document.write( "    149x + 26900 - 269x = 22100\r\n" );
document.write( "          -120x + 26900 = 22100\r\n" );
document.write( "                  -120x = -4800\r\n" );
document.write( "                      x = 40 = the number of pounds of peanuts.\r\n" );
document.write( "\r\n" );
document.write( "Substitute in y = 100 - x\r\n" );
document.write( "              y = 100 - (40)\r\n" );
document.write( "              y = 60 = the number of pounds of walnuts.\r\n" );
document.write( "\r\n" );
document.write( "Checking:  40 peanuts is worth $59.60 and 60 pounds of walnuts is worth \r\n" );
document.write( "           $161.40\r\n" );
document.write( "           That's 100 pounds that is worth = $221\r\n" );
document.write( "           And 100 pounds of misture at 2.21 per pound is worth $221\r\n" );
document.write( "           So it checks.\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );