Draw a programming flowchart for the following problem:
In baseball, a batting average is computed by
Dividing the total number of hits by the total number of times at bat. The slugging average is computed dividing the total number of bases by the total number of times at bat. For this computation, a single is counted as a base, a double as two bases etc
Write a program that will read as input the number of singles, doubles, triples, and home run, and the total number of times at bat for a player. Compute and print the batting average and the slugging average
Use the following functions:
Single (to compute single)
Double (to compute doubles)
Triple (to compute triples)
Homerun (to compute the home runs)
Use the following test data:
PLAYER SINGLE DOUBLE TRIPLE HOMERUN ATBAT
1 5 3 1 2 70
2 3 0 2 1 15
3 10 5 3 0 30
4 12 5 9 2 40
5 6 9 2 4 34
6 9 10 1 6 45
7 20 3 5 1 80
8 4 0 1 2 20
9 7 12 0 2 40
OUTPUT:
PLAYER BATTING AVERAGE SLUGGING AVERAGE
1 .157 .314
2 .400 .867
3 .600 .967

Answers

Answer 1

The initialization of the required variables, such as batting_total and slugging_total, as well as the setting of the test data for each player, are the first steps in the flowchart.

The programming flowchart to solve the given problem can be as below.

+-------------------------------------------+

|                Start Program               |

+-------------------------------------------+

                 |

                 V

+-------------------------------------------+

|         Initialize variables               |

|  batting_total = 0                         |

|  slugging_total = 0                        |

|  num_players = 9                           |

|  Set test data for each player              |

|  (singles, doubles, triples, home runs,    |

|  and at-bat)                               |

+-------------------------------------------+

                 |

                 V

+-------------------------------------------+

|        Loop for each player                 |

+-------------------------------------------+

                 |

                 V

|    For player = 1 to num_players            |

|      |                                    |

|      V                                    |

|    +----------------------------------+   |

|    |   Compute Batting Average        |   |

|    +----------------------------------+   |

|      |                                    |

|      V                                    |

|    +----------------------------------+   |

|    |   Compute Slugging Average       |   |

|    +----------------------------------+   |

|      |                                    |

|      V                                    |

|    +----------------------------------+   |

|    |   Print player details           |   |

|    +----------------------------------+   |

|      |                                    |

|      V                                    |

+-------------------------------------------+

                 |

                 V

+-------------------------------------------+

|             End Program                    |

+-------------------------------------------+

The flowchart begins by initializing the necessary variables, including batting_total and slugging_total, and setting the test data for each player. It then enters a loop to iterate over each player's data.

Within the loop, it computes the batting average and slugging average for the current player, stores the values in the respective variables, and prints the player details along with the computed averages.

To know more about programming flowchart, visit https://brainly.com/question/6532130

#SPJ11


Related Questions

The maximum voltage in a cooling system should not exceed ______ volts.

Answers

Answer:2%

When the voltages between the three phases are not equal, the current increases dramatically in the motor winding's, and if allowed to continue, the motor will be damaged.

Explanation:

Determine the resultant R of the two forces applied to the bracket.

Write R in terms of unit vectors along the x- and y-axes shown.

Answers

The written form of R in terms of unit vectors along the x- and y-axes shown are; R Cos θ and R sin θ respectively.

Resolving forces along the x- and y-axes

Given that the force R, which is the resultant of the unit vectors given has magnitude R;

It follows that the resolved form of unit vector, R along the x- and y- axes is;

R(x) = R Cos θ

R(y) = R sin θ.

Where, angle measure, θ = angle subtended by the resultant force with the horizontal.

Read more on resultant force;

https://brainly.com/question/26491134

A pointer is spun on a fair wheel of chance having its periphery labeled Trom 0 to 100. (a) Whhat is the sample space for this experiment? (b)What is the probability that the pointer will stop between 20 and 35? (c) What is the probability that the wheel will stop on 58?

Answers

Answer:

A pointer is spun on a fair wheel of chance having its periphery labeled Trom 0 to 100. (a) Whhat is the sample space for this experiment? (b)What is the probability that the pointer will stop between 20 and 35? (c) What is the probability that the wheel will stop on 58?

Explanation:

thats all you said

Answer:

hii my name is RAGHAV what is your name

Explanation:

this question is which chapter

Two important criteria that should be evaluated to determine the maturity of a software product include:______.

Answers

Answer:

Configuration Management Process

Software functionality

Explanation:

Two important criteria that should be evaluated to determine the "maturity" of a software product include____

why does the voltage fall from a certain point where the maximum voltage reached?​

Answers

Answer:

closer the voltage gets to its peak

Explanation:

The closer the voltage gets to its peak, the slower it changes, meaning less current has to flow. When the voltage reaches a peak at point b, the capacitor is fully charged and the current is momentarily zero. Step 2 - After reaching a peak, the voltage starts dropping.

The voltage falls from a certain point where the maximum voltage is reached due to high resistance in the electrical wiring or connectors.

What is voltage?

Charged electrons (current) are pushed through a conducting loop by the pressure of the power source in an electrical circuit, allowing them to perform tasks like lighting a lamp.

Less current must flow since the voltage fluctuates more slowly as it approaches its peak. The capacitor is fully charged, and the current is briefly zero when the voltage hits a peak at the point. Another reason for it can be a circuit component that is broken

Therefore, if the voltage drop is more than the parameter's upper limit, there is a fault in the circuit. High resistance in the electrical wires or connectors is the cause of this issue.

To learn more about voltage, refer to the link:

https://brainly.com/question/29445057

#SPJ2

A suburban region in Panama City, FL, has been permitted to develop a shopping center. The
planned shopping center composition is described in Table 1. Assume that the overland flow distance
to the nearest stormwater drain that leads to a detention pond is 200 m.

Calculate the peak runoff rate (discharge in m3/s) from the shopping center during a 50-year storm.

answer to check your work: tc = 13 min

A suburban region in Panama City, FL, has been permitted to develop a shopping center. The planned shopping

Answers

The peak runoff rate from the shopping center during a 50-year storm is approximately 0.296 m/s.

How to calculate peak runoff rate

To calculate the peak runoff rate from the shopping center during a 50-year storm, use the Rational Method, which is given as

Q = (C * I * A) / 3600

where

Q is the peak runoff rate in m/s,

C is the runoff coefficient,

I is the rainfall intensity in mm/h, and

A is the total area of the shopping center in \(m^2.\)

Assuming a 50-year storm has a rainfall intensity of 152 mm/h based on the IDF curve example.

Using the runoff coefficients for the different surfaces in the shopping center, we can calculate the total area-weighted runoff coefficient as follows

C = [(0.95 * 71,000) + (0.85 * 17,000) + (0.65 * 22,000) + (0.90 * 5,000) + (0.70 * 25,000)] / (71,000 + 17,000 + 22,000 + 5,000 + 25,000)

C = 0.807

The total area of the shopping center is

A = 71,000 + 17,000 + 22,000 + 5,000 + 25,000 = 140,000 \(m^2\)

Now we can calculate the peak runoff rate

Q = (C * I * A) / 3600

Q = (0.807 * 152 * 140,000) / 3600

Q = 41.5 \(m^3/s\) or 41.5 / 140 = 0.296 m/s

Therefore, the peak runoff rate from the shopping center during a 50-year storm is approximately 0.296 m/s.

Learn more on runoff on https://brainly.com/question/15575635

#SPJ1

An Otto cycle engine is analyzed using the air standard method. Given the conditions at state 1, compression ratio (r), and pressure ratio (rp) for constant volume heat addition, determine the efficiency and other values listed below. The gas constant for air is R = 0.287 kJ/ kg.K

T1= 310K
P1(kpa)= 100
r=11.5
rp =1.95

Required:
a. Determine the specific internal energy (kJ/kg) at state 1.
b. Determine the relative specific volume at state 1.
c. Determine the relative specific volume at state 2.
d. Determine the temperature (K) at state 2.
e. Determine the specific internal energy (kJ/kg) at state 2.

Answers

Answer:

A)  222.58 kJ / kg

B)  0.8897 M^3/ kg

c)  0.7737 m^3/kg

D)  746.542 k

E)  536.017 kj/kg

efficiency = 58% ( approximately )

Explanation:

Given Data :

Gas constant (R) =  0.287 kJ/ kg.K

T1 = 310 k

P1 ( Kpa ) = 100

r = 11.5 ( compression ratio )

rp = 1.95 ( pressure ratio )

A ) specific internal energy at state 1

 = Cv*T1 =  0.718 * 310 = 222.58 kJ / kg

B) Relative specific volume at state 1

= P1*V1 = R*T1 ( ideal gas equation )

V1 = R*T1 / P1 = (0.287* 10^3*310 ) / 100 * 10^3

V1 = 88.97 / 100 = 0.8897 M^3/ kg

C ) relative specific volume at state 2

Applying  r ( compression ratio) = V1 / V2

11.5 = 0.8897 / V2

V2 = 0.8897 / 11.5 = 0.7737 m^3/kg

D) The temperature (k) at state 2

since the process is an Isentropic process we will apply the p-v-t relation

\(\frac{T1}{T2} = (\frac{V1}{V2}^{n-1} ) = (\frac{P2}{P1} )^{\frac{n-1}{n} }\)

hence T2 = \(9^{1.4-1} * 310\) = 2.4082 * 310 = 746.542 k

e) specific internal energy at state 2

= Cv*T2 = 0.718  * 746.542 = 536.017 kj/kg

efficiency = output /input = 390.3511 / 667.5448 ≈ 58%

attached is a free hand diagram of an Otto cycle is attached below

An Otto cycle engine is analyzed using the air standard method. Given the conditions at state 1, compression

"When people in the United states call a helpline or make an airline reservation,they may be connected to someone in Mumbai(bombay), India who has been trained to speak English with an American accent." This statement refers to the important aspects of globalization. Can you discuss the reasons why operations managers would consider such an aspect

Answers

The reason that operations managers consider these aspects is because they want to provide quality service to the users of the telephone line.

What is globalization?

Globalization is a term that refers to an economic, technological, political, social and cultural process that has had influence throughout the world. Globalization is based on the growing communication and interdependence between the different countries of the world, uniting their markets and societies.

How is this situation related to globalization?

This situation is related to globalization because it shows that companies can hire employees anywhere in the world because technology allows a person from India to communicate with someone from the United States without any difficulty.

Additionally, it is part of globalization because employees are trained so that their English accent is similar to that of the United States so that users of the line do not detect that they are from another country and feel more confident to book their tickets.

Learn more about globalization in: https://brainly.com/question/16499151

#SPJ1

write a program that prompts the user to enter the month and year and displays the number of days in the example, if the user entered month 2 and year 2012, the program should display

Answers

To write a program that prompts the user to enter the month and year and displays the number of days,  

Begin by prompting the user to enter the month and year . Read the values entered by the user. Determine if the year is a leap year or not. A leap year is divisible by 4 but not divisible by 100, unless it is also divisible by 400. This is important because February can have 28 or 29 days depending on whether it's a leap year or not.  Based on the month entered by the user, calculate the number of days in that month. For example, January, March, May, July,

August, October, and December each have 31 days, while April, June, September, and November each have 30 days. If it's February, check if it's a leap year to determine if it has 28 or 29 days. Display the number of days in the entered month to the user. Here's an example of how the main answer could be implemented in Python:
```python
# Prompt the user to enter the month and year
month = int(input("Enter the month (1-12): "))
year = int(input("Enter the year: "))

To know more about programing visit:

https://brainly.com/question/34046672

#SPJ11

What output will come for the expression (4.00/(2.0+2.0)) answer​

Answers

the answer for the question that you have asked on this website formally known as brainly is 1

Ten school boys were given a test in Statistics and their scores were recorded. They were given a month special coaching and a second test was given to them in the same subject at the end of the coaching period. Test if the marks given below give evidence to the fact that the students are benefited by coaching.

Answers

To test if the coaching had a significant impact on the student's performance, we can perform a paired t-test. This test compares the mean scores of the same group of individuals in two different conditions (in this case, before and after coaching).

Define t-test.

A t-test is a statistical test that is used to determine if there is a significant difference between the means of two groups or samples. It is a parametric test, meaning it assumes that the data being tested follows a normal distribution.

To test if the students benefited from coaching, we can perform a paired t-test on the before-coaching and after-coaching scores.

Performing the t-test on the given data, we find that the mean difference in scores is 7.2 with a standard deviation of 2.987. The calculated t-value is 6.056, which is highly significant with a p-value of less than 0.001.

Therefore, we can conclude that the coaching had a significant positive effect on the student's performance in Statistics.

To learn more about t-tests click here

https://brainly.com/question/17438355

#SPJ1

Water at 20°C flows in a 0. 8- cm

diameter pipe with a velocity distribution

U(r) = 5 [1-(r^2/16) ×10^6]m/s


Calculate the shear stress on the pipe wall​

Answers

To calculate the shear stress on the pipe wall, we can use the Hagen-Poiseuille equation, which relates the shear stress to the velocity distribution in a pipe. The Hagen-Poiseuille equation is given by:


In this case, the velocity distribution is given as U(r) = 5 [1 - (r^2/16) × 10^6] m/s.To calculate the velocity gradient, we need to find dU/dr. Taking the derivative of U(r) with respect to r, we get:

dU/dr = (-10r/8) × 10^6 m/s

Now we need the dynamic viscosity of water at 20°C. The dynamic viscosity of water at 20°C is approximately 1.002 × 10^(-3) Pa·s or kg/(m·s).Plugging in the values into the Hagen-Poiseuille equation, we have:

τ = (1.002 × 10^(-3) Pa·s) * [(-10r/8) × 10^6 m/s]

Simplifying further:

τ = -0.1252 * r * 10^3 Pa

Therefore, the shear stress on the pipe wall is given by -0.1252 * r * 10^3 Pa, where r is the radial distance from the center of the pipe.Note that the negative sign indicates that the shear stress acts in the opposite direction to the flow direction. Also, the units are in Pascals (Pa).

learn more about Poiseuille here :

https://brainly.com/question/31595067

#SPJ11

Problem 12: A 16-in × 20-in concrete column (Fig. 7) is subjected to the following loads: PD( Dead )=300kips( concentric) PL (Live) =180 kips (with an eccentricity of 4 -in) Per ACl318, the required axial force (kips) and moment (k−in) for the design of the column are nearly: rig. 1 - rucuteri 12 650;1150 650;1440 480;720 700;860

Answers

The correct option is 650; 1150. he required axial force and moment are 650 kips and 1150 k-in, respectively.

In order to determine the required axial force and moment for the design of a column, we need to consider the loads that it will be subjected to. The loads acting on the column are as follows:

PD(Dead) = 300 kips (concentric)

PL(Live) = 180 kips (with an eccentricity of 4 in)

Now, we can use the formula for the combined load to find the total load acting on the column:

P = PD + PL

where P is the total load acting on the column, PD is the dead load, and PL is the live load. Substituting the given values, we get:

P = 300 + 180= 480 kips.

The eccentricity of the live load is given as 4 in. Hence, the moment caused by the live load is:

M = PL × e= 180 × 4= 720 k-in.

The axial force and moment required for the design of the column are given by the equations:

N = P + f’c AgN and M values can be calculated using the following options:650; 1150, 650; 1440, 480; 720, 700; 860

Therefore, the required axial force and moment are 650 kips and 1150 k-in, respectively.

Hence, the correct option is 650; 1150.

Learn more about force: https://brainly.com/question/12785175

#SPJ11

The UHRS platform is optimized for Edge/Internet Explorer only. You can still use your favorite browser, but keep in mind that you may experience technical issues when working on UHRS with a different browser than Edge or Internet Explorer.

UHRS is optimized for...

Answers

It is to be noted that all UHRS platforms are optimized for the popular kinds of internet browser applications.

What is a UHRS?

The Universal Human Relevance System (UHRS) is a crowdsourcing platform that allows for data labeling for a variety of AI application situations.

Vendor partners link people referred to as "judges" to offer data labeling at scale for us. All UHRS judges are bound by an NDA, ensuring that data is kept protected.

A browser is a software tool that allows you to see and interact with all of the knowledgeon the World Wide Web. Web sites, movies, and photos are all examples of this.

Learn more about internet browser applications.:
https://brainly.com/question/16829947
#SPJ1

Type the correct answer in the box. Spell all words correctly.

A genetically engineered hormone, , can treat Mary’s child for growth hormone deficiencies by stimulating body growth and increasing muscle mass.

Answers

Answer:

recombinant human growth

Explanation:

Answer:

recombinant human growth

Explanation:

yes

899.99 Is to much right

899.99 Is to much right

Answers

Answer:

no not for all that in the set

Explanation:

depends on where you're gonna buy it at.
pic also looks fake so i wouldnt trust it.

Explain why the scenario below fails to illustrate an understanding of the importance of metrology. Situation: Natalie is a calibration technician at a food production plant. Natalie: "The oven is just a couple of degrees off. I will just wait a few hours to see if it will level out on its own"

Answers

Answer:

Explanation:

The situation being described completely fails in regard to the importance of metrology. This is because the main importance of metrology is making sure that all of the measurements in a process are as accurate as possible. This accuracy allows an entire process to function efficiently and without errors. In a food production plant, each individual department of the plant relies on the previous function to have completed their job with the correct and accurate instructions so that they can fulfill their functions correctly and end up with a perfect product. If the oven (like in this scenario) is a couple of degrees off it can cause the product to come out burned or undercooked, which will then get transferred to the next part of production which will also fail due to the failed input (burned or undercooked product). This will ultimately lead to an unusable product at the end of the process and money wasted. Which in a large production plant means thousands of products in a single batch are thrown away.

In terms of the necessity of metrology, the situation stated absolutely fails. This is because metrology's primary goal is to ensure that all measurements in a process are as precise as feasible. This precision allows a whole process to run smoothly and error-free. If the oven temperature is wrong by a few degrees, the product will come out charred or undercooked, and the product will be sent to the next step of the process, which will also fail owing to the failed input. This will result in a useless product and a waste of money at the end of the procedure. In a big manufacturing facility, this means thousands of goods are discarded in a single batch.

the conductors and equipment connecting electric energy from the serving utility to the wiring system of the premises served is the nec definition for service.

Answers

The statement "the conductors and equipment connecting electric energy from the serving utility to the wiring system of the premises served is the new definition for service" is definitely true.

What is the reason behind this solution?

The reason behind this service may be understood by the fact that the conductors and equipment connecting the serving utility to the wiring system of the premises served.

A service can only be supplied by the serving utility. If electric energy is supplied by other than the serving utility, the supplied conductors and equipment are considered feeders and not a service.

Service may be defined as the conductors and equipment connecting electric energy from the serving utility to the wiring system of the premises served.

To learn more about Conductors and equipment, refer to the link:

https://brainly.com/question/14642122

#SPJ1

a toddler who can recognize herself in a mirror is more likely to be ________in her daycare class.

Answers

A toddler who can recognize herself in a mirror is more likely to be confident in her daycare class. Explanation: A toddler who can recognize herself in a mirror is more likely to be confident in her daycare class.

It shows that she is developing a sense of self-awareness and is more aware of her place in the world. This can lead to increased confidence and self-esteem, which can translate to better social skills and interactions with others in her daycare class.

In addition, the ability to recognize oneself in a mirror is an important developmental milestone that typically occurs around 18-24 months of age. This is an important sign of healthy cognitive and social-emotional development, and can have a positive impact on the child's overall well-being.

Overall, the ability to recognize oneself in a mirror is an important aspect of a toddler's development, and can have positive implications for their social, emotional, and cognitive growth.

It is a sign of increasing self-awareness and confidence, and can help children develop healthy relationships with others in their daycare class.

To know more about likely visit:

https://brainly.com/question/29620899

#SPJ11

Who had launched the highest number of internet satellites as of March 2020?

Answers

Answer:

SpaceX

Explanation:

SpaceX successfully launches 60 more Starlink satellites as it continues towards 2020 service debut. SpaceX has launched another big batch of Starlink satellites, the low Earth orbit spacecraft that will provide connectivity for its globe-spanning high-bandwidth broadband internet network.

which other factors do you need to consider when preparing to move gondolas?

Answers

The factors that  you need to consider when preparing to move gondolas are:

Heightwidthlength color.

How do you move a gondola?

In choosing gondola one need to look at some  factor in decisions such as height.

Know that it is good to  consider the construction material and also the center wall configuration for its building also.

The factors that  you need to consider when preparing to move gondolas are:

Heightwidthlength color.

Learn more about gondola from

https://brainly.com/question/10652274

#SPJ1

Machined parts can be classified as rotational or nonrotational. Which two of the following are examples of operations that create nonrotational geometries: (a) boring, (b) drilling, (c) milling, (d) planing, and (e) turning

Answers

Machined parts can be classified as rotational or nonrotational. The two examples of operations that create nonrotational geometries are option (a) boring and option (d) planing.

Boring is a machining process that enlarges an existing hole to a desired diameter, and the resulting geometry is a straight cylindrical shape with parallel walls. Planing, on the other hand, is a process that produces flat surfaces by removing material in a linear motion. The resulting geometry is a flat surface with straight edges.


Drilling and turning are examples of operations that create rotational geometries. Drilling involves creating a hole by removing material in a rotary motion, resulting in a cylindrical shape with a circular cross-section. Turning, on the other hand, is a process that creates round geometries by removing material with a rotating cutting tool.


Milling is an operation that can create both rotational and nonrotational geometries, depending on the type of milling process used. Some milling processes involve rotating the workpiece, resulting in rotational geometries, while others involve moving the cutting tool in a linear motion, resulting in nonrotational geometries.

To know more about Machined click here:

https://brainly.com/question/16121470

#SPJ11

piaget referred to toddlers in sensorimotor stage five as:

Answers

Piaget referred to toddlers in sensorimotor stage five as little scientists seeking. They explore their world through trial-and-error experiments, using their five senses.

Sensorimotor Stage is a stage of cognitive development as proposed by Jean Piaget, that covers the period from birth to two years of age. In this stage, the child develops object permanence and begins to realize that things exist even when he cannot see them. They are curious and eager to learn more.

Their mind is still developing, and they are yet to form a coherent understanding of the world. They are little explorers, learning about their world through interaction with it. They enjoy trying new things, and they are not afraid to make mistakes. They learn through trial and error, and their learning is a result of their actions. They do not have a full understanding of cause and effect, but they are eager to learn. They are active and constantly on the move, using their senses to explore their environment.

To know more about cognitive development visit:

https://brainly.com/question/30156827

#SPJ11

calculate poisson's ratio for a cast iron that has a modulus of elasticity e of 110 gpa and a modulus of rigidity g of 44 gpa

Answers

The Poisson's ratio for a cast iron with a modulus of elasticity (E) of 110 Gpa and a modulus of rigidity (G) of 44 Gpa is 0.42.

Poisson's ratio is the ratio of transverse strain to corresponding axial strain on a material stressed along one axis. The Poisson's ratio for a cast iron with a modulus of elasticity (E) of 110 Gpa and a modulus of rigidity (G) of 44 Gpa can be calculated as follows:

Poisson's ratio (ν) = (E/2G)-1

ν = (110/2(44))-1

ν = 0.42

Therefore, the answer from the above calculation is 0.42.

Learn more about Poisson's ratio : https://brainly.com/question/30366760

#SPJ11

Select all the correct answers. What are two reasons why the terrestrial planets formed closer to the sun after a supernova event that initiated the formation of the solar system?

Answers

It is because of their gravitational pull .. Due to high gravitational force the planets are tend to move closer and they infact form closer to the sun. as the mass of the sun is very large

A seamless pipe carries 2400m³ of steam per hour at a pressure of 1. 4N/mm². The velocity of flow is 30m/s. Assuming the tensile stress as 40Mpa,find the inside diameter of the pipe and its wall thickness. ​

Answers

The inside diameter of the pipe is approximately 0.1686 m and the wall thickness is approximately 0.0012 m. First, let's find the cross-sectional area of the pipe.

The volume flow rate can be calculated by multiplying the cross-sectional area (A) of the pipe by the velocity of flow (v).
Given that the volume flow rate is 2400 m³/h and the velocity of flow is 30 m/s, we can convert the volume flow rate to m³/s by dividing it by 3600 (since there are 3600 seconds in an hour).

2400 m³/h ÷ 3600 = 0.6667 m³/s

Now, we can find the cross-sectional area by dividing the volume flow rate by the velocity of flow:

A = volume flow rate ÷ velocity of flow
A = 0.6667 m³/s ÷ 30 m/s
A = 0.0222 m²

2. Next, we can find the inside diameter of the pipe using the formula for the area of a circle:

A = πr²

Rearranging the formula, we get:

r = √(A ÷ π)

Plugging in the value of the cross-sectional area we calculated earlier:

r = √(0.0222 m² ÷ π)
r = √(0.0071 m²)
r ≈ 0.0843 m

Since the inside diameter is twice the radius, the inside diameter of the pipe is:

Inside diameter = 2 × r
Inside diameter ≈ 2 × 0.0843 m
Inside diameter ≈ 0.1686 m

To know more about cross-sectional area visit;

https://brainly.com/question/13029309

#SPJ11

Where nonmetallic sheathed cable or multi-conductor Type UF cable is used with a single box not larger than 2 1/4" X 4" mounted in walls or ceilings, the cable shall be fastened within _________ inches.
314.18(c)

Answers

According to the National Electrical Code (NEC) Section 314.18(c), when using nonmetallic sheathed cable or multi-conductor Type UF cable with a single box not larger than 2 1/4" x 4" mounted in walls or ceilings, the cable shall be fastened within 8 inches.

According to NEC 314.18(c), where nonmetallic sheathed cable or multi-conductor Type UF cable is used with a single box not larger than 2 1/4" X 4" mounted in walls or ceilings, the cable shall be fastened within 8 inches of the box .This means that the cable must be securely fastened to the framing or other structural members within 8 inches of the box, in order to prevent it from being pulled or otherwise damaged. The purpose of this requirement is to ensure that the cable is properly supported and protected, which helps to prevent electrical hazards and maintain the integrity of the electrical system.

Learn more about conductor here-

https://brainly.com/question/18084972

#SPJ11

A bar of copper is subjected to a tensile load. The elastic modulus of the copper is 110 GPa, its yield strength is 240 MPa, its tensile strength is 400 MPa, and its Poisson's ratio is 0.340. If the original length of the rod is 250 mm and it has a round cross-section with an original diameter of 9.50 mm, what load (in N) would need to be applied in order for the rod's length to be 250.1 mm

Answers

Answer:

The answer is "3,118 N"

Explanation:

Using the hookes laws:

\(y=\frac{stress}{strain}=\frac{\frac{F}{A}}{\frac{\Delta L}{L}}\)

So,  

\(F=\frac{y \times \Delta L \times A}{L}\\\\\)

    \(=\frac{110 \times 10^{3} \times 0.1 \times \frac{\pi}{4} \times 9.5^2 }{250}\\\\=\frac{110 \times 10^{3} \times 0.1 \times \frac{3.14}{4} \times 90.25 }{250}\\\\=3,117.235 \ N\\\\=3,118 \ N\\\\\)

An unknown relative passes away and bequeaths upon you a small tract of land in Amherst. You decide to build a two-story storage facility to make the best of your bequest. But your self-storage dream is in jeopardy due to a 10 meter thick layer of soft clay (N<4) on the site. You put on your best geotechnical engineer hat, hire a driller to pull up some samples, and send them off to a lab for a consolidation test. The report indicates that the clay is a dark grey, slightly sweet, kaolinite blend with a cy = 1x10-7 mº/s, single-drained, and an ultimate settlement of 0.73 meters. It does not make financial sense to install deep foundations, so you are interested in how long it will take to consolidate the clay layer using a passive load.
How long will it take for settlements of 25, 50, and 65 cm to occur?
If you need to build within the next 12 months and have at least 65cm of settlement to be viable, does it make sense to proceed?

Answers

Answer: It does make sense, because I've been involved in these careers and have a long family line of them. And other questions?

Explanation:

A total of 42 gallons of a glycol solution meeds to be added to a heating water loop to ensure the water does not freeze if there is a heating equipment failure. The glycol solution comes in 1.75 galloncans. How many cans will be needes? A total of how many cann of glycol will be required

Answers

Answer:

24 cans

Explanation:

The number of glycol solution needed to prevent water from freezing is 42 galloons. The glycol solution comes in cans of 1.75 gallons.

Therefore 1 can of glycol = 1.75 gallon.

Number of cans of glycol needed = Total gallons of glycol needed / number of gallon present in each can

Number of cans of glycol needed = 42 gallons / (1.75 gallon per can)

Number of cans of glycol needed = 24 cans

Therefore a total of 24 cans are needed.

Other Questions
The enrollment at a small college each year is growing at a rate of 2%. If the college has 2,700 students in 2015, then which of the following models the population n years from 2015? Please answer this its in the picture a particle has a constant acceleration of 6.0 m/s2. (a) if its initial velocity is 2.0 m/s, at what time is its displacement 5.0 m? (b) what is its velocity at that time? the difference between two numbers is 3. their sum is 13. find the numbers Two runners are racing around a cicular track. The first runner is in the inside lane. The second runner is in the outside lane. If the first runner wants to stay side-by-side with the second runner, what does her angular velocity need to be?. 1. According to source 1, what would be the best advice to give to the Student President about preparmg for the CultureDay? Include at least four appropriate suggestions from source one that would be useful for the Student Presenta!students should wear national colours. The schools should be decorated accordingly Next we need to determine the mass of oleic acid in the monolayer. The concentration of the oleic acid/benzene solution is 0.02g/L. Calculate how many grams of oleic acid is in one drop. Question 4Multiple Choice Worth 2 points)(01.05 MC)The following question is about this excerpt from the essay "A Room of One's Own" by Virginia WoolfIt was disappointing not to have brought back in the evening some important statement, some authentic fact. Women are poorerthan men because this or that. Perhaps now it would be better to give up seeking for the truth, and receiving on one's head anavalanche of opinion not as lava, discoloured as dish-water. It would be better to draw the curtains; to shut out distractions; to lightthe lamp, to narrow the enquiry and to ask the historian, who records not opinions but facts, to describe under what conditionswomen ived, not throughout the ages, but in England, say, in the time of ElizabethFor it is a perennial puzzle why no woman wrote a word of that extraordinary literature when every other man, it seemed, wascapable of song or sonnet. What were the conditions in which women ived? I asked myself, for fiction, imaginative work that is, isnot dropped like a pebble upon the ground, as science may be; fiction is like a spider's web, attached ever so lighty perhaps, butstill attached to life at all four corners. Often the attachment is scarcely perceptible, Shakespeare's plays, for instance, seem tohang there complete by themselves. But when the web is pulled askew, hooked up at the edge, torn in the middle, one remembersthat these webs are not spun in mid-air by incorporeal creatures, but are the work of suffering human beings, and are attached togrossly material things, like health and money and the houses we live in...A very queer, composite being thus emerges Imaginatively she is of the highest importance, practically she is completelyinsignificant. She pervades poetry from cover to cover, she is all but absent from history. She dominates the lives of kings andconquerors in fiction, in fact she was the slave of any boy whose parents forced a ring upon her finger. Some of the most inspiredwords, some of the most profound thoughts in literature fall from her lips; in real life she could hardly read, could scarcely spell,and was the property of her husbandWhich of the following is the best example of an allusion?O'For it is a perennial puzzleOfor fiction, imaginative work that is, is not dropped like a pebble upon the ground, as science may beOn the time of ElizabethO'What were the conditions in which women lived? Stranded copper wire inside a rubber insulator suitable for lamps is also called TypeA. L.B. C.C.Y.D. R. Using the Distributive Property as a good first step to solving the equation, you could simplify to get which of these choices?7(5x + 2) = -4(6 - 5x)35x + 14 = -24 - 20x35x + 14 = -24 + 20x5x + 14 = 6 + 20x35x + 2 = -24 - 5x35x + 2 = 24 - 20x Question 1 of 10Companies use an aging of accounts receivable table to A. estimate the amount of interest they will receiveB. estimate the uncollectable amount of the accounts receivableO C. keep track of how long items remain in inventory D. determine when the best time is to order more stockSUBMIT with no inflation, a bank would be willing to lend a business firm $10 million at an annual interest rate of 8%. but if the rate of inflation was anticipated to be 6%, the bank would charge the firm an annual interest rate of is it important for people to make their own choices in life ?two paragraphs plz in your own words dont search it... suggest two ways that businesses can use to ensure that they remain profitable and sustainable What is the measurement of angle C? Put number only Brie needs cups of flour for her recipe. Which amount is enough for Brie's recipe? Ionic compounds in own words A graph labeled velocity versus time with horizontal axis time (seconds) and vertical axis velocity (meters per second). A blue line runs straight across at 2 units on the vertical axis for all horizontal axis values.Based on the graph of velocity over time, which could be the initial velocity and the final velocity for this graph?initial = 0 m/s; final = 2.5 m/sinitial = 2.5 m/s; final = 2.5 m/sinitial = 3.0 m/s; final = 6.0 m/sinitial = 6.0m/s; final = 3.0 m/s 1. From 1096 to 1270, a series of military expeditions to the Middle East, called the Crusades, tried to recapture the "Holy Land" the city of from the Muslims someone people help meInterpreting the coefficient of determination for comparison of regression lines [Use the calculator to get r 2 ]: Eight students took a two-part test (similar to the SAT) intended to predict their fi