Answer:

Explanation:
From the question we are told that:
Thickness 
Internal Pressure
Shear stress 
Elastic modulus 
Generally the equation for shear stress is mathematically given by

Where
r_i=internal Radius
Therefore


Generally



Generally the equation for outer diameter is mathematically given by


Therefore
Assuming that the thin cylinder is subjected to integral Pressure
Outer Diameter is

i believe the correct answer is c but i’m sorry if i’m not correct
Using the knowledge of computational language in python it is possible to write a code that writes a list and defines the arrange.
<h3>Writing code in python:</h3>
<em>def isSorted(lyst):</em>
<em>if len(lyst) >= 0 and len(lyst) < 2:</em>
<em>return True</em>
<em>else:</em>
<em>for i in range(len(lyst)-1):</em>
<em>if lyst[i] > lyst[i+1]:</em>
<em>return False</em>
<em>return True</em>
<em>def main():</em>
<em>lyst = []</em>
<em>print(isSorted(lyst))</em>
<em>lyst = [1]</em>
<em>print(isSorted(lyst))</em>
<em>lyst = list(range(10))</em>
<em>print(isSorted(lyst))</em>
<em>lyst[9] = 3</em>
<em>print(isSorted(lyst))</em>
<em>main()</em>
See more about python at brainly.com/question/18502436
#SPJ1
Answer:
total width bandwidth = 8kHz
Explanation:
given data
transmitter operating = 3.9 MHz
frequencies up to = 4 kHz
solution
we get here upper side frequencies that is
upper side frequencies = 3.9 ×
+ 4 × 10³
upper side frequencies = 3.904 MHz
and
now we get lower side frequencies that is
lower side frequencies = 3.9 ×
- 4 × 10³
lower side frequencies = 3.896 MHz
and now we get total width bandwidth
total width bandwidth = upper side frequencies - lower side frequencies
total width bandwidth = 8kHz
Answer: C. Problem identification, solution design, implementation, evaluation.
Explanation: