Explanation:
The average speed of a modern cruise ship is roughly 20 knots (23 miles per hour), with maximum speeds reaching about 30 knots (34.5 miles per hour).
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:
A. 50 m/s
Explanation:
Given in the y direction:
v₀ = 0 m/s
a = 10 m/s²
t = 4 s
Find: v
v = at + v₀
v = (10 m/s²) (4 s) + 0 m/s
v = 40 m/s
In the x direction, the velocity is constant at 30 m/s.
The overall speed is:
v² = (30 m/s)² + (40 m/s)²
v = 50 m/s
Light that enters the new medium <em>perpendicular to the surface</em> keeps sailing straight through the new medium unrefracted (in the same direction).
Perpendicular to the surface is the "normal" to the surface. So the angle of incidence (angle between the laser and the normal) is zero, and the law of refraction (just like the law of reflection) predicts an angle of zero between the normal and the refracted (or the reflected) beam.
Moral of the story: If you want your laser to keep going in the same direction after it enters the water, or to bounce back in the same direction it came from when it hits the mirror, then shoot it <em>straight on</em> to the surface, perpendicular to it.
Explanation:
"The burning of fossil fuels , oil and natural and power from nuclear power provide about 87% of the energy used in the world.
Coal, natural gas, petroleum and nuclear power are the major energy providers to the whole world. Till date we are heavily depend on them. They provide for about 87% of the total energy used in the world.