document.write( "Question 1187869: abby mixes cinnamon and nutmeg to make 25g of spice mix. Cinnamon costs 9 cents/g and nutmeg costs 12.5 cents/g. The spice mix costs 9.7 cents/g. How much of each spice does abby need to use? \n" ); document.write( "
Algebra.Com's Answer #818884 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "                   PRICE        QUANTITY     COST     \r\n" );
document.write( "CINNAMON             9            25-n       9(25-n)\r\n" );
document.write( "NUTMEG              12.5           n         12.5n\r\n" );
document.write( "FINISH               9.7          25         9(25-n)+12.5n\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "\"9.7%2A25=9%2825-n%29%2B12.5n\"-----------
\n" ); document.write( "
\n" );