document.write( "Question 208361: Five years ago, John's age was half of the age he will be in 8 years. How old is he now? \n" ); document.write( "
Algebra.Com's Answer #157671 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x be john's age now. \n" ); document.write( "five years ago, john's age was x-5 \n" ); document.write( "eight years from now, john's age will be x+8 \n" ); document.write( "----- \n" ); document.write( "Five years ago, John's age was half of the age he will be in 8 years. \n" ); document.write( "this means that (x-5) = (x+8)/2 \n" ); document.write( "----- \n" ); document.write( "solving for x, we get: \n" ); document.write( "2 * (x-5) = x + 8 \n" ); document.write( "which becomes: \n" ); document.write( "2x - 10 = x + 8 \n" ); document.write( "which becomes: \n" ); document.write( "x = 18 \n" ); document.write( "----- \n" ); document.write( "john is 18 years old now. \n" ); document.write( "5 years ago john was 13 \n" ); document.write( "8 years from now john will be 26 \n" ); document.write( "13 = 1/2 * 26 \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |