Calculate the tax for a given income.
10% tax is paid for any income up to $2,000.
20% tax is paid for additional income up to $3,000.
30% tax is paid for any additional income over $3,000.
For example, the tax for an income of $2,500 is calculated as follows:
$2,000 * 10% + $500 * 20% = $300
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers214
Suggested Problems
-
Get the length of a given vector
13011 Solvers
-
Compute a dot product of two vectors x and y
1050 Solvers
-
Longest run of consecutive numbers
6459 Solvers
-
Append two matrix as shown below example
237 Solvers
-
Matlab Basics - y as a function of x
527 Solvers
More from this Author25
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!