The tilt of the earth provides the earth with seasons. As the earth revolved around the sun different portions (northern or Southern Hemisphere) is exposed more directly to the suns radiation, thus it is hotter in those regions. (Why the United States experiences winter in December but Australia experience summer in December.)
Answer:
The mixture of ethanol and water is a liquid-liquid solution. The solvent is Water.
Explanation:
So in order for us to know the percentage of sugar present in a 12.00 g of milk chocolate, what we are going to do is that, we just have to divide 8 by 12 and multiply in by 100 and we get 66.67. Therefore, the percentage of sugar present in 12.00 g of milk chocolate bar is 66.67%. Hope this answers your question. Have a great day!
Answer:
Vapour pressure of cyclohexane at 50°C is 490torr
Vapour pressure of benzene at 50°C is 90torr
Explanation:
Using Raoult's law, pressure of a solution is defined by the sum of the product sbetween mole fraction of both solvents and pressure of pure solvents.

In the first solution:


<em>(1)</em>
For the second equation:


<em>(2)</em>
Replacing (2) in (1):


-122.5torr = -0.250P°A

<em>Vapour pressure of cyclohexane at 50°C is 490torr</em>
And for benzene:


<em>Vapour pressure of benzene at 50°C is 90torr</em>
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.