Answer:
Absolute Pressure=315.06256 kPa
Explanation:
Gauge pressure= 31 psi
Atmospheric Pressure at Sea level= 1 atm=101.325 kPa

Answer:
a. Solid length Ls = 2.6 in
b. Force necessary for deflection Fs = 67.2Ibf
Factor of safety FOS = 2.04
Explanation:
Given details
Oil-tempered wire,
d = 0.2 in,
D = 2 in,
n = 12 coils,
Lo = 5 in
(a) Find the solid length
Ls = d (n + 1)
= 0.2(12 + 1) = 2.6 in Ans
(b) Find the force necessary to deflect the spring to its solid length.
N = n - 2 = 12 - 2 = 10 coils
Take G = 11.2 Mpsi
K = (d^4*G)/(8D^3N)
K = (0.2^4*11.2)/(8*2^3*10) = 28Ibf/in
Fs = k*Ys = k (Lo - Ls )
= 28(5 - 2.6) = 67.2 lbf Ans.
c) Find the factor of safety guarding against yielding when the spring is compressed to its solid length.
For C = D/d = 2/0.2 = 10
Kb = (4C + 2)/(4C - 3)
= (4*10 + 2)/(4*10 - 3) = 1.135
Tau ts = Kb {(8FD)/(Πd^3)}
= 1.135 {(8*67.2*2)/(Π*2^3)}
= 48.56 * 10^6 psi
Let m = 0.187,
A = 147 kpsi.inm^3
Sut = A/d^3 = 147/0.2^3 = 198.6 kpsi
Ssy = 0.50 Sut
= 0.50(198.6) = 99.3 kpsi
FOS = Ssy/ts
= 99.3/48.56 = 2.04 Ans.
Answer:
False
Explanation:
its self explanatory. a tracter pulls the equipment, so why power the equipment? the tracter is giving it free energy.
Answer:
The following program is in C++.
#include <bits/stdc++.h>
using namespace std;
void lastChars(string s)
{
int l=s.length();
if(l!=0)
{
cout<<"The last character of the string is: "<<s[l-1];
}
}
int main() {
string s;//declaring a string..
getline(cin,s);//taking input of the string..
lastChars(s);//calling the function..
return 0;
}
Input:-
Alex is going home
Output:-
The last character of the string is: e
Explanation:
In the function lastChars() there is one argument that is a string.I have declared a integer variable l that stores the length of the string.If the length of the string is not 0.Then printing the last character of the string.In the main function I have called the function lastChars() with the string s that is prompted from the user.
The condenser is a device which is used thermal power plants to change the phase of the steam to liquid by releasing the latent heat to the surroundings.
The condenser in the Rankine cycle rejects heat to the surrounding or the flowing fluid at the constant pressure