answersLogoWhite

0


Best Answer

yes

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If 153 is the Armstrong number why it is called so?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

To find Armstrong number in java?

/*Program to find whether given no. is Armstrong or not. Example : Input - 153 Output - 1^3 + 5^3 + 3^3 = 153, so it is Armstrong no. */ class Armstrong{ public static void main(String args[]){ int num = Integer.parseInt(args[0]); int n = num; //use to check at last time int check=0,remainder; while(num > 0){ remainder = num % 10; check = check + (int)Math.pow(remainder,3); num = num / 10; } if(check == n) System.out.println(n+" is an Armstrong Number"); else System.out.println(n+" is not a Armstrong Number"); } }


Is 153 a palindrome number?

No. To be a palindrome the number must read the same forwards as backwards. "153" is not the same number as "351" so this is not palindromic!


What is 153 in a fraction?

153 is an integer and so there is no sensible way of writing it as a fraction or mixed number.


Is the Armstrong number why it is called so?

Armstrong numbers are properly termed pluperfect digital invariant (PPDI) numbers. For an n-digit PPDI, the number is equal to the sum of each of its digits raised to the nth power. For example, for n = 3, there is 153 = 1^3 + 5^3 + 3^3 = 1 + 125 + 27. Incidentally, the mathematician G H Hardy stated that there are only four 3-digit PPDIs. He added that, although amusing, "there is nothing in them which appeals to the mathematician".Armstrong numbers are apparently named after a computing lecturer at the University of Rochester named Michael F Armstrong. In the mid 1960s he devised Armstrong numbers as an exercise for his students.


3 consecutive integers have the sum 153?

153/3 = 51The middle number is 51, so the numbers are...50, 51 and 52


What is the square root of 153?

The square root of 153 is an irrational number, so you can't give an exact answer in decimal form, but approximately it would be 12.36931688.


Why did Louis Armstrong play worldwide?

Armstrong was a famous jazz musician, he was called The King of Jazz, so he was called all over the world to play.


What is Billie JOe Armstrong's 2010 phone number?

he is dead so there is no use on his phone number


How do you make 3.06 in to a fraction?

Multiply it by a number which makes it into a whole number but also divide it by that same number, then simplify. Example: I pick 100, so 3.06*100/100 = 306/100. Now we can simplify 306/100 to 153/50, which is its most reduced form, so 3.06 = 153/50.


Is Jonas Armstrong and Joe Armstrong brothers?

No, Jonas Armstrong and Joe Armstrong are not brothers.Jonas Armstrong was born in Dublin, to Irish parents, who then moved to England when he was 6.Joe Armstrong is the son of actor Alun Armstrong; they are British.Armstrong is actually a common name of Irish origin.Scorposis thinks they are still brothers but Jonas Armstrong is still so fit and i am gonna marry him. When i meet him


Is 153 prime?

No because you can divide it by 3. E.g 153 divided by 3 = 51. So 153 is not prime.


Is 153 divisible by 3?

yes for a number to be divisble by 3 you have to add the numbers together and see if you can divide it by 3 evenly 1+5+3= 9 9 can be divided by 3 evenly so that makes the number, 153 divisble by 3