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 What is the goal of SRS communication tool?

1 Ans How to install graphics.h in codeblocks - learn easily

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

2 Ans Which Info will we get from IP address? Briefly explain

1 Ans What is a Firmware?

1 Ans Write about Operating system?

1 Ans What is booting? Write the steps of booting.

1 Ans Various Types of errors in C programming

1 Ans MS Word all Keyboard shortcuts Read and share now

1 Ans How to find information from IP address?