Answer:
5.6 mm
Explanation:
Given that:
A cylindrical tank is required to contain a:
Gage Pressure P = 560 kPa
Allowable normal stress
= 150 MPa = 150000 Kpa.
The inner diameter of the tank = 3 m
In a closed cylinder there exist both the circumferential stress and the longitudinal stress.
Circumferential stress 
Making thickness t the subject; we have


t = 0.0056 m
t = 5.6 mm
For longitudinal stress.



t = 0.0028 mm
t = 2.8 mm
From the above circumferential stress and longitudinal stress; the stress with the higher value will be considered ; which is circumferential stress and it's minimum value with the maximum thickness = 5.6 mm
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:
what are simple machines?
Explanation:
it is 2020 let's be honest all
Answer:
Following is attached the solution or the question given.
I hope it will help you a lot!
Explanation:
Answer:
The Space Needle is a cut away with minimal residual deflection due to load transfer.