labor_factor = .15 insulation_cost = 2 # per surface sqft surface_area = width * length * 2 + length * height * 2 + height * width * 2 cost = surface_area * insulation_cost * (1 + labor_factor)