document.write( "Question 96610: Find four consecutive even integers such that the product of the first and fourth is equal to the square of the second. \n" ); document.write( "
Algebra.Com's Answer #70589 by coyote(32)![]() ![]() ![]() You can put this solution on YOUR website! Start at the beginning and take the fist four even integers \n" ); document.write( " 2 4 6 8 \n" ); document.write( "the product of the first and fourth = square of the second \n" ); document.write( "so 2 * 8 = 16 \n" ); document.write( "and 4 * 4 = 16\r \n" ); document.write( "\n" ); document.write( "So the answer is 2 4 6 8 \n" ); document.write( " |