a cable television firm presently serves 5000 households and charges $20 per month. A merketing survey indicates that each decrease of $1 in the monthly charge will result in 500 new costumers. Let R(x)denote the total monthly revenue when the monthly charge is x dollars.

Determine the revenue function R

let the number of $1 decreases be n

then the monthly cost = 20-n
number of customers = 5000 + 500n

but you want 20-n = x
so n = 20-x
and 5000 + 500n
= 5000 + 500(20-x)
= 5000 + 10000 - 500x
= 15000-500x

so P(x) = x(15000 - 500x) or 15000 - 500x^2

(this is a very common question, but it is strangely worded.
Usually the question would be,
"What should be monthly charge for a maximum revenue ?" )

why do u multiply everything by x at the end? and what is 15000-500x equal to? the number of costumers?

isn't the revenue = cost per month x number of customers?

didn't I define the "number of customers"
as 5000 + 500n
but x was 20-n which gave me n = 20-x

I then subbed that in 5000 + 500n
to get 15000 - 500x as I showed above step by step.

The above is all correct except for one mistake. x(15,000-500x) is not 15,000-500x^2 but rather 15,000x-500x^2. The x was not properly distributed in the original answer.

To determine the revenue function R(x), we need to consider the number of households and the monthly charge.

Given:
Initial number of households = 5000
Initial monthly charge = $20

We know that each decrease of $1 in the monthly charge will result in 500 new customers.

So, if the monthly charge decreases by x dollars, the number of new customers will be (500 * x).

Therefore, the total number of households served after the price decrease will be (5000 + 500x).

Now, let's calculate the revenue function R(x) by multiplying the number of households served (5000 + 500x) by the monthly charge (20 - x):

R(x) = (5000 + 500x) * (20 - x)

So, the revenue function is R(x) = (5000 + 500x) * (20 - x).