To determine how many days it will take for the number of sign-ups to reach at least 15, we can express the total number of people who will sign up after \( d \) days.
Currently, there are 3 people signed up, and 2 more people are expected to sign up each day. Therefore, the total number of sign-ups after \( d \) days can be expressed as:
\[ 3 + 2d \]
The library needs at least 15 people to sign up to run the event. We can set up the following inequality:
\[ 3 + 2d \geq 15 \]
Now we can solve for \( d \):
-
Subtract 3 from both sides: \[ 2d \geq 12 \]
-
Divide both sides by 2: \[ d \geq 6 \]
This means that after 6 days, the library will be sure it can run the event since the required number of sign-ups will be reached.
The correct inequality to use for solving this problem is:
\[ 2d + 3 \geq 15 \]
Thus, the answer is:
\[ 2d + 3 \geq 15 \]