151k views
3 votes
write a function rule modeling the state income tax owed by a person whose taxable income is no more than $20,000.

write a function rule modeling the state income tax owed by a person whose taxable-example-1
User Khyox
by
4.7k points

1 Answer

4 votes

This is a step function:

The function f(x) that models the state income tax for a person whose taxable income is no more than $20,000 is:


f(x)=\begin{cases}0.03x;\text{ 0}\leq x<20,000 \\ \\ 0.03(20,000);\text{ }x\ge20,000\end{cases}

User Ojasvi Monga
by
5.2k points