document.write( "Question 578227: \"Peanut Plus\" containing 50% peanuts and \"Deluxe Nuts\" containing 25% peanuts are to be combined to form 100 lbs. of mixed nuts that will contain 35% peanuts. How many pounds of each should be used? Write a system of equations for the problem and then solve to answer please. Thank you so much! \n" ); document.write( "
Algebra.Com's Answer #370587 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! x+y=100 \n" ); document.write( ".5x+.25y=.35*100 \n" ); document.write( "x=40 \n" ); document.write( "y=60 \n" ); document.write( "check \n" ); document.write( ".5*40+.25*60=.35*100 \n" ); document.write( "20+15=35 \n" ); document.write( "ok \n" ); document.write( " |