document.write( "Question 352419: Adam is 5 years younger than Eve. In 1 year, Eve will be 3 times as old as Adam was 4 years ago. Find their ages now.
\n" );
document.write( "Thanks for your help! \n" );
document.write( "
Algebra.Com's Answer #251839 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let eve be x years \n" ); document.write( "Adam is x-5 years \n" ); document.write( "...\r \n" ); document.write( "\n" ); document.write( "In 1 year their ages will be \n" ); document.write( "Eve = x+1 years \n" ); document.write( "Adam = x-5+1 = x-4 \n" ); document.write( ".. \n" ); document.write( "4 years ago \n" ); document.write( "Adam was x-5-4 = x-9 years. \n" ); document.write( "... \n" ); document.write( "x+1 = 3(x-9) \n" ); document.write( "x+1 = 3x-27 \n" ); document.write( "x-2x=-27-1 \n" ); document.write( "-x=-28 \n" ); document.write( "x= 28 Eve's age now \n" ); document.write( "Adam's age now = 28-4 = 24 years \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |