document.write( "Question 910469: In a pair of consecutive even integers, the sum of 3 times the 1st number and 22 is the same as 4 times the 2nd number. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #552517 by ewatrrr(24785) You can put this solution on YOUR website! a pair of consecutive even integers: x and (x+2) \n" ); document.write( "3x + 22 = 4(x+2) \n" ); document.write( "14 = x \n" ); document.write( "the pair of consecutive even integers is: 14, 16 \n" ); document.write( "And checking... \n" ); document.write( "64 = 4(16) \n" ); document.write( " |