document.write( "Question 1165001: In a certain state, the first $2500 of SMith's income is not taxed; on the next $5000 of income, the tax is 2%; on all income over $7500, the tax is 5%. If Smith pays a tax of $365, find his income. \n" ); document.write( "
Algebra.Com's Answer #789515 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
first 2500 of income is not taxed.
\n" ); document.write( "next 5000 of income is taxed at 2%
\n" ); document.write( "all income over 7500 is taxed at 5%.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "total tax is 365.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let x = amount of money taxed at 0%.
\n" ); document.write( "let y = amount of money taxed at 2%.
\n" ); document.write( "let z = amount of money taxed at 5%.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your equation becomes 0 * x + .02 * y + .05 * z = 365\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since you are paying more than 0 tax, then x = 2500.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since .02 * 5000 = 100, and you still have more taxes to pay, then y = 5000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since the total tax is 365 and you paid 100 already, then you still owe 265 in taxes.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this will be at the 5% rate.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "to find out what the income is you set up the equation of .05 * z = 265
\n" ); document.write( "solve for z to get z = 265 / .05 = 5300.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have x = 2500, y = 5000, and z = 5300.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your total income is 2500 + 5000 + 5300 = 12,800.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the first 2500 of this is not taxed, so the remainder is 12,800 - 2500 = 10,300 with tax on the 2500 = 0.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the next 5000 of this is taxed at 2%, so the remainder is 10300 - 5000 = 5300 with tax on the 5000 = 100.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the last 5300 of this is taxed at 5%, so the tax is .05 * 5300 = 265.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "total tax is 0 + 100 + 265 = 365.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this confirms the solution is correct.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution is that his income is 12,800.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );