Answer:
See explanation
Explanation:
Given:
Initial pressure,
p
1
=
15
psia
Initial temperature,
T
1
=
80
∘
F
Final temperature,
T
2
=
200
∘
F
Find the gas constant and specific heat for carbon dioxide from the Properties Table of Ideal Gases.
R
=
0.04513
Btu/lbm.R
C
v
=
0.158
Btu/lbm.R
Find the work done during the isobaric process.
w
1
−
2
=
p
(
v
2
−
v
1
)
=
R
(
T
2
−
T
1
)
=
0.04513
(
200
−
80
)
w
1
−
2
=
5.4156
Btu/lbm
Find the change in internal energy during process.
Δ
u
1
−
2
=
C
v
(
T
2
−
T
1
)
=
0.158
(
200
−
80
)
=
18.96
Btu/lbm
Find the heat transfer during the process using the first law of thermodynamics.
q
1
−
2
=
w
1
−
2
+
Δ
u
1
−
2
=
5.4156
+
18.96
q
1
−
2
=
24.38
Btu/lbm
Answer:
The correct answer will be "400.4 N". The further explanation is given below.
Explanation:
The given values are:
Mass of truck,
m = 600 kg
g = 9.8 m/s²
On equating torques at the point O,
⇒
So that,
On putting the values, we get
⇒ 
⇒ 
Answer:
Pressure = 115.6 psia
Explanation:
Given:
v=800ft/s
Air temperature = 10 psia
Air pressure = 20F
Compression pressure ratio = 8
temperature at turbine inlet = 2200F
Conversion:
1 Btu =775.5 ft lbf,
= 32.2 lbm.ft/lbf.s², 1Btu/lbm=25037ft²/s²
Air standard assumptions:
= 0.0240Btu/lbm.°R, R = 53.34ft.lbf/lbm.°R = 1717.5ft²/s².°R 0.0686Btu/lbm.°R
k= 1.4
Energy balance:
As enthalpy exerts more influence than the kinetic energy inside the engine, kinetic energy of the fluid inside the engine is negligible
hence 

= 20+460 = 480°R
= 533.25°R
Pressure at the inlet of compressor at isentropic condition

=
= 14.45 psia
Answer:
#include <iostream>
#include <string>
using namespace std;
bool isPalindrome(string str)
{
int length = str.length();
for (int i = 0; i < length / 2; i++)
{
if (tolower(str[i]) != tolower(str[length - 1 - i]))
return false;
}
return true;
}
int main()
{
string s[6] = {"madam", "abba", "22", "67876", "444244", "trymeuemyrt"};
int i;
for(i=0; i<6; i++)
{
//Testing function
if(isPalindrome(s[i]))
{
cout << "\n " << s[i] << " is a palindrome... \n";
}
else
{
cout << "\n " << s[i] << " is not a palindrome... \n";
}
}
return 0;
}
Independent auto lots usually have <u>higher</u> finance rates than dealerships
<u>Explanation:</u>
The finance rates that are charged by the dealers are lower than the finance charges that are charged by the independent auto. In case if you are getting financed through dealerships, you can also negotiate with them to charge finance rates and lower the charges of the finance.
But this negotiation and lowering of the finance rates is not possible with the independent auto lots and thus they charge higher rates compared to the dealerships.