document.write( "Question 653420: The sum of Kate's age and her mother's age is 52. Kate's mother is 20 yrs older than Kate. How old is each? \n" ); document.write( "
Algebra.Com's Answer #408388 by VirtualMathTutor(26)![]() ![]() You can put this solution on YOUR website! let Kate's age be K \n" ); document.write( "Let Kate's mother's age be M\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The sum of Kate age and her mother's age is 52, so\r \n" ); document.write( "\n" ); document.write( "K + M = 52\r \n" ); document.write( "\n" ); document.write( "Kate's mother is 20 years older then Kate, so\r \n" ); document.write( "\n" ); document.write( "M = 20 + K\r \n" ); document.write( "\n" ); document.write( "How old is each person?\r \n" ); document.write( "\n" ); document.write( "Since M = 20 + K, substitute it into the first equation, that is, replace M with 20 + K\r \n" ); document.write( "\n" ); document.write( "So, K + (20 + K) = 52\r \n" ); document.write( "\n" ); document.write( "K + 20 + K = 52\r \n" ); document.write( "\n" ); document.write( "2K + 20 = 52\r \n" ); document.write( "\n" ); document.write( "Subtract 20 from both sides:\r \n" ); document.write( "\n" ); document.write( "2K = 52 - 20\r \n" ); document.write( "\n" ); document.write( "2K = 32\r \n" ); document.write( "\n" ); document.write( "divide both sides by 2 to get\r \n" ); document.write( "\n" ); document.write( "K = 16\r \n" ); document.write( "\n" ); document.write( "Now we can find M, since M = 20 + K = 20 + 16 = 36\r \n" ); document.write( "\n" ); document.write( "Kate is 16 years old and her mother is 36 years old. \n" ); document.write( " |