Answer:
a) 3.607 m
b) 1.5963 m
Explanation:
See that attached pictures for explanation.
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: The United States must lead the space race to prevent future wars.
Explanation: Hope this helps
Answer:
The answer is below
Explanation:
Given that:
Diameter (D) = 0.03 mm = 0.00003 m, length (L) = 2.4 mm = 0.0024 m, longitudinal tensile strength
, Fracture strength

a) The critical length (
) is given by:

The critical length (4.5 mm) is greater than the given length, hence th composite can be produced.
b) The volume fraction (Vf) is gotten from the formula:
