document.write( "Question 1144889: A store owner want to develop a new snack mix by mixing chocolate and trail mix. How many pounds of chocolate costing $19.20 per pound should be mixed with 14 pound of trail mix costing $2.90 per pound to create a mixture worth $11.05. (round to the nearest pound) \n" ); document.write( "
Algebra.Com's Answer #766089 by josgarithmetic(39616)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "INGREDIENT     PRICE      QUANTITY     COST\r\n" );
document.write( "Chocolate      19.20         c         19.2c\r\n" );
document.write( "TrailMix        2.90        14        2.9*14=40.6\r\n" );
document.write( "New Mix        11.05\r\n" );
document.write( "

\n" ); document.write( "\"%2819.2c%2B40.6%29%2F%28c%2B14%29=11.05\"-------solve for c.
\n" ); document.write( "
\n" );