Answer:
yes
Explanation:
the mantle rotates around the iron core and creates a charge. that charges radiates outward as the magnetosphere
Answer:
#include <iostream>
#include <vector>
using namespace std;
int main() {
const int NUM_GUESSES = 3;
vector<int> userGuesses(NUM_GUESSES);
int i = 0;
int uGuess = 0;
for(i = 0; i <= userGuesses.size() - 1; i++){
cin >> uGuess;
userGuesses.at(i) = uGuess;
}
cout << endl;
return 0;
}
Explanation:
First inbuilt library were imported. Then inside the main( ) function, 3 was assigned to NUM_GUESSES meaning the user is to guess 3 numbers. Next, a vector was defined with a size of NUM_GUESSES.
Then a for-loop is use to receive user guess via cin and each guess is assigned to the vector.
Answer:
m1/m2 = 0.51
Explanation:
First to all, let's gather the data. We know that both rods, have the same length. Now, the expression to use here is the following:
V = √F/u
This is the equation that describes the relation between speed of a pulse and a force exerted on it.
the value of "u" is:
u = m/L
Where m is the mass of the rod, and L the length.
Now, for the rod 1:
V1 = √F/u1 (1)
rod 2:
V2 = √F/u2 (2)
Now, let's express V1 in function of V2, because we know that V1 is 1.4 times the speed of rod 2, so, V1 = 1.4V2. Replacing in the equation (1) we have:
1.4V2 = √F/u1 (3)
Replacing (2) in (3):
1.4(√F/u2) = √F/u1 (4)
Now, let's solve the equation 4:
[1.4(√F/u2)]² = F/u1
1.96(F/u2) =F/u1
1.96F = F*u2/u1
1.96 = u2/u1 (5)
Now, replacing the expression of u into (5) we have the following:
1.96 = m2/L / m1/L
1.96 = m2/m1 (6)
But we need m1/m2 so:
1.96m1 = m2
m1/m2 = 1/1.96
m1/m2 = 0.51
Answer:
time rising = 34 / 9.8 = 3.47 sec
total time in air = 2 * 3.47 sec = 6.94 sec
(time rising must equal time falling)
R = 17 m/s * 6.94 s = 118 m
Can also use range formula
R = v^2 sin (2 theta) / g
tan theta = 34 / 17 = 2
theta = 63.4 deg
2 theta = 126.9 deg
sin 126.9 = .8
v^2 = 17^2 + 34^2 = 1445 m^2/s^2
R = 1445 * .8 / 9.8 = 118 m agreeing with answer found above
Answer:
14.3 m/s
Explanation:
velocity equation
v= d/t
v= 60/4.2
v=14.28
round it to 1 decimal place
v= 14.3m/s