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:
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
The change in annual cost when Q is increased from 340 to 341 is -1.23 and the instantaneous rate of change when Q = 340 is -1.25
<h3>How to find the Instantaneous rate of change?</h3>
The annual inventory cost C for a manufacturer is given as;
C = (1012000/Q) + 7.5Q
where Q is the order size when the inventory is replenished.
Now, the change in C can be calculated by evaluating the cost function at Q = 340 and Q = 341
Change in C = [1,012,000/341 + 7.5*341] - [1,012,000/340 + 7.5*340] ≈ -1.23
Instantaneous rate of change in C is first order derivative C':
C'(Q) = -1,012,000/(Q²) + 7.5
C'(340) = -1,012,000/(340²) + 7.5 ≈ -1.25
Read more about Instantaneous rate of change at; brainly.com/question/14666106
#SPJ1
Answer:
Impossible.
Explanation:
The ideal Coefficient of Performance is:


The real Coefficient of Performance is:


Which leads to an absurds, since the real Coefficient of Performance must be equal to or lesser than ideal Coefficient of Performance. Then, the cycle is impossible, since it violates the Second Law of Thermodynamics.