document.write( "Question 349994: Zelma is eighteen years older than her son. She was three times as oldas he was one year ago. How old are they now?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #250149 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let son be x years \n" ); document.write( "Zelma = x+18 \n" ); document.write( ".. \n" ); document.write( "1 year ago \n" ); document.write( "son was x-1 years \n" ); document.write( "Zelma was x+18-1 = x+17 years \n" ); document.write( ".. \n" ); document.write( "x+17 = 3(x-1) \n" ); document.write( "x+17 = 3x-3 \n" ); document.write( "3x-x =17+3 \n" ); document.write( "2x=20 \n" ); document.write( "/2 \n" ); document.write( "x=10 son's age \n" ); document.write( "Zelma = 10 + 18 = 28 years. \n" ); document.write( " |