document.write( "Question 840896: An older person is 7 years older than four times the age of a younger person. The sum of their ages is 27. Find their ages. \n" ); document.write( "
Algebra.Com's Answer #506455 by hamsanash1981@gmail.com(151)\"\" \"About 
You can put this solution on YOUR website!
let the age of younger person be x and the age of older is = 7 + 4time of younger
\n" ); document.write( "ie., 7+ 4x
\n" ); document.write( "Sum of their age = 27
\n" ); document.write( "x+ 4x + 7 =27
\n" ); document.write( "5x = 20
\n" ); document.write( "x = 4
\n" ); document.write( "older one's age = 4x+7 => 4*4+7 => 23\r
\n" ); document.write( "\n" ); document.write( "therefore their ages are 23 and 4.
\n" ); document.write( "
\n" );