document.write( "Question 1083073: One integer is 2​ times another. If the product of the two integers is 128 \n" ); document.write( "
Algebra.Com's Answer #697076 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
integers are x and 2x
\n" ); document.write( "product is 2x^2=128
\n" ); document.write( "x^2=64
\n" ); document.write( "x=8 or -8
\n" ); document.write( "2x is 16 or -16
\n" ); document.write( "product is 128 or -128
\n" ); document.write( "
\n" );