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
EastWind [94]
3 years ago
10

In a home, air infiltrates from the outside through cracks around doors and windows. Consider a residence where the total length

of cracks is 62 m and the total internal volume is 210 m3 . Due to the wind, 9.4 x 10-5 kg/s of air enters per meter of crack and exits up a chimney. Assume air temperature is the same inside and out and air density is constant at 1.186 kg/m3 . If windows and doors are not opened or closed, estimate the time required for one complete air change in the building.
Engineering
1 answer:
masya89 [10]3 years ago
3 0

Answer:

Time period  = 41654.08 s

Explanation:

Given data:

Internal volume is 210 m^3

Rate of air infiltration  9.4 \times 10^{-5} kg/s

length of cracks 62 m

air density = 1.186 kg/m^3

Total rate of air infiltration = 9.4\times 10^{-5} \times 62 = 582.8\times 10{-5} kg/s

total volume of air  infiltration= \frac{582.8\times 10{-5}}{1.156} = 5.04\times 10^{-3} m^3/s

Time period = \frac{210}{5.04\times 10^{-3}} = 41654.08 s

You might be interested in
Compare the use of a low-strength, ductile material (1018 CD) in which the stress-concentration factor can be ignored to a high-
kicyunya [14]

Answer:

Step 1 of 3

Case A:

AISI 1018 CD steel,

Fillet radius at wall=0.1 in,

Diameter of bar

From table deterministic ASTM minimum tensile and yield strengths for some hot rolled and cold drawn steels for 1018 CD steel

Tensile strength

Yield strength

The cross section at A experiences maximum bending moment at wall and constant torsion throughout the length. Due to reasonably high length to diameter ratio transverse shear will be very small compared to bending and torsion.

At the critical stress elements on the top and bottom surfaces transverse shear is zero

Explanation:

See the next steps in the attached image

5 0
3 years ago
The 10-lb block is pressed against the spring so as to compress it 2 ft when it is at a point A. If the plane is smooth, determi
leva [86]

Answer:

The distance measure from the wall = 36ft

Explanation:

Given Data:

w = 10

g =32.2ft/s²

x = 2

Using the principle of work and energy,

T₁ +∑U₁-₂ = T₂

0 + 1/2kx² -wh = 1/2 w/g V²

Substituting, we have

0 + 1/2 * 100 * 2² - (10 * 3) = 1/2 * (10/32.2)V²

170 = 0.15528V²

V² = 170/0.15528

V²     = 1094.796

V = √1094.796

V = 33.09 ft/s

But tan ∅ = 3/4

∅ = tan⁻¹3/4

   = 36.87°

From uniform acceleration,

S = S₀ + ut + 1/2gt²

It can be written as

S = S₀ + Vsin∅*t + 1/2gt²

Substituting, we have

0 = 3 + 33.09 * sin 36.87 * t -(1/2 * 32.2 *t²)

19.85t - 16.1t² + 3 = 0

16.1t² - 19.85t - 3 = 0

Solving it quadratically, we obtain t = 1.36s

The distance measure from the wall is given by the formula

d = VCos∅*t

Substituting, we have

d = 33.09 * cos 36. 87 * 1.36

d = 36ft

5 0
3 years ago
Read 2 more answers
Calculate the convective heat-transfer coefficient for water flowing in a round pipe with an inner diameter of 3.0 cm. The water
olasank [31]

Answer:

h = 10,349.06 W/m^2 K

Explanation:

Given data:

Inner diameter = 3.0 cm

flow rate  = 2 L/s

water temperature 30 degree celcius

Q = A\times V

2\times 10^{-3} m^3 = \frac{\pi}{4} \times (3\times 10^{-2})^2 \times velocity

V = \frac{20\times 4}{9\times \pi} = 2.83 m/s

Re = \frac{\rho\times V\times D}{\mu}

at 30 degree celcius = \mu = 0.798\times 10^{-3}Pa-s , K  = 0.6154

Re = \frac{10^3\times 2.83\times 3\times 10^{-2}}{0.798\times 10^{-3}}

Re = 106390

So ,this is turbulent flow

Nu = \frac{hL}{k} = 0.0029\times Re^{0.8}\times Pr^{0.3}

Pr= \frac{\mu Cp}{K} = \frac{0.798\times 10^{-3} \times 4180}{0.615} = 5.419

\frac{h\times 0.03}{0.615}  = 0.0029\times (1.061\times 10^5)^{0.8}\times 5.419^{0.3}

SOLVING FOR H

WE GET

h = 10,349.06 W/m^2 K

6 0
3 years ago
Which sentence best describes the entire Energy career cluster? O Energy careers involve the generation, transmission, and distr
nadezda [96]

Answer:

B

Explanation:

i took the test.

3 0
2 years ago
Read 2 more answers
5.11: Population Write a program that will predict the size of a population of organisms. The program should ask the user for th
fomenos

Answer:

// using c++ language

#include "stdafx.h";

#include <iostream>

#include<cmath>

using namespace std;

//start

int main()

{

  //Declaration of variables in the program

  double start_organisms;

  double daily_increase;

  int days;

  double updated_organisms;

  //The user enters the number of organisms as desired

  cout << "Enter the starting number of organisms: ";

  cin >> start_organisms;

  //Validating input data

  while (start_organisms < 2)

  {

      cout << "The starting number of organisms must be at least 2.\n";

      cout << "Enter the starting number of organisms: ";

      cin >> start_organisms;

  }

  //The user enters daily input, here's where we apply the 5.2% given in question

  cout << "Enter the daily population increase: ";

  cin>> daily_increase;

  //Validating the increase

  while (daily_increase < 0)

  {

      cout << "The average daily population increase must be a positive value.\n ";

      cout << "Enter the daily population increase: ";

      cin >> daily_increase;

  }

  //The user enters number of days

  cout << "Enter the number of days: ";

  cin >> days;

  //Validating the number of days

  while (days<1)

  {

      cout << "The number of days must be at least 1.\n";

      cout << "Enter the number of days: ";

      cin >> days;

  }

 

  //Final calculation and display of results based on formulas

  for (int i = 0; i < days; i++)

  {

      updated_organisms = start_organisms + (daily_increase*start_organisms);

      cout << "On day " << i + 1 << " the population size was " << round(updated_organisms)<<"."<<"\n";

     

      start_organisms = updated_organisms;

  }

  system("pause");

   return 0;

//end

}

4 0
2 years ago
Other questions:
  • 4.
    6·2 answers
  • Consider two different versions of algorithm for finding gcd of two numbers (as given below), Estimate how many times faster it
    9·1 answer
  • A random sample of 5 hinges is selected from a steady stream of product from a punch press, and the a. b. proportion nonconformi
    12·1 answer
  • A three-point bending test is performed on a glass specimen having a rectangular cross section of height d = 5.4 mm (0.21 in.) a
    6·1 answer
  • The wall of drying oven is constructed by sandwiching insulation material of thermal conductivity k = 0.05 W/m°K between thin me
    8·1 answer
  • Describe the cycle that purifies drinking water. 40 points
    15·2 answers
  • Can some one help me with this plumbing question. Even just a guess.<br> Plz no shady links
    11·2 answers
  • What is the IMA of this pulley belt system if the diameter of the input
    14·1 answer
  • When economist determine that a nations GDP has declined, they can point to this as a sign of what?
    8·1 answer
  • What is required when setting up a smart phone as a WIFI hotspot?
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!