Answer:
Newton per square meter (N/m2)
Explanation:
Required
Unit of ultimate tensile strength
Ultimate tensile strength (U) is calculated using:

The units of force is N (Newton) and the unit of Area is m^2
So, we have:

or

<em>Hence: (c) is correct</em>
Answer:
a) The final equilibrium temperature is 83.23°F
b) The entropy production within the system is 1.9 Btu/°R
Explanation:
See attached workings
Answer: preventive maintenance
Explanation:
Answer:
// Program is written in C++
// Comments are used to explain some lines
// Only the required function is written. The main method is excluded.
#include<bits/stdc++.h>
#include<iostream>
using namespace std;
int divSum(int num)
{
// The next line declares the final result of summation of divisors. The variable declared is also
//initialised to 0
int result = 0;
// find all numbers which divide 'num'
for (int i=2; i<=(num/2); i++)
{
// if 'i' is divisor of 'num'
if (num%i==0)
{
if (i==(num/i))
result += i; //add divisor to result
else
result += (i + num/i); //add divisor to result
}
}
cout<<result+1;
}
Explanation:
perturbateur ( le temps, le lieu, les personnages[description], la victime, l'enqueteur )
les peripeties
le denouement