document.write( "Question 406295: A man has four sons of different ages. Each of the older three sons is twice the age of the oldest of his younger brothers. The father's age is twice the age of his sons' ages. The sum of the father's and sons' age is 45. What is the oldest sons' age? Stumped Thank You for any help \n" ); document.write( "
Algebra.Com's Answer #286805 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
A man has four sons of different ages.
\n" ); document.write( " Each of the older three sons is twice the age of the oldest of his younger brothers.
\n" ); document.write( " The father's age is twice the age of his sons' ages.
\n" ); document.write( "The sum of the father's and sons' age is 45.
\n" ); document.write( " What is the oldest sons' age?
\n" ); document.write( ":
\n" ); document.write( "let f = father's age
\n" ); document.write( "4 sons, a, b, c, d (a is oldest)
\n" ); document.write( ":
\n" ); document.write( "\" Each of the older three sons is twice the age of the oldest of his younger brothers\"
\n" ); document.write( "a = 2b
\n" ); document.write( "b = 2c
\n" ); document.write( "c = 2d
\n" ); document.write( ":
\n" ); document.write( "\"The father's age is twice the age of his sons' ages.\"
\n" ); document.write( "Let s = the sum of the sons' ages
\n" ); document.write( "f = 2s
\n" ); document.write( ":
\n" ); document.write( "\"The sum of the father's and sons' age is 45.\"
\n" ); document.write( "f + s = 45
\n" ); document.write( "f = 45 - s
\n" ); document.write( "replace f with 2s
\n" ); document.write( "2s = 45 - s
\n" ); document.write( "2s + s = 45
\n" ); document.write( "3s = 45
\n" ); document.write( "s = \"45%2F3\"
\n" ); document.write( "s = 15 yrs is the sum of sons' ages
\n" ); document.write( "then
\n" ); document.write( "f = 2(15)
\n" ); document.write( "f = 30 yrs is father's age
\n" ); document.write( ":
\n" ); document.write( "\" What is the oldest sons' age?\"
\n" ); document.write( "a + b + c + d = 15
\n" ); document.write( "we know c = 2d, therefore
\n" ); document.write( "a + b + 2d + d = 15
\n" ); document.write( "we know b = 2c, therefore
\n" ); document.write( "a + 4d + 2d = d = 15
\n" ); document.write( "we know a = 2b, therefore
\n" ); document.write( "8d + 4d + 2d + d = 15
\n" ); document.write( "15d = 15
\n" ); document.write( "d = 1 yrs is d's age
\n" ); document.write( "and
\n" ); document.write( "a = 8(1) the oldest son is 8 yrs old
\n" ); document.write( "
\n" ); document.write( "
\n" );