document.write( "Question 1054918: hannah is twice as old as joel. four years from now, three times joel's age plus hannah's age will be 46,how old are they now \n" ); document.write( "
Algebra.Com's Answer #670157 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
h = 2j we'll use this value for h below
\n" ); document.write( "in four years:
\n" ); document.write( "h+4+3(j+4) = 46 substitute for h:
\n" ); document.write( "2j+4+3j+12 = 46
\n" ); document.write( "5j = 30
\n" ); document.write( "j = 6 so joel is 6. And hanna? She is 2(6) = 12
\n" ); document.write( "
\n" );