67.0k views
4 votes
How you would write an expression that shows the cost to rent the bicycle for d days.

User Sdg
by
8.6k points

1 Answer

1 vote
C= total cost
d= number of days
r= rental cost

C= r * d
C= rd

Example:
If it cost $10 per day and you rented for 5 days, the total cost would be:
C= ($10)(5)
C= $50

Hope this helps! :)
User Tommymaynard
by
8.5k points