A practical number is a positive integer n such that all positive integers smaller than n can be expressed as sums of distinct divisors of n. For example, 8 is a practical number because the numbers 1 through 7 can be expressed as sums of 1, 2, and 4 as follows: 1 = 1, 2 = 2, 3 = 2 + 1, 4 = 4, 5 = 4 + 1, 6 = 4 + 2, and 7 = 4 + 2 + 1. Show that 18 is a practical number.