document.write( "Question 175840: A company has an income of $100,000 before paying taxes and a bonus. The bonus B is to be 20% of the income after deducting income taxes T but before deduction the bonus. So
\n" );
document.write( "B=0.20(100,000-T)\r
\n" );
document.write( "\n" );
document.write( "Because the bonus is a deductible expense, the amount of income tax T at a 40% rate is 40% of the income after deducting the bonus. So
\n" );
document.write( "T=0.40(100,000-B)\r
\n" );
document.write( "\n" );
document.write( "*Solve the system algebraically to find the bonus and the amount of tax.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #130985 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! T=0.40(100,000-B) \n" ); document.write( "*Solve the system algebraically to find the bonus and the amount of tax.\r \n" ); document.write( "\n" ); document.write( "T=0.40(100,000-B) \n" ); document.write( "*Solve the system algebraically to find the bonus and the amount of tax.\r \n" ); document.write( "\n" ); document.write( "-------------- \n" ); document.write( "Tax = 40,000 - 0.4B \n" ); document.write( "Bonus = (40,000-Tax)/0.40 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |