Answer:The distinction between a permanent magnet and an electromagnet is essentially one in how the field is created, not the properties of the field afterwards. So electromagnets still have two poles, still attract ferromagnetic materials, and still have poles that repel other like poles and attract unlike poles.
Explanation:
Number three number three number three I’m not 100% sure though
Answer: Option D) 298 g/mol is the correct answer
Explanation:
Given that;
Mass of sample m = 13.7 g
pressure P = 2.01 atm
Volume V = 0.750 L
Temperature T = 399 K
Now taking a look at the ideal gas equation
PV = nRT
we solve for n
n = PV/RT
now we substitute
n = (2.01 atm x 0.750 L) / (0.0821 L-atm/mol-K x 399 K
)
= 1.5075 / 32.7579
= 0.04601 mol
we know that
molar mass of the compound = mass / moles
so
Molar Mass = 13.7 g / 0.04601 mol
= 297.7 g/mol ≈ 298 g/mol
Therefore Option D) 298 g/mol is the correct answer
Explanation:
First of all get the input from the user, number of rows and number of columns where rows represents seat digit number and column represents the seat letter
rows is initialized to 1 to ensure that row starts at 1 or you can remove it then seat number will start from 0.
The first loop is used for digits starting from 1 to number of rows
The second loop is used for letters starting from 1 to number of columns
since rows and cols are not of the same type that's why we are converting the int type to string type
print(str(rows)+cols) counter will keep updating the columns A, B, C.....
rows= rows + 1 counter will keep updating the rows 1, 2, 3....
Code:
Please refer to the attached image.
Output:
Please enter the number of rows: 2
Please enter the number of columns: 3
1A
1B
1C
2A
2B
2C
Answer: Create lessons learned at the end of the project.
Explanation:
Lessons learned are the experiences that are gotten from a project which should be taken into account for the future projects. Lesson learned are created at the end of the project.
The main objective of the lessons learned is that they show both the positive experience and the negative experience of a project and this will help the future projects that will be undertaken.