Answer:
COP = 3.828
W' = 39.18 Kw
Explanation:
From the table A-11 i attached, we can find the entropy for the state 1 at -20°C.
h1 = 238.43 KJ/Kg
s1 = 0.94575 KJ/Kg.K
From table A-12 attached we can do the same for states 3 and 4 but just enthalpy at 800 KPa.
h3 = h4 = hf = 95.47 KJ/Kg
For state 2, we can calculate the enthalpy from table A-13 attached using interpolation at 800 KPa and the condition s2 = s1. We have;
h2 = 275.75 KJ/Kg
The power would be determined from the energy balance in state 1-2 where the mass flow rate will be expressed through the energy balance in state 4-1.
W' = m'(h2 - h1)
W' = Q'_L((h2 - h1)/(h1 - h4))
Where Q'_L = 150 kW
Plugging in the relevant values, we have;
W' = 150((275.75 - 238.43)/(238.43 - 95.47))
W' = 39.18 Kw
Formula foe COP is;
COP = Q'_L/W'
COP = 150/39.18
COP = 3.828
Answer:
import java.util.*;
public class Main {
public static void main(String[] args) {
double milesPerGallon = 0;
int totalMiles = 0;
int totalGallons = 0;
double totalMPG = 0;
Scanner input = new Scanner(System.in);
while(true){
System.out.print("Enter the miles driven: ");
int miles = input.nextInt();
if(miles <= 0)
break;
else{
System.out.print("Enter the gallons used: ");
int gallons = input.nextInt();
totalMiles += miles;
totalGallons += gallons;
milesPerGallon = (double) miles/gallons;
totalMPG = (double) totalMiles / totalGallons;
System.out.printf("Miles per gallon for this trip is: %.1f\n", milesPerGallon);
System.out.printf("Total miles per gallon is: %.1f\n", totalMPG);
}
}
}
}
Explanation:
Initialize the variables
Create a while loop that iterates until the specified condition is met inside the loop
Inside the loop, ask the user to enter the miles. If the miles is less than or equal to 0, stop the loop. Otherwise, for each trip do the following: Ask the user to enter the gallons. Add the miles and gallons to totalMiles and totalGallons respectively. Calculate the milesPerGallon (divide miles by gallons). Calculate the totalMPG (divide totalMiles by totalGallons). Print the miles per gallon and total miles per gallon.
Answer:
Pyrolysis
It is a biomass in anaerobic conditions results in the production of solid charcoal, liquid bio-oil and fuel gases. . Pyroolysis can be categorized into three groups depending on environment conditions, namely conventional pyrolysis, fast pyrolysis and flash pyrolysis.
Answer:
I Luv de 2nd one with the silver an black it's out cold no cap
Explanation:
:3 thx 4 de free po..ints luv<3 if ya wanna talk just hit meh up
-ItzyogurlllllllllLexiiiii<3
Answer:
9.248 <
< 9.253 mm
Explanation:
Given data:
standard deviation = 0.021 mm
sample mean = 9.251 mm
total sample = 409 m
confidence interval level = 95%
mean diameter of entire batch 
where
- sample mean = 9.251 mm
z = critical value
plugginf all value in the above relation to get the mean diameter

9.248 <
< 9.253 mm