Yes, if the angle between the two vectors is more than 90o but less than 2700. (cosΘ is negative)
conceptualizing the truth,in hegel's term. A lot of philosophers(like descartes' three kinds of ideas) in his time (and a lot of mindfulness practitioners these days)believed a higher form of truth(or knowledge) exists which cannot be articulated but is to be intuited and felt.Hegel didnt consider this to be scientific.you can never know if your intuition is true or its just you making the stuff up.
#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;
}
Time taken (t) = 3 sec
Velocity of sound (v) = 332 m/s
Distance travelled (d) = ?
We know,
d = v x t = 332 x 3 = 996 m
Hence, the source of thunder is about 996 m far from the boy.
