document.write( "Question 119484: The four oldest people in Golden City have lived a total of 384 years put together. The difference in ages for the youngest and the second oldest is 14. The second youngest is 3 years older than the youngest. The oldest is 20 years older than the average of the second oldest and youngest. What are their ages?\r
\n" ); document.write( "\n" ); document.write( "The ages are ____, _____, _____, and _____ .
\n" ); document.write( "

Algebra.Com's Answer #87531 by MaxLiebling(13)\"\" \"About 
You can put this solution on YOUR website!
I call them A(dam) [youngest], B(ert) [second youngest], C(laus) [second oldest] and D(iddl) [oldest].
\n" ); document.write( "total of 384 years: A+B+C+D = 384 (1)
\n" ); document.write( "The difference in ages for the youngest and the second oldest is 14:
\n" ); document.write( "C-A = 14 -> C = A + 14 (2)
\n" ); document.write( "The second youngest is 3 years older than the youngest:
\n" ); document.write( "B = A+3 (3)
\n" ); document.write( "The oldest is 20 years older than the average of the second oldest and youngest:
\n" ); document.write( "D = (C+A)/2 + 20 (4)
\n" ); document.write( "------------------
\n" ); document.write( "A+B+C+D = 384
\n" ); document.write( "use (3): 384 = A+B+C+D = A+ A+3 +C+D = 2A+C+D+3
\n" ); document.write( "use (4): 384 = 2A+C+D+3 = 2A+C+ (C+A)/2 + 20 +3 = 2A+C +C/2 + A/2 +23
\n" ); document.write( "-23 (384-23=361), than multiply by 2: 722 = 4A+2C + C + A = 5A + 3C
\n" ); document.write( "use (2): 722 = 5A + 3*(A+14) = 5A+3A+42
\n" ); document.write( "-42: 680 = 8A
\n" ); document.write( "-> A = 680/8 = 85
\n" ); document.write( "=================
\n" ); document.write( "use (2):
\n" ); document.write( "C = A+14 = 85+14 = 99
\n" ); document.write( "=====================
\n" ); document.write( "use (3):
\n" ); document.write( "B = A+3 = 85+3 = 88
\n" ); document.write( "===================
\n" ); document.write( "A+B+C = 85 + 88 + 99 = 272
\n" ); document.write( "==========================
\n" ); document.write( "use (1):
\n" ); document.write( "272 + D = 384
\n" ); document.write( "-> D = 384-272 = 112
\n" ); document.write( "====================
\n" ); document.write( "The ages are 85, 88, 99, and 112.
\n" ); document.write( "---------------------------------
\n" ); document.write( "
\n" );