Evaluate .
Details and Assumptions :
is greater than or equal to .
" " means that the terms are reiterated and nested.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This problem is simpler than how it appears.
Let's focus on each term individually.
Let x = p ( p + 1 ) + p ( p + 1 ) + . . . . This can be represented as x = p ( p + 1 ) + x .
Solving for x leads to x 2 = p ( p + 1 ) + x , which leads to p + 1 as the only valid solution.
Let y = p ( p − 1 ) − p ( p − 1 ) − . . . . This can be represented as y = p ( p − 1 ) − y .
Solving for y leads to y 2 = p ( p − 1 ) − y , which leads to p − 1 as the only valid solution.
Therefore the answer is 2 .