document.write( "Question 830285: four years hence a boy will be twice as old as he was 6 years ago. what is his present ages? \n" ); document.write( "
Algebra.Com's Answer #500484 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Set x = current age \n" ); document.write( "(x+4) is four years from now \n" ); document.write( "(x-6) is six years ago\r \n" ); document.write( "\n" ); document.write( "(x+4) = 2(x-6) \n" ); document.write( "x+4 = 2x -12 \n" ); document.write( "add -4 to each side \n" ); document.write( "x = 2x -16 \n" ); document.write( "add -2x to each side \n" ); document.write( "-x = -16 \n" ); document.write( "x = 16 \n" ); document.write( "The boy is 16. \n" ); document.write( " \n" ); document.write( " |