Answer:
power = 49.95 W
and it is self locking screw
Explanation:
given data
weight W = 100 kg = 1000 N
diameter d = 20mm
pitch p = 2mm
friction coefficient of steel f = 0.1
Gravity constant is g = 10 N/kg
solution
we know T is
T = w tan(α + φ )
...................1
here dm is = do - 0.5 P
dm = 20 - 1
dm = 19 mm
and
tan(α) =
...............2
here lead L = n × p
so tan(α) =
α = 3.83°
and
f = 0.1
so tanφ = 0.1
so that φ = 5.71°
and now we will put all value in equation 1 we get
T = 1000 × tan(3.83 + 5.71 )
T = 1.59 Nm
so
power =
.................3
put here value
power =
power = 49.95 W
and
as φ > α
so it is self locking screw
Answer:
<em>Python code is as follows:
</em>
********************************************************************************
#function to get number up to any number of decimal places
def toFixed(value, digits):
return "%.*f" % (digits, value)
print("Enter the price: ", end='', flush=True) #prompt for the input of price
price = float(input()) #taken input
totalCost = price + 0.05 * price #calculating cost
print("Total Cost after the sales tax of 5% is applied: " + toFixed(totalCost,2)) #print and output totalCost
************************************************************************************
Answer:
How must used oil storage containers be marked? Containers and aboveground tanks used to store used oil at generator facilities must be labeled or marked clearly with the words “Used Oil" (40 CFR Section 279.22(c)).
Explanation:
i think it will help you
Answer:
b. A view of a building seen from one side, a flat representation of one façade. This is the most common view used to describe the external appearance of a building.
Explanation:
An elevation is a three-dimensional, orthographic, architectural projection that reveals just a side of the building. It is represented with diagrams and shadows are used to create the effect of a three-dimensional image.
It reveals the position of the building from ground-depth and only the outer parts of the structure are illustrated. Elevations, building plans, and section drawings are always drawn together by the architects.