Q:

identify the sequence as arithmetic or geometric, and write a recursive formula for the sequence. Besure to identify your starting valueThe local football team won the championship several years ago, and since then, ticket prices have been increasing$20 per year. The year they won the championship, tickets were $50. Write a recursive formula for a sequencethat models ticket prices. Is the sequence arithmetic or geometric?

Accepted Solution

A:
Answer:Arithmetic Sequence [tex]a_{n} = 50 + (n-1) 20[/tex]Step-by-step explanation:Since the increase in price for each year is a constant value we can safely say that this is an arithmetic sequence. Geometric sequences have changes that are based on multiples, i.e. prices double every year or half every year are multiples of 2 and 0.5 respectively The general formula for any arithmetic sequence is as follow[tex]a_{n} = a_{1} Β + (n - 1) d[/tex]where [tex]a_{n}[/tex] = Ticket price at nth year[tex]a_{1}[/tex] = Starting ticket price (The year the team won the championship) [tex]n[/tex] = Number of years since the championship was won[tex]d[/tex] = Yearly increase in ticket price So the formula can then be derived to be[tex]a_{n} = 50 + (n-1) 20[/tex]