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 correct option is;
c. the exergy of the tank can be anything between zero to P₀·V
Explanation:
The given parameters are;
The volume of the tank = V
The pressure in the tank = 0 Pascal
The pressure of the surrounding = P₀
The temperature of the surrounding = T₀
Exergy is a measure of the amount of a given energy which a system posses that is extractable to provide useful work. It is possible work that brings about equilibrium. It is the potential the system has to bring about change
The exergy balance equation is given as follows;
Where;
X₂ - X₁ is the difference between the two exergies
Therefore, the exergy of the system with regards to the environment is the work received from the environment which at is equal to done on the system by the surrounding which by equilibrium for an empty tank with 0 pressure is equal to the product of the pressure of the surrounding and the volume of the empty tank or P₀ × V less the work, exergy destroyed, while taking into consideration the change in heat of the system
Therefore, the exergy of the tank can be anything between zero to P₀·V.
Answer:
230.4W
Explanation:
Heat transfer by conduction consists of the transport of energy in the form of heat through solids, in this case a jacket.
the equation is as follows
Where
Q=heat
k=conductivity=0.04
A=Area=1.8m^2
T2=33C
T1=1C
L=thickness=1cm=0.01m
Q=230.4W
the skier loses heat at the rate of 230.4W