document.write( "Question 428157: In the Johnson family, dad is 7 years older than mom and mom was 25 when their son was born. If the sum of their ages is 84, what are the ages of the memebers of th Johnson family? \n" ); document.write( "
Algebra.Com's Answer #307130 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
d=m+7
\n" ); document.write( "m=s+25
\n" ); document.write( "m+d+s=84
\n" ); document.write( "m+m+7+m-25=84
\n" ); document.write( "3m=102
\n" ); document.write( "m=34
\n" ); document.write( "d=41
\n" ); document.write( "s=9
\n" ); document.write( "Dad is 41. Mom is 34, and the son is 9..
\n" ); document.write( "
\n" );