Answer:
A) was reusable
Explanation:
Check this website out for more information about the space shuttle: https://www.nasa.gov/audience/forstudents/k-4/stories/nasa-knows/what-is-the-space-shuttle-k4.html
The gentleman bug's angular speed is the same as the ladybug's (1 rev/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.
maximum static friction acting on the object will be

plug in all values

So here it means that if applied force is less than or equal to 58.8 N then the object will remain stationary as friction can balance the external force upto this limit of external force
So here it is given that applied force is 20 N
so here object will not move due to this force and it will remain at rest always
due to this applied force
Answer:
r = 58.44 [m]
Explanation:
To solve this problem we must use the following equation that relates the centripetal acceleration with the tangential velocity and the radius of rotation.
a = v²/r
where:
a = centripetal acceleration = 15.4 [m/s²]
v = tangential speed = 30 [m/s]
r = radius or distance [m]
r = v²/a
r = 30²/15.4
r = 58.44 [m]