document.write( "Question 368928: Chris is six years older than Cathy. In two years, Chris will be twice as old as Cathy. Find their ages in five years from now \n" ); document.write( "
Algebra.Com's Answer #262873 by mananth(16946) You can put this solution on YOUR website! let cathy be x \n" ); document.write( "chris is x+6 \n" ); document.write( ".. \n" ); document.write( "after 2 years \n" ); document.write( "cathy x+2 \n" ); document.write( "chris =(x+6+2) \n" ); document.write( ".. \n" ); document.write( "(x+8)=2(x+2) \n" ); document.write( "x+8=2x+4 \n" ); document.write( "x=4 cathy's age now \n" ); document.write( "chris will be 10 years now. \n" ); document.write( "after 5 years \n" ); document.write( "cathy = 9 years \n" ); document.write( "chris = 15 years \n" ); document.write( ".. \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |