If a number is in a form of - 100p+10q+r + 100r+10q+p Then by which variable it would definately be divisible? And why? Given p,q,r are consecutive numbers.
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.
First of all I wanted an expression with just 1 variable.
Since they are consecutive we can say q=p+1 and r=p+2.
Substituting and expanding gives us 222p +222 or 222(p+1).
We know q=p+1 so q is definitely a factor and we can't say for certain that p or r are factors.