document.write( "Question 1161993: A candy store wishes to mix nuts selling for $2.75 per pound with nuts selling for $4.15
\n" );
document.write( "per pound to make a mixture of nuts that can be sold for $3.31 per pound. How many
\n" );
document.write( "pounds of nuts of each type should be mixed together to obtain 50 pounds of the mixture
\n" );
document.write( "that can be sold for $3.31 per pound? \n" );
document.write( "
Algebra.Com's Answer #785658 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A candy store wishes to mix nuts selling for $2.75 per pound with nuts selling for $4.15 per pound to make a mixture of nuts that can be sold for $3.31 per pound. \n" ); document.write( "How many pounds of nuts of each type should be mixed together to obtain 50 pounds of the mixture that can be sold for $3.31 per pound? \n" ); document.write( "---------------- \n" ); document.write( "t = amount of 275 \n" ); document.write( "f = amount of 415 \n" ); document.write( "---- \n" ); document.write( "275t + 415f = 313*50 \n" ); document.write( "t + f = 50 \n" ); document.write( "-- \n" ); document.write( "etc \n" ); document.write( " |