Answer:
//Function is written using C++ Programming Language
// Comments are used for explanatory purpose
// The main method is not included
using namespace std;
// Declare arraySum with two arguments. The first represents the array name while the other
// Represents the number of elements
int arraySum(int arr[], int n)
{
int total = 0; // declare and Initialise total to 0
// Iterate through the array to calculate sum
for (int i = 0; i < n; i++) {
total += arr[i];
}
return total;
}
Answer:
We conclude that the approximate series solution (with only one eigein value) provides systematically high results but by less than 1.5%, for the biot number range from 0.11 to 10. See attached image.
Explanation:
Answer:
The source temperature is 1248 R.
Explanation:
Second law efficiency of the engine is the ratio of actual efficiency to the maximum possible efficiency that is reversible efficiency.
Given:
Temperature of the heat sink is 520 R.
Second law efficiency is 60%.
Actual thermal efficiency is 35%.
Calculation:
Step1
Reversible efficiency is calculated as follows:



Step2
Source temperature is calculated as follows:



T = 1248 R.
The heat engine is shown below:
Thus, the source temperature is 1248 R.