Find all pairs of consecutive even positive integers,both of which are larger than 5,such that their sum is less than 23.
Le x be the smaller of the two consecutive even positive integers.
Then the other even integer is x+2.
It is given that both the even integers are greater than 5 and their sum is less than 23.
∴ x>5 and,x+x+2<23⇒ x>5 and 2x<21⇒ x>5 and x<212⇒ 5<x<212=10.5⇒ x=6,8,10 [∵ x is an even integer]Hence,the required pairs of odd natural integers are (6,8),(8,10)~and~(10,12).