Rank the following compounds from weakest to strongest intermolecular forces. Justify your answer.
1. a. H2S b. I2 c. N2 d. H2O
2. a. H2Se b. H2S c. H2Po d. H2Te
A ball of mass 625.g traveling 4.00 m/s to the right, has an elastic head-on collision with an identical ball which is at rest. Find the final velocity of each ball.
Four charges, q1 =5.00 x10-7C, q2 = -3.00 x10-7 C, q3 = -2.00 x10-7C, q4 = 6.00 x10-7C, are situated at the corners of a square of side 4.00m. Find the potential at the center of the square?
A point charge of 3.0 nC with a mass of 4.0 g is moved from x=1.0m to x= 1.5m in an electric field of 5,0 N/C with the same direction as the motion of the charge. (a) How much work is done on the charge by the electric force? (b) What is the change in the potential energy of the charge? (c) Assuming that the charge started from rest, what is its speed at x=1.5 m?
Write a python function Count_Freq(A) which take a dictionary containing numbers. The function will return a dictionary containing key as a number and value as frequency defining how many times the number is repeating in the dictionary.
Note:
write a code without using counter function?
Example-1
Example-2
Input:
{'V': 10, 'VI': 10, 'VII': 40, 'VIII': 20, 'IX': 70, 'X': 80, 'XI': 40, 'XII': 20}
Output:
({10: 2, 40: 2, 20: 2, 70: 1, 80: 1})
Input:
{'V': 10, 'VI': 10, 'VII': 10, 'VIII': 10, 'IX': 20, 'X': 30, 'XI': 40, 'XII': 20}
Output:
({10: 4, 20: 2, 30: 1, 40: 1})
In a certain city, the daily consumption of electric power, X (in millions of kilowatt hours) is a random variable where X ~ Gamma (α, β) with a mean of 6 and a variance of 12. i) Find α and β. ii) Given a month has 30 days, how many kilowatt hours should we expect the city to consume during the month?
by CodeChum Admin
Let's now try finding a certain digit into an integer! Come and join in on the fun and code with me!
Instructions:
Input
A line containing two integers separated by a space.
1·231214238Output
A line containing a string.
YesCreate a program based on the attached output using the do-while loop. Your program will keep asking the user to choose from the Options. And the program exits until the user selects Exit.
Smear preparation
The free electrons in a metal are gravitationally attracted toward the earth. Why, then, don’t they all settle to the bottom of the conductor, like sediment settling to the bottom of a river?