document.write( "Question 1027195: If combined age of family is 81 and the father is 3 years older than mother and mother is 27 years older from son then find the age of all three separatly
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #642448 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! If combined age of family is 81 and the father is 3 years older than mother and mother is 27 years older from son then find the age of all three separatly \n" ); document.write( "let x= age of son \n" ); document.write( "x+27=age of mother \n" ); document.write( "x+27+3= age of father \n" ); document.write( "x+x+27+x+27+3=81 \n" ); document.write( "3x=24 \n" ); document.write( "x=8 \n" ); document.write( " age of son=8 \n" ); document.write( "age of mother=35 \n" ); document.write( "x+27+3= age of father=38 \n" ); document.write( " |