document.write( "Question 738177: when andy was born, sarah, his mother was 25 years old. three years ago his mother was six times as old as andy was then. how old is andy now. show method you used to solve the problem. \n" ); document.write( "
Algebra.Com's Answer #450716 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
when andy was born, sarah, his mother was 25 years old. three years ago his mother was six times as old as andy was then. how old is andy now. show method you used to solve the problem.
\n" ); document.write( "***
\n" ); document.write( "let x=Andy's age now
\n" ); document.write( "x+25=mother's age now (mother will always be 25 yrs older than Andy)
\n" ); document.write( "3 years ago:
\n" ); document.write( "x-3=Andy's age
\n" ); document.write( "x+25-3=x+22=mother's age
\n" ); document.write( "At this time, his mother was six times as old as andy
\n" ); document.write( "x+22=6(x-3)
\n" ); document.write( "x+22=6x-18
\n" ); document.write( "5x=40
\n" ); document.write( "x=8
\n" ); document.write( "x+25=33
\n" ); document.write( "Andy's age now=8
\n" ); document.write( "mother's age now=33
\n" ); document.write( "
\n" );