05] Assume a digital communication system with the following specifications: Pbe=0. 05, (n,k) block coding with n=20 and k-bit in every message, and the block code can correct maximum of 3 bits in every received dataword. Find the following: (a) The average number of errors in every transmitted codeword. (b) The number of packets received in error from 20000 transmitted packets. [2 marks]

Answers

Answer 1

The average number of errors in every transmitted codeword is 1 bit. the number of packets received in error from is 20,000 transmitted packets.

(a) To find the average number of errors in every transmitted codeword, we use the given Pbe (bit error probability) and n (block length):

Average number of errors = Pbe * n
Average number of errors = 0.05 * 20
Average number of errors = 1

So, the average number of errors in every transmitted codeword is 1 bit.

(b) To find the number of packets received in error from 20,000 transmitted packets, we need to calculate the probability of receiving more than 3 errors, as the block code can correct a maximum of 3 bits in every received dataword.

First, calculate the probability of receiving 4 or more errors:

P(4 or more errors) = 1 - [P(0 errors) + P(1 error) + P(2 errors) + P(3 errors)]

Using the binomial probability formula, we can calculate the probabilities for each case:

P(x errors) = C(n, x) * (Pbe)^x * (1-Pbe)^(n-x)

where C(n, x) represents the number of combinations of n items taken x at a time.

After calculating the probabilities for 0, 1, 2, and 3 errors, and finding the probability for 4 or more errors, multiply the result by the total number of transmitted packets:

Number of packets received in error = P(4 or more errors) * Total transmitted packets

This will give you the number of packets received in error from 20,000 transmitted packets.

Learn more about Errors at:

https://brainly.com/question/17880579

#SPJ11


Related Questions

Decision tree:


1. Suppose Mr. Abdullah has $50,000 to invest in the financial market for one year. His choices have


been narrowed to two options. Assume that any long-term capital gains will be taxed at 20%. Mr.


Abdullah’s minimum attractive rate of return (MARR) is known to be 5% after taxes. Determine the


payoff amount at the tip of each branch.


– Option 1. Buy 1,000 shares of a technology stock at $50 per share that will be held for one


year. Since this is a new initial public offering (IPO), there is not much research information


available on the stock; hence, there will be a brokerage fee of $100 for this size of


the transaction (for either buying or selling stocks). Assume that the stock is expected to provide


a return at any one of three different levels: a high level (A) with a 50% return ($25,000), a


medium level (B) with a 9% return ($4,500), or a low level (C) with a 30% loss Assume also


that the probabilities of these occurrences are assessed at 0. 25, 0. 40, and 0. 35, respectively.


No stock dividend is anticipated for such a growth-oriented company.


– Option 2. Purchase a $50,000 U. S. Treasury bond, which pays interest at an effective annual


rate of 7. 5% ($3,750). The interest earned from the Treasury bond is nontaxable income.


However, there is a $150 transaction fee for either buying or selling the bond. Mr.


Abdullah’s dilemma is which alternative to choose to maximize his financial gain

Answers

Mr. Abdullah has to choose between buying shares of a new technology stock or purchasing a U.S. Treasury bond.

What are the two investment options available to Mr. Abdulla?

The decision tree presented involves Mr. Abdullah's investment options for $50,000 in the financial market for one year, with two choices: buying 1,000 shares of a technology stock with an IPO price of $50 per share, or purchasing a $50,000 U.S.

Treasury bond. The stock is expected to provide a high return (50%), medium return (9%), or a low return (30% loss), with probabilities of 0.25, 0.40, and 0.35, respectively, while the Treasury bond has an effective annual interest rate of 7.5% ($3,750) and is not taxed.

Mr. Abdullah's MARR is 5% after taxes, and he must choose which option will maximize his financial gain.

Learn more about Abdullah

brainly.com/question/30068430

#SPJ11

4: The following frequency distribution shows sample of 50 starting salaries for business in 100 Birr per month. Salaries per month in 100 Birr Number of Employees 32.8 – 34.3 34.4 – 35.9 36.0 – 37.5 37.6 – 39.1 39.2 – 40.7 40.8 – 42.3 42.4 – 43.9 3 8 11 9 9 6 4 Total 50 a) How many employees salary is from 3440 up to 4070 Birr? b) What percent of the employee’s salary is below 3,755 Birr? c) What is the representative salary for the fourth group? d) What is the width of the third class?​

Answers

There are 19 employees whose salary is from 3440 up to 4070 Birr.

It should be noted that 22% of the employees have a salary below 3755 Birr.

How to calculate the value

The salary range from 34.4 – 35.9 and 36.0 – 37.5 Birr per 100 has a total of 8 + 11 = 19 employees. Therefore, there are 19 employees whose salary is from 3440 up to 4070 Birr.

b) We need to add up the frequencies of the first two groups, i.e., 3 + 8 = 11. Then we divide this number by the total number of employees (50) and multiply by 100 to get the percentage:

(11/50) × 100 = 22%

Therefore, 22% of the employees have a salary below 3755 Birr.

Learn more about percentages on

https://brainly.com/question/24877689

#SPJ1

An employee calls to complain that their browser keeps opening up to a strange search engine page, and a toolbar has been added to their browser. Which of the following malware issues are MOST likely causing the problem?

Answers

Answer:

browser hijacker

Explanation:

Browser hijackers are a type of malware that modifies a web browser's settings without the user's permission. They can redirect the user to unwanted websites, change the browser's homepage or search engine, and add unwanted toolbars or extensions. In this case, the fact that the employee's browser keeps opening up to a strange search engine page and a toolbar has been added to their browser is consistent with a browser hijacker infection.

the java_home environment variable is not defined correctly, this environment variable is needed to run this program. true or false

Answers

The statement is true because the "java_home" environment variable is a required configuration variable for Java applications to run correctly. It is used to point to the location where Java is installed on a computer.

When a Java application is launched, it needs to locate the Java Runtime Environment (JRE) in order to run. The "java_home" environment variable provides the path to the directory where the JRE is located. If the variable is not defined or is defined incorrectly, the application will not be able to find the JRE and will not be able to run.

Therefore, if the "java_home" environment variable is not defined correctly, it is necessary to update it to the correct path to enable Java applications to run on the computer.

Learn more about environment variable https://brainly.com/question/26946853

#SPJ11

Final answer:

The statement is true. The JAVA_HOME environment variable is crucial for running certain Java-related programs. If it's not correctly defined, issues may arise when running applications developed in Java.

Explanation:

The statement is true. The JAVA_HOME environment variable is indeed crucial for running certain programs, especially those related to Java development. When you install Java Development Kit (JDK) on your system, JAVA_HOME is an environment variable that should point towards the directory where JDK is installed. If it's not defined correctly, you would encounter issues while running Java implemented software. It serves as a reference point for other Java-based applications to locate JDK on your system. For instance, in a Java-based server like Apache Tomcat, the server start-up scripts often need to access tools provided within the JDK, and they use the JAVA_HOME environment variable to locate the right directory.

Learn more about JAVA_HOME environment variable here:

https://brainly.com/question/31890354

Help with Truss analysis using method of joints for each letter/joint

Answers

The method of joints is a powerful tool for analyzing truss structures. It allows you to determine the forces in each member and ensure that the structure is in equilibrium. By following the steps outlined above, you can apply the method of joints to each letter/joint and solve for the unknown forces.

The method of joints is a popular technique used to analyze truss structures. It is based on the equilibrium of forces at each joint in the truss.

To apply the method of joints, you need to follow these steps:
1. Draw the free-body diagram of the entire truss structure.
2. Label each joint and assign unknown forces to each member.
3. Write the equations of equilibrium for each joint.
4. Solve the equations simultaneously to find the forces in each member.

For each letter/joint, you need to identify the forces acting on it. These forces can be tension or compression depending on whether the member is in tension or compression. You can use the method of joints to find the magnitude and direction of these forces.

For example, if you have a truss structure with joint A, you can apply the method of joints to find the forces in the members connected to joint A. You would need to identify the forces acting on joint A and write the equations of equilibrium for that joint. Then, you can solve the equations to find the forces in each member connected to joint A.

You can learn more about truss structures at: brainly.com/question/15711340

#SPJ11

the construction industry has a large impact on societyand the gereration of wealth. dicuss the impact under the following heading

direct and indirect employment

the creation of weath

the impact of building on society

Answers

The construction industry has a significant impact on society and the generation of wealth in several ways:

1. Direct and indirect employment: The construction industry is a major employer, providing jobs to a large number of people. In addition to the direct employment of construction workers, the industry also creates indirect employment opportunities in related industries such as architecture, engineering, and building materials manufacturing. The industry also provides employment opportunities for people in other fields such as finance, marketing, and project management.

2. The creation of wealth: The construction industry contributes significantly to the creation of wealth in society. The industry generates revenue for construction companies and provides employment opportunities for workers, which leads to increased consumer spending and economic growth. Construction projects also create value by increasing the supply of housing, commercial real estate, and infrastructure, which can increase property values and stimulate economic activity in the surrounding areas.

3. The impact of building on society: The construction industry has a significant impact on society through the buildings and infrastructure it creates. Buildings and infrastructure provide essential services such as housing, transportation, and utilities, which are critical to the functioning of society. The construction industry also plays a role in shaping the physical environment and the character of communities. Buildings and infrastructure can have a positive impact on the quality of life of people who use them, and can also contribute to the cultural identity and heritage of a community.

Overall, the construction industry is a vital part of society and the economy, providing employment opportunities, generating wealth, and contributing to the physical and cultural landscape of communities.

Explain why proffesional software is not just the programs that are developed for a customer

Answers

Professional software encompasses more than just programs developed for a specific customer. It refers to software that is designed and developed to meet high standards of quality, reliability, and efficiency.

This includes robust functionality, user-friendliness, and seamless integration with other systems. In addition, professional software often comes with thorough documentation, ongoing support, and regular updates to ensure optimal performance.

Developers of professional software invest time and resources in understanding the needs of their target audience, following industry best practices, and adhering to relevant regulations and standards.

As a result, such software caters to a wider range of users and industries, rather than being limited to custom solutions for individual customers. This broad applicability allows professional software to facilitate diverse tasks and processes, ultimately contributing to enhanced productivity and business growth.

Learn more about software at

https://brainly.com/question/30345226

#SPJ11

7. A separate piece attached to the rear edge of a countertop is called a a. return b. back trim c. closing block d. backsplash​

Answers

Answer:

A) return.

A return is a separate piece attached to the rear edge of a countertop that extends it vertically to meet the wall. It is used to create a finished look and to protect the wall from water and other spills that may occur on the countertop.

What three types of person, company or country are there in relation to opportunity?what three types of person, company or country are there in relation to opportunity?

Answers

In relation to opportunity, there are three types of person, company, or country: seekers, creators, and enablers.

1. Seekers: These individuals, companies, or countries actively search for opportunities to advance their goals, whether it's personal, professional, or economic growth. They are open to new ideas and are always on the lookout for potential opportunities.

2. Creators: These entities generate opportunities by coming up with innovative ideas, products, or services. They are the drivers of change, introducing new concepts that create fresh opportunities for others.

3. Enablers: Enablers are those who facilitate opportunities for others. They might provide resources, support, or connections to help individuals, companies, or countries seize the opportunities that arise. Enablers play a crucial role in creating an environment where opportunities are related to be accessed and realized by others.

Learn more about Relation to opportunity at:

https://brainly.com/question/1888324

#SPJ11

Explain the principles of electromagnetism (discuss permeability, reluctance, and magnetomotive force. Describe a basic electromagnet. Also discuss how current is induced in a conductor. What are some applications that use electromagnets?

Answers

Motors, generators, electromechanical solenoids, relays, loudspeakers, hard drives, MRI machines, scientific instruments, and magnetic separation equipment all employ electromagnets as components.

What are some applications that use electromagnets?

Every magnet has a north and a south pole. Like poles repel, but opposite poles attract.

Electrons in magnet atoms spin predominantly in one direction around the nucleus, which is how the two poles are formed. Magnetic force goes from the magnet's north pole to its south pole.

Learn more about electromagnets at:

https://brainly.com/question/17057080

#SPJ1

tobacco product that heats tobacco or synthetic nicotine without burning it, producing an aerosol. This is called____

Answers

Tobacco product that heats tobacco or synthetic nicotine without burning it, producing an aerosol. This is called "heat-not-burn" device.

These devices heat tobacco or synthetic nicotine without combustion, producing an aerosol instead of traditional smoke.

By avoiding the burning process, they are designed to reduce the harmful chemicals released during smoking.

The aerosol generated is called "vapor," which is inhaled by users, offering a similar experience to traditional smoking but with potentially reduced health risks.

Heat-not-burn products have gained popularity as an alternative to conventional cigarettes and e-cigarettes, though their long-term health effects are still being researched. tobacco or synthetic nicotine without burning it.

Learn more about tobacco at

https://brainly.com/question/31233367

#SPJ11

A coil having a resistance of 10 ohms and an inductance of 4 H is switched across a 20W dc source. Calculate (a) time required by the current to reach 50% of its final steady value, (b) value of the current after 0. 5 second​

Answers

(a) The time constant of the circuit can be calculated as:

τ = L/R = 4/10 = 0.4 seconds

At t = τln(2), the current will have reached 50% of its final steady value. Therefore:

t = τln(2) = 0.4ln(2) ≈ 0.277 seconds

(b) The current in the circuit can be calculated using the formula:

i(t) = (V/R)(1 - e^(-t/τ))

At t = 0.5 seconds, we have:

i(0.5) = (20/10)(1 - e^(-0.5/0.4))

≈ 1.98 amps

Therefore, the value of the current after 0.5 seconds is approximately 1.98 amps.

A typical oil control ring consists of blank seperate part

Answers

A typical oil control ring is a critical component in a piston engine and is responsible for regulating the amount of oil that enters the combustion chamber. It is designed as a separate part and consists of three distinct sections - the top rail, the second rail, and the expander.

The top rail of the oil control ring is designed to scrape oil off the cylinder walls and direct it back into the oil sump. The second rail sits below the top rail and helps to seal the oil control ring against the cylinder walls. The expander, which is located below the second rail, ensures that the oil control ring stays in place and maintains the proper tension against the cylinder walls.

Together, these three sections of the oil control ring work in unison to regulate the flow of oil into the combustion chamber, ensuring that the engine operates at optimal efficiency while minimizing the risk of oil leakage and excessive oil consumption. The design of the oil control ring can vary based on the specific engine application and the manufacturer's design preferences, but its function remains consistent across all applications.

You can learn more about piston engines at: brainly.com/question/4302877

#SPJ11

In the runner of a reaction-type hydraulic turbine, the followings are given: r
J

=25 cm,α
l

=30

, α
2

=90

, cross-sectional area perpendicular to the absolute velocity c
l

is As=0. 125 m
2
, loss of head hL=15 m, leakage efficiency η
x

=0. 95, the number of revolutions of the runner is n=300rpm, the flow rate is Q=3 m
3
/s and the tangential velocity coefficient at the outlet is k
n2

=0. 3. Determine a) Net head (H
0

), b) Hydraulic efficiency (η


), c) Relative velocity at the runner input (w
l

) and tangential velocity at the outlet (u
2

), d) For 100 m head (H




), find the number of revolutions (n

) under the best efficiency conditions

Answers

Answer:

a) To determine the net head, we can use the following formula:

H0 = H + hL

where H is the total head and hL is the head loss. We are given that hL = 15 m, so we need to find H.

To find H, we can use the following formula:

H = (w2/2g) + (p2 - p1)/ρg + z2 - z1

where w is the flow rate, g is the acceleration due to gravity, p is the pressure, ρ is the density of the fluid, z is the height, and the subscripts 1 and 2 refer to two different points in the system.

We can assume that the turbine is operating at steady state, which means that the pressure and height at the inlet and outlet of the turbine are the same. Therefore, we can simplify the formula to:

H = w2/2g

Substituting the given values, we get:

H = (3 m3/s)2 / (2 x 9.81 m/s2) = 45.98 m

Therefore, the net head is:

H0 = 45.98 m + 15 m = 60.98 m

b) To determine the hydraulic efficiency, we can use the following formula:

ηℏ = (H0 × Q) / (g × As × H∘)

where H∘ is the available head, which is given as 100 m.

Substituting the given values, we get:

ηℏ = (60.98 m × 3 m3/s) / (9.81 m/s2 × 0.125 m2 × 100 m) = 0.147 or 14.7%

c) To determine the relative velocity at the runner input (wl) and the tangential velocity at the outlet (u2), we can use the following formulas:

wl = Q / As

u2 = k n2 √(2gH0)

Substituting the given values, we get:

wl = 3 m3/s / 0.125 m2 = 24 m/s

u2 = 0.3 x 300 rpm x (2π/60) x √(2 x 9.81 m/s2 x 60.98 m) = 36.68 m/s

d) To find the number of revolutions under the best efficiency conditions, we can use the following formula:

n′ = n (H0 / H∘)^(1/2)

Substituting the given values, we get:

n′ = 300 rpm (60.98 m / 100 m)^(1/2) = 219.77 rpm

Therefore, the number of revolutions under the best efficiency conditions is approximately 220 rpm.

a) To find the net head (H0), we use the following formula:

H0 = H - hL

where H is the total head and hL is the loss of head. We are given that hL = 15 m. To find H, we use the following formula:

H = (V^2)/(2g) + z

where V is the absolute velocity at the runner input, g is the acceleration due to gravity, and z is the vertical distance between the centerline of the runner and the free surface of the water. Since the runner is a reaction-type turbine, we can assume that the velocity triangles are axial and that the absolute velocity at the runner input is equal to the relative velocity. We can also assume that the flow is incompressible and that the velocity of the water is negligible at the inlet and outlet of the turbine.

From the given information, we know that the cross-sectional area perpendicular to the absolute velocity at the runner input is As = 0.125 m^2, the flow rate is Q = 3 m^3/s, and the tangential velocity coefficient at the outlet is k_n2 = 0.3. We can use these values to find the absolute velocity at the runner input:

V = Q/As = 3/0.125 = 24 m/s

We can then use the formula for total head to find H:

H = (V^2)/(2g) + z = (24^2)/(2*9.81) + 25/2 = 156.5 m

Finally, we can use the formula for net head to find H0:

H0 = H - hL = 156.5 - 15 = 141.5 m

Therefore, the net head is 141.5 m.

b) To find the hydraulic efficiency (η_ℏ), we use the following formula:

η_ℏ = (H0*η_x)/(Q*g)

where η_x is the leakage efficiency. We are given that η_x = 0.95. Substituting the given values, we get:

η_ℏ = (141.5*0.95)/(3*9.81) = 0.459

Therefore, the hydraulic efficiency is 0.459 or 45.9%.

c) To find the relative velocity at the runner input (w_l), we use the following formula:

w_l = V/cos(α_2)

where α_2 is the angle between the absolute velocity and the tangent to the runner at the outlet. We are given that α_2 = 90°, so cos(α_2) = 0. Substituting the given values, we get:

w_l = V/cos(α_2) = undefined

The relative velocity at the runner input is undefined because the denominator in the formula is zero.

To find the tangential velocity at the outlet (u_2), we use the following formula:

u_2 = k_n2*V

where k_n2 is the tangential velocity coefficient at the outlet. We are given that k_n2 = 0.3. Substituting the given values, we get:

u_2 = k_n2*V = 0.3*24 = 7.2 m/s

Therefore, the tangential velocity at the outlet is 7.2 m/s.

d) To find the number of revolutions (n') under the best efficiency conditions for a head of 100 m, we can use the following formula:

η_ℏ = (H0'*η_x)/(Q'*g)

where H0' is the net head, Q' is the flow rate, and g is the acceleration due to gravity. We want to find n' such that η_ℏ is maximized for a head of 100 m. Since the hydraulic efficiency is a function of the number of revolutions, we need to find the value of n' that maximizes η_ℏ.

To do this, we can plot η_ℏ as a function of n' and find the maximum value. However, this is a time-consuming process. Alternatively, we can use the following approximation:

n' = n*(H0'/H0)^0.5

where n is the given number of revolutions and H0 is the given net head. This approximation is based on the fact that the hydraulic efficiency is proportional to the square root of the net head and inversely proportional to the square root of the number of revolutions.

Substituting the given values, we get:

n' = 300*(100/141.5)^0.5 = 258.5 rpm

Therefore, for a head of 100 m, the number of revolutions under the best efficiency conditions is approximately 258.5 rpm.

The cost function of Taccol Engineering Limited is given by TC=4Q^3-90Q^2+1000Q+500, where Q measures the number of kilometers of road constructed by the company per year . Suppose tge company is awarded a contract to construct 10000 kilometers of roads in 2022. Show how Taccol Engineering Limited would achieve this target whilst remaining profitable

Answers

Taccol Engineering Limited can achieve the target of constructing 10000 kilometers of roads in 2022 by producing at an output level of 125 km per year, which would ensure profitability.

What is the explanation for the above response?

To achieve the target of constructing 10000 kilometers of roads in 2022, Taccol Engineering Limited would need to determine the optimal level of output that would ensure profitability. This can be done by finding the level of output where the marginal cost (MC) equals the marginal revenue (MR).

The marginal cost is the derivative of the total cost function with respect to Q. Thus, MC = d(TC)/dQ = 12Q^2 - 180Q + 1000.

The marginal revenue can be approximated as the market price for the construction of a kilometer of road. Assuming a market price of $50, the marginal revenue would be constant at MR = $50.

To maximize profits, Taccol Engineering Limited would need to produce output where MC = MR. Thus, 12Q^2 - 180Q + 1000 = 50, which gives Q = 125 km.

Therefore, Taccol Engineering Limited can achieve the target of constructing 10000 kilometers of roads in 2022 by producing at an output level of 125 km per year, which would ensure profitability.

Learn more about profitability at:

https://brainly.com/question/15573174?

#SPJ1

List the key features of each house and explain how those features make it hurricane resistant.

Answers

The key features of each house make them hurricane resistant by providing strength and stability against high winds, debris, and flooding. The reinforced concrete walls and roof of a concrete house, the steel frame of a steel house, and the timber frame covered with structural panels of a timber frame house all provide excellent protection during a hurricane.

Here are the key features of each house and how they make them hurricane resistant:

1. Concrete house: The main feature of a concrete house is its reinforced concrete walls and roof. This means that it is designed to withstand high winds, debris, and even floods. The foundation is also made of concrete, which helps prevent the house from shifting or sinking during flooding or high winds. The windows and doors are usually made of impact-resistant glass, which can withstand debris flying at high speeds during a hurricane.

2. Steel house: The key feature of a steel house is its frame. The frame is made of steel, which is incredibly strong and can withstand high winds and debris. The steel frame is bolted to a concrete foundation, which adds even more stability to the house. The walls and roof are usually made of metal panels, which are lightweight but very durable. The windows and doors are also impact-resistant and are usually made of laminated glass.

3. Timber frame house: Timber frame houses are built with a frame made of timber, which is then covered with structural panels made of materials like OSB or plywood. This provides a very sturdy and stable structure. The roof is usually made of metal panels, which are lightweight but very durable. The windows and doors are also impact-resistant and are usually made of laminated glass.

You can learn more about hurricanes at: brainly.com/question/7849706

#SPJ11

A horizontal pipe carries fluid in fully developed turbulent flow. The static pressure difference measured between two sections is 750 psi. The distance between the sections is 15 ft, and the pipe diameter is 3 in. Calculate the shear stress, Tw, that acts on the walls

Answers

The shear stress acting on the walls of the pipe is 6.25 psi.

To calculate the shear stress, Tw, acting on the walls of the pipe, we can use the equation:

Tw = (dp/dx) × (D/4)

Where dp/dx is the static pressure gradient, D is the diameter of the pipe, and Tw is the shear stress.

Given that the static pressure difference is 750 psi and the distance between the sections is 15 ft, we can calculate the static pressure gradient as:

dp/dx = (750 psi) / (15 ft) = 50 psi/ft

Also, the diameter of the pipe is given as 3 in, which is equivalent to 0.25 ft.

Substituting these values into the equation, we get:

Tw = (50 psi/ft) × (0.25 ft/2) = 6.25 psi

In fully developed turbulent flow, the fluid particles move in random directions and interact with each other, creating eddies and vortices. This results in high fluid velocity and shear stress along the walls of the pipe. The shear stress is the force per unit area acting parallel to the wall, and it is important in designing and analyzing the strength and stability of pipelines and other fluid transport systems.

You can learn more about shear stress at: brainly.com/question/14418799

#SPJ11

Urethane (k = 0.026 w/m.k) is used to insulate the side wall and the top and the bottom of


a cylindrical hot water tank. the insulation is 40 mm thick and is sandwiched between


sheet metal of thin wall construction. the height and inside diameter of the tank are 2 m


and 0.80 m, respectively and the tank is in ambient air for which t[infinity] = 10 °c and h = 10


w/m2k. if the hot water maintains the inner surface at 55 ⁰c determine the total heat loss


from the water to ambient air.

Answers

The total heat loss from the hot water to ambient air is approximately 847.7 W.


To determine the total heat loss from the hot water to ambient air, we need to calculate the thermal resistance of the insulation and the thermal resistance of the tank. Then we can use these values to calculate the overall heat transfer coefficient and the total heat loss.

First, we will calculate the thermal resistance of the insulation. The thermal resistance is given by:

R_insulation = thickness / thermal conductivity

where thickness is the thickness of the insulation and thermal conductivity is the thermal conductivity of the material. Substituting the given values, we get:

R_insulation = 0.04 m / 0.026 W/mK = 1.54 m²K/W

Next, we will calculate the thermal resistance of the tank. The thermal resistance of a cylindrical wall is given by:

R_wall = ln(outer diameter / inner diameter) / (2πk)

where k is the thermal conductivity of the sheet metal, outer diameter is the outside diameter of the tank, and inner diameter is the inside diameter of the tank. We need to add the thermal resistance of the top and bottom of the tank as well, which are given by:

R_top/bottom = thickness / k

Substituting the given values, we get:

R_wall = ln(0.8 m / 0.8 m) / (2π × 50 W/m²K) ≈ 0

R_top/bottom = 0.04 m / 50 W/m²K = 0.0008 m²K/W

Since the thermal resistance of the cylindrical wall is negligible, the total thermal resistance of the tank is equal to the thermal resistance of the top and bottom of the tank. Therefore, the total thermal resistance of the tank is:

R_tank = 2 × R_top/bottom = 2 × 0.0008 m²K/W = 0.0016 m²K/W

Now, we can calculate the overall heat transfer coefficient as:

U = 1 / (1/h + R_insulation + R_tank)

Substituting the given values, we get:

U = 1 / (1/10 W/m²K + 1.54 m²K/W + 0.0016 m²K/W) ≈ 3.31 W/m²K

Finally, we can calculate the total heat loss from the hot water to ambient air using the following equation:

Q = U × A × ΔT

where A is the surface area of the tank and ΔT is the temperature difference between the hot water and ambient air. The surface area of the tank is:

A = 2πrh + 2πr²

Substituting the given values, we get:

A = 2π × 0.8 m × 2 m + 2π × (0.8/2 m)² ≈ 6.38 m²

The temperature difference between the hot water and ambient air is:

ΔT = 55 °C - 10 °C = 45 °C

Substituting the calculated values, we get:

Q = 3.31 W/m²K × 6.38 m² × 45 K ≈ 847.7 W

Therefore, the total heat loss from the hot water to ambient air is approximately 847.7 W.

To know more about thermal resistance visit:

https://brainly.com/question/13440226

#SPJ11

An Engineer is responsible for the disposal of ""Hazardous Chemical Waste"" and due to the high costs involved is asked by the CEO to arrange to have the materials dumped in the river that runs past the outer perimeter of the factory.


a) Should he comply? Explain(3 marks)


b) Explain the unethical issues involved(3 marks)


c) Explain the consequences of disposing the chemicals in the river. (4 marks)

Answers

a) No, he should not comply. It is illegal and unethical to dump hazardous waste into a river.

b) The unethical issues involved include harming the environment and potentially causing harm to humans and wildlife that use the river. Dumping hazardous waste into a river can also lead to legal and financial consequences for the company.

c) The consequences of disposing of the chemicals in the river can be severe. It can contaminate the water supply, harm aquatic life, and have long-lasting effects on the ecosystem. Additionally, it can harm the health of people who rely on the river for drinking water or recreational activities.

The company could face fines, legal action, and damage to its reputation. Overall, dumping hazardous waste into a river is not only illegal but also highly unethical and can have significant consequences for both the environment and the company.

For more questions like Company click the link below:

https://brainly.com/question/30532251

#SPJ11

For the last 10 years, am-mex coal has used the cost depletion factor of $2,500 per 100 tons to write off the investment of $38 million in its pennsylvania anthracite coal mine. depletion thus far totals $24.8 million. a new study to appraise mine reserves indicates that no more than 910,000 tons of salable coal remains. the estimated gross income is expected to be $8.8 million on a production level of 72,000 tons.

determine next year’s depletion amount. the percentage depletion allowance is 10%. (enter your answer in dollars and not in millions.)the next year's depletion amount is $

Answers

The next year's depletion amount will be $1,800,000.

To determine next year's depletion amount for Am-Mex Coal with a percentage depletion allowance of 10%, we can follow these steps:

Step 1: Calculate the cost depletion per ton.
Cost depletion factor = $2,500 per 100 tons
Cost depletion per ton = $2,500 / 100 tons = $25 per ton

Step 2: Estimate the number of tons to be produced next year.
Production level = 72,000 tons

Step 3: Calculate the cost depletion for next year.
Cost depletion for next year = Cost depletion per ton * Production level
Cost depletion for next year = $25 per ton * 72,000 tons = $1,800,000

Step 4: Calculate the percentage depletion for next year.
Estimated gross income = $8,800,000
Percentage depletion allowance = 10%
Percentage depletion for next year = Estimated gross income * Percentage depletion allowance
Percentage depletion for next year = $8,800,000 * 10% = $880,000

Step 5: Compare the cost depletion and percentage depletion for next year, and choose the higher amount as the depletion amount.
Next year's depletion amount = max(Cost depletion for next year, Percentage depletion for next year)
Next year's depletion amount = max($1,800,000, $880,000)

The next year's depletion amount is $1,800,000.

Learn more about Accounting at:

https://brainly.com/question/26690519

#SPJ11

The recommended welding lens shade number for use in each of the following or cutting processes

Answers

The recommended welding lens shade numbers for various cutting and welding processes. Please note that these shade numbers are general guidelines and may vary depending on the specific equipment and manufacturer recommendations.

1. Oxyacetylene gas welding: The recommended welding lens shade number for oxyacetylene gas welding is typically between 4 and 6, depending on the material thickness and welding current.

2. Shielded metal arc welding (SMAW) or stick welding: For this process, the recommended lens shade number usually ranges from 9 to 13, depending on the electrode size and welding current.

3. Gas metal arc welding (GMAW) or MIG welding: In this case, the suggested lens shade number ranges from 10 to 14, based on the wire diameter and welding current.

4. Gas tungsten arc welding (GTAW) or TIG welding: For TIG welding, the recommended lens shade number generally falls between 9 and 13, depending on the tungsten electrode size and welding current.

5. Plasma cutting: The suggested lens shade number for plasma cutting typically varies from 6 to 12, depending on the cutting current and thickness of the material being cut.

6. Oxyacetylene cutting: For this process, the recommended lens shade number is usually between 3 and 6, depending on the cutting tip size and cutting current.

Remember to always follow the equipment manufacturer's recommendations and use appropriate personal protective equipment when performing any cutting or welding tasks.

Learn more about Welding processes at:

https://brainly.com/question/9450571

#SPJ11

Write a program in C language that will continuously measure a frequency by using Counter1. The frequency is between 1 Hz an 65535 Hz. Assume you have a function called Transmit (unsigned int x) that will transmit the frequency to an LCD device. You do not need to write this subroutine. Once you have determined the frequency you can just call the function to display the value. You can use a software delay for a 1 second capture period (use an unsigned long variable of value 20000 in a for loop for the 1 sec delay). The crystal speed is 12 MHz

Answers

#include <avr/io.h>

#include <util/delay.h>

void Transmit(unsigned int x);

int main() {

   DDRD &= ~(1 << PD5);    // set PD5 (Pin 11) as input for Counter1

   TCCR1A = 0;             // set TCCR1A register to 0

   TCCR1B |= (1 << CS10);  // set prescaler to 1, start Counter1

   while (1) {

       unsigned long delay = 20000;

       unsigned int count = 0;

       for (unsigned long i = 0; i < delay; i++) {

           while ((PIND & (1 << PD5)) == 0);  // wait for rising edge

           while ((PIND & (1 << PD5)) != 0) {  // count pulses

               count++;

               _delay_us(1);

           }

       }

       unsigned int frequency = (count / delay) * 12;  // calculate frequency

       Transmit(frequency);  // transmit frequency to LCD device

   }

}

The above program continuously measures a frequency using Counter1 and a software delay for a 1-second capture period. The program assumes that Pin 11 (PD5) is connected to the input signal. The function Transmit is used to transmit the frequency to an LCD device.

The program uses a prescaler of 1 and a crystal speed of 12 MHz to calculate the frequency.

For more questions like Frequency click the link below:

https://brainly.com/question/5102661

#SPJ11

A 30-kVA transformer has 100 turns on the primary and 10 turns on the secondary.
(a) Find the rating of the secondary if the primary is rated 3 kV.
(b) If the operating frequency is 60 Hz, calculate the flux in the core at no load.
(c) If the transformer delivers full load at 0.6 pf lagging,
(i) Calculate the primary and secondary winding currents,
(ii) Calculate the power output,
(iii) Calculate the load impedance on the secondary side and as referred to the primary side.
(d) Draw and label the phasor diagram.

Answers

The answer is 63Hz I know this because I used my brain to vacillate o.6 divided by 3 Kv

The number of primary winding turns is 100 turns.

The full load primary & secondary currents are 66.66 A and 53.33 A.

The maximum value of flux in the core is 23.88 Weber.

What is transformer?

A transformer transfers electric energy from one AC circuit to one or more other circuits, either stepping up or stepping down the voltage.

a) Turns ratio N₁/N₂ = V₁/V₂ where N₁ = number of turns of secondary coil = 80 turns, N₂ = number of turns of secondary coil , V₁ = voltage in primary circuit = 300 V and , V₂ = voltage in secondary circuit = 240 V

Substitute the values and we get

N₁  =V₁/V₂ x  N₂

N₁= 300/240 x 80

N₁= 100 turns

Thus, the number of primary winding turns is 100 turns.

b) Power = V₁ I₁

20 x1000 = 300 x I₁

I₁ = 66.66 A

Turn ratio also represented as N₁/N₂ = I₂/I₁

Put the values, we have current in secondary circuit is

I₂ = N₂/N₁ x I₁

I₂= 80/100 x 66.66

I₂= 53.33 A

Thus, the current in the primary and secondary circuit is  66.66 A and 53.33 A.

c) Maximum flux equals (√2Vrms) / (N₁ x ω).

The rms voltage is Vrms = V₁ /√2

Vrms = 300/√2 = 212.1 V

The angular frequency ω = 2π /f

ω = 2π /50= 0.1256 rad/s

Substitute the values into the expression, we get

Φmax = (√2Vrms) / (N₁ x ω).

        = (√2 x 212.1)  / (100 x 0.1256)

        =23.88 Weber

Thus, the maximum flux is 23.88 Weber.

Learn more about transformer on:

brainly.com/question/15200241

#SPJ7

A room is initially at the outdoor temperature of 25°C. Now a large fan that consumes 200W of electricity when running is turned on. The heat transfer rate between the room and the outdoor air is given as Q = UA (Ti - To) where U = 6 W/m2 °C is the overall heat transfer coefficient, A = 30 m2 is the exposed surface area of the room, and Ti and To are the indoor and outdoor air temperatures, respectively. Determine the indoor air temperature when steady operating conditions are established

Answers

The indoor air temperature when steady operating conditions are established is approximately 29.17°C.

To find the steady-state indoor temperature, we can set the heat generated by the fan equal to the heat lost through the walls and solve for Ti. Using the given values and plugging them into the equation Q = UA (Ti - To), we get Ti = (Q / UA) + To = (200 / 30*6) + 25 = 29.17°C.

In other words, the fan generates 200W of heat, and that heat is transferred to the outdoor air through the walls of the room. As a result, the indoor temperature increases until the heat lost through the walls is equal to the heat generated by the fan.

For more questions like Temperature click the link below:

https://brainly.com/question/7510619

#SPJ11

A 4-m-high and 6-m-long wall is constructed of two large 2-cm-thick steel plates (k 5 15 w/m·k) separated by 1-cm-thick and 20-cm wide steel bars placed 99 cm apart. the remaining space between the steel plates is filled with fiberglass insulation (k 5 0.035 w/m·k). if the temperature difference between the inner and the outer surfaces of the walls is 22°c, determine the rate of heat transfer through the wall. can we ignore the steel bars between the plates in heat transfer analysis since they occupy only 1 percent of the heat transfer surface area?

Answers

The rate of heat transfer through the wall is approximately 130 W.

No, we cannot ignore the steel bars between the plates in the heat transfer analysis because they contribute to the overall thermal resistance of the wall.

While they may only occupy a small percentage of the heat transfer surface area, they still have an impact on the rate of heat transfer through the wall.

By including the thermal resistance of the steel bars in the analysis, we can obtain a more accurate estimate of the heat transfer rate.

To calculate the heat transfer rate, we can use the formula Q = (kAΔT)/d, where Q is the heat transfer rate, k is the thermal conductivity, A is the area of heat transfer, ΔT is the temperature difference, and d is the thickness of the wall.

By applying this formula to the given data, we can calculate that the rate of heat transfer through the wall is approximately 130 W.

For more questions like Resistance click the link below:

https://brainly.com/question/30799966

#SPJ11

A manufacturing plant has a 25 KVA single phase motor with a lagging power factor of 0.85
and this motor gets its power from a nearby a.c. voltage supply. A power factor correction
capacitor of 12 kVar is also connected p

Answers

In this case, the real power consumed by the motor is 21.25 kW.

How is this so?

The real power (kW) consumed by the motor can be calculated using the formula:

P = S x pf

where P is the real power in kilowatts (kW), S is the apparent power in kilovolt-amperes (kVA), and pf is the power factor.

Given that the motor has a rating of 25 kVA and a power factor of 0.85 lagging, we have

P = 25 kVA x 0.85 = 21.25 kW

So we can say rightly that the real power consumed by the motor is 21.25 kW.

Learn more about Power:
https://brainly.com/question/29436001
#SPJ1

Full Question:

Although part of your question is missing, you might be referring to this full question:

A manufacturing plant has a 25 KVA single phase motor with a lagging power factor of 0.85 and this motor gets its power from a nearby a.c. voltage supply. A power factor correction capacitor of 12 kVar is also connected parallel to the motor.

Calculate the real power (kW) consumed by the motor (3)

Write code that takes in two words from user input and stores them in the variables a and b respectively. Then, the program should swap the values in a and b, and print a and b.

Note: The variable names a and b are required for this question.

Sample Run
Enter a word: apple
Enter a word: zebra
a: zebra
b: apple

Answers

Answer:

Here's the Python code that takes in two words from user input, swaps their values, and prints them:

a = input("Enter a word: ")

b = input("Enter a word: ")

# Swap the values in a and b

a, b = b, a

print("a:", a)

print("b:", b)

------------------------

Sample output:

Enter a word: apple

Enter a word: zebra

a: zebra

b: apple

Explanation:

A biomedical transducer can be represented by a series RLC circuit with a 100 ohm resistors and unknown capacitor and inductor. Analysis of the transducer in the lab indicated that the damping coefficient is 0. 4 and natural resonance frequency is 159 Hz. Determine the values for the capacitive and the inductive components. Discuss the way to increase the damping coefficient to 0. 707 without affecting the natural resonance frequency

Answers

The capacitance is 0.0000004 F and the inductance is 0.025 H.

To determine the values of the capacitive and inductive components, we can use the following formulas:

Natural resonance frequency (ω₀) = 1/√(LC)

Damping coefficient (ζ) = R√(C/L) / 2

where ω₀ is the angular frequency of the circuit, ζ is the damping coefficient, R is the resistance, L is the inductance, and C is the capacitance.

We are given ω₀ = 2πf₀ = 2π × 159 = 1000π rad/s and ζ = 0.4, and R = 100 Ω.

Using the formula for ζ and solving for C/L, we get:

C/L = (2ζ/R)²

C/L = (2×0.4/100)²

C/L = 0.000016

Using the formula for ω₀ and substituting in the value of C/L that we just found, we get:

ω₀ = 1/√(LC)

1000π = 1/√(L×0.000016)

L = 0.025 H

Now that we know L, we can use the equation C/L = 0.000016 to solve for C:

C = L × 0.000016

C = 0.025 × 0.000016

C = 0.0000004 F

Therefore, the capacitance is 0.0000004 F and the inductance is 0.025 H.

To increase the damping coefficient to 0.707 without affecting the natural resonance frequency, we need to increase the resistance R. The damping coefficient is proportional to the square root of R, so we can increase R to achieve the desired damping coefficient. We can do this by adding a resistor in series with the transducer or by using a material with higher resistance for the transducer. Note that changing the resistance does not affect the natural resonance frequency because it does not depend on the resistance.

To know more about angular frequency visit:

https://brainly.com/question/30885221

#SPJ11

Which of the following identifies the first step in a life cycle analysis?
Orisk status
O improvement analysis
O impact analysis
O inherency analysis

Answers

Life Cycle Analysis is a orderly approach to evaluating the incidental impact of a product or process during the whole of its whole life cycle.  The first step in a life cycle analysis is option B: Impact Analysis.

What is the life cycle analysis?

The process usually involves four main steps, containing impact analysis, bettering analysis, risk amount, and communication. Impact Analysis is the beginning in the process and involves recognizing and assessing the environmental impacts guide each stage of a product or process's biological clock, from raw material distillation and manufacturing to use, support, and disposal.

This step helps to recognize which stages of the biological clock have the greatest tangible impact and which tangible factors are most touched.

Learn more about life cycle analysis from

https://brainly.com/question/30039216

#SPJ1

Our space program requires a portable engine to generate electricity for a space station. It is proposed to use sodium (Tc 2300 K; Pc 195 bar; 0; CP/R 2. 5) as the working fluid in a customized form of a "Rankine" cycle. The high-temperature stream is not superheated before running through the turbine. Instead, the saturated vapor (T 1444 K, P sat 0. 828 MPa) is run directly through the (100% efficient, adiabatic) turbine. The rest of the Rankine cycle is the usual. That is, the outlet stream from the turbine passes through a condenser where it is cooled to saturated liquid at 1155 K (this is the normal boiling temperature of sodium), which is pumped (neglect the pump work) back into the boiler. (a) Estimate the quality coming out of the turbine. (b) Compute the work output per unit of heat input to the cycle,

Answers

The quality coming out of the turbine is approx. 0.68 and the work output per unit of heat input to the cycle 1.

(a) Since the high-temperature stream is not superheated before running through the turbine, we know that the turbine inlet condition is saturated vapor at T 1444 K and P sat 0.828 MPa. Using steam tables, we can find the enthalpy of saturated vapor at this condition (h1) to be 2736 kJ/kg. We also know that the outlet condition from the turbine is saturated liquid at 1155 K, so we can find the enthalpy of saturated liquid at this condition (hf) to be 272 kJ/kg. The quality (x) is then given by:

x = (h1 - hf) / (hg - hf)

where hg is the enthalpy of the saturated vapor at 1155 K, which is 4225 kJ/kg. Plugging in the numbers, we get:

x = (2736 - 272) / (4225 - 272) = 0.68

So the quality coming out of the turbine is approximately 0.68.

(b) The work output per unit of heat input to the cycle is given by:

W/Qin = (h1 - hf) / (h1 - h2)

where h2 is the enthalpy of the fluid leaving the condenser, which is saturated liquid at 1155 K. Using steam tables, we can find h2 to be 272 kJ/kg. Plugging in the numbers, we get:

W/Qin = (2736 - 272) / (2736 - 272) = 1

So the work output per unit of heat input to the cycle is 1, which means that the cycle is 100% efficient.

Learn more about Thermodynamics at:

https://brainly.com/question/14047927

#SPJ11

Other Questions
I need help pleasehere is the picture is about Row Ops If it takes 15 minutes for water in a pot to boil, the expression 20x+ 15 can be used to find the total time needed to cook x batches of boiled cornbread. Which expression can also be used to determine the total time needed to cook x batches of boiled cornbread? PLS ANSWER ASAPP I REALLY NEED TO ANSWER THIS QUESTIONA 18x + 4x + 6 + 7B 10x + 10x + 20 - 5C 6(5x + 5) - 10x + 15D 3(x + x + x + 3)+ 2x + 15 Based on the information that you have after reading the first two acts of the play, what do you predict will happen next for Hermia, Helena, Lysander, and Demetrius? In A Midsummer Night's Dream A Northwest Coast Indian could become a tribal chief by dueling for the position. Meriting the position. Inheriting the position. Being elected to the position Question 6(Multiple Choice Worth 1 points)(06.01 MC)PThe cross-sectional areas of a triangular prism and a right cylinder are congruent. The triangular prism has a height of 5 units, and the right cylinder has a height of 5 units. Whichconclusion can be made from the given information?O The volume of the prism is half the volume of the cylinder.O The volume of the prism is twice the volume of the cylinder.The volume of the prism is equal to the volume of the cylinder.O The volume of the prism is not equal to the volume of the cylinder.N Question 10 of 10A minor arc will have a measure that isO A. less than 180B. equal to 180OC. more than 180 Hand sanitizer with 60% alcohol is produced in anaerobic conditions A particle moves on a coordinate line with acceleration ds/dt = 30 sqrt(t) 12/ sqrt(t) subject to the conditions that ds/dt = 12 and s = 16 when t= 1. Find the velocity v = ds/dt in terms of t and the position.The velocity v = ds/dt in terms of t is v = An agricultural scientist collected data to study the relationship between the amount of nitrogen added to a comfield and the number ofbushels of com produced. This is the regression line of the data, where y is measured in bushes and is measured in pounds of nitrogen0. 43What is the meaning of the intercept of the regression line?O A When no nitrogen is added to the field, 28. 7 bushels of corn are producedWhen 28. 7 pounds of nitrogen is added to the held, no bushels of corn are producedWhen 0. 43 pounds of nitrogen is added to the field. 28. 7 bushels of corn are producedB. When 38. 7 pounds of nitrogen is added to the field, 0. 43 bushels of com are produced Heather says that the ratio of bass and violins to cellos is 10 to 5. Allen says the ratio of cellos to bass and violins is 1 to 2. Who is correct?explain your answer How many barrels of oil are in the strategic oil reserve. The number of meters a student swam this week are listed.200, 450, 600, 650, 700, 800What is the appropriate measure of variability for the data shown, and what is its value? The range is the best measure of variability and equals 600. The IQR is the best measure of variability and equals 250. The mean is the best measure of variability and equals about 567. The median is the best measure of variability and equals 625. Solve the initial value problem t^2 dy/dt - t=1 + y + ty, y (1) = 8. listen to exam instructions you have an employee who has difficulty typing. the employee is constantly pressing keys multiple times by accident. which keyboard accessibility option should you enable to help the employee? Guadalupe's credit card has an APR of 23%, calculated on the previous monthly balance, and a minimum payment of 2%, starting the month after the first purchase. Her credit card record for the last 7 months is shown in the table below. End of month 2 3 5 6 7 Previous balance $0.00 $900.00 $899.25 $898.50 $897.75 $897.00 $896 26 New charges $900.00 $0.00 $0.00 $0.00 $0.00 $0.00 $0.00 Payment Finance Principal received charges paid $0.00 $0.00 $0.00 $18.00 $17.99 $17.97 $17.96 $17.94 $17.93 How is the new balance calculated? $17.25 $17.24 $17.22 $17.21 $17.19 $17.18 $0.75 $0.75 $0.75 $0.75 $0.75 $0.75 New balance $900.00 $899.25 $898.50 $897.75 $897.00 $896.26 $895.51 A cell phone leans against a wall. The bottom of the phone is 4 inches from the base of the wall, and the top of the phone makes an angle of 52 degrees with the wall. Find the length, x, of the phone so you can buy a new case. Round to the nearest hundreths place What is the velocity of a soccer ball in meters per second (m/s) with a mass of 1.0 kg that is kicked from rest if the coefficient of restitution between the ball and the foot is 0.48? the initial velocity of the foot is 16.1 m/s and has a mass of 7.8 kg. A group of friends Anna (A), Bjorn (B), Candice (C), David (D) and Ellen (E) want to enter a basketball contest that caters for teams of different sizes. A team with n players is called an n-team. A player can be in several different teams, including teams of the same size. There is a restriction however: players in a 2-team cannot play together in any larger team. For example, if friends A,B,C,D form the teams AB, BCD, ACD, then they cannot also form the teams BD or ABC, among others. a) List all different 3-teams that the friends could enter. b) What is the maximum number of teams that the friends can enter if they want to include exactly two 3-teams and at least one 2-team, but no other size teams. c) What is the maximum number of teams that the friends can enter if they want to include exactly three 3-teams and at least one 2-team, but not other size teams. d) The five friends want to enter 8 teams including at least one 2-team and at least one 3-team and no team of any other size. Find three ways of doing this with a different number of 3-teams in each case What are 4 characteristics of an effective claim? It shows that your purpose is to argue (not to inform). It presents a fact (not an emotional opinion). It takes a clear position on a debatable topic. It is written in third person (not first person). It tells about events that have happened personally to the writer. It presents information to the audience about both sides of an issue HELPPPPPPPPP GNG IM STURGGLING 100 POINTS