Ask Question - Get Answer

1 Ans Armstrong Number - Palindrome Number - Fibonacci Number - Perfect Number definition example

Asked by Birds of the sky (2 Golds) Monday, 15 Jun 2020, 10:34 PM at (Education Engineering)

Please log in to answer, like and save
0
Save 0

<<< Previous
Log in to Answer Next >>>

Answer(s):

 1. Armstrong number:

1, 153, 307, 370, 371, 407


153 = 1^3 + 5^3+ 3^3

371 = 3^3 + 7^3 + 1^3



2. Palindrome number:

11, 22,.....121,....343,.... 1221 etc.

Input number and reverse number is same.



3. Perfect number:

6, 28, 496, 8128


6=1+2+3

28=1+2+4+7+14

[If the divisor's(except that number) summation makes that number]



4. Fibonacci number:

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55.....


Here, 

0+1=1

1+1=2

1+2=3

3+5=8

...........

Answered by Birds of the sky (2 Golds) Monday, 15 Jun 2020, 10:37 PM

Please log in to Upvote, Downvote and Report
           

Related Q/A:

1 Ans Write about Operating system?

1 Ans What is virtual memory?

1 Ans Understanding Huffman Coding - the easiest way to construct Huffman tree

1 Ans What is BIOS in a computer system ?

2 Ans How to add or remove www from a domain URL?

1 Ans What is the goal of SRS communication tool?

1 Ans Classification of Computers

1 Ans Which is the most famous web developing site online?

2 Ans SRS meaning?

1 Ans Armstrong Number - Palindrome Number - Fibonacci Number - Perfect Number definition example