The sum of two facing pages of a book is 342.Find the two page numbers.

问题描述:

The sum of two facing pages of a book is 342.Find the two page numbers.

一本书的相贴两页(其实是一张的后一页和下一张的前一页)的页码之和为342,求它们的页码数.
贴和应为奇数,题中是偶数不成立.
设前一页页码为n,后者为n+1,则n + n + 1 = 342
改正后自己做.