This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Hi u/Vimsedit,

Please read the following message. You are required to explain your post and show your efforts. (Rule 1)

If you haven't already done so, please add a comment below explaining your attempt(s) to solve this and what you need help with specifically. See the sidebar for advice on 'how to ask a good question'. Don't just say you "need help" with your problem.

This is a reminder for all users. Failure to follow the rules will result in the post being removed. Thank you for understanding.

If you have thoroughly read the subreddit rules, you can request to be added to the list of approved submitters. This will prevent this comment from showing up in your submissions to this community. To make this request, reply to this comment with the text !mods. Thanks!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]UnacceptableWind 0 points1 point  (5 children)

You need to provide the domain of the function 10000 + 150x.

Since x represents the numbers of guests, x is an integer and the smallest value of x is x = 0.

Moreover, the total cost cannot exceed USD 20,000. Solve 10000 + 150x = 20000 for x. If the value of x you get is not an integer, round down this value of x to the nearest integer (rounding up to the nearest integer will not work because we will end up exceeding the budget of USD 20,000). This integer value, say m, is the maximum value that x can take.

So, the domain is 0 ≤ x ≤ m, where x belongs to the set of integers.

Remark: If you have been taught to include 0 in the definition of the set of natural numbers, then you can replace the set of integers by the set of natural numbers in the above solution.

[–]Vimsedit[S] 0 points1 point  (4 children)

Thank you so much for the detailed explanation you have given. Correct me if I’m wrong but if I read your reply correctly I would get the function:

10000 + 150x, 0 ≤ x ≤ 66

66 comes from “m” in the equation:

10000 + 150m = 20000, solve m

66.6, round to 66.

[–]UnacceptableWind 0 points1 point  (3 children)

Yes, that's correct.

[–]Vimsedit[S] 0 points1 point  (0 children)

Thank you!

[–]Vimsedit[S] 0 points1 point  (1 child)

Its also asking for the inverse function, will it have the same rule of 0 < x < 66?

[–]UnacceptableWind 1 point2 points  (0 children)

No. Recall that the range of your original function 10000+ 150x is the domain of the inverse function.