Answer:
False I'm pretty sure sorry If its wrong
Answer:
The heat of the arc melts the surface of the base metal and the end of the electrode. The electric arc has a temperature that ranges from 3,000 to 20,000 °C
Explanation:
Welding fumes are complex mixtures of particles and ionized gases.
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) the power consumption of the LEDs is 0.25 watt
b) the LEDs drew 0.0555 Amp current
Explanation:
Given the data in the question;
Three AAA Batteries;
<---- 1000mAh [ + -] 1.5 v ------1000mAh [ + -] 1.5 v --------1000mAh [ + -] 1.5 v------
so V_total = 3 × 1.5 = 4.5V
a) the power consumption of the LEDs
I_battery = 1000 mAh / 18hrs { for 18 hrs}
I_battery = 1/18 Amp { delivery by battery}
so consumption by led = I × V_total
we substitute
⇒ 1/18 × 4.5
P = 0.25 watt
Therefore the power consumption of the LEDs is 0.25 watt
b) How much current do the LEDs draw
I_Draw = I_battery = 1/18 Amp = 0.0555 Amp
Therefore the LEDs drew 0.0555 Amp current
Answer:
power developed by the turbine = 6927.415 kW
Explanation:
given data
pressure = 4 MPa
specific enthalpy h1 = 3015.4 kJ/kg
velocity v1 = 10 m/s
pressure = 0.07 MPa
specific enthalpy h2 = 2431.7 kJ/kg
velocity v2 = 90 m/s
mass flow rate = 11.95 kg/s
solution
we apply here thermodynamic equation that
energy equation that is

put here value with
turbine is insulated so q = 0
so here

solve we get
w = 579700 J/kg = 579.7 kJ/kg
and
W = mass flow rate × w
W = 11.95 × 579.7
W = 6927.415 kW
power developed by the turbine = 6927.415 kW