Asked by Jada
Say we want to determine how many people we can invite to a party for a given budget ($ input). We want one snack and one soda for each person. The snack cost is $1 and the soda cost is $1 per can for $2 total.
Write a function that outputs how many people you can invite (the range) based on the amount of money you can spend (the domain $)? What does the function tell us for the following budgets (How many people can you invite) $100? $126?, and $166?
Write a function that outputs how many people you can invite (the range) based on the amount of money you can spend (the domain $)? What does the function tell us for the following budgets (How many people can you invite) $100? $126?, and $166?
Answers
Answered by
bobpursley
Cost=2N
N=Cost/2
N=Cost/2
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.