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:



Explanation:
By analyzing the torque on the wheel we get:
Solving for T: 
On the object:
Replacing our previous value for T:

The relation between angular and linear acceleration is:

So,

Solving for α:

The linear acceleration will be:

And finally, the tension will be:

These are the values of all the variables: α, a, T
A heat pump is a device that is capable of transferring heat energy from a source of heat to what is known as the heat sink. It also moves thermal energy in the opposite direction of a spontaneous heat transfer through heat absorption from a cold space and releasing it to a warmer space.
When a heat pump is being utilized for heating, it employs the same principle with that of the refrigeration cycle used by an air conditioner or a refrigerator, but in the opposite direction since it releases heat into a conditioned space rather than the surrounding environment. Moreover, heat pump resembles much as refrigeration since it has the same components with the latter except for the presence of a reverse valve.
A) visible light because it just makes since
Answer:
According to the parallelogram law of vector addition if two vectors act along two adjacent sides of a parallelogram(having magnitude equal to the length of the sides) both pointing away from the common vertex, then the resultant is represented by the diagonal of the parallelogram passing through the same common vertex
Explanation: