At steady state, air at 200 kPa, 325 K, and mass flow rateof 0.5 kg/s enters an insulated duct having differing inlet
and exit cross-sectional areas. The inlet cross-sectional area is
6 cm26cm
2. At the duct exit, the pressure of the air is 100 kPa and the velocity is 250 m/s. Neglecting potential energy
effects and modeling air as an ideal gas with constant cp=1.008 kJ/kg⋅Kc
p =1.008kJ/kg⋅K, determine
(a) the velocity of the air at the inlet, in m/s.
(b) the temperature of the air at the exit, in K.
(c) the exit cross-sectional area, in cm2
(a) the velocity of the air at the inlet, in m/s.
(b) the temperature of the air at the exit, in K.
(c) the exit cross-sectional area, in cm

Answers

Answer 1
Answer: Letra A

A letra

A.
Thank

Related Questions

What character string does the binary ASCII code 1010100 1101000 1101001 1110011 0100000 1101001 1110011 0100000 1000101 1000001 1010011 1011001 0100001?
Convert the angles of a triangle to radians.Part A31∘43′53′′, 90∘32′11′′, 57∘43′56′′Express your answers, separated by commas, to six significant figures.nothingrad, rad, radRequest AnswerPart B94∘22′19′′, 40∘54′53′′, 44∘42′48′′Express your answers, separated by commas, to six significant figures.
A power plant burns natural gas to supply heat to a heat engine which rejects heat to the adjacent river. The power plant produces 800 MW of electrical power and has a thermal efficiency of 38%. Determine the heat transfer rates from the natural gas and to the river, in MW.
Shear modulus is analogous to what material property that is determined in tensile testing? (a)- Percent reduction of area (b) Yield strength (c)- Elastic modulus (d)- Poisson's ratio
what is an example of an innovative solution to an engineering problem? Explain briefly why you chose this answer.

Which of the following results from the fact that skip signals refracted from the ionosphere are elliptically polarized?A. Digital modes are unusable

B. Either vertically or horizontally polarized antennas may be used for transmission or reception

C. FM voice is unusable

D. Both the transmitting and receiving antennas must be of the same polarization

Answers

Answer:

B

Explanation:

The fact that skip signals refracted from the ionosphere are elliptically polarized is a result of either vertically or horizontally polarized antennas may be used for transmission or reception.

Write a Lottery class that simulates a lottery. The class should have an array of five integers named lotteryNumbers. The constructor should use the Random class (from the Java API) to generate a random number in the range of 0 through 9 for each element in the array. The class should also have a method that accepts an array of five integers that represent a person’s lottery picks. The method is to compare the corresponding elements in the two arrays and return the number of digits that match. For example, the following shows the lotteryNumbers array and the user’s array with sample numbers stored in each. There are two matching digits (elements 2 and 4).

Answers

Answer:

Output:-

Enter the five digit lottery number

Enter the digit 1 : 23

Enter the digit 2 : 44

Enter the digit 3 : 43

Enter the digit 4 : 66

Enter the digit 5 : 33

YOU LOSS!!

Computer Generated Lottery Number :

|12|38|47|48|49|

Lottery Number Of user:

|23|33|43|44|66|

Number Of digit matched: 0

Code:-

import java.util.Arrays;

import java.util.Random;

import java.util.Scanner;

public class Lottery {

int[] lotteryNumbers = new int[5];

public int[] getLotteryNumbers() {

return lotteryNumbers;

}

Lottery() {

Random randomVal = new Random();

for (int i = 0; i < lotteryNumbers.length; i++) {

lotteryNumbers[i] = randomVal.nextInt((50 - 1) + 1);

}

}

int compare(int[] personLottery) {

int count = 0;

Arrays.sort(lotteryNumbers);

Arrays.sort(personLottery);

for (int i = 0; i < lotteryNumbers.length; i++) {

if (lotteryNumbers[i] == personLottery[i]) {

count++;

}

}

return count;

}

public static void main(String[] args) {

int[] personLotteryNum = new int[5];

int matchNum;

Lottery lnum = new Lottery();

Scanner input = new Scanner(System.in);

System.out.println("Enten the five digit lottery number");

for (int i = 0; i < personLotteryNum.length; i++) {

System.out.println("Enter the digit " + (i + 1) + " :");

personLotteryNum[i] = input.nextInt();

}

matchNum = lnum.compare(personLotteryNum);

if (matchNum == 5)

System.out.println("YOU WIN!!");

else

System.out.println("YOU LOSS!!");

System.out.println("Computer Generated Lottery Number :");

System.out.print("|");

for (int i = 0; i < lnum.getLotteryNumbers().length; i++) {

System.out.print(lnum.getLotteryNumbers()[i] + "|");

}

System.out.println("\n\nLottery Number Of user:");

System.out.print("|");

for (int i = 0; i < personLotteryNum.length; i++) {

System.out.print(personLotteryNum[i] + "|");

}

System.out.println();

System.out.println("Number Of digit matched: " + matchNum);

}

}

Explanation:

A site is compacted in the field, and the dry unit weight of the compacted soil (in the field) is determined to be 18 kN/m3. Determine the relative compaction if the maximum dry unit weight was measured to be 17 kN/m3. Express your answer as a percentage (but do not write the percentage sign in the answer box).

Answers

Answer:

the relative compaction is 105.88 %

Explanation:

Given;

dry unit weight of field compaction, W_d_((field)) = 18 kN/m³

maximum dry unit weight measured, W_d_((max)) = 17 kN/m³

Relative compaction (RC) of the site is given as the ratio of dry unit weight of field compaction and maximum dry unit weight measured

Relative compaction (RC) = dry unit weight of field compaction / maximum dry unit weight measured

RC = (W_d_((field)))/(W_d_((max)))

substitute the given values;

RC = (18)/(17) = 1.0588

RC (%) = 105.88 %

Therefore, the relative compaction is 105.88 %

"Given a nodal delay of 84.1ms when there is no traffic on the network (i.e. usage = 0%), what is the effective delay when network usage = 39.3% ? (Give answer is miliseconds, rounded to one decimal place, without units. So for an answer of 0.10423 seconds you would enter "104.2" without the qu"

Answers

Answer:

Explanation:

effective delay = delay when no traffic x (100)/(100- network\r usage)

effective delay = 84.1 * (100)/(100-39.3)=138.55024711697ms

A 15. μF capacitor is connected to a 50. V battery and becomes fully charged. The battery is removed and a slab of dielectric that completely fills the space between the plates is inserted. If the dielectric has a dielectric constant of 5.0, what is the voltage across the capacitor's plates after the slab is inserted?

Answers

Answer:

voltage across the capacitor's is 75 μF

Explanation:

given data

capacitor = 15 μF

voltage = 50V

dielectric constant k = 5

to find out

voltage across the capacitor's

solution

we will find here voltage across the capacitor's  by this formula

voltage across the capacitor's  = kC_(o)

here k is 5 and C_(o) = 15

put these value we get

voltage across the capacitor's  = kC_(o)

voltage across the capacitor's  = 5 ( 15 )  = 75 μF

so voltage across the capacitor's is 75 μF

A cylindrical specimen of a hypothetical metal alloy is stressed in compression. If its original and final diameters are 20.000 and 20.025 mm, respectively, and its final length is 74.96 mm, compute its original length if the deformation is totally elastic. The elastic and shear moduli for this alloy are 105 GPa and 39.7 GPa, respectively.

Answers

Answer:

L = 75.25 mm

Explanation:

First we need to find the lateral strain:

Lateral Strain = Change in Diameter/Original Diameter

Lateral Strain = (20.025 mm - 20 mm)/20 mm

Lateral Strain = 1.25 x 10⁻³

Now, we will find the Poisson's Ratio:

Poisson's Ratio = (E/2G) - 1

where,

E = Elastic Modulus = 105 GPa

G = Shear Modulus = 39.7 GPa

Therefore,

Poisson's Ratio = [(105 GPa)/(2)(39.7 GPa)] - 1

Poisson's Ratio = 0.322

Now, we find longitudinal strain by following formula:

Poisson's Ratio = - Lateral Strain/Longitudinal Strain

Longitudinal Strain = - Lateral Strain/Poisson's Ratio

Longitudinal Strain = - (1.25 x 10⁻³)/0.322

Longitudinal Strain = - 3.87 x 10⁻³

Now, we can fin the original length:

Longitudinal Strain = Change in Length/L

where,

L = Original Length = ?

Therefore,

- 3.87 x 10⁻³ = (74.96 mm - L)/L

(- 3.87 x 10⁻³)(L) + L = 74.96 mm

0.99612 L = 74.96 mm

L = 74.96 mm/0.99612

L = 75.25 mm

Other Questions