Answer:
T(water)=50.32℃
T(air)=3052.6℃
Explanation:
Hello!
To solve this problem we must use the equation that defines the transfer of heat by convection, which consists of the transport of heat through fluids in this case water and air.
The equation is as follows!

Q = heat
h = heat transfer coefficient
Ts = surface temperature
T = fluid temperature
a = heat transfer area
The surface area of a cylinder is calculated as follows

Where
D=diameter=20mm=0.02m
L=leght=200mm)0.2m
solving

For water
Q=2Kw=2000W
h=5000W/m2K
a=0.01319m^2
Tα=20C

solving for ts


for air
Q=2Kw=2000W
h=50W/m2K
a=0.01319m^2
Tα=20C

Answer:you need a 3d printer
Explanation:
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;
}
Why did you put this on here when you know the answer lol
Answer:
The kinetic energy of A is twice the kinetic energy of B
Explanation: