document.write( "Question 1012620: A woman is x years old and her son is half her age.
\n" );
document.write( "1. write expression for, the age of her son?
\n" );
document.write( "2. write expression for The mother's age in ten years time?
\n" );
document.write( "3. write expression for the son's age in ten years time? \n" );
document.write( "
Algebra.Com's Answer #628644 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "1. age of son = 0.5x \n" ); document.write( "2. mother in 10 years = x + 10 \n" ); document.write( "3. son in ten years = 0.5x + 10 \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( " |