1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Tema [17]
2 years ago
6

What might cause a shotgun to explode?

Engineering
2 answers:
spayn [35]2 years ago
5 0

When you pull the trigger to shoot a shotshell from a shotgun or a cartridge from a rifle or handgun, the firing pin strikes the primer in the base of the cartridge or shotshell. This causes the primer to explode. The spark from the primer ignites the gunpowder, which burns rapidly and converts to a gas.

Tanzania [10]2 years ago
3 0

Answer:

When you pull the trigger to shoot a shotshell from a shotgun or a cartridge from a rifle or handgun, the firing pin strikes the primer in the base of the cartridge or shotshell. This causes the primer to explode. The spark from the primer ignites the gunpowder, which burns rapidly and converts to a gas.

Explanation:

You might be interested in
A heating torch is usually referred to as what?<br><br> Stick<br> Flower<br> Rose-bud<br> Lighter
Aleonysh [2.5K]
I would select rose-bud.
3 0
2 years ago
Read 2 more answers
Consider a single crystal of nickel oriented such that a tensile stress is applied along a [001] direction. If slip occurs on a
Elena L [17]

Answer:

\mathbf{\tau_c =5.675 \ MPa}

Explanation:

Given that:

The direction of the applied tensile stress =[001]

direction of the slip plane = [\bar 101]

normal to the slip plane = [111]

Now, the first thing to do is to calculate the angle between the tensile stress and the slip by using the formula:

cos \lambda = \Big [\dfrac{d_1d_2+e_1e_2+f_1f_2}{\sqrt{(d_1^2+e_1^2+f_1^2)+(d_2^2+e_2^2+f_2^2) }} \Big]

where;

[d_1\ e_1 \ f_1] = directional indices for tensile stress

[d_2 \ e_2 \ f_2] = slip direction

replacing their values;

i.e d_1 = 0 ,e_1 = 0 f_1 =  1 & d_2 = -1 , e_2 = 0 , f_2 = 1

cos \lambda = \Big [\dfrac{(0\times -1)+(0\times 0) + (1\times 1) }{\sqrt{(0^2+0^2+1^2)+((-1)^2+0^2+1^2) }} \Big]

cos \ \lambda = \dfrac{1}{\sqrt{2}}

Also, to find the angle \phi between the stress [001] & normal slip plane [111]

Then;

cos \  \phi = \Big [\dfrac{d_1d_3+e_1e_3+f_1f_3}{\sqrt{(d_1^2+e_1^2+f_1^2)+(d_3^2+e_3^2+f_3^2) }} \Big]

replacing their values;

i.e d_1 = 0 ,e_1 = 0 f_1 =  1 & d_3 = 1 , e_3 = 1 , f_3 = 1

cos \  \phi= \Big [ \dfrac{ (0 \times 1)+(0 \times 1)+(1 \times 1)} {\sqrt {(0^2+0^2+1^2)+(1^2+1^2 +1^2)} } \Big]

cos \phi= \dfrac{1} {\sqrt{3} }

However, the critical resolved SS(shear stress) \mathbf{\tau_c} can be computed using the formula:

\tau_c = (\sigma )(cos  \phi )(cos \lambda)

where;

applied tensile stress \sigma = 13.9 MPa

∴

\tau_c =13.9\times (  \dfrac{1}{\sqrt{2}} )( \dfrac{1}{\sqrt{3}})

\mathbf{\tau_c =5.675 \ MPa}

3 0
3 years ago
The host at the end of the video claims that ___________ is crucial to his success as a driver. A. Reaction time B. A safe space
Snezhnost [94]

Answer:

answer is C. his seat belt

5 0
2 years ago
A heat pump cycle is used to maintain the interior of a building at 15°C. At steady state, the heat pump receives energy by heat
Hoochie [10]

Answer:

a) Ql=33120000 kJ

b) COP = 5.6

c) COPreversible= 29.3

Explanation:

a) of the attached figure we have:

HP is heat pump, W is the work supplied, Th is the higher temperature, Tl is the low temperature, Ql is heat supplied and Qh is the heat rejected. The worj is:

W=Qh-Ql

Ql=Qh-W

where W=2000 kWh

Qh=120000 kJ/h

Q_{l}=14days(\frac{24 h}{1 day})(\frac{120000 kJ}{1 h})-2000 kWh(\frac{3600 s}{1 h})=33120000 kJ

b) The coefficient of performance is:

COP=\frac{Q_{h} }{W}=\frac{120000 kJ/h*14(\frac{24 h}{1 day}) }{2000 kWh(\frac{3600 s}{1 h}) } = 5.6

c) The coefficient of performance of a reversible heat pump is:

COP_{reversible}=\frac{T_{h} }{T_{h}-T_{l}  }

Th=20+273=293 K

Tl=10+273=283K

Replacing:

COP_{reversible}=\frac{293}{293-283}=29.3

4 0
3 years ago
PythonA group of statisticians at a local college has asked you to create a set of functionsthat compute the median and mode of
skelet666 [1.2K]

Answer:

  1. def median(l):
  2.    if(len(l) == 0):
  3.       return 0
  4.    else:
  5.        l.sort()
  6.        if(len(l)%2 == 0):
  7.            index = int(len(l)/2)
  8.            mid = (l[index-1] + l[index]) / 2
  9.        else:
  10.            mid = l[len(l)//2]  
  11.        return mid  
  12. def mode(l):
  13.    if(len(l)==0):
  14.        return 0
  15.    mode = max(set(l), key=l.count)
  16.    return mode  
  17. def mean(l):
  18.    if(len(l)==0):
  19.        return 0
  20.    sum = 0
  21.    for x in l:
  22.        sum += x
  23.    mean = sum / len(l)
  24.    return mean
  25. lst = [5, 7, 10, 11, 12, 12, 13, 15, 25, 30, 45, 61]
  26. print(mean(lst))
  27. print(median(lst))
  28. print(mode(lst))

Explanation:

Firstly, we create a median function (Line 1). This function will check if the the length of list is zero and also if it is an even number. If the length is zero (empty list), it return zero (Line 2-3). If it is an even number, it will calculate the median by summing up two middle index values and divide them by two (Line 6-8). Or if the length is an odd, it will simply take the middle index value and return it as output (Line 9-10).

In mode function, after checking the length of list, we use the max function to estimate the maximum count of the item in list (Line 17) and use it as mode.

In mean function,  after checking the length of list,  we create a sum variable and then use a loop to add the item of list to sum (Line 23-25). After the loop, divide sum by the length of list to get the mean (Line 26).

In the main program, we test the three functions using a sample list and we shall get

20.5

12.5

12

3 0
3 years ago
Other questions:
  • Which of the following has nothing to do with insulating glass? Group of answer choices
    10·2 answers
  • A three-phase transformer bank consists of 3 single-phase transformers to handle 400 kVA witha 34.5kV/13.8kV voltage ratio. Find
    7·1 answer
  • 4. At what temperature does an engine run cleanest with least wear?
    11·1 answer
  • Why is communication one of the most important aspects of an engineer’s job?
    7·2 answers
  • A series RC circuit has a voltage of 24VAC and an impedance of 252ohms. What is the circuit current?
    6·1 answer
  • What is it that makes a battery rechargeable? How is it different from a regular battery?
    14·2 answers
  • Explain crystallographic defects.
    11·1 answer
  • In the case of a collision causing property damage, injury, or death, you are required to ____
    14·2 answers
  • Do better then me......................................
    5·1 answer
  • When recycling paint booth filters, you must put them in an __________ container for transport as a solid waste.
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!