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
miv72 [106K]
2 years ago
9

Direction: List down or enumerate the type of outlets you want to install on your dream house. Also indicate the quantity (in pi

ece/s) of your outlets. Give at least two in every area of the house.
Living Room


1. (Example) Duplex Convenience Outlet – 4pcs.


2.




Bed Room


3.


4.




Kitchen


5.


6.




Garage


7.


8.




Garden or Outside of your house


9.


10.
Engineering
1 answer:
Lorico [155]2 years ago
6 0

Answer:

Apartment outlet 4pcs

Explanation:

You might be interested in
Answer true or false 3.Individual people decide what will be produced in a command<br> oconomy
Pie

Answer:

False

Explanation:

The government decides the productions.

7 0
3 years ago
Read 2 more answers
An air-conditioning system operating on the reversed Carnot cycle is required to transfer heat from a house at a rate of 755 kJ/
Lyrx [107]

Answer:

There is 0.466 KW required to operate this air-conditioning system

Explanation:

<u>Step 1:</u> Data given

Heat transfer rate of the house = Ql = 755 kJ/min

House temperature = Th = 24°C = 24 +273 = 297 Kelvin

Outdoor temperature = To = 35 °C = 35 + 273 = 308 Kelvin

<u>Step 2: </u> Calculate the coefficient of performance o reversed carnot air-conditioner working between the specified temperature limits.

COPr,c = 1 / ((To/Th) - 1)

COPr,c = 1 /(( 308/297) - 1)

COPr,c = 1/ 0.037

COPr,c = 27

<u>Step 3:</u> The power input cna be given as followed:

Wnet,in = Ql / COPr,max

Wnet, in = 755  / 27

Wnet,in = 27.963 kJ/min

Win = 27.963 * 1 KW/60kJ/min  = 0.466 KW

There is 0.466 KW required to operate this air-conditioning system

3 0
2 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
Given a square matrix [A], write a single line MATLAB command that will create a new matrix [Aug] that consists of the original
Liono4ka [1.6K]

Answer:

Consider A is square matrix of order 4 x 4 generated using magic function. Augmented matrix can be generated using:

Aug=[A eye(size(A))]

Above command is tested in MATLAB command window and is attached in figure below

8 0
3 years ago
Please define the coefficient of thermal expansion?
Vikki [24]

Answer:

The coefficient of thermal expansion tells us how much a material can expand due to heat.

Explanation:

Thermal expansion occurs when a material is subjected to heat and changes it's shape, area and volume as a result of that heat. How much that material changes is dependent on it's coefficient of thermal expansion.

Different materials have different coefficients of thermal expansion (i.e. It is a material property and differs from one material to the next). It is important to understand how materials behave when heated, especially for engineering applications when a change in dimension might pose a problem or risk (eg. building large structures).

7 0
2 years ago
Other questions:
  • As part of an insurance company’s training program, participants learn how to conduct an analysis of clients’ insurability. The
    9·1 answer
  • Given the latent heat of fusion (melting) and the latent heat of vaporisation for water are Δhs = 333.2 kJ/kg and Δhv = 2257 kJ/
    15·1 answer
  • It is the same as force. b. Stress that is created by plate collision is the same everywhere and reflects the total force produc
    11·1 answer
  • Technician A says power steering pumps can be engine driven. Technician B says power steering
    9·1 answer
  • You leave your house at 5:02 PM and run 20 yards down the street. You don't realize that you forgot your Wallet back at home and
    11·1 answer
  • 1. Lea y analice la Norma ISO 16949 - Calidad en la industria automotriz, luego se ubica en los requisitos particulares, usted m
    12·1 answer
  • HELP ASSAPPP
    15·1 answer
  • 8. What are used by the project architect to depict different building systems and to show how they correlate to one anothe
    14·1 answer
  • Technician a s ays both an ohmmeter and a self-powered test light may be used to test for continuity. technician b says both may
    12·1 answer
  • Which of following is not malicious ?<br> Worm<br> Trogan Horse<br> Driver<br> Virus
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!