RuanAragao / calculator

Create your own calculator
https://ruanaragao.github.io/calculator/
MIT License
27 stars 29 forks source link

feat: add count by weight calculator #40

Closed RuanAragao closed 11 months ago

RuanAragao commented 11 months ago

Count by weight

Calculate the number of items in a container by weight.

Instructions

Enter the sample number, sample weight, sample weight unit, container weight, and container weight unit. The result will be calculated automatically.

Sample number

Enter the number of items in the sample.

Sample weight

Enter the weight of the sample.

Container weight

Enter the weight of the container (total items).

Formulas

(sample weight / sample number) / container weight = number of items in container