Assignment No. 2 In detail describe the following for predicting yield of ductile materials: (I) Maximum Shearing Stress Criteril, and (2) Maximum Distortion Energy Criteria. Complelely derive the equ

Answers

Answer 1

The maximum shear stress criterion states that ductile material will fail if the maximum shear stress in a material exceeds the shear strength at the same state of stress.

While the maximum distortion energy criterion predicts yield when the distortion energy per unit volume due to an applied stress reaches or exceeds the distortion energy per unit volume at the yield point.Mathematically, the Maximum Shearing Stress Criteria equation is given by:τ_max = (σ_1 - σ_2) / 2Where τ_max is the maximum shear stress, σ_1 is the major principal stress, and σ_2 is the minor principal stress.The Maximum Distortion Energy Criteria equation is given by:e = (σ_1 - σ_2)^2 + σ_2^2 + σ_3^2 - σ_1σ_2 - σ_1σ_3 - σ_2σ_3For a material to yield, the distortion energy per unit volume due to an applied stress must reach or exceed the distortion energy per unit volume at the yield point.

To know more about states visit:

https://brainly.com/question/7752960

#SPJ11


Related Questions

© 2022. Grand Canyon University. All Rights Reserved.APA Activity 2: Citing PracticeCreate a reference page by citing the following sources in correct APA format. You may use your text or the GCU Library website to help you, but do not use citation generators.•A textbook: The second edition of Psychology and Your Life by Robert S. Feldman written in 2013. The publishing city is New York, New York published from McGraw Hill Companies.•Snickers commercial https://youtu.be/2rF_FRCd_LA •PBS Frontline special League of Denial •The document found at this address:http://www.eia.gov/forecasts/aeo/er/pdf/0383er(2013).pdf•The movie Silver Linings Playbook•The episode of Friends titled: The One After Joey and Rachel Kiss•The 7th edition of the APA Manual

Answers

Using APA reference style, the references is attached below from Feldman, R. S. (2013) to American Psychology Association (2020)

What is APA Reference Style

APA reference style is a style of citing sources used by the American Psychological Association. It is primarily used in the social sciences and includes guidelines for citing sources both within the text of a document and in the reference list at the end of the document. The guidelines provide a consistent way of citing sources to make it easier for readers to identify and locate the sources cited in a document.

In the given problem, if we need to write the reference using APA style, it will take this format below

Reference Page:

Feldman, R. S. (2013). Psychology and your life (2nd ed.). New York, NY: McGraw Hill Companies.

Frontline. (n.d.). League of denial. Retrieved from https://www.pbs.org/wgbh/frontline/film/league-of-denial/

Friends. (2004). The one after Joey and Rachel kiss [Television series episode]. In D. Crane, & M. Kauffman (Executive producers), Friends. Burbank, CA: Warner Bros. Television.

Silver Linings Playbook. (2012). [Motion Picture]. United States: The Weinstein Company.

U.S. Energy Information Administration. (2013). Annual energy outlook 2013 with projections to 2040. Retrieved from http://www.eia.gov/forecasts/aeo/er/pdf/0383er(2013).pdf

Snickers. (2013, April 2). You’re not you when you’re hungry [Video file]. Retrieved from https://youtu.be/2rF_FRCd_LA

American Psychological Association. (2020). Publication manual of the American Psychological Association (7th ed.). doi:10.1037/0000165-000

Learn more on APA reference style here;

https://brainly.com/question/28008158

#SPJ1

I. (20%) Consider the following six relations for an order processing database application in a company: Customer(Cust#, Cname, City) Order(Order#, Odate, Cust#, Ord_Amt) Order_Item(Order#, Item#, Qty) Item(Item#, Unit_Price) Shipment(Order#, Warehouse#, Ship_date) Warehouse(Warehouse#, City) Ord Amt refers to total dollar amount of an order; Odate is the date the order was placed; Ship_date is the date an order is shipped from the warehouse. An order can be shipped from any warehouse. Specify the following operations/queries in SQL. (a) (5%) Create the table for the relation Order. (you can decide the data type of the attributes) (b) (5%) List Cust#, Cname, City for all the customers. (c) (5%) List the Order# and Ship_date for all orders shipped from Warehouse# "W2". (d) (5%) For all the order items purchased by the customer whose Cust#='C001', list the Order#, Item#, and Qty for those items that have a unit price greater than 100.

Answers

(a) Create the table for the relation Order:

```sql

CREATE TABLE Order (

 Order# INT,

 Odate DATE,

 Cust# INT,

 Ord_Amt DECIMAL(10, 2),

 PRIMARY KEY (Order#),

 FOREIGN KEY (Cust#) REFERENCES Customer(Cust#)

);

```

In this query, we create a table named "Order" with the specified attributes and data types. The Order# attribute is set as the primary key, and the Cust# attribute is set as a foreign key referencing the Cust# attribute in the Customer table.

(b) List Cust#, Cname, City for all the customers:

```sql

SELECT Cust#, Cname, City

FROM Customer;

```

This query selects the Cust#, Cname, and City attributes from the Customer table, displaying all rows in the table.

(c) List the Order# and Ship_date for all orders shipped from Warehouse# "W2":

```sql

SELECT Order#, Ship_date

FROM Shipment

WHERE Warehouse# = 'W2';

```

This query selects the Order# and Ship_date attributes from the Shipment table, filtering the results to only include rows where the Warehouse# is equal to 'W2'.

(d) For all the order items purchased by the customer whose Cust#='C001', list the Order#, Item#, and Qty for those items that have a unit price greater than 100:

```sql

SELECT O.Order#, OI.Item#, OI.Qty

FROM Order O

JOIN Order_Item OI ON O.Order# = OI.Order#

JOIN Item I ON OI.Item# = I.Item#

WHERE O.Cust# = 'C001' AND I.Unit_Price > 100;

```

This query joins the Order, Order_Item, and Item tables based on their corresponding keys and selects the Order#, Item#, and Qty attributes. It includes a condition to filter the results to only include rows where the Cust# is 'C001' and the Unit_Price is greater than 100 in the Item table.

Learn more about sql here:

https://brainly.com/question/31663284

#SPJ11

You observe a car parked on the side of the road. If the car started to move, Which conclusion could you make?

Answers

Answer:

there is someone inside the car

A horizontal turbine takes in steam with an enthalpy of h = 2.80 MJ/kg at 45 m/s. A steam-water mixture exits the turbine with an enthalpy of h = 1.55 MJ/kg at 20 m/s. If the heat loss to the surroundings from the turbine is 300 J/s, determine the power the fluid supplies to the turbine. The mass flow rate is 0.85 kg/s.

Answers

Answer:

The power that fluid supplies to the turbine is 1752.825 kilowatts.

Explanation:

A turbine is a device that works usually at steady state. Given that heat losses exists and changes in kinetic energy are not negligible, the following expression allows us to determine the power supplied by the fluid to the turbine by the First Law of Thermodynamics:

\(-\dot Q_{loss} - \dot W_{out} + \dot m \cdot \left[(h_{in}-h_{out}) + \frac{1}{2}\cdot (v_{in}^{2}-v_{out}^{2}) \right] = 0\)

Output power is cleared:

\(\dot W_{out} = -\dot Q_{loss} + \dot m \cdot \left[(h_{in}-h_{out})+\frac{1}{2}\cdot (v_{in}^{2}-v_{out}^{2}) \right]\)

If \(\dot Q_{loss} = 0.3\,kW\), \(\dot m = 0.85\,\frac{kg}{s}\), \(h_{in} = 2800\,\frac{kJ}{kg}\), \(h_{out} = 1550\,\frac{kJ}{kg}\), \(v_{in} = 45\,\frac{m}{s}\) and \(v_{out} = 20\,\frac{m}{s}\), then:

\(\dot W_{out} = -0.3\,kW + \left(0.85\,\frac{kg}{s} \right)\cdot \left\{\left(2800\,\frac{kJ}{kg}-1550\,\frac{kJ}{kg} \right)+\frac{1}{2}\cdot \left[\left(45\,\frac{m}{s} \right)^{2}-\left(20\,\frac{m}{s} \right)^{2}\right] \right\}\)

\(\dot W_{out} = 1752.825\,kW\)

The power that fluid supplies to the turbine is 1752.825 kilowatts.

The long slot on a 15-ampere, 125-volt, receptacle is the
conductor *
4 points
grounded
O phase "hot"
O equipment-grounding
O traveler

Answers

The long slot that is present in a 15-ampere, 125-volt, receptacle is known as the grounded conductor.

What is purpose of the long slot in the receptacle?

The long slot is the grounded conductor that is placed in the receptacle to meet with relevant National Electrical Codes (NEC).

The grounded conductor is meant to connect to the ground either directly or indirectly for safety purposes.

In conclusion, option A is correct.

Find out more on grounded conductors at https://brainly.com/question/20712334.

Torque is expressed in pounds per foot (lbs.-ft).
Group of answer choices

True

False

Answers

It is True because one pound foot is created by one pound force acting.

Given a 7 segment display, Develop the reduced circuit functions to drive segments a & d.

a. Show the short form SOP for outputs Fa and Fd.
b. Show the K-Maps for both Fa and Fd.
c. List the Prime Implicants for both. Identify the Distinguished 1's for both.
d. List the Essential Prime Implicants for both.
e. Write a reduced SOP for both.

Answers

Answer:

attached below is the detailed solution

Explanation:

Attached below is a detailed solution a BCD decoder( 4 inputs and 7 outputs ) used to drive a seven digit display

Prime Implicants are gotten from the maximum adjacent cells found in the K -map WHILE essential prime implicants  ( ESI ) are prime implicants that combine with a minimum of one term which cannot be covered by another prime implicant.

D)For a : essential implicants includes all its implicants

  For d : essential implicants includes all its prime implicants

Given a 7 segment display, Develop the reduced circuit functions to drive segments a & d. a. Show
Given a 7 segment display, Develop the reduced circuit functions to drive segments a & d. a. Show
Given a 7 segment display, Develop the reduced circuit functions to drive segments a & d. a. Show

a 60 cm-long, 3 cm-diameter aisi 1010 steel rod is welded to a furnace wall and passes through 20 cm of insulation before emerging into the surrounding air. the faurnace wall is at 300oc and the air temperature is 20oc. estimate the temperature of the bar tip if the heat transfer coefficient between the rod and air is taken to be 13 w/m2 k.

Answers

We may calculate the temperature of the bar tip using the boundary conditions and the one-dimensional heat conduction equation: q/A = -k(dT/dx).

Which of the following define the one-dimensional heat equation's boundary conditions?

Boundary circumstances: Particular actions at x0 = 0 and L: 1. Temperature constant: u(x0,t) = T for t > 0. 2. Insulated end: for t > 0, ux

Q = hA(T s - T air), where (x0,t) = 0

When we combine these equations, we obtain:

(T s - T air) = -(k/h)(dT/dx), where hA(T s - T air)/A = -k(dT/dx).

Assuming that the temperature gradient is constant over the length of the rod and integrating both sides from x = 0 to x = L, we arrive at:

(T s - 20) = -(43.5e-3 / 13)(T s - 300)*0.6 (T s - T air) = -(k/h)(T s - T furnace)*L

Simplifying:

(T s - 20) = -1.008(T s - 300)

T s - 20 = -1.008T s + 302.4 when expanded

When we solve for T s, we obtain T s = 1265.4 K.

To know more about equation visit"-

https://brainly.com/question/24179864

#SPJ1

A multi-plate clutch is to transmit 12 kW at 1500 rev/min. The inner and outer radii for the plates are to be 50 mm and 100 mm respectively. The maximum axial spring force is restricted to lkN. Calculate the necessary number of pairs of surfaces if ll = 0-35 assuming constant ‘vyear. What will be the necessary axial force?

Answers

Answer:

The uniform pressure for the necessary axial force  is  W = 945 N

The uniform wear for the necessary axial force is  W = 970.15 N

Explanation:

Solution

Given that:

r₁ = 0.1 m

r₂ = 0.05m

μ = 0.35

p = 12 N or kW

N = 1500 rpm

W = 1000 N

The angular velocity is denoted as  ω= 2πN/60

Here,

ω = 2π *1500/60 = 157.07 rad/s

Now, the power transferred becomes

P = Tω this is the equation (1)

Thus

12kW = T * 157.07 rad/s

T = 76.4 N.m

Now, when we look at the uniform condition, we have what is called the torque that is frictional which acts at the frictional surface of the clutch dented as :

T = nμW R this is the equation (2)

The frictional surface of the mean radius is denoted by

R =2/3 [(r₁)³ - (r₂)³/(r₁)² - (r₂)²]

=[(0.1)³ - (0.05)³/[(0.1)² - (0.05)²]

R is =0.077 m

Now, we replace this values and put them into the equation (2)

It gives us this, 76. 4 N.m = n * 0.35* 1000 N * 0.077 m

n = 2.809 = 3

The number of pair surfaces is = 3

Secondly, we determine the uniform wear.

So, the mean radius is denoted as follows:

R = r₁ + r₂/ 2

=0.1 + 0.05/2

=0.075 m

Now, we replace the values and put it into the equation (2) formula

76. 4 N.m = n *0.35* 1000 N * 0.075 m

n= 2.91 = 3

Again, the number of pair surfaces = 3

However, for the uniform pressure with regards to the number of clutch plates is 3 we can derive the necessary axial force from the equation (2)

76. 4 N.m = 3 * 0.35 * W *0.077 m

W = 945 N

Also, for the uniform wear with regards to the number of clutch plates is 3 we can derive the necessary axial force from the equation (2)

76. 4 N.m = 3 * 0.35 * W *0.075 m

W = 970. 15 N

Does anyone know this

Does anyone know this

Answers

I tired but I can’t sorry

Fall restraint systems must meet which of the falling criteria?

Answers

To meet the necessary criteria for effective fall restraint,the principles are Adequate Anchorage,Proper Fit and Adjustment,Maximum Arrest Force,Compatibility and Integrity and Proper Training and Use.

Fall restraint systems are designed to prevent a person from falling while working at heights. To meet the necessary criteria for effective fall restraint, the system must adhere to several key principles:

1. Adequate Anchorage: The system should be securely anchored to a structure capable of withstanding the anticipated loads. Anchorage points must be structurally sound and capable of supporting the maximum forces that may be exerted during a fall.

2. Proper Fit and Adjustment: The fall restraint system should be properly fitted and adjusted to the individual worker. This includes ensuring that harnesses, belts, and lanyards are correctly sized and adjusted for the user's body type and work requirements.

3. Maximum Arrest Force: The fall restraint system should limit the maximum force exerted on the worker's body in the event of a fall. This helps minimize the risk of injury by reducing the impact force transmitted to the body during a fall arrest.

4. Compatibility and Integrity: All components of the fall restraint system must be compatible with each other and function together as intended. This includes the harness, lanyard, connectors, and anchorages.

Regular inspections and maintenance should be conducted to ensure the integrity of the system.

5. Proper Training and Use: Workers must be adequately trained in the proper use of the fall restraint system. They should understand how to properly don and doff the equipment, inspect it for defects, and recognize when the system is not suitable for use.

By meeting these criteria, fall restraint systems can effectively protect workers at heights, reducing the risk of falls and their associated injuries.

For more such questions on restraint,click on

https://brainly.com/question/24632598

#SPJ8

which problem can occur if your system case fan blows in the wrong direction?

Answers

The system overheat if a fan blows in the wrong direction, preventing airflow through the case.

In a computer case, how can airflow be controlled?

Air should follow a straight line through the case. In most cases, you want the case fans at the front of the case to draw in air and the ones at the back to blow out air. Because hot air will rise, vents at the top of your case should be used as exhaust fans.

What triggers CPU overheating?

Overheating of a computer is typically brought on by multiple factors. If dust is allowed to accumulate over time, it can obstruct the fans and overheat the CPU or GPU. The fans may go into overdrive if there are too many applications running simultaneously, and if this happens too often, the fans may stop working.

To know more about system overheat visit :-

https://brainly.com/question/24178500

#SPJ4

What is the floor of Class E airspace when designated in conjunction with an airway?
Select one:
a. 700 feet AGL.
b. 1,500 feet AGL.
c. 1,200 feet AGL.

Answers

correct answer to the question is b. 1,500 feet AGL when the Class E airspace is designated in conjunction with an airway that is 4 NM or wider.

When Class E airspace is designated in conjunction with an airway, the floor of the airspace depends on the width of the airway. If the airway is less than 4 nautical miles (NM) wide, then the floor of the Class E airspace is 1,200 feet above ground level (AGL) within 4 NM either side of the airway centerline. If the airway is 4 NM or wider, then the floor of the Class E airspace is 1,500 feet AGL within 4 NM either side of the airway centerline.

To know more about AGL visit:

brainly.com/question/14701469

#SPJ11

a _____________ cable reverses all of the wires without regard to how they are paired.

Answers

Regardless of how the wires are linked, a rollover cable will reverse all of them.

How can cross talk between wire pairs happen close to a signal source?

When a signal on one pair of wires is captured by an adjacent pair of wires, it is said to be experiencing near-end crosstalk. Interference is caused by the sent signal's component that is electromagnetically linked back into the receiving signal.

Which technique makes it possible for several signals to pass via a single medium at once?

Networks employ the technique of multiplexing to combine several digital or analogue signals into a single composite signal that is transmitted via a common media, like a radio wave or fibre optic cable.

To know more about rollover visit:-

https://brainly.com/question/28902915

#SPJ4

Water flows steadily through the pipe as shown below, such that the pressure at section (1) and at section (2) are 300 kPa and 100 kPa respectively. Determine the diameter of the pipe at section (2), D, if the velocity at section (1) is 20 m/sec and viscous effects are negligible.

Answers

Answer:

The velocity at section is approximately 42.2 m/s

Explanation:

For the water flowing through the pipe, we have;

The pressure at section (1), P₁ = 300 kPa

The pressure at section (2), P₂ = 100 kPa

The diameter at section (1), D₁ = 0.1 m

The height of section (1) above section (2), D₂ = 50 m

The velocity at section (1), v₁ = 20 m/s

Let 'v₂' represent the velocity at section (2)

According to Bernoulli's equation, we have;

\(z_1 + \dfrac{P_1}{\rho \cdot g} + \dfrac{v^2_1}{2 \cdot g} = z_2 + \dfrac{P_2}{\rho \cdot g} + \dfrac{v^2_2}{2 \cdot g}\)

Where;

ρ = The density of water = 997 kg/m³

g = The acceleration due to gravity = 9.8 m/s²

z₁ = 50 m

z₂ = The reference = 0 m

By plugging in the values, we have;

\(50 \, m + \dfrac{300 \ kPa}{997 \, kg/m^3 \times 9.8 \, m/s^2} + \dfrac{(20 \, m/s)^2}{2 \times 9.8 \, m/s^2} = \dfrac{100 \ kPa}{997 \, kg/m^3 \times 9.8 \, m/s^2} + \dfrac{v_2^2}{2 \times 9.8 \, m/s^2}\)50 m + 30.704358 m + 20.4081633 m = 10.234786 m + \(\dfrac{v_2^2}{2 \times 9.8 \, m/s^2}\)

50 m + 30.704358 m + 20.4081633 m - 10.234786 m = \(\dfrac{v_2^2}{2 \times 9.8 \, m/s^2}\)

90.8777353 m = \(\dfrac{v_2^2}{2 \times 9.8 \, m/s^2}\)

v₂² = 2 × 9.8 m/s² × 90.8777353 m

v₂² = 1,781.20361 m²/s²

v₂ = √(1,781.20361 m²/s²) ≈ 42.204308 m/s

The velocity at section (2), v₂ ≈ 42.2 m/s

A seven inch diameter centrifuge carries a 50 mL of blood (blood density at 0.994g/mL). If the centripetal acceleration is 64 feet per second, rotational speed is 345 rpm. Determine the centrifugal force in pound force.

Answers

Centrifugal force is the force exerted on an object moving in a circular path and directed outward from the center. In order to determine the centrifugal force in pound-force of a centrifuge carrying 50mL of blood, we will need to use the formula for centripetal force:

Centrifugal force = (mass x acceleration)/radius

Here's how to solve the problem:

First, we need to determine the mass of the blood being carried by the centrifuge. We know the volume of blood (50 mL) and the density of blood (0.994 g/mL), so we can use the formula:

mass = volume x density

mass = 50 mL x 0.994 g/mL

mass = 49.7 g

Next, we need to convert the given units to SI units (meters and seconds):

Centripetal acceleration = 64 ft/s^2
1 ft = 0.3048 m
Centripetal acceleration = 64 ft/s^2 x 0.3048 m/ft = 19.5072 m/s^2

Rotational speed = 345 rpm
1 rpm = 1/60 s
Rotational speed = 345 rpm x 1/60 s = 5.75 s^-1

Now we can use the formula to calculate centrifugal force:

Centrifugal force = (mass x acceleration)/radius

The radius of the centrifuge is half the diameter (3.5 inches or 0.0889 meters):

Centrifugal force = (49.7 g x 19.5072 m/s^2)/0.0889 m

Centrifugal force = 10,879.52 N

Finally, we need to convert Newtons to pound-force:

1 N = 0.22481 lb-f
Centrifugal force = 10,879.52 N x 0.22481 lb-f/N

Centrifugal force = 2,442.69 lb-f

Therefore, the centrifugal force in pound-force is 2,442.69 lb-f.

To know more about determine visit :

https://brainly.com/question/29898039

#SPJ11

An electrical utility is experiencing a sharp power demand that continues to grow at a high rate in a certain local area. Two alternatives are under consideration. Each is designed to provide enough capacity during the next 25​ years, and both will consume the same amount of​ fuel, so fuel cost is not considered in the analysis.

Alternative A. Increase the generating capacity now so that the ultimate demand can be met without additional expenditures later. An investment of ​$29 million would be​ required, and it is estimated that this plant facility would be in service for 25 years and have a salvage value of ​$0.8 million. The annual operating and maintenance costs​ (including income​ taxes) would be ​$0.6 million. Alternative B. Spend ​$13 million now and follow this expenditure with future additions during the 10th year and the 15th year. These additions would cost ​$17 million and ​$10 ​million, respectively. The facility would be sold 25 years from now with a salvage value of ​$1.2 million. The annual operating and maintenance costs​ (including income​ taxes) will be ​$250,000 initially and will increase to ​$0.35 million after the second addition​ (from the 11th year to the 15th​ year) and to ​$0.45 million during the final 10 years.​ (Assume that these costs begin one year subsequent to the actual​ addition.) On the basis of the​ present-worth criterion, if the firm uses 14​% as a​ MARR, which alternative should be​ undertaken? Note​:Adopt incremental cost approach.

Answers

Based on the present-worth criterion and a 14% MARR, Alternative A should be undertaken as it has a lower present worth compared to Alternative B.

Incremental To determine which alternative should be undertaken based on the present-worth criterion and a 14% MARR, we need to calculate the present worth of each alternative's costs.

For Alternative A:

Initial investment: -$29 million

Annual operating and maintenance costs: -$0.6 million per year for 25 years

Salvage value: +$0.8 million

For Alternative B:

Initial investment: -$13 million

Additional investments: -$17 million in the 10th year, -$10 million in the 15th year

Annual operating and maintenance costs: -$0.25 million for the first 10 years, -$0.35 million from the 11th to the 15th year, -$0.45 million for the final 10 years

Salvage value: +$1.2 million

Using the incremental cost approach, we calculate the present worth of costs for each alternative. We consider the difference in costs between the alternatives over their respective lifetimes.

For Alternative A:

Present worth = -29 + (0.6 * (1 - (1 + 0.14)^-25) / 0.14) + 0.8 / (1 + 0.14)^25

For Alternative B:

Present worth = -13 + (0.25 * (1 - (1 + 0.14)^-10) / 0.14) + (0.35 * (1 - (1 + 0.14)^-5) / 0.14) + (0.45 * (1 - (1 + 0.14)^-10) / 0.14) + 1.2 / (1 + 0.14)^25

Comparing the present worth values of the two alternatives, the alternative with the lower present worth should be undertaken.

Learn more about present-worth criterion here :-

https://brainly.com/question/30928123

#SPJ11

Problem 1 (50 Points) This is a scheduling problem that will look at how things change when using critical chain (versus critical path) and some ways of considering the management of multiple projects. This is small project but should illustrate challenges you could encounter. The table below includes schedule information for a small software project with the duration given being high confidence (includes padding for each task). Assume the schedule begins on 3/6/23.

See attached table

a) Develop a project network or Gantt chart view for the project. What is the finish date? What is the critical path? Assume that multi-tasking is allowed. (5 points)

b) Develop a critical chain view of this schedule. Remember you will need to use aggressive durations and eliminate multi-tasking. Before adding any buffers, what is the critical chain and project end date? Now add the project buffer and any needed feeding buffers. What is the end date? (5 points)

c) Now assume you have added two more software projects to development that require the same tasks (you have three projects in development on the same schedule at this point). It is a completely different teams other than Jack is still the resource for Module 1 and Module 3. Even though the teams are mostly different people, you have decided to pad the original task durations shown in the table above because you suspect that there will be some unspecified interactions. You want to be sure you hit the schedule dates so you have decided to double the task durations shown above. So Scope project is 12 days, Analyze requirements is 40 days, etc. Using these new, high confidence durations, develop a project network or Gannt chart view showing all three projects (assuming multi-tasking is okay). What is the finish date? (10 points)

d) We now want to develop a critical chain view of this schedule. You need to use aggressive durations and eliminate multi-tasking. Assume the aggressive durations are 25% of the durations you used in part c). To eliminate multi-tasking with Jack, I changed his name to Jack2 and Jack3 in the subsequent projects to ensure the resource leveling didn’t juggle his tasks between projects. In other words, I want Jack focused on a project at a time. There may be a more elegant way to do this in MS Project but I haven’t researched that yet. Add in the project buffer and any needed feeding buffers. What is the end date now to complete all three projects? (10 points) e) Using your schedule from part d), add in a capacity buffer between projects assuming that Jack is the drum resource. Use a buffer that is 50% of the last task Jack is on before he moves on to the next project. The priority of the projects is Project 1, Project 3, Project 2. What is the end date now to complete all three projects? (5 points) f) You are running into significant space issues and need to reduce the size of your test lab. This means that you can only have 2 projects in test at one time. If the drum resource is now the test lab, add in a capacity buffer as needed between projects, retaining the priority from part

e). Size the buffer and document your assumption for what you did. What is the end date now? What if both Jack and the test lab are drum resources, how would this affect the capacity buffers and the overall end date? (5 points)

g) What observations can you make about this exercise? How does your organization handle scheduling multiple projects or deal with multiple tasking? Write at least a couple of paragraphs. (10 points)

Answers

a) The Gantt chart view for the project is shown below. The finish date is April 6, 2023. The critical path is A-B-E-F-H-I-K-L and its duration is 25 days.

What is the critical chain view?

b) The critical chain view of the schedule without buffers is shown below. The critical chain is A-C-D-E-G-H-I-J-K-L and its duration is 18 days. Adding the project buffer of 25% of the critical chain duration (4.5 days) and the feeding buffers, the end date is April 10, 2023.

c) The Gantt chart view for all three projects with doubled task durations is shown below. The finish date is May 13, 2023.

d) The critical chain view of the schedule with aggressive durations and no multi-tasking is shown below.

The critical chain is A-C-D-E-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z-AA-AB-AC-AD-AE and its duration is 21 days. Adding the project buffer of 25% of the critical chain duration (5.25 days) and the feeding buffers, the end date is May 23, 2023.

e) Adding a capacity buffer of 50% of the last task Jack is on before moving to the next project between projects, the end date is May 30, 2023.

f) Assuming the test lab is the drum resource, adding a capacity buffer of 50% of the last task in the test lab before moving to the next project, the end date is June 3, 2023. If both Jack and the test lab are drum resources, capacity buffers need to be added between projects for both resources. The overall end date will depend on the size of the buffers added.

g) This exercise highlights the importance of using critical chain method for scheduling projects and the impact of multi-tasking on project schedules.

Organizations can use software tools to manage multiple projects and resources, such as resource leveling and critical chain scheduling, to ensure that resources are not overworked and that project schedules are realistic. In addition, clear communication and collaboration among project teams and stakeholders are essential to manage risks and resolve conflicts in a timely manner.

Read more about scheduling projects here:

https://brainly.com/question/12310554

#SPJ1


Given the binary number 11011011
What is its
Unsigned binary Number ?

Answers

Answer:

219

Explanation:

Unsigned binary number (base two) 1101 1011 converted to decimal system (base ten) positive integer = 219.

Answer:219

Explanation:128+64+16+8+2+1

What should you use to clean hand and power tools?

Answers

How to Clean Hand Tools:

Dish soap to tackle oil and greaseLarge bucket for hot water and dish soap solution.Scrubber, scrub brush, or steel wool to further clean away any dirt.Cloth to wipe down your tools.

Cleaning Power Tools:

wipe dirt and other particles from the outside casing with a good cleaning cloth. Compressed air is the best option to clean the particles from the tool's vents; cleaning your tool's exhaust vents with a brush could push the dirt farther into the tool and inadvertently cause more damage later.

This might count as engineering, I'm not sure as this is IT



An ordered collection of data elements stored and accessed in a program is called what?
Group of answer choices

Variables

List

Locale

Parameters

Answers

Answer:

10.5

Explanation:

Convert to an equation for example P%* X=Y

P is 7.5% X is 140, so the equation Is 7.5 percent * 14= Y

convert 7.5% Into a decimal by removing the percent sign and deviding by 7.5/100= 0.075

Substitute 0.075 for 7.5% in the equation: 7.5%*140=Y becomes 0.075*140= 10.5

rank the following gases in order of decreasing rate of effusion. rank from the highest to lowest effusion rate. to rank items as equivalent, overlap them.

Answers

It means that the gas with the lowest molecular weight will have the highest effusion rate.

What has the highest rate of effusion?

The given gases' effusion rates are listed in order from highest to lowest. The effusion rate of a hydrogen molecule is the highest, whereas that of a hydrocarbon is the lowest.

A gas will effuse faster when it is lighter and more slowly when it is heavier. Helium (He) will have the highest rate of effusion since it has the lowest molecular weight (atomic weight, in this example).

The following equation can be used to compare the rate of effusion for two gases: The effusion rates in this case are inversely related to the square root of the gas molecules' masses. A container contains an amalgam of neon and argon gas.

To learn more about rate of effusion is refer to:

https://brainly.com/question/28747259

#SPJ4

Find the perpendicular distance from the point P(9,11,−8) ft to a plane defined by three points A(1,9,−4) ft, B(−4,−8,6) ft, and C(−1,−2,2) ft

Distance = ______ ft

Answers

Answer:

  0 ft

Explanation:

The equation of the plane can be found from the cross product AC×BC. That vector is ...

  N = (2, 11, -6) × (-3, -6, 4) = (8, 10, 21)

Then the equation of the plane is ...

  8x +10y +21z = 14 . . . . . 14 = N·A

Point P satisfies this equation, so is on the plane. The distance is 0 feet.

  8(9) +10(11) -8(21) = 72 +110 -168 = 14

All of these are true about using adhesive EXCEPT:

Answers

Answer:

Except what? I'm confused

All of these are true about using adhesive except Bilateral. A bilateral contract is defined as an agreements between two parties in which each side agrees to fulfill his or her side of the bargain.

What is bilateral contract?

A bilateral contract is defined as an agreements between two parties in which each side agrees to fulfill his or her side of the bargain. According to my research on the different terms used when referencing an insurance contract, I can say that all of the answers provided except for Bilateral are considered typical characteristics describing the nature of an insurance contract.

Since an insurance contract is a fund that the insurance company pays in the case of an accident in which the person is injured, there is only one party that agrees to fulfill their side of the bargain and that is the insurance company.

Therefore, All of these are true about using adhesive except Bilateral. A bilateral contract is defined as an agreements between two parties in which each side agrees to fulfill his or her side of the bargain.

Learn more about adhesive on:

https://brainly.com/question/29061431

#SPJ2

If you are designing a space heater to warm a room and are required by safety codes to keep its surface temperature below 350 K (170 F or 77 C), the only variable you have to work with is the surface area, and you want to minimize that to make it convenient and inexpensive. Neglecting convection entirely, and assuming all the heat is transferred as infrared light, suppose it is to radiate 1200 W. How much area would it have

Answers

Answer:

A = 1.41 m²

Explanation:

The ara can be found out by using Stefan Boltzman Law:

\(P = \sigma AT^4\)

where,

A = Area = ?

P = Radiation Power = 1200 W

σ = Stefan Boltzman Constant = 5.6703 x 10⁻⁸ W/m².k⁴

T = surface temperature = 350 k

Therefore:

\(1200\ W = (5.6703\ x\ 10^{-8}W/m^2.k^4)(A)(350\ k)^4\\\\A = \frac{1200\ W}{850.9\ W/m^2}\)

A = 1.41 m²

what is the tennison gambit intercontinental ballistic missile variation

Answers

The Tennison Gambit is a lesser-known variation of the Zukertort Opening in chess, where White sacrifices a pawn to gain control of the center and develop their pieces more quickly, but it is considered a risky and aggressive opening.

What is a gambit?
A gambit is a chess opening in which a player sacrifices material, usually a pawn, in order to gain an advantage in position or development. The objective of a gambit is to seize control of the board and create attacking opportunities, often at the cost of some material or positional disadvantage. Gambits are often used as a surprise tactic to disrupt an opponent's plans and force them to react to the new situation on the board.


The Tennison Gambit is a lesser-known variation of the Zukertort Opening in chess, where White sacrifices a pawn in order to gain control of the center and develop their pieces more quickly. The opening moves of the Tennison Gambit are:

Nf3 d5

d4 Nf6

g4?!

At move 3, White gambits the pawn with g4, offering it to Black in exchange for a lead in development and control of the center. The Tennison Gambit is considered a risky and aggressive opening, as it can lead to a difficult position for White if Black successfully defends their advantage.

To know more about chess visit:
https://brainly.com/question/29770344
#SPJ1

The current in the wires of a circuit is 90 milliAmps. If the resistance of the circuit were doubled (with no change in voltage), then its new current would be _____ milliAmps.

Answers

Answer:

\(I = 45mA\)

Explanation:

Given

\(I = 90mA\) --- Current

Required

Determine the new current when resistance is doubled

Using \(V = IR\)

Initially, we have:

\(V = 90mA * R\)

When resistance is doubled and voltage remains unaltered, we have:

\(V = I* 2R\)

2R represents the new resistance and I represents the new current

Equate both values of V

\(90mA * R = I* 2R\)

Make I the subject

\(I = \frac{90mA * R}{2R}\)

\(I = \frac{90mA }{2}\)

\(I = 45mA\)

The new current is 45milliAmps

Question 44
What should you do if you encounter a fishing boat while out in your vessel?
A
Make a large wake nearby.
B
Avoid making a large wake.
с
Pass on the side with the fishing lines.
D
Pass by close to the anglers.
Submit Answer

Answers

Answer:

The answer is B. Avoid making a large wake.

Explanation:

When passing a fishing boat it is important to maintain a minimal wake due to the dangers a large wake could pose to the fishing boat you are passing, it is part of maintaining safety on the water.

You can not pass on the sides with the fishing lines also, and you are supposed to communicate to the fishing boat before taking the appropriate action.

which one of these reduce fraction?

Answers

How is I’m supposed to answer the question

Installing an additional filter provides an extra level of protection for the compressor
and expansion valve or orifice tube.
true
false

Answers

It is accurate what is said. The compressor, expansion valve, and orifice tube are further protected when an additional filter is installed.

What is meant by orifice tube?The orifice tube expands the refrigerant but, unlike the expansion valve, is unable to control flow rate and superheating. It has a specific length and cross-section. At the evaporator output, an accumulator is always connected to the orifice tube.The A/C system's high and low pressure parts are separated by orifice tubes. Orifice tubes are a fairly straightforward item with no moving parts that also function as a refrigerant filter. Because orifice tubes can accumulate debris, they must always be replaced. Systems without expansion valves employ orifice tubes. The orifice tube regulates how much refrigerant enters the evaporator, similar to an expansion valve.

To learn more about orifice tube, refer to:

https://brainly.com/question/10011547

#SPJ1

Other Questions
How do I delete specific customer and restart it in qbo? Help fast please ASAP Read these sentences.Many of Philadelphia's residents left the city when they heard about the yellow fever outbreak. Others locked themselves in their homes. _____ action guaranteed their safety.Choose the correct transition word.ThereforeHoweverButNeither good communicators can flourish in the workplace. social scientists have labeled this skill , the capacity to effectively negotiate complex social relationships and environments. Importance of studying constitutional law in Ghana Solve by elimination method The major understandings and assumptions for an organization, which are often neither stated nor documented as goals or formal policies, are known as _____. 1.What is a self-critique?2.The unit explained that critique is an important part of being an artist. Another example of something similar is how an editor edits a writers work. What are some other careers that involve some form of critique? Explain how the critique in your examples is different than an art critique. NEED HELP ASAP! Ill Give You Brianlest!! Write an analysis that compares are important feature and one important feature of the cultures of The Raven And The First Men: The Beginnings Of The Haida and The Mori: Genealogies And Origins In New Zealand (blank) are the fastest form of radiation? A baseball travels d meters t seconds after being dropped from the top of the building which model assumes the absence of competitive hierarchies among species? group of answer choices the lottery model the dynamic equilibrium model the intermediate disturbance model all the other answers are correct The perimeter of a playing card is 30 centimeters. It is 9 centimeters tall. How wide is it?PLS HELP! In a circuit, voltage (potential difference) always -------- across a resistor along the direction of current.Group of answer choicesremains the sameeither drops or increases, depends on the value of resistanceincreasesdrops psychodynamic theorists believe that people who develop antisocial personality disorder have failed to develop a sense of: a) industry. b) identity. c) doubt. d) trust. the words in the list below. Write only the word next to the question numbers (1.1.1(a) to 1.1.1 (d)) in the answer book. Interschool debate; literature quiz; conflict; a special bond; Generation gap; personal dislike; submissive; authoritative. Thami and Isabel are preparing for the (a)...It becomes evident that there is (b). between Thami and Mr M, which can be attributed to a (c)..tor between them and the teacher's (d)...attitude. (4) how is the mass of the 25.0 ml of distilled water you measured at 13 c different from the mass of 25.0 ml of distilled water at 20 c ? What are the main characteristics of classification? 40 points!!I need an outline, doesn't have to be perfect, but 5 paragraphs(or even just 3 body paragraphs) about how advertisements about food targeted towards teens are effective. Please help, anything is appreciated :) i will give a brainliest A table showing gallons of solution, acid concentration, and amount of acid. the first row shows 10 percent acid, and has the entries, 0.5, 0.10, and 0.10 times 0.5. the second row shows 35 percent, and has the entries, g, 0.35, and 0.35 g. the third row shows. mixture, and has the entries, g plus 0.5, 0.15, and 0.15 left parenthesis g plus 0.5 right parenthesis. eli wants to combine 0.5 gallon of a 10% acid solution with some 35% acid solution to make a 15% acid solution. which equation can you use to determine how many gallons of the 35% acid solution eli should add?