By looking at how wiggily the bar is lol
Answer:

Explanation:
Work is the product of force and distance.

We know that 96 Joules of work were done and a 16 Newton force was applied to the object.
Substitute the values into the formula.

First, let's convert the units. This will make cancelling units easier later in the problem. 1 Joule (J) is equal to 1 Newton meter (N*m), so the work of 96 Joules equals 96 Newton meters.

Now, solve for distance by isolating the variable, d. It is being multiplied by 16 Newtons and the inverse of multiplication is division. Divide both sides of the equation by 16 N.


The units of Newtons cancel.


The object moved a distance of <u>6 meters.</u>
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:Science is valued by society because the application of scientific knowledge helps to satisfy many basic human needs and improve living standards. Finding a cure for cancer and a clean form of energy are just two topical examples.
Explanation:
Answer:
Approximate height of the building is 23213 meters.
Explanation:
Let the height of the building be represented by h.
0.02 radians = 0.02 × 
= 0.02 x (180/
)
0.02 radians = 1.146°
10.5 km = 10500 m
Applying the trigonometric function, we have;
Tan θ = 
So that,
Tan 1.146° = 
⇒ h = Tan 1.146° x 10500
= 2.21074 x 10500
= 23212.77
h = 23213 m
The approximate height of the building is 23213 m.