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

Electricians will sometimes call ______ "disconnects" or a "disconnecting means."

Engineering
1 answer:
Natali5045456 [20]2 years ago
5 0
I want to say D but i’m not 100% sure
You might be interested in
Multiple Choice
ra1l [238]
I need more details to your question
4 0
2 years ago
Read 2 more answers
What did August Comte contribute to sociology including positivism
Travka [436]

Answer:

Auguste Comte was the first to develop the concept of "sociology." He defined sociology as a positive science. Positivism is the search for "invariant laws of the natural and social world." Comte identified three basic methods for discovering these invariant laws, observation, experimentation, and comparison.

Explanation:

I hope it's help u :)

4 0
2 years ago
Can you help me with this
Fiesta28 [93]

the function is to provide sealed combustion so that the loss of gas is minimized

6 0
1 year 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
C++ - Green Crud Fibonacci programThe following program is to be written with a loop. You are to write this program three times
Fynjy0 [20]

Answer:

Below is the required code:

Explanation:

Using for loop

#include <iostream>

using namespace std;

int main()

{

    //Initial crud size

    int init = 0;

    int newCrud;

    int next=0;

    //Number of days to simulate

    int no_days;

    int day;

    cout << "Enter initial amount of green crud: ";

    cin >> newCrud;

    cout << "Enter number of days to simulate: ";

    cin >> no_days;

    for (day = 10; day<=no_days; day++)

    {

         if (day % 10 == 0)

         {

             next = newCrud + init;

         }

             newCrud = init;

             init = next;

    }

    if (no_days < 5)

    cout << "\nCrud reproduce only after 5 days minimum.Hence the current amount is "

    << newCrud << " pounds.";

    else

    cout << "On day " << no_days << " you have " << init

    << " pounds of green crud." << endl;

    cout << "\nWould you like to continue? (y or n): ";

    cin >> ans;

         return 0;

}

Output:

         Enter initial amount of green crud: 5

         Enter number of days to simulate: 220

    On day 220 you have 10485760 pounds of green crud.

Using while loop

Program:

#include <iostream>

using namespace std;

int main()

{

    char ans='y';

    while (ans == 'Y' || ans == 'y')

    {

         //Initial crud size

         int init = 0;

         int newCrud;

         int next=0;

         //Number of days to simulate

         int no_days;

         int day;

         cout << "Enter initial amount of green crud:

         ";

         cin >> newCrud;

         cout << "Enter number of days to simulate:

         ";

         cin >> no_days;

         for (day = 10; day<=no_days; day++)

         {

             if (day % 10 == 0)

             {

                  next = newCrud + init;

             }

                  newCrud = init;

                  init = next;

         }

         if (no_days < 5)

         cout << "\nCrud reproduce only after 5 days

         minimum.Hence the current amount is "

         << newCrud << " pounds.";

         else

         cout << "On day " << no_days << " you have "

         << init

         << " pounds of green crud." << endl;

         cout << "\nWould you like to continue? (y or

         n): ";

         cin >> ans;

    }

    return 0;

}

Output:

Enter initial amount of green crud: 5

Enter number of days to simulate: 220

On day 220 you have 10485760 pounds of green crud.

Would you like to continue? (y or n): y

Enter initial amount of green crud: 5

Enter number of days to simulate: 225

On day 225 you have 10485760 pounds of green crud.

Using do while loop

Program:

#include <iostream>

using namespace std;

int main()

{

    char ans;

    do

    {

         //Initial crud size

         int init = 0;

         int newCrud;

         int next=0;

         //Number of days to simulate

         int no_days;

         int day;

         cout << "Enter initial amount of green crud: ";

         cin >> newCrud;

         cout << "Enter number of days to simulate: ";

         cin >> no_days;

         for (day = 10; day<=no_days; day++)

         {

             if (day % 10 == 0)

             {

                  next = newCrud + init;

             }

                  newCrud = init;

                  init = next;

         }

         if (no_days < 5)

         cout << "\nCrud reproduce only after 5 days

         minimum.Hence the current amount is "

         << newCrud << " pounds.";

         else

         

         cout << "On day " << no_days << " you have " <<

         init << " pounds of green crud." << endl;

         cout << "\nWould you like to continue? (y or n):

         ";

         cin >> ans;

    } while (ans == 'Y' || ans == 'y');

    return 0;

}

Output:

Enter initial amount of green crud: 5

Enter number of days to simulate: 220

On day 220 you have 10485760 pounds of green crud.

Would you like to continue? (y or n): y

Enter initial amount of green crud: 5

Enter number of days to simulate: 225

On day 225 you have 10485760 pounds of green crud.

7 0
3 years ago
Other questions:
  • An air conditioner using refrigerant R-134a as the working fluid and operating on the ideal vapor-compression refrigeration cycl
    12·1 answer
  • a. Determine R for a series RC high-pass filter with a cutoff frequency (fc) of 8 kHz. Use a 100 nF capacitor. b. Draw the schem
    7·1 answer
  • Material with hardness of 220 Vickers is harder than material with a hardness of 180 Vickers. a)-True b)- False
    8·1 answer
  • What the Best describes the purpose of the occupational safety and health administración OSHA
    12·1 answer
  • 3.24 Program: Drawing a half arrow (Java) This program outputs a downwards facing arrow composed of a rectangle and a right tria
    12·1 answer
  • A hollow, spherical shell with mass 2.00kg rolls without slipping down a slope angled at 38.0?.
    15·1 answer
  • How is the air delivery temperature controlled during A/C operation?
    8·1 answer
  • 7 to 1 inch above the stock
    5·1 answer
  • A system of organization, people activities, informations, and resources involved in supplying a productor or service to a custo
    5·2 answers
  • A wheel spins at a constant angular speed of 24rad/s.How many revolutions will the dosk go through in 5minutes?​
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!