x = number of appointments
y = total amount earned in dollars
The total earnings equation is y = 2x+40
The 2x is from her earning $2 per appointment. If she makes x of them, then she earns 2x dollars. This is on top of the $40 from working the full day.
She wants to earn at least $75. This means she wants to earn $75 or more.
This means,
Since x is the number of appointments, and we can't have a fractional number of appointments, we must round up to x = 18. This is the lowest number of appointments she can do and earn $75 or larger.
If x = 17, then
y = 2x+40 = 2*17+40 = 34+40 = 74
which is not 75 or larger
But if x = 18, then
y = 2x+40 = 2*18+40 = 36+40 = 76
which is larger than 75, so we've cleared the hurdle.
We can say the solution set is
where x is a whole number. So she could book x = 18, x = 19, x = 20, x = 21, etc as the number of appointments to reach her goal.
In summary, she must schedule at least 18 appointments to earn $75 or more.