Answer:

Explanation:
Reynolds number:
Reynolds number describe the type of flow.If Reynolds number is too high then flow is called turbulent flow and Reynolds is low then flow is called laminar flow .
Reynolds number is a dimensionless number.Reynolds number given is the ratio of inertia force to the viscous force.

For plate can be given as

Where ρ is the density of fluid , v is the average velocity of fluid and μ is the dynamic viscosity of fluid.
Flow on plate is a external flow .The values of Reynolds number for different flow given as


Answer:
See explaination
Explanation:
#include <iostream>
#include<string.h>
using namespace std;
bool isPalindrome(string str, int lower, int upper){
if(str.length() == 0 || lower>=upper){
return true;
}
else{
if(str.at(lower) == str.at(upper)){
return isPalindrome(str,lower+1,upper-1);
}
else{
return false;
}
}
}
int main(){
string input;
cout<<"Enter string: ";
cin>>input;
if(isPalindrome(input,0,input.length()-1)){
cout<<input<<" is a palindrome"<<endl;
}
else{
cout<<input<<" is NOT a palindrome"<<endl;
}
return 0;
}
Answer:

Explanation:
Given that
L= 50 m
Pressure drop = 130 KPa
For Copper tube is 3/4 standard type K drawn tube
Outside diameter=22.22 mm
Inside diameter=18.92 mm
Dynamic viscosity for kerosene

Pressure difference given as

Where
L is length of tube
μ is dynamic viscosity
Q is volume flow rate
d is inner diameter of tube
ΔP is pressure drop
Now by putting the values



So flow rate is 
Answer:
A guild are an association of skilled merchants, craftsmen and artisans that provide support and protection for their members and push their professional interest forward and further their craft
Because the guild guild members mainly gained their skill through knowledge passed to them by their family bloodlines, other unskilled workers were by not being schooled on the craft and by family tradition not allowed to join a guild based on the nature knowledge transfer the guild members have which is mainly several generations of family trade trainings
Explanation: