I am going to need a picture for this question
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 answer to your question is "20kgx9.8m/s" because weight is the force an object is exerting on another object, and the formula used to calculate force is <em>Force = Mass * Acceleration</em>.
The data convincingly show that wave frequency does not affect wave speed. An increase in wave frequency caused a decrease in wavelength while the wave speed remained constant. The last three trials involved the same procedure with a different rope tension.
Answer:
Q = 114895 J
Explanation:
To find the thermal energy gained by the ice you use the following formula:
m: mass of the ice = 0.250kg
T2: final temperature = 22°C
T1: initial temperature = -8.0°C
Hf: heat of fusion of water = 3.34*10^5 J/kg
c: specific heat of water = 4186 J/kg
By replacing the values of the parameters you have:
where you have considered that ice melts completely