1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
KATRIN_1 [288]
3 years ago
15

In the text box below, enter the original text you've reconstructed from the compressed version above. Make sure you use _ (unde

rscore) instead of spaces in your answer.

Engineering
1 answer:
Ierofanga [76]3 years ago
8 0

Answer:

the_big_bug_bit_the_bull_but_the_bull_bit_the_big_bug_back

Explanation:

The image used as sample is attached. The image has the representation for each symbol.

You might be interested in
Air modeled as an ideal gas enters a turbine operating at steady state at 1040 K, 278 kPa and exits at 120 kPa. The mass flow ra
gladu [14]

Answer:

a) T_{2}=837.2K

b) e=91.3 %

Explanation:

A) First, let's write the energy balance:

W=m*(h_{2}-h_{1})\\W=m*Cp*(T_{2}-T_{1})  (The enthalpy of an ideal gas is just function of the temperature, not the pressure).

The Cp of air is: 1.004 \frac{kJ}{kgK} And its specific R constant is 0.287 \frac{kJ}{kgK}.

The only unknown from the energy balance is T_{2}, so it is possible to calculate it. The power must be negative because the work is done by the fluid, so the energy is going out from it.

T_{2}=T_{1}+\frac{W}{mCp}=1040K-\frac{1120kW}{5.5\frac{kg}{s}*1.004\frac{kJ}{kgk}} \\T_{2}=837.2K

B) The isentropic efficiency (e) is defined as:

e=\frac{h_{2}-h_{1}}{h_{2s}-h_{1}}

Where {h_{2s} is the isentropic enthalpy at the exit of the turbine for the isentropic process. The only missing in the last equation is that variable, because h_{2}-h_{1} can be obtained from the energy balance  \frac{W}{m}=h_{2}-h_{1}

h_{2}-h_{1}=\frac{-1120kW}{5.5\frac{kg}{s}}=-203.64\frac{kJ}{kg}

An entropy change for an ideal gas with  constant Cp is given by:

s_{2}-s_{1}=Cpln(\frac{T_{2}}{T_{1}})-Rln(\frac{P_{2}}{P_{1}})

You can review its deduction on van Wylen 6 Edition, section 8.10.

For the isentropic process the equation is:

0=Cpln(\frac{T_{2}}{T_{1}})-Rln(\frac{P_{2}}{P_{1}})\\Rln(\frac{P_{2}}{P_{1}})=Cpln(\frac{T_{2}}{T_{1}})

Applying logarithm properties:

ln((\frac{P_{2}}{P_{1}})^{R} )=ln((\frac{T_{2}}{T_{1}})^{Cp} )\\(\frac{P_{2}}{P_{1}})^{R}=(\frac{T_{2}}{T_{1}})^{Cp}\\(\frac{P_{2}}{P_{1}})^{R/Cp}=(\frac{T_{2}}{T_{1}})\\T_{2}=T_{1}(\frac{P_{2}}{P_{1}})^{R/Cp}

Then,

T_{2}=1040K(\frac{120kPa}{278kPa})^{0.287/1.004}=817.96K

So, now it is possible to calculate h_{2s}-h_{1}:

h_{2s}-h_{1}}=Cp(T_{2s}-T_{1}})=1.004\frac{kJ}{kgK}*(817.96K-1040K)=-222.92\frac{kJ}{kg}

Finally, the efficiency can be calculated:

e=\frac{h_{2}-h_{1}}{h_{2s}-h_{1}}=\frac{-203.64\frac{kJ}{kg}}{-222.92\frac{kJ}{kg}}\\e=0.913=91.3 %

4 0
3 years ago
There are two identical oil tanks. The level of oil in Tank A is 12 ft and is drained at the rate of 0.5 ft/min. Tank B contains
Luba_88 [7]

Answer:

  16 minutes

Explanation:

This is an example of a class of problems in which two quantities start with different initial values and change at different rates. In such problems, the rates of change are generally ones that cause the values to converge.

The question usually asks when the values will be the same. The generic answer is, "when the difference in rates makes up the difference in initial values."

Here the tanks differ in initial fill height by 12 -8 = 4 ft. The rates of change differ by 0.5 -0.25 = 0.25 ft/min. The more filled tank is draining faster (important), so the fill heights will converge after ...

  (4 ft)/(0.25 ft/min) = 16 min

The level in the two tanks will be the same after 16 minutes.

__

<em>Additional comment</em>

The oil levels at that time will be 4 ft.

You can write two equations for height:

  y = 12 -0.5x . . . . . . . height in feet after x minutes (tank A)

  y = 8 -0.25x . . . . . .  height in feet after x minutes (tank B)

These will be equal when ...

  y = y

  12 -0.5x = 8 -0.25x

  4 = 0.25x . . . . . . . . . . add 0.5x -8

  16 = x . . . . . . . . . . . . multiply by 4 . . . . time to equal height

The graph shows when the tanks will have equal heights and when they will be drained.

4 0
2 years ago
C#: Arrays - Ask the user how many students names they want to store. You will create two parallel arrays (e.g. 2 arrays with th
zhenek [66]

Answer:

  1. using System;      
  2. public class Program
  3. {
  4. public static void Main()
  5. {
  6.  Console.WriteLine("Enter number of students: ");
  7.  int num = Convert.ToInt32(Console.ReadLine());
  8.  string [] firstName = new string[num];
  9.  string [] lastName = new string[num];
  10.  
  11.  for(int i=0 ; i < num; i++){
  12.   Console.WriteLine("Enter first name: ");
  13.   firstName[i] = Console.ReadLine();
  14.    
  15.   Console.WriteLine("Enter last name: ");
  16.   lastName[i] = Console.ReadLine();
  17.  }
  18.  
  19.  for(int j=0; j < num; j++){
  20.   Console.WriteLine(lastName[j] + "," + firstName[j]);
  21.  }
  22. }
  23. }

Explanation:

Firstly, prompt user to enter number of student to be stored (Line 6- 7). Next, create two array, firstName and lastName with num size (Line 8-9).

Create a for-loop to repeat for num times and prompt user to enter first name and last name and then store them in the firstName and lastName array, respectively (Line 11 - 17).

Create another for loop to traverse through the lastName and firstName array and display the last name and first name by following the format given in the question (Line 19 - 21).

4 0
3 years ago
You are given a body with no body forces and told that the stress state is given as: ⎡ ⎣ 3αx 5βx2 + αy γz3 5βx2 + αy βx2 0 γz3 0
Lady bird [3.3K]

Answer:

This doesn't represent an equilibrium state of stress

Explanation:

∝ = 1 , β = 1 ,  y = 1

x = 0 , y = 0 , z = 0 ( body forces given as 0 )

Attached is the detailed solution is and also the conditions for equilibrium

for a stress state to be equilibrium all three conditions has to meet the equilibrum condition as explained in the attached solution

5 0
3 years ago
An engine indicator is used to determine the following: (a) speed (d) m.e.p, and IHP (e) BHP (b) temperature (c) volume of cylin
Greeley [361]

Answer:

Option (d) MEP and IHP

Explanation:

MEP stands for Mean Effective Pressure and IHP stands for Indicated Horse Power

In engines (Internal Combustion), engine indicator is generally to indicate the indicate the changes in pressure inside the cylinder of an Internal Combustion Engine or IC engines. Once, Mean Effective Pressure of the engine is calculated it further helps to calculate the Horse power and both these quantities, i.e., MEP and IHP are displayed on the engine indicator.

8 0
3 years ago
Other questions:
  • Suppose that a wing component on an aircraft is fabricated from an aluminum alloy that has a plane strain fracture toughness of
    13·1 answer
  • A copper wire of original diameter .80 m exhibits a maximum tensile load/ strength at an engineering stress= 248.2 mpa. its duct
    11·1 answer
  • Is it more difficult to pump oil from a well on dry land or a well under water?Why?
    11·1 answer
  • A cooking pan whose inner diameter is 20 cm is filled with water and covered with a 4-kg lid. If the local atmospheric pressure
    9·2 answers
  • Firefighters are holding a nozzle at the end of a hose while trying to extinguish a fire. The nozzle exit diameter is 8 cm, and
    9·1 answer
  • two cars travel on a straight road from the point. A to point B both cars accelerate to their maximum speed and then continue at
    10·1 answer
  • When did michael faraday invent wind powered electrical generation?
    11·1 answer
  • A gas mixture containing 3 moles CO2, 5 moles H2 and 1 mole water is undergoing the following reactions CO2+3H2 →cH3OH + H2O Dev
    10·1 answer
  • Question 40 and the next Question 41
    10·1 answer
  • Select four items that an industrial engineer must obtain in order to practice in the field.
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!