document.write( "Question 325325: the couple has a son and a daughter. the age of the father is threee times that of his daughters age the age of son is half of his mother. the wife is 9 years younger to her husband and the brother is 7 years older then than his sister. what is the age of the mother? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #232971 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let mother's age =x \n" ); document.write( "husband = x+9 \n" ); document.write( ".. \n" ); document.write( "son = x/2 \n" ); document.write( "sister 1/3 (x+9) \n" ); document.write( "brother = 1/3(x+9)+7 \n" ); document.write( ".. \n" ); document.write( "brother = son \n" ); document.write( ".. \n" ); document.write( "x/2 = 1/3(x+9)+7 \n" ); document.write( "3x/2 = x+9+7 \n" ); document.write( "3x/2 = x+16 \n" ); document.write( "3x= 2(x+16) \n" ); document.write( "3x=2x+32 \n" ); document.write( "3x-2x=32 \n" ); document.write( "x= 32 mother's age. \n" ); document.write( " \n" ); document.write( " |