Answer:
hello your question lacks the required question attached below is the missing diagram
Forces in GJ = -4.4444 i.e. 4.4444 tons
Forces in IG = 15.382 tons ( T )
Explanation:
Forces in GJ = -4.4444 i.e. 4.4444 tons
Forces in IG = 15.382 tons ( T )
attached below is the detailed solution
Answer:
The average thickness of the blubber is<u> 0.077 m</u>
Explanation:
Here, we want to calculate the average thickness of the Walrus blubber.
We employ a mathematical formula to calculate this;
The rate of heat transfer(H) through the Walrus blubber = dQ/dT = KA(T2-T1)/L
Where dQ is the change in amount of heat transferred
dT is the temperature gradient(change in temperature) i.e T2-T1
dQ/dT = 220 W
K is the conductivity of fatty tissue without blood = 0.20 (J/s · m · °C)
A is the surface area which is 2.23 m^2
T2 = 37.0 °C
T1 = -1.0 °C
L is ?
We can rewrite the equation in terms of L as follows;
L × dQ/dT = KA(T2-T1)
L = KA(T2-T1) ÷ dQ/dT
Imputing the values listed above;
L = (0.2 * 2.23)(37-(-1))/220
L = (0.2 * 2.23 * 38)/220 = 16.948/220 = 0.077 m
Answer:
1) A=282.6 mm
2)
3)T=0.42 sec
4)f= 2.24 Hz
Explanation:
Given that
V=3.5 m/s at x=150 mm ------------1
V=2.5 m/s at x=225 mm ------------2
Where x measured from mid position.
We know that velocity in simple harmonic given as

Where A is the amplitude and ω is the natural frequency of simple harmonic motion.
From equation 1 and 2
------3
--------4
Now by dividing equation 3 by 4


So A=0.2826 m
A=282.6 mm
Now by putting the values of A in the equation 3


ω=14.609 rad/s
Frequency
ω= 2πf
14.609= 2 x π x f
f= 2.24 Hz
Maximum acceleration



Time period T


T=0.42 sec
Answer:
#include<iostream>
using namespace std;
int main()
{
double data[3][5],avg,least,most,total;
int leastNum,mostNum;
for(int i=0;i<3;i++)
{
cout<<"Enter quantity of food for monkey "<<i+1<<":\n";
for(int j=0;j<5;j++)
{
cout<<"Day "<<j+1<<": ";
cin>>data[i][j];
}
}
least = data[0][0];
most = data[0][0];
for(int i = 0;i<3;i++)
{
for(int j = 0;j<5;j++)
{
total+=data[i][j];
if(data[i][j]>most)
{
most=data[i][j];
mostNum=i+1;
}
if(data[i][j]<least)
{
least=data[i][j];
leastNum=i+1;
}
}
}
avg=total/5.0;
cout<<"Average food eaten in a day by all the 3 monkeys: "<<avg<<endl;
cout<<"Most amount of food eaten in a day: "<<most<<" by monkey: "<<mostNum<<endl;
cout<<"Least amount of food eaten in a day: "<<least<<" by monkey: "<<leastNum<<endl;
return 0;
}
Answer:
Explanation:
The rank of the magnitude of the diffusion coefficient from greatest to least is as follows:
C in Fe at 900°C > Cr in Fe at 900°C > Cr in Fe at 600°C
Reason
C in Fe is an interstitial impurity while Cr in Fe is a substutional impurity.Therefore interstitial impurity occurs in C in Fe systems,while substutitional diffusion occurs in Cr in Fe system.Interstitial is much faster than substitutional diffusion hence the order
Also with increasing temperature magnitude of diffusion coefficient increases,due to the relation.
D = D₀exp(-Qd/RT)
Where D₀=Temperature independent per exponential
Qd= The activation energy for diffusion
R= Universal gas constant
T=absolute temperature