document.write( "Question 1130054: Emily is 62 years old. Colin is 6 years older than Emily. Dan is 4 years younger than Emily. What is the total of their combined ages? \n" ); document.write( "
Algebra.Com's Answer #746695 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "Emily    62\r\n" );
document.write( "Colin    62+6\r\n" );
document.write( "Dan      62-4\r\n" );
document.write( "SUM      62+(62+6)+(62-4)\r\n" );
document.write( "
\n" ); document.write( "
\n" );