Answer :
Using linear functions, we have that Company A is cheaper than Company B for distances of less than 40 miles.
What is a linear function?
A linear function is modeled by:
y = mx + b
In which:
- m is the slope, which is the rate of change, that is, by how much y changes when x changes by 1.
- b is the y-intercept, which is the value of y when x = 0, and can also be interpreted as the initial value of the function.
For this problem, we consider that:
- The slope is the cost per mile.
- The intercept is the initial fee.
Hence the functions are:
- A(x) = 40 + 2.50x.
- B(x) = 100 + x.
Company A is cheaper when:
A(x) < B(x)
40 + 2.5x < 100 + x
1.5x < 60
x < 60/1.5
x < 40.
For distances of less than 40 miles, company A is cheaper.
More can be learned about linear functions at https://brainly.com/question/24808124
#SPJ1