Math Problem Statement

A taxi company charges two dollars for the first mile (or part of a mile) and 20 cents for each succeeding tenth of a mile (or part). Express the cost C (in dollars) of a ride as a function of the distance d traveled (in miles).

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Piecewise Functions
Ceiling Function
Linear Equations

Formulas

C(d) = 2 if 0 < d ≤ 1
C(d) = 2 + 0.2 * ⌈10 * (d - 1)⌉ if d > 1

Theorems

Ceiling Function Theorem

Suitable Grade Level

Grades 9-12