a book charges a membership fee of $20 and then $12 for each book purchase.


a write a function to represent the cost of y of membership in the club based on the number of books purchased x.

b. write a second function to represent the cost of membership of the club raises its membership fee to $30

c. describe the relation ship between the function from part A and B.

Respuesta :

1.a y= 20+12x
b. y= 30+12x
I hope this helps!

1:
20 + 12x = y
20 represents the membership fee 
12 represents the cost of each book
x represents the number of books
y represents the total costs of all books and membership cost

2:
30 + 12x = y
30 represents the membership fee 
12 represents the cost of each book
x represents the number of books
y represents the total costs of all books and membership cost

3:
Both functions have different y-intercepts but the same slope