document.write( "Question 1153342: Five years ago, Lilly's age was three times Cody's age. In two years, Lilly's age will be two times Cody's age. how old are Lilly and Cody now, in years? \n" ); document.write( "
Algebra.Com's Answer #775544 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Lilly is now x, Cody's is y \n" ); document.write( "x-5=3(y-5) \n" ); document.write( "x+2=2(y+2)\r \n" ); document.write( "\n" ); document.write( "x=3y-10 \n" ); document.write( "x=2y+2\r \n" ); document.write( "\n" ); document.write( "so 3y-10=2y+2 \n" ); document.write( "y=12 Cody \n" ); document.write( "x=26 Lilly \n" ); document.write( " |