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:
a = 40
b = 29
Explanation:
Give a place holder for the numbers that we don't know.
Lets call the two numbers a and b.
From the given info, we can write an expression and solve it:
"one number is 11 more than another number"
a = 11 + b
from this, we know that a > b.
''three times the larger number exceeds four times the smaller number by 4"
3a = 4b + 4
Now we have 2 equations, we can use them to solve using whatever method you want.
a = 11 + b
3a = 4b + 4
I will be using matrices RREF to solve for this.
a - b = 11
3a - 4b = 4


a = 40
b = 29
Answer:
Elastic modulus of steel = 202.27 GPa
Explanation:
given data
long = 110 mm = 0.11 m
cross section 22 mm = 0.022 m
load = 89,000 N
elongation = 0.10 mm = 1 ×
m
solution
we know that Elastic modulus is express as
Elastic modulus =
................1
here stress is
Stress =
.................2
Area = (0.022)²
and
Strain =
.............3
so here put value in equation 1 we get
Elastic modulus =
Elastic modulus of steel = 202.27 ×
Pa
Elastic modulus of steel = 202.27 GPa
Answer:
if ur mad you may drive faster if ur sad u may drive slower due to the amount of adrenaline and dopamine levels in your body in that given moment
Explanation: