document.write( "Question 684595: If you add the sqaure of tom's age to the age of carol, the sum is 62; but if you add the square of Carol's age to the age of Tom, the result is 176. Determine the age of tom and carol.\r
\n" );
document.write( "\n" );
document.write( "I tried\r
\n" );
document.write( "\n" );
document.write( "Tom's age Sq.Rt of T + C = 62
\n" );
document.write( "Carol's age Sq.Rt of C + T = 176\r
\n" );
document.write( "\n" );
document.write( "how do I solve this?
\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #424156 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If you add the square of tom's age to the age of carol, the sum is 62; \n" ); document.write( " but if you add the square of Carol's age to the age of Tom, the result is 176. \n" ); document.write( " Determine the age of tom and carol. \n" ); document.write( ": \n" ); document.write( "Here is a situation where graphing would be the easiest way to solve this \n" ); document.write( "Let x = Carols age \n" ); document.write( "Let y = Tom's age \n" ); document.write( ": \n" ); document.write( "Write a slope intercept equation for each \n" ); document.write( "x^2 + y = 176 \n" ); document.write( "y = 176 - x^3 \n" ); document.write( "and \n" ); document.write( "x + y^2 = 62 \n" ); document.write( "y = \n" ); document.write( ": \n" ); document.write( "Plot these two equation, find the intersect \n" ); document.write( " \n" ); document.write( "we expect to be dealing with integers here, therefore we can see \n" ); document.write( "x = 13, y = 7 \n" ); document.write( ": \n" ); document.write( "Tom is 7, Carol is 13 \n" ); document.write( " |