To solve the problem, we can work backwards from the final payment to the first payment.
Let X be the first payment Aaron makes. Then, his second payment is X/2, his third payment is (X/2)/2 = X/4, and his fourth payment is (X/4)/2 = X/8. The sum of these payments must be equal to $150:
X + X/2 + X/4 + X/8 = 150
We can simplify this equation by multiplying both sides by 8 to eliminate the fractions:
8X + 4X + 2X + X = 1200
15X = 1200
X = 80
Therefore, the first payment Aaron should make is $80, which is option C.