document.write( "Question 1191544: John is X years old
\n" );
document.write( "Jill is 2 years younger than John
\n" );
document.write( "Tom (John's dad) is 2x older than John plus 8 years\r
\n" );
document.write( "\n" );
document.write( "How old is John, Jill and Tom
\n" );
document.write( "Total ages added together is 82
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #823348 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Technically, the problem as stated has no solution in whole numbers and is therefore invalid. \n" ); document.write( "The problem is that a phrase like \"2 times older than\" should NEVER be used in the statement of a problem, because its meaning is NOT what most people think it is. \n" ); document.write( "Given an age n, the age \"2 times AS OLD AS\" n is clearly 2*n = 2n. That is clearly what the intent of this problem is. \n" ); document.write( "But if an age n is given, and another age is \"2 times OLDER THAN\" n, then the grammatically correct interpretation is that the other age is n, PLUS 2 TIMES MORE n, which is n+2n=3n. \n" ); document.write( "(Note that corresponds to saying that a number INCREASED BY 200%, becomes 100%+200% = 300% of the original number.) \n" ); document.write( "So \"2 times older than\" means \"3 times as old as\". \n" ); document.write( "Then the correct interpretation of the problem as written is \n" ); document.write( "x = John's age \n" ); document.write( "x-2 = Jill's age \n" ); document.write( "3x+8 = Tom's age \n" ); document.write( "And the equation that says the sum of their ages is 82 leads to non-integer values: \n" ); document.write( "x+(x-2)+(3x+8)=82 \n" ); document.write( "5x+6=82 \n" ); document.write( "5x=76 \n" ); document.write( "x=15.2 \n" ); document.write( " \n" ); document.write( " |