document.write( "Question 709493: Mary is 9 years older than Seth. In a year she will be 3 times as old as he is. How old are they? \n" ); document.write( "
Algebra.Com's Answer #436606 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! Mary is 9 years older than Seth. \n" ); document.write( " \r\n" ); document.write( "So Seth is x years old and Mary is x+9.\r\n" ); document.write( " \n" ); document.write( "In a year she will be 3 times as old as he is. \n" ); document.write( " \r\n" ); document.write( "In 1 year she will be x+9 + 1, and he will be x + 1,\r\n" ); document.write( "\r\n" ); document.write( "So x+9 + 1 equals 3 times x + 1\r\n" ); document.write( "\r\n" ); document.write( "x+9+1 = 3(x+1)\r\n" ); document.write( "\r\n" ); document.write( " x+10 = 3x+3\r\n" ); document.write( " -2x = -7\r\n" ); document.write( " x =\n" ); document.write( " |