document.write( "Question 1165112: Adam, Bill and Charles are brothers. Adam is twice as old as Bill, and Bill is 12 years younger than Charles. In 5
\n" ); document.write( "years, Charles will be twice as old as Bill. How old are each of the brothers? (Hint: x-Bill’s age, y-Adams age, z-Charles
\n" ); document.write( "age)
\n" ); document.write( "

Algebra.Com's Answer #789568 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
--------------------------------------------------
\n" ); document.write( "Adam is twice as old as Bill, and Bill is 12 years younger than Charles. In 5
\n" ); document.write( "years, Charles will be twice as old as Bill. How old are each of the brothers?
\n" ); document.write( "-------------------------------------------------\r
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "PERSON            AGE\r\n" );
document.write( "Adam              2(z-12)\r\n" );
document.write( "Bill              z-12\r\n" );
document.write( "Charles            z\r\n" );
document.write( "

\n" ); document.write( "The second sentence:
\n" ); document.write( "\"z%2B5=2%28%28z-12%29%2B5%29\"
\n" ); document.write( "Solve this and you can evaluate the other two brothers' ages.
\n" ); document.write( "
\n" );