Answer:
a) Zero
b) the rate of entropy generation in the system's universe = ds/dt = 0.2603 KW/K
Explanation:
a) In steady state
Net rate of Heat transfer = net rate of heat gain - net rate of heat lost
Hence, the rate of heat transfer = 0
b) In steady state, entropy generated
ds/dt = - [ Qgain/Th1 + Qgain/Th2 - Qlost/300 K]
Substituting the given values, we get –
ds/dt = -[5/1500 + 3/1000 – (5+3)/300]
ds/dt = - [0.0033 + 0.003 -0.2666]
ds/dt = 0.2603 KW/K
Answer:
See below
Explanation:
<u>Check One-Sample T-Interval Conditions</u>
Random Sample? √
Sample Size ≥30? √
Independent? √
Population Standard Deviation Unknown? √
<u>One-Sample T-Interval Information</u>
- Formula -->

- Sample Mean -->

- Critical Value -->
(given
degrees of freedom at a 95% confidence level) - Sample Size -->

- Sample Standard Deviation -->

<u>Problem 1</u>
The critical t-value, as mentioned previously, would be
, making the 95% confidence interval equal to 
This interval suggests that we are 95% confident that the true mean levels of lead in soil are between 381.5819 and 398.9181 parts per million (ppm), which satisfies the EPA's regulated maximum of 400 ppm.
Answer:
- import java.util.Scanner;
- public class TryToParseDouble {
-
- public static void main(String[] args) {
- Scanner input = new Scanner(System.in);
- double num;
-
- try{
- System.out.print("Input a number: ");
- num = Double.parseDouble(input.nextLine());
-
- }catch(NumberFormatException e){
- num = 0;
- System.out.println("Invalid input! It should be a number in double type");
- }
- System.out.println(num);
- }
- }
Explanation:
Firstly, create a Scanner object to get user input (Line 5).
Next, create a try block and prompt user to input a number and use Double.parseDouble() method to convert the input to double type in the block (Line 8-10).
Next, create a catch block to catch a NumberFormatException. In the Catch block, set the num to zero and then print out a message to inform user about the invalid input (Line 12-14).
Lastly, display the number (Line 16).
Answer:
All 3 principal stress
1. 56.301mpa
2. 28.07mpa
3. 0mpa
Maximum shear stress = 14.116mpa
Explanation:
di = 75 = 0.075
wall thickness = 0.1 = 0.0001
internal pressure pi = 150 kpa = 150 x 10³
torque t = 100 Nm
finding all values
∂1 = 150x10³x0.075/2x0,0001
= 0.5625 = 56.25mpa
∂2 = 150x10³x75/4x0.1
= 28.12mpa
T = 16x100/(πx75x10³)²
∂1,2 = 1/2[(56.25+28.12) ± √(56.25-28.12)² + 4(1.207)²]
= 1/2[84.37±√791.2969+5.827396]
= 1/2[84.37±28.33]
∂1 = 1/2[84.37+28.33]
= 56.301mpa
∂2 = 1/2[84.37-28.33]
= 28.07mpa
This is a 2 d diagram donut is analyzed in 2 direction.
So ∂3 = 0mpa
∂max = 56.301-28.07/2
= 14.116mpa
Answer:
The correct option is;
D. Electric meter
Explanation:
An electric meter is a metering device that is used for the measurement of the electric power consumption of an electrical powered tools, a living space or a building
Electric meter readings are used by electric utility company to sell electric power to consumers at a given rate such that it allows the electric utility company to receive payment for the total power supplied, and for the consumer to regulate the amount of power consumed
The electric meters are usually calibrated in kilowatt hour (kWh) and prepaid meter displays the amount of units of power bought, while post paid meters are usually read once each billing period which is usually one month.