document.write( "Question 719135: Rena is 6 years older than her younger sister. After 1 0 years, the sum of their ages will be 50 years. Find their present ages.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #441241 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! Before we start, two suggestions that can help with this and other similar problems:
\n" ); document.write( "Let y = younger sister's age now. \n" ); document.write( "Since Rena is 6 years older, her current age would be: y + 6 \n" ); document.write( "In 10 years, both of them will be 10 years older. So the sisters age in 10 years will be her current age, y, plus 10: y + 10. And Rena's age in 10 years will be her current age, y + 6, plus 10: (y + 6) + 10 or y + 16. \n" ); document.write( "It can help to put these expressions in a table format: \n" ); document.write( " \r\n" ); document.write( " Age now Age in 10 years\r\n" ); document.write( "Rena y + 6 y + 16\r\n" ); document.write( "Sister y y + 10\r\n" ); document.write( " \n" ); document.write( "Now that we have expressions for Rena and her sister's ages now and in 10 years we can start to solve the problem. We are told that the sum (addition) of their ages in 10 years will be 50. So: \n" ); document.write( "Rena's age in 10 years + her sister's age in 10 years = 60 \n" ); document.write( "Using our expressions this becomes: \n" ); document.write( "(y + 16) + (y + 10) = 50 \n" ); document.write( "Now we solve. First we simplify: \n" ); document.write( "2y + 26 = 50 \n" ); document.write( "Subtract 26: \n" ); document.write( "2y = 24 \n" ); document.write( "Divide by 2: \n" ); document.write( "y = 12 \n" ); document.write( "Looking back to the table or \"Let y = younger sister's age now\", we can understand that Rena's sister's current age is 12 years old. Looking back we can also see that the expression for Rena's current age is y + 6. Since y = 12, Rena's current age would be 12 + 6 or 18 years old. \n" ); document.write( " |