Split a daily food amount between two pets by body weight.
When two pets share one daily food amount, each gets a portion proportional to its body weight so the heavier pet receives the larger share. Feeding each pet its weight-scaled separate meal is safer than letting them share a bowl, where one can overeat and the other go short.
Multi-Pet Food Split
Share = total food x (pet weight / sum of weights)
Share = total food x (pet weight / sum of weights) When two pets share one daily food amount, each gets a portion proportional to its body weight so the heavier pet receives the larger share.
Feeding each pet its weight-scaled separate meal is safer than letting them share a bowl, where one can overeat and the other go short.
This calculator takes 3 inputs: Pet 1 weight, Pet 2 weight, Total daily food. The pre-filled defaults are a realistic starting point — replace them with figures from your own environment for a result you can act on.