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
Answer:
class TriangleNumbers
{
public static void main (String[] args)
{
for (int number = 1; number <= 10; ++number) {
int sum = 1;
System.out.print("1");
for (int summed = 2; summed <= number; ++summed) {
sum += summed;
System.out.print(" + " + Integer.toString(summed));
}
System.out.print(" = " + Integer.toString(sum) + '\n');
}
}
}
Explanation:
We need to run the code for each of the 10 lines. Each time we sum numbers from 1 to n. We start with 1, then add numbers from 2 to n (and print the operation). At the end, we always print the equals sign, the sum and a newline character.
Answer:
Explanation:
In order to keep your car running at its best, it’s important to keep up with routine maintenance and inspections. By properly maintaining your vehicle, you’ll reduce future repair costs, optimize your car’s performance, maintain its value and extend its life. Here are some regular maintenance needs to keep in mind for your vehicle:
Answer:
I need some more point and i do not understand your question
Explanation: