Answer:
b)false
Explanation:
Rolling is a process in which work piece passes through rolls to produce desired out put of the work piece.Rolling is a metal forming process.
We know that friction force is responsible for motion of work piece between rolls.If friction force is so small at the entrance side then work piece will not enter in the forming zone and forming process will not occurs.So the friction force should be high at the entrance side and low at the exit side.
So given statement is wrong.
Answer:
Using python
num_boys = int(input("Enter number of boys :"))
num_girls = int(input("Enter number of girls :"))
budget = int(input("Enter the number of dollars spent per school year :"))
try:
dollarperstudent = budget/(num_boys+num_girls)
print("Dollar spent per student : "+str(dollarperstudent))#final result
except ZeroDivisionError:
print("unavailable")
Answer:
Explanation:
Products of oil in our everyday life:
(1) Petro-Chemical Feedstock: These are by product of Refining of Oil which it is used extensively to make PET bottles, Paints, Polyester Shirts, Pocket combs e.t.c
(2) Asphalt : Used extensively to make Motor Road, highways
(3) Plastics : we use plastics in our everyday life, this is also a product of Refining of crude oil e.g PVC, Telephone casing, Tapes e.t.c
(4) Lubricating Oil/Grease : This is another product from crude oil Fractional Distillation.
(5) Propane/ Cooking Gas: This is also a product from oil which is used in our everyday life for cooking, grilling etc.
Answer:
hello im new trying to get points
Explanation:
Answer:
ω=314.15 rad/s.
0.02 s.
Explanation:
Given that
Motor speed ,N= 3000 revolutions per minute
N= 3000 RPM
The speed of the motor in rad/s given as
![\omega=\dfrac{2\pi N}{60}\ rad/s](https://tex.z-dn.net/?f=%5Comega%3D%5Cdfrac%7B2%5Cpi%20N%7D%7B60%7D%5C%20rad%2Fs)
Now by putting the values in the above equation
![\omega=\dfrac{2\pi \times 3000}{60}\ rad/s](https://tex.z-dn.net/?f=%5Comega%3D%5Cdfrac%7B2%5Cpi%20%5Ctimes%203000%7D%7B60%7D%5C%20rad%2Fs)
ω=314.15 rad/s
Therefore the speed in rad/s will be 314.15 rad/s.
The speed in rev/sec given as
![\omega=\dfrac{ 3000}{60}\ rad/s](https://tex.z-dn.net/?f=%5Comega%3D%5Cdfrac%7B%203000%7D%7B60%7D%5C%20rad%2Fs)
ω= 50 rev/s
It take 1 sec to cover 50 revolutions
That is why to cover 1 revolution it take
![\dfrac{1}{50}=0.02\ s](https://tex.z-dn.net/?f=%5Cdfrac%7B1%7D%7B50%7D%3D0.02%5C%20s)