98,909 views
15 votes
15 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 NoOneIsHere
by
2.9k points

1 Answer

13 votes
13 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 Franz
by
3.0k points