The best and most correct answer among the choices provided by your question is the third choice or number 3.
<span>As an object falls freely toward the earth, the momentum of the object-earth system remains the same.</span>
I hope my answer has come to your help. Thank you for posting your question here in Brainly. We hope to answer more of your questions and inquiries soon. Have a nice day ahead!
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:
v = 5.24[m/s]
Explanation:
Este problema se puede resolver por medio del principio de la conservación de la energía, donde la energía potencial es igual a la energía cinética. Es decir a medida que el carrito desciende su energía potencial disminuye, pero su energía cinética aumenta.

Donde:

Ahora reemplazando:
![\frac{1}{2} *m*v^{2}=m*g*h\\\\0.5*v^{2}=9.81*1.4\\v=\sqrt{\frac{9.81*1.4}{0.5} } \\\\v=5.24[m/s]](https://tex.z-dn.net/?f=%5Cfrac%7B1%7D%7B2%7D%20%2Am%2Av%5E%7B2%7D%3Dm%2Ag%2Ah%5C%5C%5C%5C0.5%2Av%5E%7B2%7D%3D9.81%2A1.4%5C%5Cv%3D%5Csqrt%7B%5Cfrac%7B9.81%2A1.4%7D%7B0.5%7D%20%7D%20%20%20%5C%5C%5C%5Cv%3D5.24%5Bm%2Fs%5D)
Free fall means your falling because of gravity and weight and will eventually hit the ground without any protection. weightlessness means a place or time where there is no gravity and you're floating and not falling.