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 #697077 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Let the integers be x and y \n" ); document.write( "x = 2y \n" ); document.write( "and \n" ); document.write( "x × y = 128 substitute for x: \n" ); document.write( "2y × y = 128 \n" ); document.write( "2y^2 = 128 \n" ); document.write( "y^2 = 64 \n" ); document.write( "x = 8 or x = -8 \n" ); document.write( " |