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
Mrac [35]
2 years ago
6

A room has a width of 14.1 feet, a length of 15.5 feet, and a ceiling height of 12.0 ft. The average flow rate for this room's a

ir conditioning unit is
Engineering
1 answer:
prohojiy [21]2 years ago
8 0

Answer:

Your question lacks the time required hence i will calculate the Average flow rate using a general concept and an assumed time value of 25 seconds  

ANSWER : 104.904 ft^3/sec

Explanation:

General concept : Average flow rate is the volume of fluid per unit time through an area

Hence the average flow rate of the air conditioning unit of this room

Volume of the room / time taken for the air to cycle the room = v / t

assuming the time taken = 25 seconds

volume of room = width * length * height

                          = 14.1 * 15.5 * 12 = 2622.6 ft^3

Average flow rate = V/ t

                              = 2622.6 / 25  = 104.904 ft^3/sec

You might be interested in
Engine oil flows through a 25‐mm‐diameter tube at a rate of 0.5 kg/s. The oil enters the tube at a temperature of 25°C, while th
Elodia [21]

Answer:

a) the log mean temperature difference (Approx. 64.5 deg C)

b) the rate of heat addition into the oil.

The above have been solved for in the below workings

Explanation:

3 0
3 years ago
You are preparing to exit from an expressway. You should begin slowing to the posted safe
wlad13 [49]

Answer:

Your answer will be B: At least 100 feet after leaving the expressway

8 0
3 years ago
Read 2 more answers
a cubical box 20-cm on a side is contructed from 1.2 cm thick concrete panels. A 100-W light bulb is sealed inside the box. What
Flura [38]

Answer:

Temperature on the inside ofthe box

Explanation:

The power of the light bulb is the rate of heat conduction of the bulb, dq/dt = 100 W

The thickness of the wall, L = 1.2 cm = 0.012m

Length of the cube's side, x = 20cm = 0.2 m

The area of the cubical box, A = 6x²

A = 6 * 0.2² = 6 * 0.04

A = 0.24 m²

Temperature of the surrounding, T_0 = 20^0 C = 273 + 20 = 293 K

Temperature of the inside of the box, T_{in} = ?

Coefficient of thermal conductivity, k = 0.8 W/m-K

The formula for the rate of heat conduction is given by:

dq/dt = \frac{kA(T_{in} - T_0)}{L} \\\\100 = \frac{0.8*0.24(T_{in} - 293)}{0.012}\\\\T_{in} - 293 = \frac{100 * 0.012}{0.8*0.24} \\\\T_{in} - 293 = 6.25\\\\T_{in} = 293 + 6.25\\\\T_{in} = 299.25 K\\\\T_{in} = 299.25 - 273\\\\T_{in} = 26.25^0 C

5 0
3 years ago
The following are the results of a sieve analysis. U.S. sieve no. Mass of soil retained (g) 4 0 10 18.5 20 53.2 40 90.5 60 81.8
il63 [147K]

Answer:

a.)

US Sieve no.                         % finer (C₅ )

4                                                  100

10                                                95.61

20                                               82.98

40                                               61.50

60                                               42.08

100                                              20.19

200                                              6.3

Pan                                               0

b.) D10 = 0.12, D30 = 0.22, and D60 = 0.4

c.) Cu = 3.33

d.) Cc = 1

Explanation:

As given ,

US Sieve no.             Mass of soil retained (C₂ )

4                                            0

10                                          18.5

20                                         53.2

40                                         90.5

60                                         81.8

100                                        92.2

200                                       58.5

Pan                                        26.5

Now,

Total weight of the soil = w = 0 + 18.5 + 53.2 + 90.5 + 81.8 + 92.2 + 58.5 + 26.5 = 421.2 g

⇒ w = 421.2 g

As we know that ,

% Retained = C₃ = C₂×\frac{100}{w}

∴ we get

US Sieve no.               % retained (C₃ )               Cummulative % retained (C₄)

4                                            0                                           0

10                                          4.39                                      4.39

20                                         12.63                                     17.02

40                                         21.48                                     38.50

60                                         19.42                                     57.92

100                                        21.89                                     79.81

200                                       13.89                                     93.70

Pan                                        6.30                                      100

Now,

% finer = C₅ = 100 - C₄

∴ we get

US Sieve no.               Cummulative % retained (C₄)          % finer (C₅ )

4                                                     0                                          100

10                                                  4.39                                      95.61

20                                                 17.02                                     82.98

40                                                 38.50                                    61.50

60                                                 57.92                                    42.08

100                                                79.81                                     20.19

200                                                93.70                                   6.3

Pan                                                 100                                        0

The grain-size distribution is :

b.)

From the diagram , we can see that

D10 = 0.12

D30 = 0.22

D60 = 0.12

c.)

Uniformity Coefficient = Cu = \frac{D60}{D10}

⇒ Cu = \frac{0.4}{0.12} = 3.33

d.)

Coefficient of Graduation = Cc = \frac{D30^{2}}{D10 . D60}

⇒ Cc = \frac{0.22^{2}}{(0.4) . (0.12)} = 1

3 0
2 years ago
You will create an array manipulation program that allows the user to do pretty much whatever they want to an array. When launch
enyata [817]

Answer:

Check the explanation

Explanation:

#include <iostream>

using namespace std;

void insert(int* arr, int* size, int value, int position){

if(position<0 || position>=*size){

cout<<"position is greater than size of the array"<<endl;

return ;

}

*size = *size + 1 ;

for(int i=*size;i>position;i--){

arr[i] = arr[i-1];

}

arr[position] = value ;

}

void print(int arr[], int size){

for(int i=0;i<size;i++){

cout<< arr[i] <<" ";

}

cout<<" "<<endl;

}

void remove(int* arr, int* size, int position){

* size = * size - 1 ;

for(int i=position;i<*size;i++){

arr[i] = arr[i+1];

}

}

int count(int arr[], int size, int target){

int total = 0 ;

for(int i=0;i<size;i++){

if(arr[i] == target)

total += 1 ;

}

return total ;

}

int main()

{

int size;

cout<<"Enter the initial size of the array:";

cin>>size;

int arr[size],val;

cout<<"Enter the values to fill the array:"<<endl;

for(int i=0;i<size;i++){

cin>>val;

arr[i] = val ;

}

int choice = 5,value,position,target ;

do{

cout<<"Make a selection:"<<endl;

cout<<"1) Insert"<<endl;

cout<<"2) Remove"<<endl;

cout<<"3) Count"<<endl;

cout<<"4) Print"<<endl;

cout<<"5) Exit"<<endl;

cout<<"Choice:";

cin>>choice;

switch(choice){

case 1:

cout << "Enter the value:";

cin>>value;

cout << "Enter the position:";

cin>>position;

insert(arr,&size,value,position);

break;

case 2:

cout << "Enter the position:";

cin>>position;

remove(arr,&size,position);

break;

case 3:

cout<<"Enter the target value:";

cin>>target;

cout <<"The number of times "<<target<<" occured in your array is:" <<count(arr,size,target)<<endl;

break;

case 4:

print(arr,size);

break;

case 5:

cout <<"Thank you..."<<endl;

break;

default:

cout << "Invalid choice..."<<endl;

}

}while(choice!=5);

return 0;

}

Kindly check the attached images below for the code output.

3 0
3 years ago
Other questions:
  • Technician A says diesel engines are also called compression ignition engines. Technician B says diesel engines have much higher
    9·1 answer
  • Capitol Brewing Inc.'s management is very concerned with declining sales of their major product, a dark ale, and has asked for h
    14·1 answer
  • Q5. A hypothetical metal alloy has a grain diameter of 2.4 x 10-2 mm. After a heat treatment at 575°C for 500 min, the grain dia
    7·1 answer
  • Short-term memoryA) has a larger storage capacity than long-term memory.B) takes longer to retrieve than long-term memory.C) inv
    9·1 answer
  • How do scientists and engineers use math to help them?
    14·1 answer
  • Types of technology include:
    8·1 answer
  • n the Spring of 2015, three utility companies in the Ukraine received email purporting to come from Ukraine's parliament, the Ra
    8·1 answer
  • Disconnecting means shall be capable of being locked in the open position. The provisions for locking do not have to reamin in p
    14·1 answer
  • Based on these statements:
    14·1 answer
  • What does it mean to test a hypothesis?
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!