document.write( "Question 758641: my son is 24 years younger than i am. he in turn is 25 years older than my grandson. my grandson and i together are 73 years old. how old am i?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #461601 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! my son is 24 years younger than i am. he in turn is 25 years older than my grandson. my grandson and i together are 73 years old. how old am i? \n" ); document.write( "** \n" ); document.write( "let x=father's age \n" ); document.write( "x-24=son's age \n" ); document.write( "x-24-25=x-29=grandson's age \n" ); document.write( "x+x-29=73 \n" ); document.write( "2x=102 \n" ); document.write( "x=51 \n" ); document.write( "how old am i?=51 \n" ); document.write( " \n" ); document.write( " |