๐Ÿ† Challenge! Dare to solve it!๐Ÿ† | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

๐Ÿ† Challenge! Dare to solve it!๐Ÿ†

Given a no. & you have to find its Zno.(e.g no. is 328)Divide the number with its lowest divisor other than 1(here 2), the number left after dividing the number with its lowest divisor, the number say X is obtained(here 164).Then this no. is further divided by its lowest divisor and the process will go on till the no. left is prime no.(here 41)Then all the lowest factors and the no. left are combined to form a no., which is then reversed to get a no.Y(here 14222).HCF of orignal no. and Y gives Zno.(here 2).

15th Oct 2017, 2:41 PM
Lakshay
Lakshay - avatar
8 Answers
15th Oct 2017, 3:15 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 10
Key for help: => No. means number. => Znumber or Zno. is a imaginary name. =>HCF (or GCD) means highest common divisor. It gives the highest no. which is factor of both orignal numbers. =>Let me give you another example: Let the orignal no. be 555. Its lowest divisor is 3. 555/3=185 185/5=37 The no. after combining = 3537 Y=7353 Hcf of 7353 and 555 is 3. i.e Zno.=3 [Actually Challenge is not much hard, So, try to solve it]
15th Oct 2017, 2:51 PM
Lakshay
Lakshay - avatar
+ 9
Hi @Lakshay, I think that I copied your profile's image, so if you want that I change it, please tell me to do this ;) Sorry for my English
27th Oct 2017, 9:51 AM
Mattรฉo
+ 9
Ok. Thank for your answer ๐Ÿ˜Š๐Ÿ˜Š๐Ÿ˜Š
27th Oct 2017, 10:44 AM
Mattรฉo
15th Oct 2017, 6:04 PM
Lakshay
Lakshay - avatar
+ 5
https://code.sololearn.com/c20S80Vmi7q7/?ref=app
28th Oct 2017, 1:18 PM
Saransh Bhatia
Saransh Bhatia - avatar
15th Oct 2017, 4:10 PM
Mostafa Mohmed
Mostafa Mohmed - avatar
+ 3
No need to change. That's ok.
27th Oct 2017, 10:42 AM
Lakshay
Lakshay - avatar