document.write( "Question 127917: Keil is going to make 13 pounds of mixed nuts for a party. Peanuts cost $3.50 per pound and fancy nuts cost $7.50 per pound. If Keil can spend $85.50 on nuts, how many pounds of each should he buy? \n" ); document.write( "
Algebra.Com's Answer #93691 by mr.barrett(5)![]() ![]() ![]() You can put this solution on YOUR website! The question is asking \"how many pounds of each should she buy?\" That tells us what our variables should be. \n" ); document.write( " \n" ); document.write( "x=pounds of peanuts \n" ); document.write( "y=pounds of fancy nuts \n" ); document.write( " \n" ); document.write( "x + y = 13 (equation 1) \n" ); document.write( "3.50x + 7.50y = 85.50 (equation 2) \n" ); document.write( " \n" ); document.write( "Solve this system of equations. I'll do it by substitution here.\r \n" ); document.write( "\n" ); document.write( "From equation 1, y = 13 - x. \n" ); document.write( "By substitution into equation 2, 3.50x + 7.50(13 - x) = 85.50 \n" ); document.write( " \n" ); document.write( "Solving for x we get x=3. \n" ); document.write( " \n" ); document.write( "Substitute 3 for x into equation 1 to solve for y, and y=13. \n" ); document.write( " |