document.write( "Question 626316: Tom Johnson is 1 year less than twice as old as his sister. If the sum of their ages is 14 years, then Tom's age is: \n" ); document.write( "
Algebra.Com's Answer #394553 by mengayzkie(3)![]() ![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( " x = Tom's age \n" ); document.write( " y = sister's age\r \n" ); document.write( "\n" ); document.write( "Tom Johnson is 1 year less than twice as old as his sister. \n" ); document.write( " x = 2y - 1 ==> equation 1\r \n" ); document.write( "\n" ); document.write( "The sum of their ages is 14 \n" ); document.write( " x + y = 14 ==> equation 2\r \n" ); document.write( "\n" ); document.write( "Find: \n" ); document.write( " Tom's age which is represented by x\r \n" ); document.write( "\n" ); document.write( "Solution: \n" ); document.write( " From equation 1; x = 2y - 1\r \n" ); document.write( "\n" ); document.write( " Substitute the value of x from equation 1 to equation 2 \n" ); document.write( " x + y = 14 \n" ); document.write( " (2y - 1) + y = 14 \n" ); document.write( " 3y - 1 = 14 \n" ); document.write( " 3y = 14 + 1 \n" ); document.write( " 3y = 15 \n" ); document.write( "divide both sides by 3 giving us: \n" ); document.write( " y = 5\r \n" ); document.write( "\n" ); document.write( "therefore the age of tom's sister is 5yrs old\r \n" ); document.write( "\n" ); document.write( "To compute for Tom's age. Use any of the two equations given. \n" ); document.write( "from equation 2:\r \n" ); document.write( "\n" ); document.write( " x + y = 14 \n" ); document.write( " substitute y ( sister's age) to the equation \n" ); document.write( " x + 5 = 14 \n" ); document.write( " x = 14 - 5 \n" ); document.write( " x = 9\r \n" ); document.write( "\n" ); document.write( "Therefore Tom's age is 9 yrs old\r \n" ); document.write( "\n" ); document.write( "Checking:\r \n" ); document.write( "\n" ); document.write( "Use any of the equation 1 or 2 for checking. \n" ); document.write( "Use equation 1: \n" ); document.write( " x = 2y -1 \n" ); document.write( "substitute the value of x and y \n" ); document.write( " 9 = 2(5) - 1 \n" ); document.write( " 9 = 10 - 1 \n" ); document.write( " 9 = 9 ====>checked! \n" ); document.write( " \n" ); document.write( " |