Except the Table of Contents
Answer:

Explanation:
From the question we are told that:
Incremental resistance 
Resistor Feed 
Supply Change 
Generally the equation for voltage rate of change is mathematically given by

Therefore



Answer:
public static int average(int j, int k) {
return (int)(( (long)(i) + (long)(j) ) /2 );
}
Explanation:
The above code returns the average of two integer variables
Line 1 of the code declares a method along with 2 variables
Method declared: average of integer data type
Variables: j and k of type integer, respectively
Line 2 calculates the average of the two variables and returns the value of the average.
The first of two integers to average is j
The second of two integers to average is k
The last parameter ensures average using (j+k)/2
Answer:
Mechanical Efficiency = 83.51%
Explanation:
Given Data:
Pressure difference = ΔP=1.2 Psi
Flow rate = 
Power of Pump = 3 hp
Required:
Mechanical Efficiency
Solution:
We will first bring the change the units of given data into SI units.

Now we will find the change in energy.
Since it is mentioned in the statement that change in elevation (potential energy) and change in velocity (Kinetic Energy) are negligible.
Thus change in energy is

As we know that Mass = Volume x density
substituting the value
Energy = Volume * density x ΔP / density
Change in energy = Volumetric flow x ΔP
Change in energy = 0.226 x 8.274 = 1.869 KW
Now mechanical efficiency = change in energy / work done by shaft
Efficiency = 1.869 / 2.238
Efficiency = 0.8351 = 83.51%
Answer:

Explanation:
The stress experimented by the circular bar is:
![\sigma = \left[\frac{2000\, lbf}{\frac{\pi}{4}\cdot (0.5\,in)^{2}}\right]\cdot \left(\frac{1\,kpsi}{1000\,psi} \right)](https://tex.z-dn.net/?f=%5Csigma%20%3D%20%5Cleft%5B%5Cfrac%7B2000%5C%2C%20lbf%7D%7B%5Cfrac%7B%5Cpi%7D%7B4%7D%5Ccdot%20%280.5%5C%2Cin%29%5E%7B2%7D%7D%5Cright%5D%5Ccdot%20%5Cleft%28%5Cfrac%7B1%5C%2Ckpsi%7D%7B1000%5C%2Cpsi%7D%20%5Cright%29)

The safety factor is:

