Find all pairs if consecutive odd positive integers,both of which are smaller than 10,such that their sum is more than 11.
Let x be the smaller of the two consecutive odd positive integers.Then the other odd integer is x+2.
It is given that both the integers are smaller than 10 and their sum is more than 11.
∴ x+2<10 and,x+(x+2)>11⇒ x<10−2 and 2x+2>11⇒ x<8 and 2x>9⇒ x<8 and x>92⇒ 92<x<8⇒ x=5,7 [∴ x is an odd integer]Hence,the required pairs of odd integers are (5,7) and (7,9).