document.write( "Question 962182: Hi, I have been trying to solve this question but it proves to be a hard nut to crack. Can you please help me out? The question is thus;\r
\n" );
document.write( "\n" );
document.write( "Alex lives with his parents. All of them have a job. Once
\n" );
document.write( "they calculated that if Alex earned twice as much, the
\n" );
document.write( "total income of their family would have increased by 5%.
\n" );
document.write( "Instead, if his mother’s earning increased by 50%, the
\n" );
document.write( "total family income would have increased by 20%. By
\n" );
document.write( "what percent would the family total income increase if
\n" );
document.write( "only the father’s earnings have increased by 20%? \n" );
document.write( "
Algebra.Com's Answer #587923 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let a = Alex's income \n" ); document.write( "let m = Mom's income \n" ); document.write( "let f = Dad's income \n" ); document.write( "then \n" ); document.write( " t = total original income (a+m+f) \n" ); document.write( ": \n" ); document.write( "they calculated that if Alex earned twice as much, the total income of their family would have increased by 5%. \n" ); document.write( "a + t = 1.05t \n" ); document.write( "a = 1.05t - t \n" ); document.write( "a = .05t is A's salary \n" ); document.write( ": \n" ); document.write( "Instead, if his mother’s earning increased by 50%, the total family income would have increased by 20%. \n" ); document.write( ".5m + t = 1.2t \n" ); document.write( ".5m = 1.2t - t \n" ); document.write( ".5m = .2t \n" ); document.write( "multiply by 2 \n" ); document.write( "m = .4t is Mom's salary \n" ); document.write( ": \n" ); document.write( "We know that a + m + f = t \n" ); document.write( "t = .05t + .4t + f \n" ); document.write( "f = t - .45t \n" ); document.write( "f = .55t is Dad's salary \n" ); document.write( ": \n" ); document.write( " \"By what percent would the family total income increase if only the father’s earnings have increased by 20%?\" \n" ); document.write( "1.2 * .55t = .66t, Dad's increased salary \n" ); document.write( "therefore: .66t - .55t = .11t. A 11% increase in total income \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if we can check this; assume the family income is $1000 \n" ); document.write( "then \n" ); document.write( ".05 * 1000 = $50 a month is Alex's salary \n" ); document.write( ".40 * 1000 = $400 a month is Mom's salary \n" ); document.write( ".55 * 1000 = $550 a month is Dad's salary \n" ); document.write( "Dad's salary is increase by 20%: 1.2 * 550 = $660 a months, $110 more \n" ); document.write( "110/1000 * 100 = 11% increase \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Seems like there should be an easier way to do this, but I cannot come with it. \n" ); document.write( "CK, ankor@att.net\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |