document.write( "Question 1009288: Find the cost per ounce of a mixture of 240 oz of a cologne that costs $6.50 per ounce and 560 oz of a cologne that costs $4.00 per ounce. \n" ); document.write( "
Algebra.Com's Answer #624788 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the cost you wish to find, x. The set up is like this \n" ); document.write( "240(6.50) + 560(4.00) = (240+560)x \n" ); document.write( "1560 + 2240 = 800x \n" ); document.write( "3800 = 800x \n" ); document.write( "x = $4.75 per ounce \n" ); document.write( " |