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
Explanation:
thermal expansion ∝L = (δL/δT)÷L ----(1)
δL = L∝L + δT ----(2)
we have δL = 12.5x10⁻⁶
length l = 200mm
δT = 115°c - 15°c = 100°c
putting these values into equation 1, we have
δL = 200*12.5X10⁻⁶x100
= 0.25 MM
L₂ = L + δ L
= 200 + 0.25
L₂ = 200.25mm
12.5X10⁻⁶ *115-15 * 20
= 0.025
20 +0.025
D₂ = 20.025
as this rod undergoes free expansion at 115°c, the stress on this rod would be = 0
Answer:
False
Explanation:
The government decides the productions.
Answer:
Realigning the mirror
Explanation:
mirrors should be aligned to minimize blind spots, not look at the tires.