zinc will react with sulphuric acid forming zinc sulphate dissolved in solution and releasing hydrogen gas.
Zn + conc. 2 H2SO4 ZnSO4 + SO2 + 2 H2O
#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;
}
The two vectors (say A and B) of different magnitudes cannot be combined to give zero resultant since minimum value of combination is ІA-BІ which is not zero if AB.
The three vectors A, B and C of different magnitudes can be zero such that they form a closed triangle, then,
A+B+C=0
or, C=-(A+B)
Hence, the sum of three vectors may be zero if vector sum of any two vectors is equal and opposite to the third vector.
Note: The vectors can give this result only if...


routine of nikas banda