Explanation:
A worker picks up the bag of gravel. We need to find the speed of the bucket after it has descended 2.30 m from rest. It is case of conservation of energy. So,

h = 2.3 m

So, the speed of the bucket after it has descended 2.30 m from rest is 6.71 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.
Answer:yes
Explanation: Rock can be weathered by ice, acids, animals, temp and etc because the breaking down or dissolving of rock and minerals on the earths surface.
rocks can be eroded by wind, water, ice and, gravity be cause of an action, and friction.
(I think going off of what i learned.)
I,think potential energy is mgh so 65*100*9,81