In a rectangular channel of 12 m wide, water flows at a rate of 150 m3/s. At the end of the channel there is a horizontal concrete apron which is also 12 m wide. On the apron, the water depth is 3m. Determine:

Answers

Answer 1

The question seeks to determine certain parameters in a scenario involving a rectangular channel and a concrete apron.

In this scenario, we have a rectangular channel with a width of 12 m through which water flows at a rate of \(150 m^3/s\). At the end of the channel, there is a horizontal concrete apron also 12 m wide. On the apron, the water depth is 3 m.

To determine the desired parameters, we need to calculate the cross-sectional area and velocity of the water in the rectangular channel. The cross-sectional area can be obtained by multiplying the width of the channel by the water depth.

In this case, the cross-sectional area would be \(12 m * 3 m = 36 m^2\). To calculate the velocity, we divide the flow rate (150 m^3/s) by the cross-sectional area. Therefore, the velocity of the water in the channel would be \(150 m^3/s ÷ 36 m^2 ≈ 4.17 m/s\).

In summary, the cross-sectional area of the water in the rectangular channel is \(36 m^2\), and the velocity is approximately \(4.17 m/s.\)

Learn more about open channel flow  

brainly.com/question/31502585

#SPJ11


Related Questions

relationship between team performance and team dynamics

Answers

Answer:

Group dynamics can be understood as how team member's distinct roles and behaviours impact other group members and the group as a whole. Team dynamics are therefore the unconscious, psychological factors that influence the direction of a team's behaviour and performance.

which activity promotes the preservation of species

Answers

Answer:

A

Explanation:

In-situ conservation is the practice of keeping living things in their natural habitats. In the process, the natural surroundings or ecosystem is preserved and protected in order to benefit and conserve all the constituent species, whether they are known or undiscovered.

What activity promotes the preservation of species?

Wildlife conservation helps to maintain and preserve many species of animals, plants, and their natural habitats. If we keep protecting wildlife, future generations will be able to enjoy our natural world and the incredible creatures that live there.

A fantastic method to protect the natural habitat of nearby animals is to grow native plants in your garden or on any land you own. In addition to benefiting the animals' population, this helps prevent the spread of exotic species, which harms the local fauna.

Therefore, In-situ conservation activity promotes the preservation of species.

Learn more about species here:

https://brainly.com/question/3627477

#SPJ5

Where you attend college could costmore to borrow and refinance loans

Answers

Ans: Researchers did the analysis on the average of the rates offered by Wells Fargo to determine monthly and total payments over the life of the loans. A community college borrower would pay $1,134.31 more on a $10,000 loan than a student with the same credit history at a four-year school.

Do not ________________ a tool. *
-clean up
-force
-stop
-unplug

Answers

Answer:Unplug or force?
Hdsubsjsbxudnsorryyyy



Which of the following justifies the need for an already-certified engineer to continue to take classes?

Answers

What are the answer choices?
Without the choices, I’d say so that they can further progress their engineering education. New technologies and new mechanical advancements are always coming out so it would be beneficial for the engineer to keep up to date by taking classes.

Describe and sketch the locus of a point A which moves according to the equation R^x=atcos(2πt),R^y=atsin(2πt),R^z=0

Answers

The locus of point A is a circle in the xy-plane with radius |a|/2 and center at the origin.

How to explain the locus

We can plot the parametric equation of a curve in the xy-plane using the x and y coordinates as a starting point:

x = at cos(2t) and y = at sin(2t).

This curve has a radius of |a|/2 and a center at the origin. The rotational direction is determined by the sign of a.

The z coordinate, which is always 0, is then added. This means that the locus of point A is a circle centered at the origin in the xy-plane. |a|/2 is the radius of the circle.

Learn more about locus on

https://brainly.com/question/30322858

#SPJ1

Chapter 07, Problem 065 The drag characteristics of an airplane are to be determined by model tests in a wind tunnel operated at an absolute pressure of 1300 kPa. If the prototype is to cruise in standard air at 406 km/hr, and the corresponding speed of the model is not to differ by more than 29% from this (so that compressibility effects may be ignored), what range of length scales may be used if Reynolds number similarity is to be maintained? Assume the viscosity of air is unaffected by pressure, and the temperature of air in the tunnel is equal to the temperature of the air in which the airplane will fly.

Answers

Answer:

the range of length scales is ( 0.0602 -  0.1094 )

Explanation:  

  Given the data in the question;

\(P_{absolute\) = 1300 kPa

V\(_{prototype\) = 406 km/h

speed of model nit more than 29%

we know that Reynolds number Re = pVl/μ = constant

p\(_m\)V\(_m\)l\(_m\)/μ\(_m\) = pVl/μ  

such that;

l\(_m\)/l = ( p/p\(_m\) )( V/V\(_m\) )( μ\(_m\)/μ )  ----- let this be equation 1

Now, for an idea gas; P = pRT { with constant temperature }

p / p = constant; p/p\(_m\) = p/p\(_m\)  

assuming μ\(_m\) = μ\(_m\)  

Therefore, the relation becomes;

l\(_m\)/l = ( p/p\(_m\) )( V/V\(_m\) )

from the given data;

l\(_m\)/l = ( 101/1300 )( V/V\(_m\) )

where our V\(_m\) = ( 1 ± 29% )V

so

l\(_m\)/l = ( 101/1300 )( V / ( 1 ± 29% )V )

l\(_m\)/l = ( 101/1300 )( 1 / ( 1 ± 0.29  ) )

Now, The minimum limit will be;

l\(_m\)/l = ( 101/1300 )( 1 / ( 1 + 0.29  ) )

= ( 101/1300 ) × ( 1 / 1.29 )

= 0.0602

The maximum limit will be;

l\(_m\)/l = ( 101/1300 )( 1 / ( 1 - 0.29  ) )

= ( 101/1300 ) × ( 1 / 0.71 )

= 0.1094

Therefore, the range of length scales is ( 0.0602 -  0.1094 )

Eight switches are connected to PORTB and eight LEDs are connected to PORTA. We would like to monitor the first two least significant bits of PORTB (use masking technique). Whenever both of these bits are set, switch all LEDs of Port A on for one second. Assume that the name of the delay subroutine is DELAY. You do not need to write the code for the delay procedure.

Answers

Answer:

In this example, the delay procedure is given below in the explanation section

Explanation:

Solution

The delay procedure is given below:

LDS # $4000 // load initial memory

LDAA #$FF

STAA  DDRA

LDAA #$00 //load address

STAA DDRB

THERE LDAA PORT B

           ANDA   #%00000011// port A and port B

           CMPA   #%0000011

           BNE     THERE

           LDAA   #$FF

           STAA    PORT A

           JSR       DELAY

           LDAA    #$00

           STAA     PORT A

           BACK     BRA BACK

during operations within controlled airspace at altitudes of more than 1,200 feet agl, but less than 10,000 feet msl, the minimum distance above clouds requirement for vfr flight is

Answers

During operations within controlled airspace at altitudes of more than 1,200 feet agl but less than 10,000 feet msl, the minimum distance above clouds requirement for VFR flight is to maintain a distance of at least 500 feet below the clouds and 2,000 feet horizontally from any clouds.

This ensures that VFR pilots have enough visibility to safely operate in controlled airspace. However, if the cloud ceiling is less than 1,000 feet above ground level, then VFR flight is not permitted in controlled airspace. It is important for pilots to adhere to these requirements to ensure the safety of themselves and other aircraft in the area.

learn more about VFR flight here:

https://brainly.com/question/31667145

#SPJ11

List in order first three steps to square a board

Answers

Answer:

STEP1 Cut to Rough Length

STEP2 Cut to Rough Width

STEP 3 Face-Jointing

HOPE THAT HELPSSS!!!

ký hiệu của vật liệu cơ khí

Answers

Answer:

by hìuuf5ëcz

Explanation:

6tgiïuggd

pliers should never be used to holding work while?​

Answers

Pliers should never be used to hold work while welding or soldering.

What is the explanation for the above response?

The heat from these processes can transfer to the pliers and cause burns to the user's hands or damage to the pliers.

Also, pliers are not designed to withstand the pressure and force of welding or soldering, which can result in the pliers slipping and causing an accident. Pliers should be used only for their intended purposes, such as gripping, cutting, or bending materials, and the user should always use appropriate tools and equipment for each task.

Failure to do so can result in injury or damage to the materials being worked on.

Learn more about pliers at:

https://brainly.com/question/17658936

#SPJ1

I need help on this
In which situation is the speed of the car constant while its velocity is changing?


The car travels down a straight track at 30 m/sec

The car travels around a circular track at 30 m/s

The car begins from rest and accelerates to 20 m/s

The car begins traveling at 30 m/s and decreases to 15 m/s

Answers

Answer:

b.) The car travels around a circular track at 30 m/s

Explanation:

To find - In which situation is the speed of the car constant while its velocity is changing?

a.) The car travels down a straight track at 30 m/sec

b.) The car travels around a circular track at 30 m/s

c.) The car begins from rest and accelerates to 20 m/s

d.) The car begins traveling at 30 m/s and decreases to 15 m/s

Proof -

We know that,

Speed is distance covered in a particular time

Velocity is distance covered by body in particular time in defined direction.

Now,

In a.)

Speed and direction is not changing.

So, Option a) is wrong.

In c.) and d.)

There exists a  positive and negative acceleration.

Even If direction is constant, but the magnitude of speed is changing here, So, Option c) and d) are wrong.

Now,

In b.)

We can see that,

Due to circular motion, the speed of the car is constant at 30 m/s

But Due to circular motion, direction is changing continuously.

So, here speed is constant while its velocity is changing.

The correct option is - b.) The car travels around a circular track at 30 m/s

Legal metrology would protect consumers from businesses that do not take measurements according to defined measuring regulations.

Answers

From what my research concluded, true

Za answa iz:

True

Twust meh

the ""something a person has"" authentication mechanism takes advantage of something inherent in the user that is evaluated using biometrics.

Answers

The given statement is false. The "something a person has" authentication mechanism does not utilize biometrics but instead relies on physical objects or tokens possessed by the user.

The "something a person has" factor in authentication refers to the possession of a physical object that is unique to the individual and can be used to verify their identity. Examples of such objects include smart cards, key fobs, security tokens, or electronic devices like smartphones.

Unlike biometric authentication, which relies on the inherent physical or behavioral characteristics of the user, the "something a person has" approach focuses on the physical possession of an item that can be used for authentication purposes. The user presents or uses the physical object as evidence of their identity, typically by entering a unique code, using a security chip, or generating a one-time password.

This authentication mechanism is often used in combination with other factors such as passwords (something a person knows) or biometrics (something a person is) to create a multi-factor authentication (MFA) system. By combining different factors, MFA provides an additional layer of security to ensure that the person accessing the system or service is indeed the authorized user.

Thus, the correct option is "false".

Learn more about authentication:

https://brainly.com/question/13615355

#SPJ11

what is the advantages of gourmia digital french door air fryer toaster oven

Answers

The oven produces 800 J of thermal energy, which is valuable energy that may be used for cooking.

One of the most transportable large-capacity air fryers we recommend, the Gourmia GAF686 Digital, excelled in CR's air fryer tests. Despite having a 4.3-quart measured capacity, its overall dimensions are comparable to those of variations with smaller capacities. For instance, depending on what your air frying is, a 2-4.5l capacity air fryer is appropriate for 1-2 people and a 4.5-10l capacity is ideal for 2-4 people. To determine how much space you'll need, consider the number of people you'll be feeding. A larger capacity allows you to prepare several meals at once. A proportion that equals one-tenth of a quantity. One tenth of something is equivalent to one percent, represented by the symbol 1%; hence, 100 percent signifies the complete thing, and 200 percent designates twice the amount given.

Learn more about Air fryer here:

https://brainly.com/question/30040891

#SPJ4

We have a credit charge that is trying to process but we do not remember signing up and email login is not working? Is there a way to check?

Answers

Answer:

Yes

Explanation:

In such a case, one way to check the credit charge is to contact your bank, doing so would allow the bank to check your account properly to determine where the transaction was originated from.

Another way you could check is to contact the online merchant where such a transaction was initiated.

Match the car part to the system

Catalytic Converter
Radiator
Alternator
Shock absorbers
Engine

And

Suspension system
Cooling system
Electrical system
Power train
Exhaust system

Answers

Catalytic Converter - Exhaust System
Radiator - Cooling System
Alternator - Electrical System
Shock Absorbers - Suspension System
Engine - Power train

The match up are:

Catalytic Converter - Exhaust SystemRadiator - Cooling SystemAlternator - Electrical SystemShock Absorbers - Suspension SystemEngine - Power train

What is an exhaust system?

This is known to be a tool that is often used to aid the reaction exhaust gases as it moves away from a controlled combustion which often occurs in an engine.

Therefore, The match up are:

Catalytic Converter - Exhaust SystemRadiator - Cooling SystemAlternator - Electrical SystemShock Absorbers - Suspension SystemEngine - Power train

Learn more about Exhaust System from

https://brainly.com/question/21417514

#SPJ9

Why is it important to understand email netiquette?

Answers

Answer:

Email etiquette is important

Explanation:

It is important to understand how to use correct email etiquette because it helps you communicate more clearly. It also makes you seem a bit more professional too. For example depending in who you're emailing like say you're emailing your teacher for help then here's how it'd go:

Dear(teacher name, capitalize, never use first name unless they allow it)

Hello (teacher name), my name is (first and last name) from your (number class) and I was wondering if you could please help me out with (situation, be clear on what you need help with otherwise it won't get through to them)? If you could that would be greatly appreciated!

Sincerely,

(your name first and last)

Compute the azimuth from north of line CD.
(Info in picture)

Compute the azimuth from north of line CD.(Info in picture)

Answers

The azimuth from north of line CD will be 190°, 57'36.

How to explain the information

The azimuth is the angle between North, measured clockwise around the observer's horizon, and a celestial body (sun, moon). It determines the direction of the celestial body.

The angle at B is the interior angle of triangle ABC, so we can find the angle at C by subtracting it from 180°.

The angle at D is the interior angle of triangle BCD, so we can find the angle at C by subtracting it from 180°:

Learn more about azimuth on

https://brainly.com/question/30665819

#SPJ1

Compute the azimuth from north of line CD.(Info in picture)

A. A highly elastic superball bouncing on a hard floor has a motion that is approximately periodic. In what ways is the motion is similar to simple harmonic motion?
B. How is the motion of the piston in the cylinder differs from simple harmonic motion?

Answers

A. The motion of a highly elastic superball bouncing on a hard floor exhibits similarities to simple harmonic motion. B. However, the motion of a piston in a cylinder differs from simple harmonic motion.

A. The motion of a highly elastic superball bouncing on a hard floor shares similarities with simple harmonic motion. Both exhibit periodic behavior, meaning the motion repeats itself in a regular pattern over time. The superball's motion can be considered approximately periodic because, although energy is lost with each bounce due to friction and air resistance, it still follows a repetitive pattern. Like simple harmonic motion, the superball's motion involves oscillations around a central position and the restoration of energy between potential and kinetic forms. However, unlike simple harmonic motion, the superball's amplitude gradually decreases due to energy dissipation.

B. The motion of a piston in a cylinder differs from simple harmonic motion. While simple harmonic motion follows a sinusoidal pattern with a constant frequency, the motion of a piston in a cylinder is typically non-uniform and does not exhibit a simple periodic behavior. The piston's motion is influenced by several factors, such as the combustion process in an engine or the load being applied to the piston. These external forces and variables result in a more complex motion that deviates from the idealized characteristics of simple harmonic motion. The motion of a piston in a cylinder can be better described as a combination of linear and rotational movements, depending on the specific engine design and operating conditions.

learn more about simple harmonic motion here: brainly.com/question/30404816

#SPJ11

what is the condition for sampling frequency to reconstruct the information signal ?​

Answers


A continuous time-varying 1-D signal is sampled by narrow sampling pulses at a regular rate fr = 1/T, which must be at least twice the bandwidth of the signal. At first, it may be somewhat surprising that the original waveform can be reconstructed exactly from a set of discrete samples.

After spotting a vehicle on a lift, what should you do next?

Answers

The vehicle should be raised slightly and checked for stability. :D

After spotting a vehicle on a lift, the next thing to do is:

B) Raise the vehicle slightly and check it for stability. Hence option B is true.

Given that;

Here spotting a vehicle on a lift.

Now, When spotting a vehicle on a lift, the next step would be to ensure safety and proper procedures.

Before raising the vehicle fully, it's important to raise it slightly to check if it is stable and secure on the lift.

This step helps prevent any accidents or damage that could occur if the vehicle is not properly positioned or supported.

Once you have confirmed the stability, you can proceed with raising the vehicle further and begin your work.

Hence option B is true.

Read more on automotive engineering here:

brainly.com/question/10825849

#SPJ3

The complete question is,

After spotting a vehicle on a lift, what should you do next?

A) Raise the vehicle and get to work

B) Raise the vehicle slightly and check it for stability.

C) Make sure your service bay is free of tools and equipment

D) Make sure you haven't exceeded the lift capacity

A centrifugal pump with a 700 mm diameter impeller runs at 1800 rev/min. The water enters without whirl, and α2 = 60o. The actual head produced by the pump is 17 m. Calculate the theoretical head and the hydraulic efficiency when V2 = 6 m/s.

Answers

The theoretical head of a pump refers to the maximum head that the pump can generate under ideal conditions, assuming that there are no losses due to friction, turbulence, or other inefficiencies.

To solve this problem, we can use the following equations for the theoretical head and hydraulic efficiency of a centrifugal pump:

Hth = (V2^2/2g) * [(cos α2 - cos α3) / (1 - D2/D1)^2]

ηh = (Hact / Hth) * 100%

where:

Hth is the theoretical head

V2 is the velocity of the fluid at the exit of the impeller

g is the acceleration due to gravity

α2 is the angle of the absolute velocity at the inlet of the impeller

α3 is the angle of the absolute velocity at the exit of the impeller

D1 is the diameter of the impeller at the inlet

D2 is the diameter of the impeller at the exit

Hact is the actual head produced by the pump

ηh is the hydraulic efficiency

Given:

D1 = 700 mm

N = 1800 rpm

α2 = 60 degrees

Hact = 17 m

V2 = 6 m/s

To find D2, we can use the following equation:

D2/D1 = sqrt(Hact / Hth)

where Hth is the theoretical head. Substituting the given values, we get:

D2/D1 = sqrt(17 / Hth)

To find Hth, we can rearrange the first equation and substitute the given values:

Hth = (V2^2/2g) * [(cos α2 - cos α3) / (1 - D2/D1)^2]

= (6^2/2*9.81) * [(cos 60 - cos α3) / (1 - (D2/D1)^2)]

To find α3, we can use the following equation:

tan α3 = tan α2 - (V2/U2)

where U2 is the peripheral velocity of the impeller. Substituting the given values, we get:

U2 = πD1N/60

= π0.71800/60

= 131.95 m/s

tan α3 = tan 60 - (6/131.95)

= 0.866 - 0.0454

= 0.8206

α3 = atan(0.8206)

= 39.69 degrees

Substituting α3 into the equation for Hth, we get:

Hth = (6^2/2*9.81) * [(cos 60 - cos 39.69) / (1 - (D2/D1)^2)]

To find D2/D1, we can rearrange the equation for D2/D1:

D2/D1 = sqrt(Hact / Hth)

= sqrt(17 / [(6^2/2*9.81) * [(cos 60 - cos 39.69) / (1 - (D2/D1)^2)]])

We can solve for D2/D1 using an iterative method or a graphical method. Using an iterative method, we can start with an initial guess for D2/D1, say 0.5, and substitute it into the equation above. We can then use the resulting value to calculate a new value for D2/D1, and continue the process until we get a value that is close enough to the true value.

After several iterations, we can find that D2/D1 is approximately 0.711. Substituting this into the equation for Hth, we get:

Hth = (6^2/2*9.81)

To learn more about acceleration visit;

https://brainly.com/question/13860566

#SPJ4

For one-family dwellings, the service disconnecting means must have a rating of at least ___ amperes, 3-wire.

Answers

The rating of the service disconnecting means for a single-family home must be at least 100 amperes, 3-wire.Therefore, 100 amperes is the required minimum rating of service size for a one-family home.

What is the service's required minimum ampere rating?

NEC 230.79 (C) states that the rating of the service disconnecting mechanism for a one-family residence must not be less than 100 amperes, 3-wire.Therefore, 100 amperes is the required minimum rating of service size for a one-family home. In one enclosure, six switches or circuit breakers.Since the 1937 edition of the NEC, the number of switches or sets of circuit breakers that can be utilized as the service disconnecting mechanism to separate a building's premises wiring from the utility provider's conductors can range from one to six. The combined ratings of the circuit breakers, if the disconnecting method consists of more than one switch or circuit breaker, must not be less than the calculated load as established by Art. The 98 amp load for the single-family home will be supplied by a 100 amp electrical service.100 x 83 percent equals 83 amps.The bare minimum service conductor is this one. A revision made to the 2020 NEC mandates that an emergency disconnect be used in accordance with section 230.85.This disconnect is meant to allow emergency personnel to turn off the electricity to the entire house before entering to deal with the situation. Any combination of the following is authorized for the two to six service disconnecting means:separate enclosures, each with a method to disconnect the main service.a main service disconnecting mechanism built inside each panel board enclosure. All primary conductors of transformers that are not grounded must be disconnected using a disconnect.Unless the location of the disconnect is clearly written on the transformer and the disconnect is lockable, as is depicted in the Figure, it must be placed within sight of the transformer.

        To learn more about ampere rating  refer

       https://brainly.com/question/18975063

        #SPJ1

The on-board computer controls the suspension system based on inputs from?
A. sensors.
B. solenoids.
C. air pressure.
D. hydraulic pressure.

Answers

The answer is A. Sensors

Question 15 of 20 For 3 points: D066: Which of the following is true about multibody parts in SolidWorks Simulation? There can be more than one answer No Picture for this Question You can define contact conditions between multiple solid bodies You can apply different mesh controls to each solid body You can define a different material for each solid body

Answers

Note that the option which is true of multibody parts in SolidWorks Simulation are Options A - C.

You can define contact conditions between multiple solid bodies. (Option A)You can apply different mesh controls to each solid body. (Option B)You can define a different material for each solid body. (Option C)

What is a SolidWorks Simulation?

It is to be noted that SolidWorks Simulation is a computer-aided engineering (CAE) tool that is used to analyze the behavior of mechanical systems and components under different loads and operating conditions.

It allows engineers to virtually test the strength, durability, and performance of designs before they are physically built, which can help to identify and correct potential problems early in the design process. SolidWorks Simulation can be used to analyze a wide range of mechanical systems, including structures, mechanisms, and fluids, and can be applied to various industries such as automotive, aerospace, and manufacturing.

The software provides a range of analysis types, including static, dynamic, fatigue, and thermal analysis, and can be used to optimize designs for weight, cost, and performance.

Learn more about Simulation:

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

A parallel helical gearset consists of a 19-tooth pinion driving a 57-tooth gear. The pinion has a left-hand helix angle of 30°, a normal pressure angle of 20°, and a normal module of 2.5 mm.
Find:_______.
(a) The normal, transverse, and axial circular pitches
(b) The transverse diametral pitch and the transverse pressure angle
(c) The addendum, dedendum, and pitch diameter of each gear

Answers

Answer:

a)

normal circular pitch = 7.8539 mm

transverse circular pitch = 9.0689 mm

axial circular pitches = 15.7077

b)

transverse diametral pitch is 0.3464 teeth/mm

transverse pressure angle is 22.8°

c)

Addendum = 2.5 mm

dedendum = 3.125 mm

pinion diameter = 54.8482 mm and Gear diameter = 164.5448 mm

Explanation:

Given that;

module m = 2.5 mm

Number of teeth on Gear  nG = 57 TEETH

Number of teeth on Pinion  nP = 19 TEETH

Helix angle W = 30°

Normal Pressure angle β = 20°

finding the circular pitch

Pc = πm

we substitute

Pc = π * 2.5 mm = 7.8539 mm

now the diametral pitch p = π / Pc

= π / 7.8539

= 0.4 teeth/mm

a)

So the normal circular pitch

Pn = π / P

Pn = π / 0.4

Pn = 7.8539 mm

the transverse circular pitch

Pt = Pn / cosW

Pt = 7.8539 / cos30°

Pt = 9.0689 mm

for axial circular pitches

Px = Pt / tanW

Px = 9.0689 / tan30°

Px = 15.7077

b)

The transverse diametral pitch and the transverse pressure angle.

The transverse diametral pitch Pt = PcosW

= 0.4 * cos30°

= 0.3464 teeth/mm

transverse diametral pitch is 0.3464 teeth/mm

transverse pressure angle  β1 = tan^-1 ( tan βn / cos W)

=  tan^-1 ( tan20° / cos 30°)

= tan^-1 ( 0.42027 )

β1 = 22.8°

transverse pressure angle is 22.8°

c)

The addendum, dedendum, and pitch diameter of each gear

Now from table standard Tooth proportions for Helical Gears;

Addendum a = 1/p

= 1 / 0.4

= 2.5 mm

dedendum b = 1.25 / p

= 1.25 / 0.4

= 3.125 mm

now  pinion diameter dP = Np / PcosW

= 19 / 0.4 (cos30°)

= 54.8482 mm

Gear diameter dG = nG / pcosW

= 57 / 0.4 (cos30°)

= 164.5448 mm

tech a says that black exhaust indicates a very rich-running engine. tech b says that white exhaust can indicate coolant in the exhaust. who is correct?

Answers

Since tech A says that black exhaust indicates a very rich-running engine is false and since tech b says that white exhaust can indicate coolant in the exhaust, Tech B  is correct.

What does it mean when your exhaust pipe is black?

Black exhaust smoke is known to be one that can show up if the vehicle is said to be burning too much fuel.

Note that this situation could be as a result of  a clogged air filter, the malfunctioning of the fuel injection system, a blocked manifold, or other forms of issues.

Therefore, Since tech A says that black exhaust indicates a very rich-running engine is false and since tech b says that white exhaust can indicate coolant in the exhaust, Tech B  is correct.

Learn more about exhaust from

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

Question 5(Multiple Choice Worth 2 points)
The is the amount of time that the camera lets light in to create the photograph.
Aperture
Sensor time
Shutter speed
Power release

Answers

Answer:

I believe it is sensor time

Other Questions
According to Fowler's religious stages, faith, like other aspects of cognition, progresses from a(n) ______ view of life to a(n) ______ view. What is Williamson's synthesis? URGENT!! Will give brainliest if right :) If the formula X=.Ex, is used to find the mean of the following sample,what is the value of n?51, 37, 83, 44, 52, 19, 99, 7, 36, 88A. 11B. 10C. 9D. 12 Which two atmosphered gases do not react with many other substances? In the first half of a basketball game, a player scored 9 points on free throws and then scored a number of 2-point shots. In the second half, the player scored the same number of 3-point shots as the number of 2-point shots scored in the first half. Which expression represents the total number of points the player scored in the game? A 63.0 kg skier starts from rest at the top of a ski slope 70.0 m high. Part A If frictional forces do -11.0 kJ of work on her as she descends, how fast is she going at the bottom of the slope? Express your answer in meters per second to three significant figures. ? m/s Submit Request Answer Part B Now moving horizontally, the skier crosses a patch of soft snow where we = 0.24. If the patch is 82.0 m wide and the average force of air resistance on the skier is 170 N, how fast is she going after crossing the patch? Express your answer in meters per second to three significant figures. ? Part The skier hits a snowdrift and penetrates 3.0 m into it before coming to a stop. What is the magnitude of the average force exerted on her by the snowdrift as it stops her? Express your answer in newtons to three significant figures. VAX ? F- N Given that 11th term of an arithmetic progression is u 3 and the first term is 3 find the common difference (b)U th term A company orders boxed lunches from a deli. Assume each boxed lunch is the sameprice. The proportional relationship between the number of boxed lunches ordered,b, and the total cost in dollars and cents, c, can be represented by the equationC = 8. 15b. What is the constant of proportionality from the number of boxedlunches to the total cost, in dollars and cents? HELP!!! 35 POINTS Solve the equation. 7.8x=1.56. x=? 30 POINTS!!!!PLS HELP ME ON THIS I AM TIMED Identify how each of the scenarios affects shortrun aggregate supply.a. The U.S. government increases the minimum wage.b. Widespread adoption of the Internet by businesses increases productivity and efficiency.c. The government decreases the payroll tax paid by employers.d. The U.S. government decreases the personal income tax rate paid by households.WORD BANK- increase- decrease- no change Who are the two groups to have been among the first in North America Solve the inequality for x.-21 > 5x - 1Simplify your answer as much as possible Solve the inequality.2(x 3) 4 3x 5(x 1) The circumference of a circle is 17 in. Find its diameter, in inches A woman decides to have children until she has her first girl or until she has four children, whichever comes first. Let X = number of children she has. For simplicity, assume that the probability of a girl is .5 for each birth.a. Write the simple events in the sample space. Use B for boy and G for girl. For instance, one simple event is BG, because the woman would stop having children once she has a girl.b. Find the probability for each of the simple events in the sample space.c. Find the probability distribution function for X.d. Draw a picture of the probability distribution function for X. The vertex of this parabola is at (1,3). Which of the following could be itsequation?10(1,3)-1010- 10+ Which statement does the labeling theory support? A. A person labeled as a criminal never turns into a criminal. B. A crime is an action or behavior that violates a rule. C. The law can categorize an action or behavior as a crime only after society calls it a crime. D. Labels depend on the crime committed, not on the reactions of society toward an offender. An apartment building was acquired in 2012. The depreciation taken on the building was $187,370, and the building was sold for a $56,211 gain. What is the maximum amount of 25% gain What is the solution to the system of equations y =- 3x 2 5x 2y 15?