Three people become infected with a virus that spreads quickly. Each day that passes, the number of infected people doubles. How can the number of infected people be determined from the number of days that have passed?

A: Raise the number of days to the second power, and then multiply this value by 3.
B: Add the number of days to 3, and then multiply this sum by 2.
C: Multiply the number of days by 2, and then add 3 to this product.
D: Raise 2 to the number of days, and then multiply this value by 3.