Problema Solution
The left and right page numbers are two consecutive natural numbers whose sum is 341. Find these page numbers.
Answer provided by our tutors
let 'n' represent one number, then 'n+1' represent the next consecutive number
341 = n+n+1
n = 340/2 = 170
the page numbers are 170 and 171