Yahoo India Web Search

Search results

  1. Light of wavelength 6000 Armstrong in air enters a medium of refractive index of 1.5 . What are the wavelength and frequency of light in that medium? Can you please tell me that why I should take. v=3*10(raised to 8)/6000 Armstrong. Instead I can take v=3*10(raised to 8)/4000 Armstrong , because wavelength of light in that medium is 4000 Armstrong.

  2. An armstrong number in python is a positive integer of base n, and the sum of each digit of the Armstrong number of order n is equal to the number itself. Python Program to check Armstrong Number. For example, let us consider ABC of order ‘n’ then ABC is an Armstrong number if: ABC= An+Bn+Cn

  3. What is an Armstrong number in Python? Armstrong number python is the sum of each digit of the number of order ‘n’ that equals the number itself. Let us take some examples: Find out whether 123 is an Armstrong number or not? Ans: For 123 to be an Armstrong number, the sum of the cubes of each digit of 123 is equal to the number itself. For ...

  4. Nov 26, 2021 · $\begingroup$ First mention of Armstrong number in print that I could find: F. D. Federighi and Edwin D. Reilly, "Computer Science Laboratory Exercises", Schenectady, New York: Reidinger and Reidinger 1971, p. 9: "An n-digit number is an Armstrong number if the sum of the nth power of the digits is equal to the original number.

  5. Verified by Toppr. The angstrom (˙A) is an internationally recognized unit of length equal to 1×10−10m. It is not a part of the S.I. system of units, but it can be considered as a part of the metric system. Was this answer helpful? 7. Similar Questions. Q 1. A solution is a mixture of 0.05 M KCl and 0.05 M N aI.

  6. Python Program to Find Armstrong Number in an Interval Python Program to Check Armstrong Number Python Program to Find the Factorial of a Number Python Program to Print the Fibonacci sequence Python Program to Find the Largest Among Three Numbers Python Program to Display the multiplication Table Python Program to Check if a …

  7. Hydrogen atoms in the ground state are excited by monochromatic radiation of photon energy 12.1 e V.According to Bohr's theory, the spectral lines emitted by hydrogen will be

  8. If 4 times the most probable distance of electron of a 1s orbital in a unielectronic atom /ion is given by 0.529 A ∘ then the atomic number of the unielectronic species will be. [Given: Wave function of 1s orbital, Ψ = ⎷ ( Z 3 π a 3 0 ) e − Z r / a 0 where a 0 = radius of first Bohr's orbital in H - atom = (52.9 pm) and Z is atomic number of unielectronic species]

  9. A hydrogen atom has an orbit which has a diameter of about 16.92 A o.What is the maximum number of electrons that can be accommodated in that orbit?

  10. When no factors of the given number are found, then the number is said to be prime. Source Code: Python Program to check Prime Number. Copy Code. def is_prime (n): if n <= 1: return false. for i in range (2,n): if n % i == 0: return false. return True. count = 0 for n in i range (1, 1000)

  1. People also search for