Answer: Going outside to film it, not taking cover, trying to run away from the tornado, driving away, etc.
Please mark as brainliest
Answer:
curly brackets are missing
Explanation:
The body of the main() function need to be enclosed in curly brackets. Try this:
int P = 3000;
int main( ) {
for (int t = 0; t < 10; t++) {
cout << P;
}
}
Answer:
In the center and directed away from it.
Explanation:
The direction along the radius and directed away from the center is known as radial direction.
The velocity is highest in the radial direction pointing away from the center, this is because of the reason that when the particle executes its motion in the direction that is radial, then it is not acted upon by any force that opposes the motion of the particle and thus there is no obstruction to the velocity of the particle and it is therefore, the highest in the radial direction.
youn need to use your hands
Answer:
First you have to separate real and imaginary parts of Tan(x+iy)=Tan(z)=sin(z)/cos(z)
sinz=sin(x+iy)=sinxcos(iy)+cosxsin(iy)=sinxcoshy-icosx sinhy
cosz=cos(x+iy)=cosxcos(iy)-sinxsin(iy)=cosxcoshy−isinxsinhy
Now if you plug in Tan(z) and simplify (it is easy!) you get
Tan(z)=(sin(2x)+isinh(2y))/(cos(2x)+cosh(2y))= A+iB.
This means that
A=sin(2x)/(cos(2x)+cosh(2y)) and B= sinh(2y)/(cos(2x)+cosh(2y))
Now,
A/B=sin(2x)/sinh(2y)
If any questions, let me know.