document.write( "Question 1032905: the father + the mother+ the sister+ the brother =
\n" );
document.write( "100 years old. The father squared equals the mother
\n" );
document.write( "squared plus the sister squared plus the brother
\n" );
document.write( "squared. The sister equals the brother minus 1 year.
\n" );
document.write( "How old is everybody?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #647493 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! The father + the mother + the sister + the \n" ); document.write( "brother = 100 years. \n" ); document.write( " \r\n" ); document.write( "F+M+S+B = 100\r\n" ); document.write( " \n" ); document.write( "The father squared equals the mother squared plus \n" ); document.write( "the sister squared plus the brother squared. \n" ); document.write( " \r\n" ); document.write( "F² = M²+S²+B²\r\n" ); document.write( " \n" ); document.write( "The sister equals the brother minus 1 year. \n" ); document.write( " \r\n" ); document.write( "S = B-1\r\n" ); document.write( "\r\n" ); document.write( "We have the equations:\r\n" ); document.write( "\r\n" ); document.write( "F+M+S+B = 100\r\n" ); document.write( "F² = M²+S²+B²\r\n" ); document.write( "S = B-1\r\n" ); document.write( "\r\n" ); document.write( "Substitute B-1 for S in the first two:\r\n" ); document.write( "\r\n" ); document.write( "F+M+B-1+B = 100\r\n" ); document.write( "F² = M²+(B-1)²+B²\r\n" ); document.write( "\r\n" ); document.write( "Simplify the first:\r\n" ); document.write( "F+M+2B = 101\r\n" ); document.write( "F = 101-M-2B\r\n" ); document.write( "\r\n" ); document.write( "Simplify the second:\r\n" ); document.write( "\r\n" ); document.write( "F² = M²+S²+(B-1)²\r\n" ); document.write( "F² = M²+B²-2B+1+B²\r\n" ); document.write( "F² = M²+2B²-2B+1\r\n" ); document.write( "\r\n" ); document.write( "Substitute 101-M-2B for F\r\n" ); document.write( "\r\n" ); document.write( "(101-M-2B)² = M²+2B²-2B+1\r\n" ); document.write( "\r\n" ); document.write( "Simplify\r\n" ); document.write( "4B^2+4BM-404B+M^2-202M+10201 = M²+2B²-2B+1\r\n" ); document.write( "\r\n" ); document.write( "10201+M^2+4B^2-202M-404B+4BM = M²+2B²-2B+1\r\n" ); document.write( "\r\n" ); document.write( "2B^2+4BM-402B-202M+10200 = 0\r\n" ); document.write( "\r\n" ); document.write( "Solve that for M:\r\n" ); document.write( "\r\n" ); document.write( "4BM-202M = 2B^2-402B+10200 \r\n" ); document.write( "\r\n" ); document.write( "Divide through by 2\r\n" ); document.write( "\r\n" ); document.write( "2BM-101M = B^2-201B+5100\r\n" ); document.write( "\r\n" ); document.write( "Factor out M on the left\r\n" ); document.write( "\r\n" ); document.write( "M(2B-100) = B^2-201B+5100\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |