document.write( "Question 885494: husband is 7 years older than his wife,if his wife is 3 times and 2 years old as her son how old is the husband and wife if the son is 12 years? \n" ); document.write( "
Algebra.Com's Answer #535210 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! h = husband's age \n" ); document.write( "w = wife's age \n" ); document.write( "s = son' age\r \n" ); document.write( "\n" ); document.write( "write an equation for each statement \n" ); document.write( ": \n" ); document.write( " husband is 7 years older than his wife, \n" ); document.write( "h = w + 7 \n" ); document.write( ": \n" ); document.write( "if his wife is 3 times and 2 years old as her son \n" ); document.write( "w = 3s + 2 \n" ); document.write( ": \n" ); document.write( " how old is the husband and wife if the son is 12 years? \n" ); document.write( "replace s with 12 in the above equation \n" ); document.write( "w = 3(12) + 2 \n" ); document.write( "w = 38 yrs is the wife \n" ); document.write( "then find husband's age using the 1st equation \n" ); document.write( " \n" ); document.write( " |