document.write( "Question 592664: 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 mother’s age can be found by writing the square of the children’s ages one after the other as a four-digit number. How old is the mother? \n" ); document.write( "
Algebra.Com's Answer #376084 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
>>...two children whose ages differ by 5 years...<<
\n" ); document.write( "
\r\n" );
document.write( "Let the younger child's age = x\r\n" );
document.write( "Then the older child's age = x+5\r\n" );
document.write( "

\n" ); document.write( ">>...The sum of the squares of their ages is 97...<<
\n" ); document.write( "
\r\n" );
document.write( "           x² + (x+5)² = 97\r\n" );
document.write( "\r\n" );
document.write( "       x² + (x+5)(x+5) = 97\r\n" );
document.write( "\r\n" );
document.write( "x² + x² + 5x + 5x + 25 = 97\r\n" );
document.write( "    \r\n" );
document.write( "        2x² + 10x + 25 = 97\r\n" );
document.write( "\r\n" );
document.write( "        2x² + 10x - 72 = 0\r\n" );
document.write( "\r\n" );
document.write( "Divide through by 2\r\n" );
document.write( "\r\n" );
document.write( "          x² + 5x - 36 = 0\r\n" );
document.write( "\r\n" );
document.write( "Factor\r\n" );
document.write( "\r\n" );
document.write( "        (x + 9)(x - 4) = 0\r\n" );
document.write( "\r\n" );
document.write( "Use the zero-factor principle:\r\n" );
document.write( "\r\n" );
document.write( "   x + 9 = 0;       x - 4 = 0  \r\n" );
document.write( "       x = -9;          x = 4\r\n" );
document.write( "\r\n" );
document.write( "Ignore the negative answer. \r\n" );
document.write( "\r\n" );
document.write( "The younger child is 4.\r\n" );
document.write( "The older child is 5 years older or 9.\r\n" );
document.write( "

\n" ); document.write( ">>...The square of the mother’s age can be found by writing
\n" ); document.write( "the square of the children’s ages one after the other as a four-digit number...<<
\n" ); document.write( "
\r\n" );
document.write( "The square of the younger child's age = 4² = 16\r\n" );
document.write( "\r\n" );
document.write( "The square of the older child's age = 9² = 81\r\n" );
document.write( "\r\n" );
document.write( "Four-digit number = 1681 so,\r\n" );
document.write( "\r\n" );
document.write( "The square of the mother's age is 1681.\r\n" );
document.write( "\r\n" );
document.write( "The mother's age =  \"sqrt%281681%29\" = 41\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );