document.write( "Question 571491: Cecile is now four times as old as daisy. Five years ago, the sum of their ages was 45. How old is each now? \n" ); document.write( "
Algebra.Com's Answer #368082 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Cecile is now four times as old as daisy. Five years ago, the sum of their ages was 45. How old is each now? \n" ); document.write( "** \n" ); document.write( "let x=Daisy's age now \n" ); document.write( "4x=Cecile's age now \n" ); document.write( "5 years ago, \n" ); document.write( "Daisy's age =x-5 \n" ); document.write( "Cecile's age=4x-5 \n" ); document.write( ".. \n" ); document.write( "x-5+4x-5=45 \n" ); document.write( "5x=55 \n" ); document.write( "x=11 \n" ); document.write( "4x=44 \n" ); document.write( "ans: \n" ); document.write( "Daisy's age now=11 \n" ); document.write( "Cecile's age now=44 \n" ); document.write( " |