document.write( "Question 1202434: Tim and Tala are brother and sister. Their ages total 36. The difference between twice Tala's age and Tim's age is 12. Find their ages. \n" ); document.write( "
Algebra.Com's Answer #837274 by greenestamps(13215)    You can put this solution on YOUR website! \n" ); document.write( "Note that you have received two earlier responses, one showing a single solution and another showing two solutions. \n" ); document.write( "If we want to be mathematically correct, there is only the one solution. The second solution is possible only if we don't follow strict mathematical rules. \n" ); document.write( "In everyday English usage, the difference between 5 and 3 is 2, and the difference between 3 and 5 is 2. The order is not important; the difference is always considered to be positive (or non-negative). \n" ); document.write( "However, in mathematics, the order is important. The difference between a and b is always a-b; it is never b-a. So in mathematics the difference between 5 and 3 is 2, but the difference between 3 and 5 is -2. \n" ); document.write( "So in your problem, if x is Tim's age and y is Tala's age, then the difference between twice Tala's age and Tim's age is 2y-x. That leads to the single mathematically correct solution to the problem: \n" ); document.write( "x + y = 36 \n" ); document.write( "2y - x = 12 \n" ); document.write( "3y = 48 \n" ); document.write( "y = 16 \n" ); document.write( "x = 36-16 = 20 \n" ); document.write( "ANSWER: Tim 20, Tala 16 \n" ); document.write( "With that solution, the difference between twice Tala's age and Tim's age is 12, as it needs to be: 2(16)-20 = 32-20 = 12. \n" ); document.write( "To get the second, mathematically incorrect, answer, we need to have the difference between twice Tala's age and Tim's age in the wrong order: \n" ); document.write( "x + y = 36 \n" ); document.write( "x - 2y = 12 \n" ); document.write( "3y = 24 \n" ); document.write( "y = 8 \n" ); document.write( "x = 36-8 = 28 \n" ); document.write( "mathematically incorrect answer: Tim 28, Tala 8 \n" ); document.write( "With this incorrect solution, the difference between twice Tala's age and Tim's age is NOT 12: 2(8)-28 = 16-28 = -12. \n" ); document.write( " \n" ); document.write( "  |