document.write( "Question 1068926: 20 years from now Tom will be 4 times older than his current age. What is his current age? \n" ); document.write( "
Algebra.Com's Answer #684157 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let his current age be x \n" ); document.write( "x+20 = 4x \n" ); document.write( "20 = 3x \n" ); document.write( "x = 20/3 \n" ); document.write( " |