Formula applied
The exact method behind this answer
CalculationTime keeps the method visible so the number can be checked instead of blindly trusted.
Wall area = 2 × (room length + room width) × wall height. Net paint area = max(0, wall area − openings). Coated area = net paint area × coats. Paint litres = coated area ÷ coverage per litre. Order litres = paint litres × (1 + waste percent ÷ 100). Cans = ceiling(order litres ÷ can size).- Apply the formulaWall area = 2 × (room length + room width) × wall height. Net paint area = max(0, wall area − openings). Coated area = net paint area × coats. Paint litres = coated area ÷ coverage per litre. Order litres = paint litres × (1 + waste percent ÷ 100). Cans = ceiling(order litres ÷ can size).8.62 L paint39.2 m2 net wall area x 2 coats = 78.4 m2 coated area; 7.84 L before 10% allowance; 3 cans at 4 L.