All this `x%3 == 0 and x%5 == 0`. Can't we just combine factors and do this once? `x%15 == 0` instead. Half as much work!