document.write( "Question 946493: michelle's age is 5 more than 3 times ashley's age.the sum of their ages is 49. how old is ashley? \n" ); document.write( "
Algebra.Com's Answer #577419 by Zucchini(70)\"\" \"About 
You can put this solution on YOUR website!
Ashley's age: x
\n" ); document.write( "Michelle's age: 3x+5
\n" ); document.write( "49=x+3x+5
\n" ); document.write( "49=4x+5
\n" ); document.write( "44=4x
\n" ); document.write( "11=x\r
\n" ); document.write( "\n" ); document.write( "Ashley is 11 years old.
\n" ); document.write( "
\n" );