document.write( "Question 32607: Tricia is 14 years older than Michella. In four years, Tricia will be twice as old as Michella. How old are they now? \n" ); document.write( "
Algebra.Com's Answer #19102 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! Let Michella's current age is x \n" ); document.write( "=> Tricia's current age is (x+14) \n" ); document.write( "Four years later Michella's age will be (x+4) and Tricia's age will be (x+18); \n" ); document.write( "Per question, (x+18) = 2(x+4) \n" ); document.write( "=> x+18 = 2x+8 \n" ); document.write( "=> x = 10 \n" ); document.write( "Answer: Michella's current age is 10 years and Tricia's current age is 24 years \n" ); document.write( " |