Puspak Sah asked a question

The difference between Gram atomic  mass and Gram atomic molecular are given below:

Gram atomic mass

Gram molecular mass

1.The mass of 6.023 x 1023 atoms of one mole atom of any element when expressed in terms of grams is called gram atomic mass.

1.The mass of 6.023 x 1023 molecules or 1 mole molecule of any substance expressed in grams is called gram molecular mass.

2.It is used to calculate the mass of an atom.2. It is used to calculate the mass of a molecule/molecular compound.
3. It is...
6 Thanks
2 Answers
Diwas Pandit asked a question

No, if three vectors do not lie in a plane, they cannot give zero resultant.

Explanation:

Let A, B and C be three vectors. If they give zero resultant, then

     A+B+C=0

or, A= -(B+C)

Hence, they will produce zero resultant, if A is equal to negative of vector (B+C). The vector (B+C) lies in the plane of B and C. Hence, A will be equal to negative of (B+C) if AB and C all lie in a plane.


2 Thanks
2 Answers
Bijaya Rajbhandari asked a question

The meaning of his wife's dream is a sign of a bad omen.

5 Thanks
2 Answers
Nikas Ghimire asked a question


#include<stdio.h>

#include<conio.h>

#include<string.h>


int main() {

int i, nextTerm;

int t1 = 2, t2 = 2;

nextTerm = t1+t2;


printf("%d, %d, ", t1, t2);

for (i = 3; i <= 10; ++i) {

printf("%d, ", nextTerm);

t1 = t2;

t2 = nextTerm;

nextTerm = t1 + t2;

}


return 0;

}


2 Thanks
2 Answers
Close Open App