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
KIM [24]
3 years ago
14

What types of problems might an electrical engineer need to solve?

Engineering
1 answer:
aleksandr82 [10.1K]3 years ago
8 0

Answer:

sectores industriales, comerciales o públicos, o para el uso doméstico.

Explanation:

You might be interested in
The locations and type of electrical device required on an architectural<br> plan are referred to as
Vikki [24]

The locations and type of electrical devices required on an architectural plan are referred to as <u>electrical symbols</u>. The use of detailed electrical plan ensures that all electrical equipment and wiring is installed exactly as intended. If the electrical plans are insufficient or hazy, the installation is left to the electrician’s discretion.  

Electrical plans are prepared using a CAD layered floor plan. Designers should not rely on electricians to design the electrical system, only to install it. Conversely, designers do not plan the position of every wire, only the position and relationship of all fixtures, devices, switches, and controls. This is done with the use of electrical symbols.  

Hundreds of electrical symbols are used on floor plans to describe what and where electrical elements will be installed. On simple plans, electrical symbols are often included as a separate layer on the floor plan. For larger or more complex structures, a separate plan is prepared.

The locations and type of electrical device required on an architectural plan are referred to as <u>electrical symbols</u>.

Learn more:

https://brainly.in/question/40648976

5 0
2 years ago
Read 2 more answers
A plant has ten machines and currently operates two 8-hr shift per day, 5 days per week, 50 weeks per year. the ten machines pro
Zarrin [17]

Answer:

  83.6%

Explanation:

<h3>(a)</h3>

On its current schedule, the plant can theoretically produce ...

  (30 pc/h/machine)(10 machine)(8 h/shift)(2 shift/day)(5 day/wk)(50 wk/yr)

  = (30)(10)(8)(2)(5)(50) pc/yr = 1,200,000 pc/yr

__

<h3>(b)</h3>

On the proposed schedule, this production becomes ...

  (30 pc/mach)(10 mach)(8 h/sh)(3 sh/da)(6 da/wk)(51 wk/yr)

  = (30)(10)(8)(3)(6)(51) pc/yr = 2,203,200 pc/yr

The increase in capacity is ...

  (2,203,200/1,200,000 -1) × 100% = 83.6% . . . capacity increase

_____

<em>Additional comment</em>

The number of parts per shift did not change. Only the number of shifts per year changed. It went up by a factor of (3/2)(6/5)(51/50) = 1.836. Hence the 83.6% increase in capacity.

We have to assume that maintenance and repair are done as effectvely as before in the reduced down time that each machine has.

3 0
2 years ago
You have just finished your OST takeoffs for a single-story home and found 175 LF of interior walls with 2x6 studs 14" OC. The h
zimovet [89]

Answer:

Total BF for the interior wall is 7.50BD

Explanation:

Given Data:

· Size of stud = 2” x 6”

· Height of Wall = 8 ft

· Top plates = 2

· Bottom Plate = 1

BF stands for board feet in lumber/wood terminology. It is the unit of volume.

1 BF (Board feet) = 1 ft x 1 ft x 1 inch

Since there are total three plates at top and bottom, we have to deduct their thickness from wall height to calculate height of stud.

Height of stud = 8’ – 3 x 2” = 7’6” = 7.5 ft

Board feet of one stud = 7.50 6/12 x 2 = 7.50 BD

Total BF for the interior wall is 7.50BD

7 0
3 years ago
Amanda and Tyler opened a business that specializes in shipping liquids, such as milk, juice, and water, in cylindrical containe
USPshnik [31]

Answer:

circleType.h

#ifndef circleType_H

#define circleType_H

class circleType

{

public:

void print();

void setRadius(double r);

//Function to set the radius.

//Postcondition: if (r >= 0) radius = r;

// otherwise radius = 0;

double getRadius();

//Function to return the radius.

//Postcondition: The value of radius is returned.

double area();

//Function to return the area of a circle.

//Postcondition: Area is calculated and returned.

double circumference();

//Function to return the circumference of a circle.

//Postcondition: Circumference is calculated and returned.

circleType(double r = 0);

//Constructor with a default parameter.

//Radius is set according to the parameter.

//The default value of the radius is 0.0;

//Postcondition: radius = r;

private:

double radius;

};

#endif

circleTypeImpl.cpp

#include <iostream>

#include "circleType.h"

using namespace std;

void circleType::print()

{

cout << "Radius = " << radius

<< ", area = " << area()

<< ", circumference = " << circumference();

}

void circleType::setRadius(double r)

{

if (r >= 0)

radius = r;

else

radius = 0;

}

double circleType::getRadius()

{

return radius;

}

double circleType::area()

{

return 3.1416 * radius * radius;

}

double circleType::circumference()

{

return 2 * 3.1416 * radius;

}

circleType::circleType(double r)

{

setRadius(r);

}

cylinderType.h

#ifndef cylinderType_H

#define cylinderType_H

#include "circleType.h"

class cylinderType: public circleType

{

public:

void print();

void setHeight(double);

double getHeight();

double volume();

double area();

//returns surface area

cylinderType(double = 0, double = 0);

private:

double height;

};

#endif

cylinderTypeImpl.cpp

#include <iostream>

#include "circleType.h"

#include "cylinderType.h"

using namespace std;

cylinderType::cylinderType(double r, double h)

: circleType(r)

{

setHeight(h);

}

void cylinderType::print()

{

cout << "Radius = " << getRadius()

<< ", height = " << height

<< ", surface area = " << area()

<< ", volume = " << volume();

}

void cylinderType::setHeight(double h)

{

if (h >= 0)

height = h;

else

height = 0;

}

double cylinderType::getHeight()

{

return height;

}

double cylinderType::area()

{

return 2 * 3.1416 * getRadius() * (getRadius() + height);

}

double cylinderType::volume()

{

return 3.1416 * getRadius() * getRadius() * height;

}

main.cpp

#include <iostream>

#include <iomanip>

using namespace std;

#include "cylinderType.h"

int main()

{

double radius,height;

double shippingCostPerLi,paintCost,shippingCost=0.0;

 

cout << fixed << showpoint;

cout << setprecision(2);

cout<<"Enter the radius :";

cin>>radius;

 

cout<<"Enter the Height of the cylinder :";

cin>>height;

 

 

cout<<"Enter the shipping cost per liter :$";

cin>>shippingCostPerLi;

 

 

//Creating an instance of CylinderType by passing the radius and height as arguments

cylinderType ct(radius,height);

 

double surfaceArea=ct.area();

double vol=ct.volume();

 

 

shippingCost+=vol*28.32*shippingCostPerLi;

 

char ch;

 

cout<<"Do you want the paint the container (y/n)?";

cin>>ch;

if(ch=='y' || ch=='Y')

{

cout<<"Enter the paint cost per sq foot :$";

cin>>paintCost;    

shippingCost+=surfaceArea*paintCost;    

}    

cout<<"Total Shipping Cost :$"<<shippingCost<<endl;

 

return 0;

}

3 0
3 years ago
State the mathematical expression to define the availability of equipment over a specified time and operational availability?
Gelneren [198K]

Answer:

Availability=\dfrac{Up\ time}{Down\ time+Up\ time}

Explanation:

Availability:

  It define as the probability of system which perform desired task before showing any failure .

The availability can be define as follows

 Availability=\dfrac{Up\ time}{Down\ time+Up\ time}

Or we can say that

Availability=\dfrac{Up\ time}{total\ time}

Availability can also be express as

 Availability=\dfrac{MTBF}{MTBF+MTTR}

Where MTBF is the mean time between two failure.

MTTR is the mean time to repair.

7 0
3 years ago
Other questions:
  • Write a modular program that finds the equation, area, and circumference of a circle, given the coordinates of the center of the
    11·1 answer
  • Find the inductive reactance per mile of a single-phase overhead transmission line operating at 60 Hz, given the conductors to b
    6·1 answer
  • Air enters a 200 mm diameter adiabatic nozzle at 195 deg C, 500 kPa and 100 m/s. It exits at 85 kPa. If the exit diameter is 158
    11·1 answer
  • A 1200-kg car moving at 20 km/h is accelerated
    5·1 answer
  • All welding processes that take place without melting of the work pieces. a)- True b)-False
    15·1 answer
  • W<br>n só<br>i<br>Eo<br>E<br>find the transfer function​
    9·1 answer
  • a poorly tighten terminal is often the cause of a/an ? a) open circuit b) circuit breaker interrupt c)short circuit d) ground fa
    10·1 answer
  • Principals of Construction intro
    11·1 answer
  • One of the key characteristics of ________ sessions is that no idea should be immediately accepted or rejected. prototype alpha
    15·1 answer
  • How many hours should I charge a 4.8 volt 600mah battery(it is urgent)
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!