document.write( "Question 1201295: The sums of the ages of Alice Barbie and Cindy is 30. Alice is four times older than Cindy. Barbie is 3 years older than Alice. How old is Cindy \n" ); document.write( "
Algebra.Com's Answer #835603 by greenestamps(13198)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I will guess that you have posted the problem exactly as it was given to you.... \n" ); document.write( "Unfortunately, the wording makes the problem have no solution in non-negative integers, as is required in age problems. \n" ); document.write( "The difficulty is that \"four times older than...\" does not mean what nearly everybody thinks it means. \"Four times AS OLD AS\" clearly means that if the one age is x then the other age is 4x. But \"four times OLDER THAN\" means that if the one age is x then the other age is x+4x = 5x. \n" ); document.write( "And with the correct interpretation of the problem as you show it, the solution gives ages that are not integers. \n" ); document.write( "So almost certainly the intended information is that Alice is 4 times AS OLD AS Cindy. Then we have \n" ); document.write( "x = Cindy \n" ); document.write( "4x = Alice (4 times as old as Cindy) \n" ); document.write( "4x+3 = Barbie (3 years older than Alice) \n" ); document.write( "The sum of their ages is 30: \n" ); document.write( "x+4x+4x+3 = 30 \n" ); document.write( "9x+3 = 30 \n" ); document.write( "9x = 27 \n" ); document.write( "x = 3 \n" ); document.write( "ANSWER: Cindy is x=3 years old \n" ); document.write( " \n" ); document.write( " |