489,578 views
2 votes
2 votes
A company sells photo books, and they charge $20 for the book which includes the first ten pages. Each additional page costs $2. Write a function that models the cost of a book.

User Arkni
by
2.6k points

1 Answer

14 votes
14 votes

Answer:

Cost = 2x + 180

Explanation:

Let the number of pages of a book be x

Cost of the first ten pages = $20 × 10

= $200

The number of remaining pages is; x - 10

Cost of the remaining pages = $2 × (x-10)

= $(2x-20)

Total cost of the book= 200 + 2x - 20

= 2x + 180

User Dennis Jose
by
3.2k points