Answer:
Subduction of the Juan de Fuca plate causes melting and magma generation in the mantle which rises to the surface to create the Cascade volcanoes.
Explanation:
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.
To solve this problem it is necessary to use the concepts related to the Hall Effect and Drift velocity, that is, at the speed that an electron reaches due to a magnetic field.
The drift velocity is given by the equation:

Where
I = current
n = Number of free electrons
A = Cross-Section Area
q = charge of proton
Our values are given by,






The hall voltage is given by

Where
B= Magnetic field
n = number of free electrons
d = distance
e = charge of electron
Then using the formula and replacing,


because as the distance increases the gravitational force decreases so the weight of a body decreases