Answer:
Explanation:
Given
Pressure, Temperature, Volume of gases is

Let P & T be the final Pressure and Temperature
as it is rigid adiabatic container therefore Q=0 as heat loss by one gas is equal to heat gain by another gas


where Q=heat loss or gain (- heat loss,+heat gain)
W=work done by gas
change in internal Energy of gas
Thus from 1 & 2 we can say that




where 



and 
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;
}
some ball when you bounce it it comes back up but according to gravity the energy goes away
Mercury has less mass than earth. So the answer is B
Answer:
option (b)
Explanation:
Let the resistance of each resistor is R.
In series combination,
The effective resistance is Rs.
rs = r + R + R + .... + n times = NR
Let V be the source of potential difference.
Power in series
Ps = v^2 / Rs = V^2 / NR ..... (1)
In parallel combination
the effective resistance is Rp
1 / Rp = 1 / R + 1 / R + .... + N times
1 / Rp = N / R
Rp = R / N
Power is parallel
Rp = v^2 / Rp = N V^2 / R ..... (2)
Divide equation (1) by equation (2) we get
Ps / Pp = 1 / N^2