Let there be a number of five digits "N". 1 is added at the end of N to create a new number M. 1 is added before N to create a number O. If M=3*O ,Find the digital root of N.
Note- Digital root indicates digital sum operation repeated till there is a single digit answer obtained
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.
Why have you taken N = 1 0 x in first line and written O = 1 0 0 0 0 0 + x in the fifth line ?? I think O should be 1 ( 1 0 x ) . Please correct me . I think it should only me N = x in the first line.
The number is 42857
1 4 2 8 5 7 × 3 = 4 2 8 5 7 1
But the answer is 8...? How?
Log in to reply
The number is 4 2 8 5 7 .
But the question asks for digital root i . e sum of digits till you reach a single digit, so digital root would be 4 + 2 + 8 + 5 + 7 = 2 6 , further 2 + 6 = 8 .
Problem Loading...
Note Loading...
Set Loading...
Let N = abcde = x ;
N1 = M ;
1N = O ;
M= 10x + 1
O= 100000 + x
A.T.Q.
3*O = M
300000 + 3x = 10x + 1
299999 = 7x
x = 42857
Digital root = 4+2+8+5+7 = 2+6 = 8