Answer:
0
Step-by-step explanation:
![\left[\begin{array}{ccc}a&b\\c&d\end{array}\right] = ad-bc](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Da%26b%5C%5Cc%26d%5Cend%7Barray%7D%5Cright%5D%20%3D%20ad-bc)
0(4)-4(0) = 0
What is the third term of the sequence defined by the recursive rule f(1)=3 f(n)=f(n-1)+4
Need f(2):
f(2)=f(2-1)+4
f(2)=f(1)+4
f(2)=(3)+4=7
FIND f(3):
f(3)=f(3-1)+4
f(3)=f(2)+4
f(3)=(7)+4
f(3)=11
Answer:
The Answer is that Senior Citizen Tickets cost: $4 and Child tickets cost: $7.
Step-by-step explanation:
Let s = the cost of senior citizen tickets
Let c = the cost of child tickets
The number of tickets sold for each type added together equals the sales for each day. Equations below:
Day 1
3s + 9c = $75
Solve for s:
3s = 75 - 9c
s = 25 - 3c
Day 2
8s + 5c = $67
By substitution:
8(25 - 3c) + 5c = 67
200 - 24c + 5c = 67
-19c = -133
c = -133 / -19 = $7 cost for child tickets.
Solve for s:
s = 25 - 3c
s = 25 - 3(7)
s = 25 - 21 = $4 cost for senior citizen tickets.
Proofs:
Day 1
3s + 9c = $75
3(4) + 9(7) = 75
12 + 63 = 75
75 = 75
Day 2
8s + 5c = $67
8(4) + 5(7) = 67
32 + 35 = 67
67 = 67