document.write( "Question 1190139: In city X, the first $30,000 of someone's annual income are taxed at the rate of 5%, while any income over $30,000 is taxed at the rate of 10%. If in a certain year Betty paid $2100 in city X taxes, what was her income that year?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #821699 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "5% of 30,000 = 0.05*30000 = 1500 \n" ); document.write( "If Betty's income was exactly $30,000, then she would pay $1500 in taxes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since she paid more than $1500, this means her income is above $30,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let x be the difference between the $30,000 mark and her taxable income. \n" ); document.write( "So her taxable income is 30,000+x dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "That extra amount of money earned (x) is taxed at a rate of 10% \n" ); document.write( "So she pays 0.10x dollars on top of the 1500 dollars taxed at the lower bracket.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The total tax bill is this expression \n" ); document.write( "1500 + 0.10x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Set it equal to $2100 and solve for x \n" ); document.write( "1500 + 0.10x = 2100 \n" ); document.write( "0.10x = 2100-1500 \n" ); document.write( "0.10x = 600 \n" ); document.write( "x = 600/(0.10) \n" ); document.write( "x = 6000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We add that 6,000 onto the 30,000 \n" ); document.write( "6,000+30,000 = 36,000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Her taxable income is $36,000 and she pays $2100 of it in taxes \n" ); document.write( "The effective tax rate is (2,100)/(36,000) = 0.0583 = 5.83% approximately\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: $36,000 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |