Answer:
<u><em>To answer this question we assumed that the area units and the thickness units are given in inches.</em></u>
The number of atoms of lead required is 1.73x10²³.
Explanation:
To find the number of atoms of lead we need to find first the volume of the plate:

<u>Where</u>:
A: is the surface area = 160
t: is the thickness = 0.002
<u><em>Assuming that the units given above are in inches we proceed to calculate the volume: </em></u>
Now, using the density we can find the mass:

Finally, with the Avogadros number (
) and with the atomic mass (A) we can find the number of atoms (N):
Hence, the number of atoms of lead required is 1.73x10²³.
I hope it helps you!
Answer:
sum2 = 0
counter = 0
lst = [65, 78, 21, 33]
while counter < len(lst):
sum2 = sum2 + lst[counter]
counter += 1
Explanation:
The counter variable is initialized to control the while loop and access the numbers in <em>lst</em>
While there are numbers in the <em>lst</em>, loop through <em>lst</em>
Add the numbers in <em>lst</em> to the sum2
Increment <em>counter</em> by 1 after each iteration
Explanation:
Clearance:
For easy matching and dis matching of hole and shaft we use size of hole little bit more than the size of shaft and this difference in size is called clearance.
Backlash:
It is the clearance between the two mating gear to avoids failure of gears.Actually when temperature of gears increases then at the same time the size of gear also increases ,due this there is a possibility foe jamming of gears so to avoids this backlash is provides.
Interference:
When two gears are matting then addendum of one gear inters into the deddendum of another gear and due to this gears get jam .This phenomenon is called interference.
Answer:
Engineering Controls. The best engineering controls to prevent heat-related illness is to make the work environment cooler and to reduce manual workload with mechanization. A variety of engineering controls can reduce workers' exposure to heat: Air conditioning, Increased general ventilation
, Cooling fans
, Local exhaust ventilation at points of high heat production or moisture, Reflective shields to redirect radiant heat
, Insulation of hot surfaces Elimination of steam leaks
, Cooled seats or benches for rest breaks
, Use of mechanical equipment to reduce manual work, Misting fans that produce a spray of fine water droplets.
Hope this helped you!
Explanation:
Answer:
a. True
Explanation:
A system may be sometimes casual, time invariant, memoryless, stable and linear in particular.
Thus the answer is true.
A system is casual when the output of the system at any time depends on the input only at the present time and in the past.
A system is said to be memoryless when the output for each of the independent variable at some given time is fully dependent on the input only at that particular time.
A system is linear when it satisfies the additivity and the homogeneity properties.
A system is called time invariant when the time shift in the output signal will result in the identical time shift of the output signal.
Thus a system can be time invariant, memoryless, linear, casual and stable.