(a) The number of vacancies per cubic centimeter is 1.157 X 10²⁰
(b) ρ = n X (AM) / v X Nₐ
<u>Explanation:</u>
<u />
Given-
Lattice parameter of Li = 3.5089 X 10⁻⁸ cm
1 vacancy per 200 unit cells
Vacancy per cell = 1/200
(a)
Number of vacancies per cubic cm = ?
Vacancies/cm³ = vacancy per cell / (lattice parameter)³
Vacancies/cm³ = 1 / 200 X (3.5089 X 10⁻⁸cm)³
Vacancies/cm³ = 1.157 X 10²⁰
Therefore, the number of vacancies per cubic centimeter is 1.157 X 10²⁰
(b)
Density is represented by ρ
ρ = n X (AM) / v X Nₐ
where,
Nₐ = Avogadro number
AM = atomic mass
n = number of atoms
v = volume of unit cell
Hi, you haven't provided the programing language in which you need the code, I'll just explain how to do it using Python, and you can apply a similar method for any programming language.
Answer:
1. def pyramid_volume(base_length, base_width, pyramid_height):
2. volume = base_length*base_width*pyramid_height/3
3. return(volume)
Explanation step by step:
- In the first line of code, we define the function pyramid_volume and it's input parameters
- In the second line, we perform operations with the input values to get the volume of the pyramid with a rectangular base, the formula is V = l*w*h/3
- In the last line of code, we return the volume
In the image below you can see the result of calling the function with input 4.5, 2.1, 3.0.
Answer:
1.2727 stokes
Explanation:
specific gravity of fluid A = 1.65
Dynamic viscosity = 210 centipoise
<u>Calculate the kinematic viscosity of Fluid A </u>
First step : determine the density of fluid A
Pa = Pw * Specific gravity = 1000 * 1.65 = 1650 kg/m^3
next : convert dynamic viscosity to kg/m-s
210 centipoise = 0.21 kg/m-s
Kinetic viscosity of Fluid A = dynamic viscosity / density of fluid A
= 0.21 / 1650 = 1.2727 * 10^-4 m^2/sec
Convert to stokes = 1.2727 stokes
Answer:
98°C
Explanation:
Total surface area of cylindrical fin = πr² + 2πrl , r = 0.015m; l= 0.1m; π =22/7
22/7*(0.015)² + 22/7*0.015*0.1 = 7.07 X 10∧-4 + 47.1 X 10∧-4 = (54.17 X 10∧-4)m²
Temperature change, t = (50 - 25)°C = 25°C = 298K
Hence, Temperature = 150 X (54.17 X 10∧-4) X 298/123 = 242.14/124 = 2.00K =
∴ Temperature change = 2.00K
But temperature, T= (373 - 2)K = 371 K
In °C = (371 - 273)K = 98°C