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
irga5000 [103]
2 years ago
15

What were some of the challenges to safety resulting from such radical airframe designs as highly swept wings, high wing loading

, increasing speed, and long-duration flights are high altitude
Engineering
1 answer:
Andrew [12]2 years ago
8 0
How to take off and land, stopping considerations (stopping distance), control system capability over a large speed range and flutter, and structural integrity for the wing platform and speed range.
You might be interested in
Which branch of engineering most closely relates to mechanical engineering?
Rus_ich [418]

Answer:

C

Explanation:

I COULD be wrong, i'm not sure but im confident its c

4 0
3 years ago
What is the answer of this question please tell me <br><br>dadada please please​
charle [14.2K]

lol i neeeeeeeeeeeeeeeeeeeeeeeed pointssssssssssssssss

6 0
3 years ago
A double-pane insulated window consists of two 1 cm thick pieces of glass separated by a 1.8 cm layer of air. The window measure
Elanso [62]

Answer:

(b). T = 22.55 ⁰C

(c). q = 557.8 W

Explanation:

we take follow a step by step process to solving this problem.

from the question, we have that

The two glass pieces is separated by a 1.8 cm distance layer of air.

the thickness of glass piece is 1 cm

width = 4 m

the height = 3 m

(a). the sketch of the thermal circuit is uploaded in the picture below.

(b).  the thermal resistance due to the conduction in the first glass plane is given thus;

R₁ = Lg / Kg A ................(1)

given that Kg rep. the thermal conductivity of the glass plane

A = conduction surface area

Lg = Thickness of glass plane4

taking the thermal conductivity of glass plane as Kg = 0.78 w/mk

inputting values into equation (1) we have,

R₁ = [1 (cm) ˣ 1 (m)/100 (cm)] / [(0.78 w/mk)(4m ˣ 3m)]

R₁ = 1.068 ˣ 10 ⁻³ k/w

Being that we have same thermal resistance in the first and second plane,

therefore R₁ = R₃ = 1.068 ˣ 10 ⁻³ k/w

⇒ Also the thermal resistance between air and glass as a result of the conduction by the layer is given thus

R₂ = La/KaA .....................(2)

given Ka = thermal conductivity of air

A = surface area

La = thickness of air

substituting values into the equation we have

R₂ = [1.8 (cm) ˣ 1 (m)/100 (cm)] / [(0.0262 w/mk)(4m ˣ 3m)]

R₂ = 5.73 ˣ 10⁻² k/w

Given the thermal resistance on the outer surface due to convection, we have

R₄ = 1/hA

inputting value gives R₄ = 1 / (12 w/m² ˣ 12m) = 6.94 ˣ 10⁻³k/w

R₄ = 6.94 ˣ 10⁻³k/w

Finally the sum total of thermal resistance = R₁ + R₂ + R₃ + R₄

R-total = 0.0663 kw

From this we can calculate the rate of heat loss

using  q = Ti - To / R-total ..............(3)

given Ti and To is the inside and outside temperature i.e. 27⁰C and -10⁰C

from equation (3),

q = 27- (-10) / 0.0063 = 557.8 W

q = 557.8 W  

⇒ Applying the heat transfer formula for inside surface glass temperature gives;

q = Ti - T₂ / R₃ + R₄

T₂ = Ti - q (R₃ + R₄)

T₂ = 27 - 557.8 (1.068ˣ10⁻³ + 6.94ˣ10⁻³ ) = 22.55°C

T₂ = 22.55°C

cheers i hope this helps

8 0
3 years ago
8.19 - Airline Reservations System (Project Name: Airline) - A small airline has just purchased a computer for its new automated
e-lub [12.9K]

Answer:

The App is written in C++ language using dev C++.

Explanation:

/******************************************************************************

You can run this program in any C++ compiler like dev C++ or any online C++ compiler

*******************************************************************************/

#include <iostream>

using namespace std;

class bookingSeat// class for airline reservation system

{

  private:

   

   

  bool reserveSeat[10];// 10 seats (1-5) for first class and 6-10 for economy class

  int firstClassCounter=0;//count first class seat

  int economyClassCounter=5;//count economy class seat

  char seatPlacement;/* switch between economy and first clas seat----- a variable for making decision based on user input*/

  public:  

  void setFirstClassSeat()//

  {

      if(firstClassCounter<5)// first class seat should be in range of 1 to 5

      {

          reserveSeat[firstClassCounter]=1; /*set first class seat..... change index value to 1 meaning that it now it is reserved*/

          cout<<"Your First Class seat is booked and your seat no is "<<firstClassCounter+1; //display seat number reserved

          firstClassCounter++; //increament counter

      }

      else//in case seats are ful

      {

          cout<<"\nSeats are full";

          if(economyClassCounter==10 && firstClassCounter==5)

          {

              cout<<"\n Next flight leaves in 3 hours.";

          }

          else

          {

              cout<<"\nIt’s acceptable to be placed to you in the first-class section  y/n ";//take input from user

              cin>>seatPlacement;//user input

              if(seatPlacement=='y')//if customer want to reserve seat in first class

              {

                  setEconomyClassSeat();// then reserve first class seat

              }

              else

              {

                  cout<<"\n Next flight leaves in 3 hours.";

               }

               

          }

      }

       

  }

  void setEconomyClassSeat()//set economy class seat

  {

    if(economyClassCounter<10)//seat ranges between 6 and 10

      {

          reserveSeat[economyClassCounter]=1;// reserve economy class seat

          cout<<"Your Economy class seat is booked and your seat no is "<<economyClassCounter+1;//display reservation message about seat

          economyClassCounter++;//increament counter

      }

      else// if economy class seats are fulled

      {

          cout<<"\nSeats are full";

          if(economyClassCounter==10 && firstClassCounter==5)//check if all seats are booked in both classes

          {

              cout<<"\n Next flight leaves in 3 hours.";

          }

          else

          {

              cout<<"\nIt’s acceptable to be placed to you in the first-class section  y/n ";//take input from user

              cin>>seatPlacement;//user input

              if(seatPlacement=='y')//if customer want to reserve seat in first class

              {

                  setFirstClassSeat();// then reserve first class seat

              }

              else

              {

                  cout<<"\n Next flight leaves in 3 hours.";

               }

               

          }

      }

  }

   

   

};

int main()

{   int checkseat=10;// check seat

   int classType;//class type economy or first class

   bookingSeat bookseat;//object declaration of class bookingSeat

   while(checkseat<=10)//run the application until seats are fulled in both classes

   {

       cout<<"\nEnter 1 for First Class and 2 for Economy Class ";

       cin>>classType;//what user entered

       switch (classType)//decide which seat class to be reserved  

       {

           case 1://if user enter 1 then reserve first class seat

           bookseat.setFirstClassSeat();

           break;

           case 2://if user enter 2 then reserve the economy class seat

           bookseat.setEconomyClassSeat();

           

       }

       

   }

   

   return 0;

}

8 0
2 years ago
Several different loads are going to be used with the voltage divider from Part A. If the load resistances are 300 kΩkΩ , 200 kΩ
harina [27]

Answer:

attached below

Explanation:

7 0
3 years ago
Other questions:
  • At the instant shown, slider block B is moving with a constant acceleration, and its speed is 150 mm/s. Knowing that after slide
    13·1 answer
  • Part A What is the correct expression of the internal torque in segment AB? A shaft is fixed at A. A clockwise distributed torqu
    6·1 answer
  • A. Derive linear density expressions for BCC [110] and [111] directions in terms of the atomic radius R.
    7·1 answer
  • 4 main causes of erosion
    12·1 answer
  • If 3 varies inversely as x and y=2 when x=25, find x when y=40
    7·1 answer
  • What is 39483048^349374*3948048/3i4u4
    15·1 answer
  • A certain piece of property is assessed at $150,000. If the tax rate is $2.50 per $100, what is the tax on this property?
    6·1 answer
  • Help please!!!!!
    12·1 answer
  • A. How is a decision matrix useful during the
    13·1 answer
  • To meet the needs of a client, what is best for an interior designer to do?
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!