Answer:
What Is Normal Oil Pressure Temperature? Oil temperatures typically range from 200 degrees to 200 degrees Fahrenheit, depending on the weather. The oil pressure ranges from 100psi to 10-15psi depending on the weather at start up.
Explanation:
Answer:
#include<iostream>
int main() {
float num_1, num_2, num_3, num_4, average;
//Taking input for four numbers
std::cout << "Enter first number(integer or floating-point)";
std::cin >> num_1;
std::cout << "Enter second number(integer or floating-point)";
std::cin >> num_2;
std::cout << "Enter third number(integer or floating-point)";
std::cin >> num_3;
std::cout << "Enter fourth number(integer or floating-point)";
std::cin >> num_4;
average= (num_1+num_2+num_3)/3;
// Comparing average with fourth number
if (average==num_4)
{
std::cout << "Equal";
}
return 0;
}
Answer:
c) absolute zero
Explanation:
The fourth principle of thermodynamics posed by the Romanian economist Nicholas Georgescu-Roegen, explains the presence of absolute zero is said that at this temperature the internal molecular movement becomes zero making the internal energy (U) zero, absolute zero is equivalent to -273.15C or 0Kelvin
Given that,
Mass of the object 1, m = 107.01 grams
To find,
Force on the object.
Solution,
The force acting on the object is gravitational force. The force is given by the formula as follow :
F = mg
g is acceleration due to gravity
F = 0.10701 kg × 9.8 m/s²
F = 1.048 N
So, the force acting on object 1 is 1.048 N.