document.write( "Question 947750: The product of two consecutive even integers is equal to 6 times the first. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #578362 by Alan3354(69443) You can put this solution on YOUR website! The product of two consecutive even integers is equal to 6 times the first. Find the numbers. \n" ); document.write( "---------------- \n" ); document.write( "n*(n+2) = n*6 \n" ); document.write( "n+2 = 6 \n" ); document.write( " |