#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;
}
Here, the given equation of parabola is y2= 8x.
The equation of tangent to the parabola y2=8x is,
y= mx + 2/m
This tangent passes through the point (-2, 3)
So, 3 = -2m + 2/m
or, 3m + 2m2 = 2
or, 2m2+3m - 2= 0
or, 2m2 + (4 - 1)m -2 = 0
or, 2m2 + 4m - m - 2 = 0
or, 2m(m + 2) - 1(m+2) = 0
or, (m + 2) (2m - 1) = 0
Either, Or,
m = -2 m = 1/2
Required angle is,

One major difference between Americans and Japanese is their cultural norms and values. For example, Americans tend to value individualism and independence, while Japanese tend to prioritize group harmony and collectivism. This can be seen in various aspects of daily life, such as communication style, decision-making processes, and social interactions. Additionally, the two cultures have different customs and traditions, including food, clothing, and holidays.
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 A, B and C all lie in a plane.
