Answer:
(1760 ÷ 64) x 24.4 =671dm^3
Answer:
1. Comparative
2. Independent variable
3. The pH is the Dependent variable
We can explain this in a molecular level. We know that the difference between a gas and a liquid of the same composition is how fast their molecules are moving. So given a gas, their molecules are farther and faster when moving, but when they are cooled their bulk kinetic energy decreases. In other words their molecules start to move closer and move slower until it behaves more like a liquid molecule. This is the time when gases condense.
Answer:
class sum (
public static void sumofvalue (int m, int n, int p)
{
System.out.println(m);
System.out.println(n);
System.out.println(p);
int SumValue=m+n+p;
System.out.println("Average="+Sumvalue/3);
}
)
Public class XYZ
(
public static void main(String [] args)
{
sum ob=new sum();
int X=3;
int X=4;
int X=5;
ob.sumofvalue(X,Y,Z);
int X=7;
int X=8;
int X=10;
ob.sumofvalue(X,Y,Z);
}
)
Explanation:
The above program is made in Java, in which first we have printed value in a separate line. After that, the average value of those three values has been printed according to the question.
The processing of the program is given below in detail
* The first one class named 'sum' has been created which contains the function to print individual value and the average of those three values.
* In seconds main class named 'XYZ', the object of that the above class had been created which call the method of the above class to perform functions.
* In the main class values are assigned to variables X, Y, Z.
Answer:
(a) 7.11 x 10⁻³⁷ m
(b) 1.11 x 10⁻³⁵ m
Explanation:
(a) The de Broglie wavelength is given by the expression:
λ = h/p = h/mv
where h is plancks constant, p is momentum which is equal to mass times velocity.
We have all the data required to calculate the wavelength, but first we will have to convert the velocity to m/s, and the mass to kilograms to work in metric system.
v = 19.8 mi/h x ( 1609.34 m/s ) x ( 1 h / 3600 s ) = 8.85 m/s
m = 232 lb x ( 0.454 kg/ lb ) = 105.33 kg
λ = h/ mv = 6.626 x 10⁻³⁴ J·s / ( 105.33 kg x 8.85 m/s ) = 7.11 x 10⁻³⁷ m
(b) For this part we have to use the uncertainty principle associated with wave-matter:
ΔpΔx > = h/4π
mΔvΔx > = h/4π
Δx = h/ (4π m Δv )
Again to utilize this equation we will have to convert the uncertainty in velocity to m/s for unit consistency.
Δv = 0.1 mi/h x ( 1609.34 m/mi ) x ( 1 h/ 3600 s )
= 0.045 m/s
Δx = h/ (4π m Δv ) = 6.626 x 10⁻³⁴ J·s / (4π x 105.33 kg x 0.045 m/s )
= 1.11 x 10⁻³⁵ m
This calculation shows us why we should not be talking of wavelengths associatiated with everyday macroscopic objects for we are obtaining an uncertainty of 1.11 x 10⁻³⁵ m for the position of the fullback.