document.write( "Question 512245: A boy is 42 years younger than his father. In 8 years time, he will be 1/4 times as old as his father .Finde their present age. \n" ); document.write( "
Algebra.Com's Answer #342588 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! \"A boy is 42 years younger than his father\" ___ b = f - 42\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"In 8 years time, he will be 1/4 times as old as his father\" ___ b + 8 = (1/4)(f + 8) ___ 4b = f - 24\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract the equations to eliminate f \n" ); document.write( " |