Answer:
right answer is option no d
Answer:Antifreeze/coolant
Explanation: keeps your engine cool in warm weather and keeps it from freezing up in the winter. A 50-50 mix of full strength coolant and water generally protects to around -30 degrees Fahrenheit. Make sure you check with the supplier or your owner's manual for the correct formulation
Answer:
835,175.68W
Explanation:
Calculation to determine the required power input to the pump
First step is to calculate the power needed
Using this formula
P=V*p*g*h
Where,
P represent power
V represent Volume flow rate =0.3 m³/s
p represent brine density=1050 kg/m³
g represent gravity=9.81m/s²
h represent height=200m
Let plug in the formula
P=0.3 m³/s *1050 kg/m³*9.81m/s² *200m
P=618,030 W
Now let calculate the required power input to the pump
Using this formula
Required power input=P/μ
Where,
P represent power=618,030 W
μ represent pump efficiency=74%
Let plug in the formula
Required power input=618,030W/0.74
Required power input=835,175.68W
Therefore the required power input to the pump will be 835,175.68W
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
Explanation:
Thermodynamics system :
Thermodynamics system is a region or space in which study of matters can be done.The system is separated from surroundings by a boundary this boundary maybe flexible or fixed it depends on situations.The out side the system is called surroundings.
Generally thermodynamics systems are of three types
1.Closed system(control mass system)
Only energy transfer take place ,no mass transfer take place.
2.Open system(control volume system)
Both mass as well as energy transfer take place.
3.Isolated system
Neither mass or nor energy transfer take place.
At steady state ,property is did not changes with respect to time.