asked 224k views
5 votes
John is collecting vintage baseball cards and has about 25 he got from his dad. He is

collecting about 2 cards per month. Write a function, Clx), that represents how

many cards John has after x months.

Answers are c(x)=25+2x c(x)=25+2X c(x)=2+25X c(x)=25X+2x

asked
User JOSEFtw
by
9.0k points

1 Answer

4 votes

Answer:

C(X) = 25 + 2x

Explanation:

Hello,

John collects vintage baseball cards,

He already has 25 and he collects 2 cards every month.

In x month, he would have

X = 25 + 2x amount of cards

For instance, in 4 months, he would have

X = 25 + 2(4) = 25 + 8 = 33 cards

25 in the equation is a constant since he already has that in stock before considering or calculating what he gets monthly to increase his number of cards.

answered
User Gustavo Morales
by
8.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.