document.write( "Question 1107934: Donna wants to make a mix made up of almonds, walnuts, and raisins. She wants to mix one part almonds, two parts walnuts, and three parts raisins. Almonds cost $12 per pound, walnuts cost $9 per pound and raisins cost $5 per pound. \r
\n" );
document.write( "\n" );
document.write( "Donna has $15 to spend on the trail mix. Determine how many pounds of trail mix she can make. \n" );
document.write( "
Algebra.Com's Answer #722990 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! almonds x, walnuts 2x, raisins 3x \n" ); document.write( "12x+2x(9)+3x(5)=15 \n" ); document.write( "45x=15 \n" ); document.write( "x=(1/3 pound) of almonds ($4), \n" ); document.write( "2x=(2/3 pound( of walnuts ($6) \n" ); document.write( "3x=1 pound of raisins ($5) \n" ); document.write( "That is $15 \n" ); document.write( "It is a total of 2 pounds of trail mix ANSWER. \n" ); document.write( " |