🍹 Brix Syrup Calculator🖩🖩

Tool for Mixologists to calculate the amount of additional sugar required to adjust a liquid/solution to a desired Brix value

Simply fill in the Input values on the left, and then the Result on the right will indicate how much sugar to add

Input Values

Must be a number ≥ 0, and < 100
Initial Brix must be less than Desired Brix
Must be a number ≥ 0, and < 100
Must be a number ≥ 0

Result

Sugar Adjustment (g):

{{ brixForm.initialBrix.$valid && brixForm.desiredBrix.$valid && brixForm.initialBrix.$modelValue <= brixForm.desiredBrix.$modelValue && brixForm.initialWeight.$valid ? (calculateTotalAdjustment() | number: 1) + ' g' : 'N/A' }}