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

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...


#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;
}

Aksionov used to drink a lot, was riotous, and was involved in illegal activities before his marriage

Hey man! Did you talk to her?