document.write( "Question 260306: Adam is 5 years younger than Eve. In 1 year, Eve will be three times as old as Adam was 4 years ago. Find their ages now. \n" ); document.write( "
Algebra.Com's Answer #191770 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Adam is 5 years younger than Eve \n" ); document.write( "translates to \n" ); document.write( "(i) A = E - 5 \n" ); document.write( "In 1 year, Eve will be three times as old as Adam was 4 years ago \n" ); document.write( "translates to \n" ); document.write( "(ii) E +1 = 3(A-4) \n" ); document.write( "by substitution, we get \n" ); document.write( "(iii) E + 1 = 3(E-5-4) \n" ); document.write( "E + 1 = 3E - 27 \n" ); document.write( "2E = 28 \n" ); document.write( "E = 14 \n" ); document.write( "A = 9 \n" ); document.write( " |