Answer:
Hello your question is incomplete attached below is the complete question
Answer : Factor of safety for point A :
i) using MSS
(Fos)MSS = 3.22
ii) using DE
(Fos)DE = 3.27
Factor of safety for point B
i) using MSS
(Fos)MSS = 3.04
ii) using DE
(Fos)DE = 3.604
Explanation:
Factor of safety for point A :
i) using MSS
(Fos)MSS = 3.22
ii) using DE
(Fos)DE = 3.27
Factor of safety for point B
i) using MSS
(Fos)MSS = 3.04
ii) using DE
(Fos)DE = 3.604
Attached below is the detailed solution
Hopefully that helps you out and is this for history or science?
Answer:
B
Explanation:
Low beams should only be used when fog and rain is present, as high beams can cause a dangerous glare to you and other drivers. You should also use your fog lights, but not every vehicle has them.
Answer:
See explaination and attachment.
Explanation:
Iteration method is a repetitive method applied until the desired result is achieved.
Let the given equation be f(x) = 0 and the value of x to be determined. By using the Iteration method you can find the roots of the equation. To find the root of the equation first we have to write equation like below
x = pi(x)
Let x=x0 be an initial approximation of the required root α then the first approximation x1 is given by x1 = pi(x0).
Similarly for second, thrid and so on. approximation
x2 = pi(x1)
x3 = pi(x2)
x4 = pi(x3)
xn = pi(xn-1).
please go to attachment for the step by step solution.
Answer:
int()
Explanation:
float() is using decimals, so that can't be it, like float(input( "how much does this cost?"))
print() is used to print something, not a user asking, like print("hello")
string() means like a whole, like string( I am good)
By elimination, int() is correct.
Hope this helps!