Gilberto S. answered 09/02/20
Experienced College Professor
This one is a bit tricky. The function can't be expressed simply as a single equation. The function is what is known as a piece-wise defined function.
We are told that: "The base amount of $65 includes up to 50 gigabytes of data.".
This would mean that for any value of d between 0 and 50, the cost B(d) is $65.
Then for every gigabyte above 50, we will start to be charged 2 dollars. The number of gigabytes above 50 is d-50. So then the formula which applies will be B(d) = 65 + 2 (d-50)
But then we are told the maximum charge is 165 dollars. But it is not immediately clear how many gigabytes can we use before that happens. So what we will do is solve the equation
B(d) = 165 = 65 + 2 (d-50) subtract 65 from both sides
100 = 2(d-50) divide by 2
50 = d-50 add 50
100 = d gigabytes
This is when the price reaches 165 dollars
So putting all this together
B(d) = { 50 if 0≤d≤50, 65 + 2 (d-50) if 50≤d≤100 , and 165 if d≥100 }