Answer:
= 46.06 grams
Explanation:
P=cRT
25 = c (0.0821)(298)
concentration = c = 1.021 M
number of moles = (1.021)(0.75) = 0.7664 moles
mass = (0.7664)(60.10)=40.06 grams
It is avogrado number. One molecue of magnesium has 6.023 x 10^23 atoms
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.
Converting mmHg to atm is solved by division.
Example: Convert 745.0 to atm.
Solution- divide the mmHg value by the 760.0 mmHg / atm.
745 mmHg over 760.0 mmHg/atm
atm value is 0.980263
Now, I am a medical student and we have never had to convert a BP (blood pressure) to atm from mmHg, only ever kPA. SO, I am going to take a guess here and say that when you do the work to solve this, you are going to convert the Systolic (upper #) which is the 145. You should get 0.190789 and then convert the Diastolic (lower #) which is 65. You should get 0.08552632.
So your fraction so to speak should read, 0.190789/0.08552632 or 0.190789 over 0.08552632
(Just to note that is way to low of a BP, although it is irrelevant) Best wishes and good luck. "Remember, never just look for the right answer, look for why it is the right answer!"