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:
It will create a massive drag and pretty much stop the motor.
Explanation:
Answer:
# Program is written in python
# 22.1 Using the count method, find the number of occurrences of the character 's' in the string 'mississippi'.
# initializing string
Stringtocheck = "mississippi"
# using count() to get count of s
counter = Stringtocheck.count('s')
# printing result
print ("Count of s is : " + str(counter))
# 2.2 In the string 'mississippi', replace all occurrences of the substring 'iss' with 'ox
# Here, we'll make use of replace() method
# Prints the string by replacing iss by ox
print(Stringtocheck.replace("iss", "ox"))
#2.3 Find the index of the first occurrence of 'p' in 'mississippi'
# declare substring
substring = 'p'
# Find index
index = Stringtocheck.find(substring)
# Print index
print(index)
# End of program
Answer:
Explanation:
Fist you need to identify where the leak is coming from. You can do this by either listening for the leak or spraying soapy water on the exhaust to look for air bubbles coming out of the exhaust. Depending on the spot of the leak there are many ways you can fix this leak.
1. Exhaust clamp
2. Exhaust putty
3. Exhaust tape
4. New exhaust
Exhaust clamp is best used for holes on straight pipes.
Putty is best used on welds or small holes like on exhaust manifolds or welds connecting various pieces like catalytic converters, mufflers, or resonators.
Tape will work best on straight pipes with holes.
New exhaust is for when the thig is beyond repair, like rust.
Now good luck because working on exhausts is a pain.
Answer:
810 g
Explanation:
Mass is the product of density and volume:
m = ρV
m = (8.1 g/cm³)(100 cm³) = 810 g
The mass of the chunk is 810 grams.