Answer:
See explaination
Explanation:
Please kindly check attachment for the step by step and very detailed solution of the given problem
Answer:
(b) False
Explanation:
The specific internal energy of the system does not depend on the path of the process, it is a state function means its depend on only on the initial and the final position it does not depend on the path which it follow in the process.Internal energy is associated with the random motion of the molecules.
So it is false statement as internal energy is not a path function
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:
a) P = 86720 N
b) L = 131.2983 mm
Explanation:
σ = 271 MPa = 271*10⁶ Pa
E = 119 GPa = 119*10⁹ Pa
A = 320 mm² = (320 mm²)(1 m² / 10⁶ mm²) = 3.2*10⁻⁴ m²
a) P = ?
We can apply the equation
σ = P / A ⇒ P = σ*A = (271*10⁶ Pa)(3.2*10⁻⁴ m²) = 86720 N
b) L₀ = 131 mm = 0.131 m
We can get ΔL applying the following formula (Hooke's Law):
ΔL = (P*L₀) / (A*E) ⇒ ΔL = (86720 N*0.131 m) / (3.2*10⁻⁴ m²*119*10⁹ Pa)
⇒ ΔL = 2.9832*10⁻⁴ m = 0.2983 mm
Finally we obtain
L = L₀ + ΔL = 131 mm + 0.2983 mm = 131.2983 mm
Answer:
over a rive or fast moving water or canyon
Explanation: you would use a suspension bridge in an area where you can't put supports down.