1.1k views
6 votes
Baxter is thinking about buying a car. The table below shows the projected value of two different cars for three years.

Number of years:1, 2, 3
Car 1 (value in dollars) 18,500, 17,390, 16,346.60
Car 2 (value in dollars) 18,500, 17,500, 16,500

Part A: What type of function, linear or exponential, can be used to describe the value of each of the cars after a fixed number of years? Explain your answer. (2 points)

Part B: Write one function for each car to describe the value of the car f(x), in dollars, after x years. (4 points)

Part C: Baxter wants to purchase a car that would have the greatest value in 10 years. Will there be any significant difference in the value of either car after 10 years? Explain your answer, and show the value of each car after 10 years.

User Danny Fox
by
3.2k points

1 Answer

10 votes

Answer:

A) car 1: exponential

car 2: linear

B) car 1:
f(x)=18500(0.94)^(x-1)

car 2:
f(x)=-1000x+19500

C) Yes, there will be a significant difference of $1,100.40 which is approx 10% of the value of the cars after 10 years.

Explanation:

Part A

Car 1: exponential as the projected value is not decreasing by the same amount each year

Car 2: linear as the projected value decreases by the same amount each year ($1000)

Part B

Car 1

General form of exponential function:
y=ab^x

a = initial value = 18500

b = growth factor =
(17390)/(18500)=0.94


\implies f(x)=18500(0.94)^(x-1)

NB We have to change x to "x-1" since we are told in the table that after 1 year the car's value is 18500.

Car 2

General form of linear function:
y=mx+b


m=\frac{\textsf{change in} \ y}{\textsf{change in} \ x}=(17500-18500)/(2-1)=-1000


y-y_1=m(x-x_1)


\implies y-17500=-1000(x-2)


\implies f(x)=-1000x+19500

Part C

Car 1 after 10 years:
\implies f(10)=18500(0.94)^(10-1)=\$10,600.40

Car 2 after 10 years:
\implies f(10)=-1000(10)+19500=\$9,500

Difference = 10600.40 - 9500 = 1100.40

Yes, there will be a significant difference of $1,100.40 which is approx 10% of the value of the cars after 10 years.

User Stephanmantel
by
3.7k points