Ciara is winging....etc
The answer is : 0.60 N, toward the center of the circle
A satellite....etc
The Answer is : 7400 m/s
What is the .....etc
The Answer is : 2.60 m/s
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.
Looks like you need to review through the lesson and take notes as it tells you in the lesson what each of these are.
Answer:
The mass of a single paper is approximately 0.047 lb/paper which in SI Units is approximately 21.77 g/paper
Explanation:
The given information on the size and the weight of paper are;
The mass of a box of 500 sheets of paper = 24 lb
The number of sheets in the paper = 500 sheets
The dimensions of the paper = 17 in. × 22 in., which is equivalent to 43.18 cm × 55.88 cm
The mass of a single paper = The mass of the box of paper/(The number of sheets of paper present in the box)
The mass of a single paper = 24 lb/500 = 0.047 lb/paper
Given that 1 lb = 453.6 g, we have;
0.047 lb/paper = 0.047 lb/paper×453.6 g/(lb) = 21.77 g/paper
The mass of a single paper = 0.047 lb/paper = 21.77 g/paper.
Answer:
The starting velocity for ball 1 is 1.00 meter/second. Its ending velocity is 0.25 meter/second.
The change in velocity for ball 1 is 0.25 – 1.00 = -0.75 meter/seconds