A number is successively divided by 16, 12 and 10 leaving 2, 10 and 8 as remainders respectively. The sum of remainders when order of divisors be reversed is:
Clarification : After dividing the given number by 16, the quotient that I've got from this division is divided by 12 and, then, the quotient that I've got from this second division is divided by 10 to get the respective remainders.
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.
Let the number be n.
n = 16a + 2 (a= quotient) -----------(1)
a = 12b + 10 (b=quotient) -----------(2)
b = 10c + 8 ------------(3)
From (1), (2) and (3), we get
n = 1920c + 1698
When order of divisors is changed,
n/10 = (1920c + 1698)/10
(192c + 169) = quotient and remainder = 8
Now, (192c + 169)/12
(16c + 14) = quotient and remainder = 1
Now, (16c + 14)/16
c = quotient and remainder = 14
So, sum of remainders = 8 + 1 + 14 = 23 which is a prime number.
Note: Transcendental numbers are those numbers which cannot be a solution to a polynomial equation with rational coefficients. eg. π (pi), e (Euler's number), Liouville Constant, etc.