Answer:
90
Explanation:
mean is basically taking the sum of all numbers and then dividing the sum with the number of all given numbers..
here, the mean is 9, total numbers are 10.. so the sum will be 9 multiplied by 10, that is 90.
Answer:
The Answer and Explanation is in the folloing attachment
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;
}
Answer: 383.22K
Explanation:
L = 3m, w = 1.5m
Area A = 3 x 1.5 = 4.5m2
Q' = 750W/m2 (heat from sun) ,
& = 0.87
Q = &Q' = 0. 87x750 = 652.5W/m2
E = QA = 652.5 x 4.5 = 2936.25W
T(sur) = 300K, T(panel) = ?
Using E = §€A(T^4(panel) - T^4(sur))
§ = Stefan constant = 5.7x10^-8
€ = emmisivity = 0.85
2936.25 = 5.7x10^-8 x 0.85 x 4.5 x (T^4(panel) - 300^4)
T(panel) = 383.22K
See image for further details.
Answer:
d
Explanation:
is the because that's the amount of work in making machine can do producing heat