Let f(x)=4x-1 and g(x)=2x^2+3. Then f(x)*g(x) equals what?
What is 8x^3 - 2x^2 + 12x - 3
The minimum cost for a taxi ride is P90 for the first 4 miles. A fee of P10 will be added for each additional mile. Write a piecewise function to model the situation
f(x) = 9 if 0<x<=4
90+10(x-4) if x>4
A cell phone company charges P35 a month for a calling plan. After 500 minutes are used, the plan charges P15 per minute. Write a piecewise function for the above description.
f(x) ={ 35 if 0 <= x <= 500
{ 35 + 15(x-500) if x > 500
There is no tax on income up to $15,000. Income over $15,000 and up to $30,000 is taxed at 12%. Income over $30,000 is taxed at 18%. Write a piecewise function for the income tax for the above information
t(x) = 0 if x<= $15,000
.12x if $15,000 < x <= $30,000
.18x if x > $30,000