document.write( "Question 107177: I am trying to help my daughter with this question as well:
\n" );
document.write( "Malcom has a choice of profit sharing plans at work. He can receive 1/90 of the company's gross income or he can receive 1/60 of the company's net profit. Gross income is the total amount the company takes in. Profit is the income that is left after the expenses have been subtracted off. The company's expenses for one month are $100,000. What must the the gross income be for the two options to be equal? How much is each option worth at this point? \n" );
document.write( "
Algebra.Com's Answer #77986 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Malcom has a choice of profit sharing plans at work. He can receive 1/90 of the company's gross income or he can receive 1/60 of the company's net profit. Gross income is the total amount the company takes in. Profit is the income that is left after the expenses have been subtracted off. The company's expenses for one month are $100,000. What must the the gross income be for the two options to be equal? How much is each option worth at this point? \n" ); document.write( "---------------- \n" ); document.write( "Let gross sales be \"x\" dollars. \n" ); document.write( "Net profit is \"x-100,000\" \n" ); document.write( "--------------- \n" ); document.write( "Gross income plan: I(x) = (1/90)x \n" ); document.write( "Net income plan: I(x) = (1/60)(x-100,000) \n" ); document.write( "------------- \n" ); document.write( "EQUATION: \n" ); document.write( "Gross plan = Net plan \n" ); document.write( "(1/90)x = (1/60)(x-100,000) \n" ); document.write( "Multiply both sides by 180 to get: \n" ); document.write( "2x = 3(x-100,000) \n" ); document.write( "2x = 3x - 300,000 \n" ); document.write( "x = 300,000 \n" ); document.write( "Plans are even when gross sales is $300,000 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |