document.write( "Question 930403: Create a trail mix with only three ingredients (fruit, peanuts, cashews). You need to know the cost per pound and one ingredient must be twice the weight of the other two. Using systems of equations and/or matrices; how many pounds of each ingredient should be used to create a 155 lb mix that costs $7.50 per pound.
\n" ); document.write( "Using the ingredients that peanuts are $1/lb fruit are $2/lb and cashews are $20/lb.
\n" ); document.write( "

Algebra.Com's Answer #565005 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Create a trail mix with only three ingredients (fruit, peanuts, cashews). You need to know the cost per pound and one ingredient must be twice the weight of the other two. Using systems of equations and/or matrices; how many pounds of each ingredient should be used to create a 155 lb mix that costs $7.50 per pound.
\n" ); document.write( " Using the ingredients that peanuts are $1/lb fruit are $2/lb and cashews are $20/lb.
\n" ); document.write( "-----
\n" ); document.write( "Value Eq:: 1p + 2f + 20c = 7.5*155
\n" ); document.write( "Quantity:: p = 2f ; p = 2c
\n" ); document.write( "-----
\n" ); document.write( "Substitute and solve for \"p\"::
\n" ); document.write( "p + p + 10p = 7.5*155
\n" ); document.write( "12p = 7.5*155
\n" ); document.write( "p = 96.88 lb (amt. of peanuts needed)
\n" ); document.write( "---
\n" ); document.write( "fruit = p/2 = 48.44 lb
\n" ); document.write( "cashews = p/2 = 48.44 lb
\n" ); document.write( "---------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===============
\n" ); document.write( "
\n" );