C. Every y-value is twice the square of its x-value
The equation that can be used to represent total tickets sales is 2170 = 5s + 2f + 10a
<h3>Equation</h3>
let
- Number of students tickets = s
- Number of faculty tickets = f
- Number of alumni tickets = a
Expression for number of students tickets sold;
s = f + 15
Expression for number of faculty tickets sold;
f = 2a
Expression for number of alumni tickets sold;
f = 2a
a = f/2
- Cost of students tickets = $5
- Cost of faculty tickets = $2
- Cost of Alumni tickets= $10
- Total revenue = $2170
2170 = 5s + 2f + 10a
Learn more about equation:
brainly.com/question/4344214
#SPJ1
The recursive sequence that would produce the sequence 8,-35,137,… is T(n + 1) = -3 - 4T(n) where T(1) = 8
<h3>How to determine the recursive sequence that would produce the sequence?</h3>
The sequence is given as:
8,-35,137,…
From the above sequence, we can see that:
The next term is the product of the current term and -4 added to -3
i.e.
Next term = -3 + Current term * -4
So, we have:
T(n + 1) = -3 + T(n) * -4
Rewrite as:
T(n + 1) = -3 - 4T(n)
Hence, the recursive sequence that would produce the sequence 8,-35,137,… is T(n + 1) = -3 - 4T(n) where T(1) = 8
Read more about recursive sequence at
brainly.com/question/1275192
#SPJ1