document.write( "Question 1163555: Jack is two years younger than Jill which is 3 times John’s age. If the sum of their ages is 23. How old is Jill? \n" ); document.write( "
Algebra.Com's Answer #787693 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I don't read any ambiguity into the statement of the problem. It is, however, poorly worded. Paraphrased, it says this: \n" ); document.write( "\"Jack's age, which is two years less than Jill's age, is 3 times John's age.\" \n" ); document.write( "And from there I would use John's age as my variable, to avoid working with fractions -- which is nearly always easier. \n" ); document.write( "x = John's age \n" ); document.write( "3x = Jack's age \n" ); document.write( "3x+2 = Jill's age \n" ); document.write( "The sum of their ages is 23: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "ANSWER: their ages are \n" ); document.write( "John: x = 3 \n" ); document.write( "Jack: 3x = 9 \n" ); document.write( "Jill: 3x+2 = 11 \n" ); document.write( " \n" ); document.write( " |