document.write( "Question 700002: Emer is 27 years older than his son. In 10 years he will be twice as old as his son. What is the age of both?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #431603 by lynnlo(4176)![]() ![]() ![]() You can put this solution on YOUR website! E============EMBER \n" ); document.write( "S============SON \n" ); document.write( "E=S+27 \n" ); document.write( "(E+10)=2*(S+10) \n" ); document.write( "E=S+27 \n" ); document.write( "(E+10)=2*(S+10) \n" ); document.write( "====SIMPLIFY==== \n" ); document.write( "E-S=27 \n" ); document.write( "E-2*S=2*10-10 \n" ); document.write( " |