Skip to content

Instantly share code, notes, and snippets.

@amerine
Created February 14, 2014 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amerine/9006530 to your computer and use it in GitHub Desktop.
Save amerine/9006530 to your computer and use it in GitHub Desktop.
number of kegs = 9
keg = 15.5 gallons
size of pour = 12 US fl oz
keg price = $550
number of pours = (keg in US fl oz)/ size of pour
number of pours => 165.3333
total pours = number of pours * number of kegs
total pours => 1,488
keg cost = number of kegs * keg price
keg cost => $4,950
per pour price = keg cost / total pours
per pour price => $3.3266
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment