Answer:
Explained
Explanation:
following are characteristics of scientific thinking and investigating
1. Critical thinking
2. A curious mind
3. Possessing a Skeptical attitude
4. Problem solving attitude
5.A obervant of empirical evidences
A scientific theory is a unifying and self-consistent explanation of fundamental natural processes or phenomena that is totally constructed of corroborated hypotheses
Answer:
As ice melts into water, kinetic energy is being added to the particles. This causes them to be 'excited' and they break the bonds that hold them together as a solid, resulting in a change of state: solid -> liquid.
Explanation:
As we may know, the change in state of an object is due to the change in the average kinetic energy of the particles.
This average kinetic energy is proportional to the temperature of the particles.
This is because heat is a form of energy; by adding energy to ice - heat, you "excite" the water molecules, breaking the interactions in the lattice structure and forming weaker, looser hydrogen-bonding interactions.
This causes the ice to melt. This is demonstrated in the image below.
More generally, when you remove energy - the object cools down, the particles move a lot slower. So slow, that they individually attract other molecules more than before, and this results in a physical change that also changes the state.
The displacement of Itzel according to the question is 6.3 miles SW
Displacement is defined as the distance moved by a body in a specified direction
Find the diagram attached
From the diagram given, we can see that AB is the displacement
To get the length AB, we will have to use the Pythagoras theorem:

From the diagram, we can also se that the direction of the displacement in the South West direction.
Hence the displacement of Itzel according to the question is 6.3 miles SW
Learn more here: brainly.com/question/19108075
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:
The force is the same
Explanation:
The force per meter exerted between two wires carrying a current is given by the formula

where
is the vacuum permeability
is the current in the 1st wire
is the current in the 2nd wire
r is the separation between the wires
In this problem

Substituting, we find the force per unit length on the two wires:

However, the formula is the same for the two wires: this means that the force per meter exerted on the two wires is the same.
The same conclusion comes out from Newton's third law of motion, which states that when an object A exerts a force on an object B, then object B exerts an equal and opposite force on object A (action-reaction). If we apply the law to this situation, we see that the force exerted by wire 1 on wire 2 is the same as the force exerted by wire 2 on wire 1 (however the direction is opposite).