document.write( "Question 58319: Michael's Coffee Shop sells a special blend called Mike's Favorite. For the blend, Michael mixes Hazelnut Coffee, which sells for $7.50 per pound, with Cinnamon Coffee, which sells for $6.75 per pound. How much of each flavor must he use to create 10 pounds of Mike's Favorite blend if he sells it for $7.00? \n" ); document.write( "
Algebra.Com's Answer #39942 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
h = the amount of pounds of hazelnut coffee
\n" ); document.write( "c = the amount of pounds of cinnamon coffee
\n" ); document.write( "*Remember: c = 10 - h
\n" ); document.write( "(7.5h + 6.75c)/10 = 7
\n" ); document.write( "7.5h + 6.75c = 70
\n" ); document.write( "7.5h + 6.75(10 - h) = 70
\n" ); document.write( "7.5h + 67.5 - 6.75h = 70
\n" ); document.write( "0.75h = 2.5
\n" ); document.write( "h = 3 1/3
\n" ); document.write( "c = 10 - h = 10 - 3 1/3 = 6 2/3
\n" ); document.write( "
\n" );