document.write( "Question 1023653: Harry is in three years 2 times as old as he was 6 years ago. How old is Harry now? In three years? What about 6 years ago? \n" ); document.write( "
Algebra.Com's Answer #639144 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
let h = Harry's present age
\n" ); document.write( ";
\n" ); document.write( "Harry is in three years 2 times as old as he was 6 years ago.
\n" ); document.write( " How old is Harry now?
\n" ); document.write( "h + 3 = 2(h-6)
\n" ); document.write( "h + 3 = 2h - 12
\n" ); document.write( "3 + 12 = 2h - h
\n" ); document.write( "15 = h, Harry is 15
\n" ); document.write( ":
\n" ); document.write( " In three years? What about 6 years ago? You should be able to find this
\n" ); document.write( "
\n" );