document.write( "Question 910276: If the largest of three consecutive even integers is multiplied by 5, the product is 6 less than three times the sum of the firs two integers. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #552386 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! If the largest of three consecutive even integers is multiplied by 5, the product is 6 less than three times the sum of the firs two integers. Find the integers. \n" ); document.write( "---------------- \n" ); document.write( "Use n-2, n & n+2 \n" ); document.write( "--- \n" ); document.write( "5*(n+2) = 3*(n-2+n) - 6 \n" ); document.write( " \n" ); document.write( " |