document.write( "Question 1004406: An older person is 8 years older than 5 times the age of a younger person. The sum of their age is 26. Find their age. \n" ); document.write( "
Algebra.Com's Answer #620939 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the older and younger, x and y. \n" ); document.write( "Then we have \n" ); document.write( "x = 5y + 8 and \n" ); document.write( "x + y = 26 \n" ); document.write( "Substitute the first into the second and get \n" ); document.write( "5y + 8 + y = 26 \n" ); document.write( "6y + 8 = 26 \n" ); document.write( "6y = 18 \n" ); document.write( "y = 3 \n" ); document.write( "x is then 23. \n" ); document.write( " |