document.write( "Question 1024145: a chef makes a marinade by combining 5 liters of wine at 11% abv and 4 liters of wine at 10% abv. determine the alcohol content of final mixture. \n" ); document.write( "
Algebra.Com's Answer #639595 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Let x be the final percentage.
\n" ); document.write( "The setup looks like this
\n" ); document.write( "5(.11) + 4(.10) = 9x
\n" ); document.write( ".55 + .40 = 9x
\n" ); document.write( ".95 = 9x
\n" ); document.write( "x = .95/9 = 10.56%
\n" ); document.write( "
\n" );