A horizontal translation and a 180 rotation.
Answer:
Step-by-step explanation:
First, note this parameters from the question.
We let x = number of $5 increases and number of 10 decreases in plates sold.
Our Revenue equation is:
R(x) = (300-10x)(10+5x)
We expand the above equation into a quadratic equation by multiplying each bracket:
R(x) = 3000 + 1500x - 3000x - 1500x^2
R(x) = -1500x^2 - 1500x + 3000 (collect like terms)
Next we simplify, by dividing through by -1500
= 1500x^2/1500 - 1500x/1500 + 3000/1500
= X^2 - x + 2
X^2 - x + 2 = 0
Next, we find the axis of symmetry using the formula x = -b/(2*a) where b = 1, a = 1
X = - (-1)/2*1
X = 1/2
Number of $5 increases = $5x1/2 = $2.5
=$2.5 + $20 = $22.5 ticket price gives max revenue.
Answer:
Tn = 2Tn-1 - Tn-2
Step-by-step explanation:
Before we can generate the recursive sequence, we need to find the nth term of the given sequence.
nth term of an AP is given as:
Tn = a+(n-1)d
If a17 = -40
T17 = a+(17-1)d = -40
a+16d = -40 ...(1)
If a28 = -73
T28 = a+(28-1)d = -73
a+27d = -73 ...(2)
Solving both equations simultaneously using elimination method.
Subtracting 1 from 2 we have:
27d - 16d = -73-(-40)
11d = -73+40
11d = -33
d = -3
Substituting d = -3 into 1
a+16(-3) = -40
a - 48 = -40
a = -40+48
a = 8
Given a = 8, d = -3, the nth term of the sequence will be
Tn = 8+(n-1) (-3)
Tn = 8+(-3n+3)
Tn = 8-3n+3
Tn = 11-3n
Given Tn = 11-3n and d = -3
Tn-1 = Tn - d... (3)
Tn-1 = 11-3n +3
Tn-1 = 14-3n
Tn-2 = Tn-2d...(4)
Tn-2 = 11-3n-2(-3)
Tn-2 = 11-3n+6
Tn-2 = 17-3n
From 3, d = Tn - Tn-1
From 4, d = (Tn - Tn-2)/2
Equating both common difference
(Tn - Tn-2)/2 = Tn - Tn-1
Tn - Tn-2 = 2(Tn - Tn-1)
Tn - Tn-2 = 2Tn-2Tn-1
2Tn-Tn = 2Tn-1 - Tn-2
Tn = 2Tn-1 - Tn-2
The recursive formula will be
Tn = 2Tn-1 - Tn-2
Part (a)
<h3>Answer: y1 and y3 are perpendicular</h3>
This is because the two slopes 2 and -1/2 multiply to -1. Perpendicular slopes multiply to -1 assuming neither line is vertical or horizontal.
=====================================================
Part (b)
Graph each line to see where they cross. The three points of intersection are
(0,4)
(2,-2)
(4,2)
The order of the points doesn't matter.
You could also form three systems of equations pairing up the equations, and solving each system. That way you can find the points of intersection. Graphing may be a better and faster route in my opinion. See the diagram below.