Answer:41.67kW
Explanation: a) power = force * velocity
Convert km/hr to m/s=1000m/(60×60s)
=1000/3600
P=F×vel
Power =1500×100× 1000/3600
=1500×100×5/18
=41,666.67W
=41.67kW
Answer:
Outdoors
Explanation:
Construction workers perform outdoors.
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:
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:
Styrene is a vinyl monomer in which there is a carbon carbon double bond.
The polymerization of the styrene, which is initiated by using a free radical which reacts with the styrene and the compound thus forms react again and again to form polystyrene (PS).
The equation is shown below as:
⇒ ![\begin{matrix}&C_6H_5 \\&|\\ -[-H_2C & -CH-]-_n\end{matrix}](https://tex.z-dn.net/?f=%5Cbegin%7Bmatrix%7D%26C_6H_5%20%5C%5C%26%7C%5C%5C%20-%5B-H_2C%20%26%20-CH-%5D-_n%5Cend%7Bmatrix%7D)