m = 5 kg
a = 2 m/s²
to find the force that accelerates the 4 kg object @ 2 m/s²
F = ma = 5 kg x 2 m/s² = 10 N
To find what acceleration 10 N would give a 20 kg object
a = F/m = 10 N/20 kg = 0.5 m/s
Energy is the ability to do work.
So work can not be done without the transfer of energy from one body to another.
Work is the transfer of energy.
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:
When we analyze the sentence we see that this is a hypotype with the growth of plants must behave and it has a prediction included.
Therefore the correct answer is a
Explanation:
In this exercise you are asked to identify the given sentence with a specific part of the scientific method.
Among the parts of the method we have.
* Independent variable . The controlled variable in research
*Dependent variable. The magnitude measured in the experiment
* Control variable. The magnitude that is not controlled
*Experiment. It is the design of the procedure to evaluate the hypothesis
* Hypothesis. It is the assumption with which scientific work begins
* Prediction. It is a consequence of work if the mortgage is correct.
When we analyze the sentence we see that this is a hypotype with the growth of plants must behave and it has a prediction included.
Therefore the correct answer is a