Description

Sometimes multiple types of alcoholic beverages are mixed together. The final alcohol content of the mixture depends on the relative volumes and proofs of the beverages.


Output: percent alcohol in the final mixture

 

Parameters:

(1) percent alcohol in each alcoholic beverage

(2) volume of each alcoholic beverage in mL (1 ounce = 29.586 mL)

 

mL of alcohol in each component =

= (mL of the alcoholic beverage) * (percent alcohol)

 

final volume =

= SUM(volume of the individual components in mL)

 

final volume of ethanol =

= SUM(mL of alcohol for all of the components)

 

percent alcohol of the final mixture =

= (final volume of ethanol) / (final volume of mixture) * 100%


To read more or access our algorithms and calculators, please log in or register.