document.write( "Question 1099565: Adam's father is 19 times as old as Adam. Adam's grandfather's age
\n" );
document.write( "is 14 years less than twice Adam's fathers age. The sum of all their
\n" );
document.write( "ages is 102. How old are each of the three persons? \n" );
document.write( "
Algebra.Com's Answer #713983 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \r\n" ); document.write( "Adam's father is 19 times as old as Adam. \r\n" ); document.write( "\r\n" ); document.write( "F = 19A\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Adam's grandfather's age is 14 years less than twice Adam's fathers age. \r\n" ); document.write( "\r\n" ); document.write( "G = 2F - 14\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The sum of all their ages is 102. \r\n" ); document.write( "\r\n" ); document.write( "A + F + G = 102\r\n" ); document.write( "\r\n" ); document.write( "Solve the system:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |