document.write( "Question 948080: Mary is n years old. How old will she be in 4 years? How old was she 8 years ago?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #578610 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! How old will she be in 4 years? \n" ); document.write( "She will be n+4 years old\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "How old was she 8 years ago? \n" ); document.write( "She was n-8 years old. This is assuming n > 8. \n" ); document.write( " |