A child accidentally runs into the street in front of an approaching vehicle. The vehicle is traveling at 40 mi/h. Assuming the road is level, at what distance must the driver first see the child to stop just in time? a) 153.7 ft b) 300.3 ft c) 318.8 ft d) 146.7 ft

Answers

Answer 1

Assuming the road is level, the driver must see the child at 300.3 ft to stop just in time. Hence, option C) is the correct answer.

What is the distance needed to stop?

The distance travelled between the moment the body decides to stop a moving vehicle and the moment the vehicle comes to a complete stop is known as the stopping distance. The stopping distance, indicated by the letter d, is dependent on a number of variables, including as the road's surface and the driver's reflexes.

What is the frictional stopping distance?

The distance the car travels before coming to a halt is known as the stopping distance. It is depending on the vehicle's speed as well as the amount of road-to-wheel friction.

Briefing:

Deceleration rate is considered 11.2 ft/s²

a = 11.2 ft/s²

= 1^2/2 = (40 mi/h×5280 ft/1 mi×1 h/3600 s)²/22×11.2=240.07 ft

Stopping distance would be:

= 240.07+ 60.23 ft = 300.3 ft

To learn more about stopping distance visit:

brainly.com/question/24254597

#SPJ1


Related Questions

What does the following UML diagram entry mean? + setHeight(h : double) : void Select one: a. public void method with a parameter of data type double b. private method with no parameters that returns a double data type c. private field called setHeight that is a double data type d. Error - UML diagrams do not contain any symbols e. private data field called setHeight that is a double data type

Answers

The procedure is as follows in C++: double base calcPyramidVolume. Length, two bases. Double pyramid, width, Height.

The parameter variable for the following function prototype has a data type of double. Using the C double data type, high-precision floating-point data or integers are saved (up to 15 to 17 digits). There are large decimal number values recorded. In comparison to float data, values data may store twice as much information. As a result, it is referred to as a double data type. The double data type of the C programming language is used to store high-precision floating-point data or integers in computer memory. The double data type is so named because it can hold data that is twice as large as the float data type. Eight bytes, or 64 bits, make up a double.

Learn more about Double data type here:

https://brainly.com/question/29846304

#SPJ4

You are tasked with mapping a drive within the Command Prompt to a share named AlbaLonga on a server named Romulus. Which of the following is the correct syntax?
A. net use //AlbaLonga./Romulus
B. http://Romulus/AlbaLonga
C. net use \\Romulus\AlbaLonga
D. ipp://Romulus.com/AlbaLonga

Answers

According to the question, net use \\Romulus\AlbaLonga is the correct syntax.

What is syntax?
Syntax
is the set of rules and principles that govern the structure of sentences in a given language. It is a component of grammar that focuses on the arrangement of words and phrases to form correct sentences. Syntax helps to determine the meaning of a sentence and provides clarity for the reader. Syntax also plays an important role in writing, as it helps to create coherent and effective sentences that convey the right message. Syntax is a complex subject and involves the use of a variety of terms such as syntax, morphology, semantics, and pragmatics. Syntax also includes the use of punctuation and other stylistic devices. By understanding syntax, one can learn how to properly construct sentences, enabling them to communicate effectively in writing.

To learn more about syntax
https://brainly.com/question/14398309

#SPJ4

What size THHN feeder conductor is required for (two), single phase, 230 VAC, 7.5 HP motors, and (one) single phase, 115 VAC, 1.5 HP short time motor which is rated for 15-minute duty cycle and (one) single phase, 230 VAC, 0.75 HP motor

Answers

The size of the THHN feeder conductor required for two 230 VAC, 7.5 HP motors, one 115 VAC, 1.5 HP short time motor and one 230 VAC, 0.75 HP motor is 3 AWG.

To calculate the size of the THHN feeder conductor, we first need to calculate the total load current for all the motors. To do that, we will use the following formula: I = (HP x 745.7) / (V x 1.73).

For the two 7.5 HP motors, the total load current is (7.5 x 745.7) / (230 x 1.73) = 29.7 A. For the 1.5 HP short-time motor, the total load current is (1.5 x 745.7) / (115 x 1.73) = 8.85 A. For the 0.75 HP motor, the total load current is (0.75 x 745.7) / (230 x 1.73) = 4.41 A.

Adding all the load currents yields a total load current of 42.96 A. Then we can refer to the NEC Table 310.15(B)(16) to determine the minimum THHN feeder conductor size. At 42.96 A, the minimum THHN feeder conductor size is 3 AW.

For more questions like THHN feeder click the link below:

https://brainly.com/question/27603941

#SPJ4

Why is it so important that you need to know when calculate a bevel gear two (2) different numbers of gear teeth are to be know?

Answers

It is important to know the number of teeth on the two gears when calculating a bevel gear because the number of teeth determines the gear ratio, which in turn determines the torque and speed at which the gears will operate.

How to calculate the gear ratio?

The gear ratio is calculated by dividing the number of teeth on the driving gear by the number of teeth on the driven gear.

If the number of teeth is not known, it would be impossible to accurately calculate the gear ratio and determine the performance of the gear set.

Additionally, the number of teeth also affects the meshing pattern and the contact ratio between gear teeth, which is also important to the gear's performance.

Read more about gear teeth here:

https://brainly.com/question/12761665

#SPJ1

what's the difference between programming paradigms ?​

Answers

Answer:

Programming paradigms are different approaches to programming. Each paradigm is concerned with the way code is written, structured, and organized. The main paradigms are procedural, object-oriented, functional, and logical. Each of these has its own set of rules and principles that guide how code is written and executed. Procedural programming focuses on implementing algorithms and breaking tasks down into smaller steps. Object-oriented programming focuses on breaking tasks down into objects and classes. Functional programming focuses on writing code that is easy to read and maintain. Logical programming focuses on using logic to solve problems.

Explanation:

Hope It Help You

Answer:

A programming paradigm is a style or approach to programming, characterized by the way in which the programmer writes the code. There are several different programming paradigms, including:

Explanation:

Imperative programming: This is the most traditional style of programming, in which the programmer writes code that specifies a series of steps to be carried out in order to solve a problem. Imperative programming languages include C, C++, and Java.

Object-oriented programming: In this style of programming, the programmer writes code in the form of objects, which are self-contained units that combine data and behavior. Object-oriented programming languages include Java, Python, and C#.

Functional programming: In functional programming, the programmer writes code in the form of functions, which are self-contained units that take input and produce output, without modifying any external state. Functional programming languages include Haskell, Lisp, and ML.

Logic programming: In this style of programming, the programmer writes code in the form of logical statements, and the language's runtime system is responsible for finding a solution that satisfies all of the statements. Logic programming languages include Prolog and Mercury.

Declarative programming: In declarative programming, the programmer specifies what the desired result should be, rather than how to achieve it. The language's runtime system is responsible for finding a way to produce the desired result. Declarative programming languages include SQL and regular expressions.

raw sugar cane is taken into a process to create sugar, which is essentially sucrose. the raw cane is approximately 16% sucrose, 63% water, and the rest fiber by mass. juice from the cane is extracted by passing the cane through a series of crushers. about 5% extra mass of water is added to the sugar cane prior to this step to help in the extraction process. the crushed cane and liquid juice is sent to a filter press that creates a cake that contains 4% of the weight of the cane juice, which has a composition similar to the overall non-fiber content of the raw cane. the filtrate is sent to an evaporator where enough water is evaporated to obtain a pale yellow juice that is 41% water. a

Answers

The next step in the process is to purify the juice. This is done by adding calcium hydroxide which removes impurities and non-sucrose components. The juice is then heated and concentrated in vacuum pans.

What is vacuum?
Vacuum
is an empty space devoid of matter. It is a space that is completely void of any matter, including molecules, atoms, and subatomic particles. It has zero pressure and is a state of matter considered to be more rare than a gas, liquid, or solid. Vacuums can be generated artificially in a laboratory setting or can occur naturally in the absence of air or other gasses. Vacuum environments are used in many scientific and industrial applications and are especially important in the field of physics, where they are used to study the behavior of matter on a microscopic scale.

This process drives off the water and forms a thick syrup containing 85-95% sucrose. The syrup is then seeded with sugar crystals and further heated in a process called inversion. Finally, the sugar is packaged for sale or further processed into other forms of sugar such as brown sugar, powdered sugar, and so on.

To learn more about vacuum
https://brainly.com/question/14806112

#SPJ4

Question 4: Princeton has a longstanding commitment to service and civic engagement. Tell us how your story intersects (or will intersect) with these ideals.

Answers

Princeton has a long tradition of service and civic engagement, and I am proud to be part of this legacy.

I have always been passionate about giving back to my community and helping those in need. I have participated in volunteer programs to help feed the homeless, tutor disadvantaged children, and provide other forms of community service.

I am also committed to making a positive impact on the environment by taking part in various initiatives to reduce my carbon footprint. I am currently a member of the Princeton Environmental Action Group and will be taking part in their upcoming campaigns to reduce waste and promote sustainable practices on campus.

I am also part of the Princeton Student Climate Initiative, which is dedicated to raising awareness about climate change and advocating for policy changes that will help protect the environment. I look forward to continuing my commitment to service and civic engagement during my time at Princeton, and I know that by working together, we can make a positive difference in our community.

Learn more about Princeton :

https://brainly.com/question/30076023

#SPJ4

Classify the variable as nominal-level, ordinal-level, interval-level, or ratio-level measurement. Number of gallons of water in a swimming pool

Answers

The number of gallons in a swimming pool in the given question can be classified as a ratio level measurement.

What is ratio level measurement?

The highest of the four hierarchical levels of measurement is the ratio level measurement. Data recording accuracy is determined by the levels or scales of measurement. The measurement becomes more difficult as the level increases.

The features of the other 3 levels are all present in the ratio level. At the ratio level, values can take on a true zero, be categorised, ordered, have equal intervals, and more.

While interval and ratio variables are quantitative variables, nominal and ordinal variables fall under the category of categorical variables. Quantitative data allows for a much wider range of statistical tests than categorical data.

Learn more about ratio level measurement

https://brainly.com/question/14739567

#SPJ4

What is the difference between cinema and theatre ?? I want the difference

Answers

Answer:

The main difference between theatre and cinema is that theatre involves live performances like plays, opera, ballet, and musical theatre, while cinema involves films.

Theatre is a building or outdoor area that houses dramatic presentations, and stage entertainments. In British English, cinema refers to a building that contains an auditorium for viewing films – this is equivalent for movie theatre in American English.

Explanation:

Similarities between theatre and movies

Both movies and theatre focus on social evils and problems and represent them to society through play and cinema. In both, the purpose of the cases is to bring positive changes in society. ...

Both theater plays and movies are forms of entertainment that allow an audience to enter different worlds. ...

Both theater plays and movies are forms of entertainment

Answer:

Theatre typically involves live performances, while cinema usually contains a moving picture that is prerecorded or premade and being projected.

Examples of theatre include:

BalletsPlaysMusicals

Examples of cinema include:

MoviesShort Films

To learn more about the difference between cinema and theatre, check out the link below:

https://brainly.com/question/26197760

Problem 2: The crane can be adjusted to any angle 0° θ 90° and any extension 0 x 5m. For a suspended mass of 120 Kg, determine the moment developed at A as a function of x and θ. What values of both x and θ develop the maximum possible moment at A? Compute this moment. Neglect the size of the pulley at B.

Answers

The function that causes values of both x and to develop the highest feasible moment at A according to the provided suspended mass is written as 14715 Nm (clockwise).

What is mass ?

The quantity of matter or substance that makes up a thing is known as its mass. The unit of measurement is the kilogramme, abbreviated as kg. It's crucial to keep in mind that mass differs from weight. While weight varies with changes in gravity, mass never changes.

We have identified the following values,

adjust for any angle 00 ≤ θ ≤ 900 any extension 0 ≤ x ≤ 5 m.

So,

Let us consider an equation to calculate the moment using θ and x as variables around point A.

⇒ ((9−1.5) + x) (cosθ) (120) (9.81)

When we are simplifying the given equation gives us:

⇒ MA ​= (7.5+x) 1177.2 cosθ

Here the maximum moment will develop if θ = 0 and x=5 m.

Then, by substituting these values gives us:

⇒ MA​=(7.5+x)1177.2cosθ

⇒ MA​=(7.5+5)1177.2cos00

Thus, the value of MA is written as, 14715 Nm (clockwise)

To learn more about the mass, follow the link;

https://brainly.com/question/19694949

#SPJ1

1. What is a geotechnical investigation? What site investigation should take place before designing concrete foundations? What is a Geotechnical Report? Discuss in detail.

Answers

A geotechnical investigation is an assessment of the physical and chemical properties of soil, rock, and other subsurface materials. It is typically carried out in order to evaluate the suitability of the ground for a particular purpose, such as the construction of a building or bridge.

Site investigation is the process of collecting and evaluating data about the soil, rock, and groundwater conditions at a particular location. This is usually done before designing concrete foundations, as the characteristics of the subsurface materials can have a significant impact on the stability and integrity of the foundation.

A geotechnical report is a document that summarizes the results of a geotechnical investigation. It typically includes information about the geology of the site, the properties of the subsurface materials, and any potential geotechnical hazards or issues that may affect the proposed development. The report may also include recommendations for how to address any issues that are identified, such as installing foundation reinforcement or providing additional support for the structure.

Site investigations typically involve a number of different techniques, such as soil and rock sampling, borehole drilling, and laboratory testing. The specific techniques used will depend on the nature of the project and the type of information that is needed.

Tech A says that if you are unsure of what personal protective equipment (PPE) to use to perform a job, you should just use what is nearby. Tech B says that air tools are less likely to shock you than electrically powered tools. Who is correct

Answers

According to the question of personal protective equipment, tech B is correct.

What is personal protective equipment?
Personal Protective Equipment (PPE)
is any equipment, clothing, or device designed for use on the body to protect the wearer from injury or infection. This can include items such as gloves, safety glasses, protective clothing, hard hats, respirators, and face masks. Proper use of PPE is important to help reduce the risk of exposure to hazardous materials and environments, as well as the spread of infection. PPE is most effective when used in combination with other safety measures, such as engineering controls, administrative controls, and good hygiene practices.

Air tools are powered by compressed air and are considered to be safer than electrically powered tools because they are not connected to an electrical source.

To learn more about personal protective equipment
https://brainly.com/question/30003482

#SPJ4

A series circuit has a power source with a voltage of 12 V and two electrical loads. One load has a resistance of 2 Ω, and the other has a resistance of 4 Ω. What is the difference in voltage across the two loads?

Answers

The  difference in voltage across the two loads is 6 V.

What is the circuit about?

In a series circuit, the total resistance is equal to the sum of the individual resistances. In this case, the total resistance of the circuit is 2 Ω + 4 Ω = 6 Ω.

The current in a series circuit is the same through all of the loads. This means that the same amount of voltage is dropped across each load. Since the power source has a voltage of 12 V, and the total resistance of the circuit is 6 Ω, the current in the circuit can be calculated using Ohm's Law:

I = V/R

= 12 V / 6 Ω

= 2 A.

Since the same current flows through both loads and the same amount of voltage is dropped across each load, there is no difference in voltage across the two loads. Both loads experience a voltage drop of:

12 V / 2

= 6 V.

Learn more about series circuit from

https://brainly.com/question/24707814
#SPJ1

What is geotechical investigation?

Answers

A geotechnical investigation is primarily concerned with testing the physical properties of the soil, to provide recommendations for foundation requirements, excavation stability, drainage and buried concrete design.

Answer:

Geotechnical investigation is: A surface exploration and subsurface exploration of a site.

Explanation:

What does Geotechnical investigation mean?

It's a primarily concerned with testing the physical properties of the soil, to provide recommendations for foundation requirements, excavation stability, drainage and buried concrete design.

Why Geotechnical is important?

It allow's Engineers to evaluate the stability and strength of the ground, including slopes and soil deposits, assess risks such as soil aggressivity to buried concrete, and help to determine what type of foundations and earthworks would be required within a (project) for example.

The angle grinder disc is turned at speeds that range from 5000 to rpm.

Answers

The angle grinder disc is turned at speeds that range from 5000 to 12,000 rpm.

What is an angle grinder?

An angle grinder is a tool for rough grinding and cutting. An angle grinder tool with the correct disc can replace a variety of instruments, making even the most time-consuming and labor-intensive tasks faster and easier.

The term rpm refers to the number of times per minute that something will go around in a circle. The term rpm stands for revolutions per minute.' Both engines were set at 2,500 rpm.

Therefore, the angle grinder disc is spun at speeds ranging from 5000 to 12,000 revolutions per minute.

To learn more about angle grinder, refer to the link:

https://brainly.com/question/29563148

#SPJ1

A(n) _________ is a set of permissions that is attached to an object.
a. access control list (ACL)
b. Subject Access Entity (SAE)
c. object modifier
d. security entry designator

Answers

The answer is A which is Access Control List (ACL

A stall occurs when the smooth airflow over the unmanned airplane`s wing is disrupted, and the lift degenerates rapidly. This is caused when the wing

Answers

A stall happens when the smooth airflow over the unmanned airplane`s wing is disrupted, and the lift degenerates rapidly. This is caused when the wing "exceeds its critical angle of attack."

The angle of attack refers to the angle at which the airplane's wing meets the air that is flowing over it. When an airplane actually is taking off, it is lifting the nose up into the air. And, if that nose continues to rise ultimately it reaches a point where the air is not able to smoothly flow over the wing, causing the airplane to drop. And, this is the point when the airplane exceeds its critical angle of attack.

Exceeding the critical angle of attack is known to be a stall. This has no concern with the engine stalling, it just concerns with the wings not producing enough lift to keep the airplane in the air.

You can learn more about critical angle of attack at

https://brainly.com/question/13209325

#SPJ

A flexible pavement has a structural number of 6. If a 36,000 pound single axle is being loaded onto the pavement, how does it compare to a 18,000 pound single axle

Answers

The 36,000 pound single axle load is twice as much as the 18,000 pound single axle load, so it is twice as much stress on the pavement.

What is axie load?
Axie Load
is a decentralized application (dApp) that allows users to earn cryptocurrency rewards simply by playing games. The platform focuses on providing fun, engaging and rewarding experiences for both gamers and crypto owners. The games are designed to be easy to learn, but difficult to master, making them suitable for players of all skill levels. Axie Load also integrates with popular blockchain projects such as Ethereum, allowing users to store their rewards in their own wallets. With its unique combination of gaming and crypto rewards, Axie Load is an exciting platform for users looking to explore the world of blockchain gaming.

To learn more about axie load
https://brainly.com/question/14452903

#SPJ4

(text 2. 36) A belt sander has a belt speed of 1500 ft/min. The coefficient of friction between the sander and the plywood being finished is 0. 2. If the downward (normal) force on the sander is 15 bf, determine (a) the power transmitted by the belt, in Btu/s and hp, and (b) the work done in one minute of sanding, in Btu

Answers

a) The power transmitted by the belt, is 5.53 hp and (b) the work done in one minute of sanding, in Btu is 37500 Btu.

What is power?
Power
is the ability to influence people, events, and outcomes. It is a fundamental element in the human experience, and it has been studied by scholars and philosophers for centuries. Power can manifest itself in many forms, such as political, economic, military, cultural, or social. It is often used to control or dominate others, and it is used to create and maintain systems of inequality and oppression. Power can also be used for good, such as providing people with the resources and ability to make positive changes in their lives and the world around them.

a) Power Transmitted by the Belt = (15 bf) x (1500 ft/min) x (0.2) = 4500 bf-ft/min = 4500 ft-lb/min = 7500 Btu/s = 5.53 hp

b) Work Done in One Minute of Sanding = (15 bf) x (1500 ft/min) = 22500 ft-lb = 37500 Btu

To learn more about power
https://brainly.com/question/25543272

#SPJ4

What is the name given to the vehicles that warn motorists about oversized loads/vehicles?a) Pilot Carb) Advanced Carc) Trail Card) Leader Car​

Answers

The Pilot Car is the vehicle that alerts drivers to oversized loads. So, the correct answer to the question is a. Pilot car.

What exactly is a Pilot Car?

A pilot car is a vehicle that is used to guide and support convoys of large vehicles or trucks carrying heavy loads. Pilot cars can be sedans, SUVs, vans, or pickup trucks and must be equipped with lights, flags, and a CB radio in order to communicate with the oversized vehicle. ‍

The Pilot Car is also known as the Escort Car. It is a vehicle that alerts other vehicles to the presence of a large vehicle.Pilot vehicle operators' role is to warn road users (drivers) to be cautious of over-sized loads or vehicles.The cars are used to direct motorists who are using construction sites' roads.

To know more about Pilot Cars, visit: https://brainly.com/question/30002465

#SPJ4

raw sugar cane is taken into a process to create sugar, which is essentially sucrose. the raw cane is approximately 16% sucrose, 63% water, and the rest fiber by mass. juice from the cane is extracted by passing the cane through a series of crushers. about 5% extra mass of water is added to the sugar cane prior to this step to help in the extraction process. the crushed cane and liquid juice is sent to a filter press that creates a cake that contains 4% of the weight of the cane juice, which has a composition similar to the overall non-fiber content of the raw cane. the filtrate is sent to an evaporator where enough water is evaporated to obtain a pale yellow juice that is 41% water. a

Answers

The next step in the process is to crystallize the juice. The pale yellow juice is heated until the temperature reaches about 80°C, at which point the sucrose in the juice begins to form into crystals.

What is sucrose?
Sucrose
is a type of sugar composed of glucose and fructose molecules bound together. It is a naturally occurring disaccharide found in many plants, where it serves as a form of energy storage. Sucrose is the most common sugar in the human diet and is used in a wide variety of food products. It is found in many processed foods and can be added to foods to enhance flavor. Sucrose is usually extracted from sugar cane or sugar beets, then processed into granulated sugar, which is used in baking or to sweeten drinks.

These crystals are then separated from the liquid in a centrifuge to produce raw sugar crystals. The remaining liquid, known as molasses, is then processed further to remove the remaining sucrose, creating a more viscous dark syrup. The raw sugar crystals are then washed and dried, and are ready to be packaged and sold as raw sugar.

To learn more about sucrose
https://brainly.com/question/211758

#SPJ4

It is okay to speed 7-10 mph over the posted speed limit.
The police cannot write speeding tickets for that.

Answers

Answer:

it is okay depending on how u drive

A four-stroke diesel engine has a crankshaft gear with 45 teeth. How many teeth should the camshaft gear have if it is direct drive

Answers

Answer:

90!

Explanation:

The answer is twice the number of the crankshaft gear. (45 x 2 = 90)

When harmonic distortion is specified as a composite value representing all the harmonics, it is called total harmonic distortion.

Answers

Yes, that's correct. THD is typically expressed as a percentage, with lower values indicating a cleaner signal with less distortion.

Total harmonic distortion (THD) is a measure of the harmonic distortion present in a signal and is defined as the ratio of the sum of the powers of all harmonic components to the power of the fundamental frequency.

What is total harmonic distortion?

Total harmonic distortion (THD) is a measure of the harmonic distortion present in a signal and is defined as the ratio of the sum of the powers of all harmonic components to the power of the fundamental frequency. THD is typically expressed as a percentage, with lower values indicating a cleaner signal with less distortion.

Complete question:

When harmonic distortion is specified as a composite value representing all the harmonics, it is called total harmonic distortion. ¿True or false?

Learn more about THD:

https://brainly.com/question/16045097

#SPJ4

Type I motor units could best be described by which of the following in comparison to type II motor units

Answers

In comparison  to type II motor units, type I motor units could best be described as B: "Type I motor units are recruited first."

Type I or type S (slow) is a slow twitch, a fatigue-resistant unit with the smallest force or twitch tension and slowest contraction. Type I motor unit contains oxidative enzymes. On the other hand, type II or type FR (fast, resistant) is a fast twitch, a fatigue-resistant unit with larger forces and faster contraction times. Type II contains oxidative and glycolytic enzymes.

In a comparison of both type I and type II motor units, type I motor units are found to be recruited first.

"

The complete question:

Type I motor units could best be described by which of the following in comparison to type II motor units

a. Type I motor units are faster than type II.

b. Type I motor units are recruited first.

c. Type I motor units are recruited after type II.

d. Type I motor units are larger than type II.

"

You can learn more about Type I motor units at

https://brainly.com/question/13589753

#SPJ4

B. Directions: For items 9-15, sequence the steps involved on how to accomplish
the form in order to acquire materials. Write letters a lo h on the blank, 'a' being the
first step, and so on. Do this in your Activity Notebook.
8. Write your name as requisitioner
9. List the cost per unit and the total cost.
10. Write the number of required materials.
11. List the unit of materials to be requisitioned.
12. Secure the approval of the supply officer.
13. Enumerate the materials with their description.
1. 4. State the name of the project and date when you requested for materials. ​

Answers

The letters A to H on the blank, 'A' being the first step, and so on is as follows:

8-F, 9-E, 10-B, 11-C, 12-G, 13.D 14.A

What is sequence?

In mathematics, a sequence is an ordered list of objects where repetitions are allowed. It has members and is comparable to a set (also called elements, or terms). The number of elements determines the length of the sequence (possibly infinite). In contrast to a set, the same elements can appear multiple times in a sequence at different positions, and unlike a set, the order matters.

Formally, a sequence can be defined as a function from natural numbers (the positions of the sequence's elements) to the elements at each of those positions. You can think of an indexed family, which is a function from any index set, as a generalisation of the concept of a sequence.

Learn more about sequence

https://brainly.com/question/21961097

#SPJ4

Tech A says that dust masks should be used when painting. Tech B says that a respirator should be used when the TLV for a chemical is exceeded. Who is correct

Answers

According to the question of chemical , both Tech A and Tech B are correct.

What is chemical?
Chemistry is a branch of science that studies the composition, structure, and properties of matter, as well as the changes it undergoes during chemical reactions. It is the study of the composition, structure, and properties of matter, and the changes it undergoes during chemical reactions. It involves the study of the interactions between atoms and molecules, and the energy changes that accompany these interactions. Chemistry is a foundational science, as it is necessary to understand the properties and behavior of matter in order to understand the behavior of the elements, molecules, and compounds that make up the world.

Dust masks should be used when painting, and a respirator should be used when the threshold limit value (TLV) for a chemical is exceeded.

To learn more about chemical
https://brainly.com/question/30134631

#SPJ4

The density of seawater at a free surface where the pressure is 98 kPa is approximately 1030 kg/m3. Taking the bulk modulus of elasticity of seawater to be 2. 34 109N/m2 and expressing variation of pressure with depth z as dp= rgdz determine the density and pressure at a depth of 2500 m. Disregard the effect of temperature. Recall that:(i) The bulk module of elasticity is defined as: (ii) Density is not assumed as constantin this problem

Answers

The pressure of seawater will be 2.14*107 N/m2 and the density will be 8.53*103 kg/m3.

What is pressure?

Pressure is a type of force applied to an object by another object over a surface area. Pressure is measured in units of force per unit area and is usually expressed in terms of pascals (Pa).

The bulk modulus of elasticity, K, is a measure of the stiffness of a material and is defined as the ratio of bulk stress to the resulting strain. In this problem, we need to calculate the density and pressure at a depth of 2500 m, based on the given bulk modulus and 98 kPa pressure at the surface.
To solve this problem, we will use the equation K = -dp/dρ, where dp is the change in pressure with depth and dρ is the change in density with depth. Since we are given the bulk modulus and pressure on the surface, we can calculate the change in density with depth as follows:
dρ = -K*dp/dz
where dp = rgdz and rg is the gravity of the Earth. Substituting these values, we get:
dρ = -2.34*109*98*103/(9.8*2500) = -7.78*103 kg/m3
This means that for every metre of depth, the density of seawater decreases by 7.78*103 kg/m3. Therefore, at a depth of 2500 m, the density of seawater will be:
ρ = 1030 - 7.78*103*2500 = 8.53*103 kg/m3
Similarly, we can calculate the pressure at a depth of 2500 m using the equation P = P0 + rgdz, where P0 is the pressure at the surface. Substituting the values, we get:
P = 98*103 + 9.8*2500*8.53*103 = 2.14*107 N/m2
Therefore, at a depth of 2500 m, the pressure of seawater will be 2.14*107 N/m2 and the density will be 8.53*103 kg/m3.

To learn more about pressure
https://brainly.com/question/30129462
#SPJ4

You are designing a highway to AASHTO guidelines on rolling terrain where the design speed will be 65 mi/h. At one section, a 1.25% grade and a -2.25% grade must be connected with an equal-tangent vertical curve. Determine the minimum length of curve to meet SSD requirements

Answers

The minimum length of the curve meeting the SSD requirements is 643.72 ft.

What is SSD?

The Stopping Sight Distance (SSD) is the smallest sight distance that is accessible to a driver on a highway at any location long enough to allow the driver to safely stop a vehicle driving at design speed without colliding with any other obstruction.It is a crucial component in traffic engineering.The formula for SSD is given as, [tex]SSD=vt+\frac{v^{2} }{2g(f \pm \frac{n}{100}) }[/tex]

From the given question, we have the grades, [tex]g_{1}=+1.25%[/tex], [tex]g_{2}=-2.25%[/tex], and the design speed, [tex]v=65[/tex] mi/h

So, [tex]SSD=vt+\frac{v^{2} }{2g(f \pm \frac{n}{100}) }\\\implies SSD=1.47(65)(2.5)+\frac{65^{2} }{30(0.347826 \pm \frac{1.25}{100}) }\\\implies SSD=630'[/tex]

The length of the vertical curve is given as, [tex]L=2(SSD)-\frac{2158}{A}[/tex]

When SSD>L, we have\

[tex]L=2(630)-\frac{2158}{-2.25-1.25}\\\implies L=1876.57 ft[/tex]

When SSD<L, we have

[tex]L=\frac{A(SSD)^{2} }{2158} \\\implies L=\frac{(-2.25-1.25)(630)^{2} }{2158} \\\implies L=643.72 ft[/tex]

Hence, the minimum length of the vertical curve is 643.721 ft.

To learn more about SSD from the given link

https://brainly.com/question/22279858

#SPJ4

What is the difference between contact relay and communication relay

Answers

Answer: The main difference between contact relays and communication relays is the type of signals that they are designed to handle, with contact relays being used to control the flow of electricity in a circuit and communication relays being used to transmit data or signals from one location to another.


Explanation: The main difference between contact relays and communication relays is the type of signals that they are designed to handle. Contact relays are used to control the flow of electricity in a circuit by opening and closing electrical contacts, while communication relays are used to transmit data or signals from one location to another.Contact relays are typically used in applications where it is necessary to switch electrical circuits on and off, such as in control panels and automated systems. They are usually designed to handle relatively low-frequency electrical signals and are typically not suitable for transmitting data or high-frequency signals.On the other hand, communication relays are used to transmit data or signals from one location to another, and are typically designed to handle a wide range of frequencies and data types. They can be used to transmit voice, data, and video signals over a variety of mediums, including wire, fiber optic cables, and wireless transmission.

Other Questions
CASE STUDY KEEPING A RECORD OF LOCATION OF SOURCES IS NOT REALLY NECESSARY FOR THEM LISTENING ANSWER Write the two equations for each problem and explain please, thank you 1. Victoria has a total of 65 dimes and quarters worth $10.70. How many of each type of coin does she have?2. Max has two part-time jobs. He makes $12 per hour mowing lawns and $15 per hour tutoring students. Over theweekend he worked for a total of 14 hours and made a total of $192. How many hours did he work for each job? What kind of hero is Enkidu? Finding common ground in a conversation will help you ______ the issues at hand and may lead to mutually acceptable solutions. Multiple choice question. dismiss analyze cover up ignore The passage of the Taft-Hartley Act made it clear that organizations had to find ways to hire, reward, and manage people effectively within the limits of the law. (T/F) Light energy travels ______________km where plants capture the light energy and convert it to _______________ energy. What salutation(goodbye) would you use with these people.1. Seorita Medelln-You'll see her tomorrow2. Your friend - You'll see them at Lunch3. You Mom-You'll see her at dinner4. Sr. Murray-You'll see him later5. Alma-You don't know when you'll see her next6. Sr. Benner-You'll see him in the hall later7. Your classmates-You'll see them tomorrow Which of the following statements correctly describes the graph? A. The graph represents a nonlinear function with a constant rate of change. B. The graph represents a nonlinear function with an increasing rate of change. C. The graph represents a linear function with a constant rate of change. How do you find the missing side of a 30 60 90 triangle? If m and n are positive integers, show that: 3 (m + n)! m! + n! Find the height of a trapezium whoe area i 420 q. Cm and the um of the length of it parallel ide i 30 cm what enzyme can proof-read the dna molecule, minimizing the mistakes made during the process of dna replication? What are the 6 types of blogs? The first 5 terms of a certain sequence are 6. 12, 24, 48, and 96.Which two statements about this sequence are true?This is a geometric sequence.This is an arithmetic sequence.The function f(n)2(6)"The function f(7) = 6(2)"The function f(n) = 6 -6(nrepresetits this sequence, where is a positive wholerepresents this sequence, where is a positive whole r1) represents this sequence, where n is a positive wh When Bashir commutes to work, the amount of time it takes him to arrive is normally distributed with a mean of 32 minutes and a standard deviation of 3 minutes. What percentage of his commutes will be shorter than 32 minutes, to the nearest 10th? What is the remainder when f(x) = x^4 - 8x^2 + 10x + 22 is dividedB.2 by x + 3?A. -107B. -17C. 61D. 1 Parabola Skate Rental rents skate boards for $4.50 per hour with a rental fee of $35. Arc Hawk Skate Rental rents skate boards for $5.25 per hour with a rental fee of $25.Give an example when renting from Parabola's would be a better deal than renting from Arc of Hawk's? Justify your answer. What factors in the environment can affect physical fitness levels? What did the Selective Service Act accomplish Brainly? What are the two parts of a good thesis statement choose two answers ?