Answer:
mL/s
Explanation:
Given :
The flow is incompressible viscous flow.
The initial flow rate,
= 1 mL/s
Initial diameter, 
Initial length, 
The initial pressure difference to maintain the flow, 
We know for a viscous flow,







∴
mL/s
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:
IT IS SIMPLE LIKE HENRY FORD MADE THIS OPTION POSSIBLE
Explanation:
In physics and mechanics, torque is the rotational equivalent of linear force. It is also referred to as the moment, moment of force, rotational force or turning effect, depending on the field of study. The concept originated with the studies by Archimedes of the usage of levers