document.write( "Question 1154555: Chole is 5 years older than Mia and Emma is triple choles age. Double the sum of Chloe's and Mia's age is 1 more then Emma's age. What are their ages now? \n" ); document.write( "
Algebra.Com's Answer #776996 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Chole is 5 years older than Mia \n" ); document.write( "---- \n" ); document.write( "C = M + 5 \n" ); document.write( "--- \n" ); document.write( " and Emma is triple choles age. \n" ); document.write( "--- \n" ); document.write( "E = 3C \n" ); document.write( "--- \n" ); document.write( "Double the sum of Chloe's and Mia's age is 1 more then Emma's age. \n" ); document.write( "--- \n" ); document.write( "2*(C+M) = E + 1 \n" ); document.write( "--- \n" ); document.write( "What are their ages now? \n" ); document.write( "---------- \n" ); document.write( "2*(C+M) = E + 1 \n" ); document.write( "2*(C+M) = 3C + 1 \n" ); document.write( "2*(M+5 + M) = 3(M+5) + 1 \n" ); document.write( "4M+10 = 3M+16 \n" ); document.write( "M = 6 \n" ); document.write( "C = 11 \n" ); document.write( "E = 33 \n" ); document.write( " |