document.write( "Question 1015523: a mother has two children whose ages differ by 5 years. the sum of the squares of their ages is 97. the square of the mothers age can be found by writing the squares of the childrens ages one after the other as a four digit number. how old is the mother? \n" ); document.write( "
Algebra.Com's Answer #631877 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Let the children's age be a & b \n" ); document.write( " Let m = mom's age \n" ); document.write( ": \n" ); document.write( "write an equation for each statement \n" ); document.write( ": \n" ); document.write( "a mother has two children whose ages differ by 5 years. \n" ); document.write( "a - b = 5 \n" ); document.write( "a = (b+5) \n" ); document.write( " the sum of the squares of their ages is 97. \n" ); document.write( "a^2 + b^2 = 97 \n" ); document.write( "Replace a with (b+5) \n" ); document.write( "(b+5)^2 + b = 97 \n" ); document.write( "FOIL (b+5)(b+5) \n" ); document.write( "b^2 + 10b + 25 + b^2 = 97 \n" ); document.write( "Combine like terms \n" ); document.write( "2b^2 + 10b + 25 - 97 = 0 \n" ); document.write( "2b^2 + 10b - 72 = 0 \n" ); document.write( "Factors to \n" ); document.write( "(2b + 18)(b - 4) = 0 \n" ); document.write( "The positive solution \n" ); document.write( "b = 4 yrs \n" ); document.write( "then \n" ); document.write( "a = 4 + 5 = 9 yrs \n" ); document.write( "Check it by finding the sum of the squares of their ages \n" ); document.write( "4^2 + 9^2 = \n" ); document.write( "16 + 81 = 97 \n" ); document.write( ": \n" ); document.write( "the square of the mothers age can be found by writing the squares of the children's ages one after the other as a four digit number. \n" ); document.write( "Mom has to be less than 60 that would be 3600 when it is squared, \n" ); document.write( "it couldn't be 8116, therefore: \n" ); document.write( "m = \n" ); document.write( "m = 41 is mom's age\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |