So here's the solution to the problem:
Calculate the average sell:
1,700 * $25 = $42,500 (revenue)
And if the Opera House wants to increase their revenue:
The price of a ticket will be:
$25 - x (where x is the number of 1-dollar decreases)
The number of tickets in total:
1,700 + 200x
Therefore the equation is:
(1,700 +200x) * ( 25 - x ) = 55,000
We can also solve this equation, but the solutions are not whole numbers.
x 1 = 5.89 and x 2 =10.6
For x = 6 (6 times 1 - dollar decreases):
( 1,700 + 200 * 6 ) * ( 25 - 6 ) = ( 1,700 + 1,200 ) * 18
=2,900 *19 = 55,100 (we will yield the revenue over $55,000)
Answer:
i think 5 is the right answer
Answer:
Either -4n or 0n but most likely -4n
Answer:
2/9 boxes.
Step-by-step explanation:
6 / 1 / 3 = 4 / b
Cross multiply the two
6b = 4/3
Multiply 1/6 on each side
B = 4 /18
It can be reduced to 2/9.
Feel free to let me know if you need more help! :)
Let,
f(x) = -2x+34
g(x) = (-x/3) - 10
h(x) = -|3x|
k(x) = (x-2)^2
This is a trial and error type of problem (aka "guess and check"). There are 24 combinations to try out for each problem, so it might take a while. It turns out that
g(h(k(f(15)))) = -6
f(k(g(h(8)))) = 2
So the order for part A should be: f, k, h, g
The order for part B should be: h, g, k f
note how I'm working from the right and moving left (working inside and moving out).
Here's proof of both claims
-----------------------------------------
Proof of Claim 1:
f(x) = -2x+34
f(15) = -2(15)+34
f(15) = 4
-----------------
k(x) = (x-2)^2
k(f(15)) = (f(15)-2)^2
k(f(15)) = (4-2)^2
k(f(15)) = 4
-----------------
h(x) = -|3x|
h(k(f(15))) = -|3*k(f(15))|
h(k(f(15))) = -|3*4|
h(k(f(15))) = -12
-----------------
g(x) = (-x/3) - 10
g(h(k(f(15))) ) = (-h(k(f(15))) /3) - 10
g(h(k(f(15))) ) = (-(-12) /3) - 10
g(h(k(f(15))) ) = -6
-----------------------------------------
Proof of Claim 2:
h(x) = -|3x|
h(8) = -|3*8|
h(8) = -24
---------------
g(x) = (-x/3) - 10
g(h(8)) = (-h(8)/3) - 10
g(h(8)) = (-(-24)/3) - 10
g(h(8)) = -2
---------------
k(x) = (x-2)^2
k(g(h(8))) = (g(h(8))-2)^2
k(g(h(8))) = (-2-2)^2
k(g(h(8))) = 16
---------------
f(x) = -2x+34
f(k(g(h(8))) ) = -2*(k(g(h(8))) )+34
f(k(g(h(8))) ) = -2*(16)+34
f(k(g(h(8))) ) = 2