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.
The time of motion of the track star is determined as 0.837 s.
<h3>Time of motion of the track star</h3>
The time of motion of the track star is calculated as follows;
T = (2u sinθ)/g
where;
- T is time of motion
- g is acceleration due to gravity
- θ is angle of projection
T = (2 x 12 x sin20)/9.8
T = 0.837 s
Learn more about time of motion here: brainly.com/question/2364404
#SPJ1
Answer:
300 cos 30 = 40 a + 40 * .2 * 10
Total force = mass * acceleration + frictional force
260 = 40 a + 80
a = 180 / 40 = 4.5 m/s^2
Check:
15 a + 15 * 10 * .2 = T acceleration of 15 kg block (assuming a = 4.5)
T = 15 (4.5) + 30 = 97.5 force required to accelerate 15 kg block
260 - 97.5 = 162.5 net force on 25 kg block
162.5 = 4.5 (25) + 25 * 10 * .2
162.5 = 112.5 + 50 = 162.5
4.5 m/s^2 checks out as correct
Answer:
W / n = - 9133 J / mol, W / n = 3653 J / mol
, e = 0.600
Explanation:
The Carnot cycle is described by
In this case they indicate that the final volume is
V = 3V₀
In the part of the heat absorption cycle from the source is an isothermal expansion
W = n RT ln (V₀ / V)
W / n = 8.314 1000 ln (1/3)
W / n = - 9133 J / mol
During the part of the isothermal compression in contact with the cold focus, as in a machine the relation of volumes is maintained in this part is compressed three times
W / n = 8.314 400 (3)
W / n = 3653 J / mol
The efficiency of the cycle is
e = 1- 400/1000
e = 0.600