37.1k views
0 votes
Think of a function that you encounter in your everyday life. Carefully describe the inputs and corresponding outputs. Give your function a name and illustrate how you would use functional notation with your function. Describe the domain and range of your function.

1 Answer

1 vote
A function I could think of is the cost of buying bread. If I only buy a single type of bread, then the function is the number of bread that I buy and the output is the total cost.
Let x be the number of bread I buy
f(x) be the cost of buying a certain number of bread
The price of a single bread is 20 cents

f(x) = 0.2x
Domain: x > 0
Range: y > 0
User Sattar
by
5.8k points