The cost in dollars of making x items is given by the function C(x)=10x+900 .

a. The fixed cost is determined when zero items are produced. Find the fixed cost for this item.

Fixed cost =$
c(0)=900

b. What is the cost of making 25 items?



C(25)=$
Number

c. Suppose the maximum cost allowed is $2400 . What are the domain and range of the cost function, C(x) ?

When you enter a number in your answer, do not enter any commas in that number. In other words if you want to enter one thousand, then type in 1000 and not 1,000. It's not possible to understand what the interval (1,000,2,000) means, so you should write that as (1000,2000).

Respuesta :

For the given cost equation we have:

a) Fixed cost is $900.

b) For making 25 items the cost is $1150.

c) D: x ∈ [0, 150]

   R: c ∈ [900, 2400]

Working with the cost equation.

Here we know that the cost equation is:

c(x) = 10*x + 900.

First, we want to get the fixed cost, it is given by evaluating the function in x = 0.

c(0) = 10*0 + 900 = 900

The fixed cost is 900.

b) Now we want to get the cost for making 25 items, to get this, we just evaluate in x = 25.

c(25) = 10*25 + 900 = 250 + 900 = 1150

c) Now, if the maximum cost is 2400, then the maximum number of items that we can make is x₀, such that:

c( x₀) = 2400 = 10*x₀ + 900

Solving for x₀ we get:

x₀ = (2400 - 900)/10 = 150

Now we want to get the range and domain.

We know that we can make between 0 and 150 items, so the domain is:

D: x ∈ [0, 150]

For the range, we know that the fixed cost for 0 items is 900, and the maximum cost is 2400, then the range is:

R: c ∈ [900, 2400]

If you want to learn more about domain and range:

https://brainly.com/question/10197594

#SPJ1