document.write( "Question 1071809: A man is y years old and his wife is 4 years older than he is. His mother is twice as old as his wife. How old is the mother in terms of y?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #686711 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! man: y \n" ); document.write( "wife: y + 4 \n" ); document.write( "mother: 2*( y + 4 ) \n" ); document.write( " \n" ); document.write( " |