A company charges 16$ for a subscription. It has 30,000 subscribers. It looses 1,000 subscribers for every 1$ they raise the price.

1.Find the quadratic quation.
(Can you tell me how to pull the numbers out of the question and put it into the equation?)
Find the rate at 16$. (So i suppose solve it for 16$?)
Find max revenue. (I don't even know what its really asking or how to solve it.)

Please check back the original question before reposting.

http://www.jiskha.com/display.cgi?id=1298510239

I already looked over what you had posted. Unfortunatly, i didn't quite understand what you had said.

You have titled the post "algebra 2". Does that mean that you have done calculus, or should the solution be without calculus?

We usually solve maximization problems by linear programming or calculus. However,
this problem can also be solved by tabulation without using calculus. If that is the case, let me know.

In Kentucky, where i am from, we do algebra and algebra two before pre-cal and calculus. I didn't realize that the problem could be solved in multiple ways and i apologise.

But the solution should be done without calculus.

This question is different from the previous where the original price was at $20 / subscription, but the solution method remains the same.

This question is telling us:
1. The company charges $16 per subscription, at this rate, it has recruited 30000 customers, or a revenue of 30000*16=$480000.
2. If the company raises the price of the subscription, it will do so at the cost of losing 1000 customers for every dollar it raises.

This means that the number of customers N is a linear function of the price x, and the slope m is -1000.

Let N(x)=mx+b
But we know that N(16)=30000, so
30000=-1000(16)+b
or
b=30000+16000=46000
So now the function N(x) is completely defined:
N(x)=-1000x+46000

If we define the revenue R(x) as the product of the number of customers multiplied by the price, then
R(x)=x*N(x)=-1000x²+46000x
So R(16)=-1000(16)²+46000*16=$480000 as before.

To calculate the maximum, we will have to do this by tabulation:
For a given x, calculate R(x), and present it in table form:

R(16)=480000 (as before)
try
R(20)=520000
R(25)=525000
R(30)=480000
So we know that the maximum revenue occurs at 20<x<30.
Give a few more tries, and you should get the maximum.

In this case, the optimal price x0 happens to be a whole number of dollars. But you still have to prove that the price gives the maximum revenue by calculating revenues around the optimal price, like R(x0-0.1), and R(x+0.1). They should both be smaller than R(x0).

Post what you've got for confirmation if you wish.

To find the quadratic equation, we need to break down the given information and understand what each part represents.

Let's assume x represents the number of dollar increases in the subscription price.

From the information given, we know that for every 1$ increase in price, the company loses 1,000 subscribers. Therefore, we can calculate the number of subscribers based on the price increase using the formula:

Number of subscribers = 30,000 - (1,000 * x)

Now, let's consider the revenue generated by the company. It's calculated by multiplying the subscription price by the number of subscribers. In this case, the subscription price is ($16 + $x) since we're considering the increase in price.

Revenue = ($16 + $x) * (30,000 - (1,000 * x))

To find the quadratic equation, we can expand and simplify the revenue equation:

Revenue = ($16*30,000 + $16*(-1,000*x) + $x*30,000 + $x*(-1,000*x))

Simplifying further, we get:

Revenue = $480,000 + (-$16,000*x) + $30,000*x + (-$1,000*x^2)

Therefore, the quadratic equation for the revenue generated is:

Revenue = -$1,000*x^2 + $14,000*x + $480,000

Now let's move on to the other parts of the question.

To find the rate at 16$, we need to substitute x = 0 (since there is no price increase) into the revenue equation:

Revenue = -$1,000*(0)^2 + $14,000*(0) + $480,000

Simplifying, we get:

Revenue = $480,000

Therefore, the revenue at the price of 16$ is $480,000.

To find the maximum revenue, we can use the concept of the vertex of a quadratic function. The vertex represents the point where the curve reaches its highest or lowest point.

In this case, since the coefficient of the x^2 term is negative (-$1,000), the quadratic equation represents a downward-opening parabola, and the vertex will give us the maximum revenue.

The x-coordinate of the vertex can be found using the formula:

x = -b / (2a)

Here, a = -1,000 and b = 14,000.

Plug these values into the formula:

x = -14,000 / (2*(-1,000))
x = -14,000 / (-2,000)
x = 7

So, the x-coordinate of the vertex, which represents the price increase, is 7.

To find the maximum revenue, substitute x = 7 into the revenue equation:

Revenue = -$1,000*(7)^2 + $14,000*(7) + $480,000

Simplifying, we get:

Revenue = $510,000

Therefore, the maximum revenue occurs when the price is increased by 7$, resulting in a revenue of $510,000.