Answer:
a.) -147V
b.) -120V
c.) 51V
Explanation:
a.) Equation for potential difference is the integral of the electrical field from a to b for the voltage V_ba = V(b)-V(a).
b.) The problem becomes easier to solve if you draw out the circuit. Since potential at Q is 0, then Q is at ground. So voltage across V_MQ is the same as potential at V_M.
c.) Same process as part b. Draw out the circuit and you'll see that the potential a point V_N is the same as the voltage across V_NP added with the 2V from the other box.
Honestly, these things take practice to get used to. It's really hard to explain this.
Answer:
public static int average(int j, int k) {
return (int)(( (long)(i) + (long)(j) ) /2 );
}
Explanation:
The above code returns the average of two integer variables
Line 1 of the code declares a method along with 2 variables
Method declared: average of integer data type
Variables: j and k of type integer, respectively
Line 2 calculates the average of the two variables and returns the value of the average.
The first of two integers to average is j
The second of two integers to average is k
The last parameter ensures average using (j+k)/2
Answer:
(a) 2.39 MPa (b) 3.03 kJ (c) 3.035 kJ
Explanation:
Solution
Recall that:
A 10 gr of air is compressed isentropically
The initial air is at = 27 °C, 110 kPa
After compression air is at = a450 °C
For air, R=287 J/kg.K
cv = 716.5 J/kg.K
y = 1.4
Now,
(a) W efind the pressure on [MPa]
Thus,
T₂/T₁ = (p₂/p₁)^r-1/r
=(450 + 273)/27 + 273) =
=(p₂/110) ^0.4/1.4
p₂ becomes 2390.3 kPa
So, p₂ = 2.39 MPa
(b) For the increase in total internal energy, is given below:
ΔU = mCv (T₂ - T₁)
=(10/100) (716.5) (450 -27)
ΔU =3030 J
ΔU =3.03 kJ
(c) The next step is to find the total work needed in kJ
ΔW = mR ( (T₂ - T₁) / k- 1
(10/100) (287) (450 -27)/1.4 -1
ΔW = 3035 J
Hence, the total work required is = 3.035 kJ
I don’t know what you mean by that
Answer:
An artificial Christmas tree is an artificial pine or fir tree manufactured for the specific purpose of use as a Christmas tree. The earliest artificial Christmas trees were wooden, tree-shaped pyramids or feather trees, both developed by Germans. Most modern trees are made of polyvinyl chloride (PVC) but many other types of trees have been and are available, including aluminum Christmas trees and fiber-optic illuminated Christmas trees.
Explanation: