Answer:

Explanation:
Given that
R=8 ft
Width= 10 ft
We know that hydro statics force given as
F=ρ g A X
ρ is the density of fluid
A projected area on vertical plane
X is distance of center mass of projected plane from free surface of water.
Here
X=8/2 ⇒X=4 ft
A=8 x 10=80 
So now putting the values
F=ρ g A X
F=62.4(32.14)(80)(4)

Answer:
import java.util.Scanner;
public class FindMatchValue {
public static void main (String [] args) {
Scanner scnr = new Scanner(System.in);
final int NUM_VALS = 4;
int[] userValues = new int[NUM_VALS];
int i;
int matchValue;
int numMatches = -99; // Assign numMatches with 0 before your for loop
matchValue = scnr.nextInt();
for (i = 0; i < userValues.length; ++i) {
userValues[i] = scnr.nextInt();
}
/* Your solution goes here */
numMatches = 0;
for (i = 0; i < userValues.length; ++i) {
if(userValues[i] == matchValue) {
numMatches++;
}
}
System.out.println("matchValue: " + matchValue + ", numMatches: " + numMatches);
}
}
Explanation:
1) Wind energy is generated through a wind turbine. When wind passes through the blades of wind mill, the blades of the wind mill tend to rotate. Due to the spinning of the rotor across the turbine, the kinetic energy from the wind is converted to electrical energy
2) Incase of wind energy, the consumption gets higher when there is more wind and would be zero incase of no movement of blades.
Incase of hydroelectric power, the generation is rather stable and consumption depends on the usage of power from the consumers
Incase of gasoline generator, the generation is also stable subject to availability of gasoline and consumption again depends on the usage of power from the consumers
3) Pros of Hydroelectric power
Cost of electricity generation is less
Can produce green energy
Produce mass volume of electricity
Cons of Hydroelectric power
Requires massive initial investement
Can be installed on certain demographical area
Answer:
COP of the heat pump is 3.013
OP of the cycle is 1.124
Explanation:
W = Q₂ - Q₁
Given
a)
Q₂ = Q₁ + W
= 15 + 7.45
= 22.45 kw
COP = Q₂ / W = 22.45 / 7.45 = 3.013
b)
Q₂ = 15 x 1.055 = 15.825 kw
therefore,
Q₁ = Q₂ - W
Q₁ = 15.825 - 7.45 = 8.375
∴ COP = Q₁ / W = 8.375 / 7.45 = 1.124
I think because if you’ve already turned it in they might as well grade asap instead of waiting