Answer:
The value of v2 in each case is:
A) V2=3v for only Vs1
B) V2=2v for only Vs2
C) V2=5v for both Vs1 and Vs2
Explanation:
In the attached graphic we draw the currents in the circuit. If we consider only one of the batteries, we can consider the other shorted.
Also, what the problem asks is the value V2 in each case, where:

If we use superposition, we passivate a battery and consider the circuit affected only by the other battery.
In the first case we can use an equivalent resistance between R2 and R3:

And


In the second case we can use an equivalent resistance between R2 and (R1+R4):

And


If we consider both batteries:

Answer:
The head loss in Psi is 0.390625 psi.
Explanation:
Fluid looses energy in the form of head loss. Fluid looses energy in the form of head loss when passes through the valve as well.
Given:
Factor cv is 48.
Flow rate of water is 30 GPM.
GPM means gallon per minute.
Calculation:
Step1
Expression for head loss for the water is given as follows:

Here, cv is valve coefficient, Q is flow rate in GPM and h is head loss is psi.
Step2
Substitute 48 for cv and 30 for Q in above equation as follows:


h = 0.390625 psi.
Thus, the head loss in Psi is 0.390625 psi.
Complete Question
The complete question is shown on the first uploaded image
Answer:
The probability is 
Explanation:
The explanation is shown on the second and third uploaded image
Let “w” and “L” be the width and length of the rectangle. “p” and “a” are perimeter and area
For python,
w=int(input(“width”))
l=int(input(“length”))
a= w*l
p=2*w+2*l
print(str(a), str(p)