1.

Find all pairs of consecutive even positive integers both of which are larger than 8, such that their sum is less than 25.

Answer»

Let x be the smaller of the two consecutive even positive integers, then the other even integer is x + 2. 

Given x > 8 and x + (x + 2) < 25. 

⇒ x > 8, and 2x + 2 < 25. 

⇒ x > 8, 2x < 23 ⇒ x > 8, x < 23/2

⇒ 8 < x < 23/2 ⇒ x = 10, 

∴ the required parity even integers is (10, 12)



Discussion

No Comment Found

Related InterviewSolutions