219k views
5 votes
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.

User Fields
by
7.5k points

2 Answers

4 votes
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
User Sergi Juanola
by
7.9k points
5 votes
1.a y= 20+12x
b. y= 30+12x
I hope this helps!

User Shinynewbike
by
8.3k points