Answer:
hello your question lacks the required diagram attached below is the complete question with the required diagram
answer : Qtotal = 807.4 Mw
Explanation:
Given Data :
disk properties :
∈ = 0.65
D = 200 mm
Ts = 400⁰c
attached below is the detailed solution
The total rate of Heat transferred from the disk
Qtotal = 807.4 Mw
Explanation:
Given that,
Distance 1, r = 100 m
Intensity, 
If distance 2, r' = 25 m
We need to find the intensity and the intensity level at 25 meters. Intensity and a distance r is given by :
.........(1)
Let I' is the intensity at r'. So,
............(2)
From equation (1) and (2) :



Intensity level is given by :
, 

dB = 32.96 dB
Hence, this is the required solution.
Answer:
Newtons first law states that:
<em>If</em><em> </em><em>a</em><em> </em><em>body</em><em> </em><em>i</em><em>s</em><em> </em><em>in</em><em> </em><em>rest</em><em> </em><em>or</em><em> </em><em>motion</em><em> </em><em>in</em><em> </em><em>a</em><em> </em><em>straight</em><em> </em><em>line</em><em>,</em><em> </em><em>it</em><em> </em><em>remains</em><em> </em><em>at</em><em> </em><em>rest</em><em> </em><em>or</em><em> </em><em>at</em><em> </em><em>motion</em><em> </em><em>in</em><em> </em><em>a</em><em> </em><em>straight</em><em> </em><em>line</em><em> </em><em>with</em><em> </em><em>constant</em><em> </em><em>speed</em><em> </em><em>until</em><em> </em><em>and</em><em> </em><em>unless</em><em> </em><em>and</em><em> </em><em>external</em><em> </em><em>unbalanced</em><em> </em><em>force</em><em> </em><em>acts</em><em> </em><em>on</em><em> </em><em>it</em><em>.</em>
<em>'</em><em>This</em><em> </em><em>law</em><em> </em><em>i</em><em>s</em><em> </em><em>also</em><em> </em><em>known</em><em> </em><em>as</em><em> </em><em>the</em><em> </em><em>law</em><em> </em><em>of</em><em> </em><em>Inertia</em><em>.</em><em>'</em>
Answer:
Explained
Explanation:
public int dimension(int [][]a2d,int nElements)
{
int count = 0;
for(int i = 0;i < a2d.length ; i++)
{
count = count + a2d[i].length;
}
return count;
}
Wouldn't mass stay the same and acceleration increase or am I mistaken?