Answer:
Anything below 7.0 is acidic, so the range would be 0 to 7.
Neutral is simply 7, in the middle of the scale.
Lastly, anything above 7.0 is basic or alkaline, so that would be 7 to 14.
Good luck, I hope this helps
This question involves the concepts of orbital velocity and orbital radius.
The orbital velocity of ISS must be "7660.25 m/s".
The orbital velocity of the ISS can be given by the following formula:

where,
v = orbital velocity = ?
G = Universal Gravitational Constant = 6.67 x 10⁻¹¹ N.m²/kg²
M = Mass of Earth = 5.97 x 10²⁴ kg
R = orbital radius = radius of earth + altitude = 63.78 x 10⁵ m + 4.08 x 10⁵ m
R = 67.86 x 10⁵ m
Therefore,

<u>v = 7660.25 m/s</u>
Learn more about orbital velocity here:
brainly.com/question/541239
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:
D. are brought from the mantle to the surface in magma that hardens into komatiite.
Explanation:
Diamond :
It is the hardest form of carbon.The atomic atoms arrange in the cubic crystal structure and this is known as diamond cubic.Another form of the diamond at room temperature is graphite.This is used for making jewelry.This is also used in the cutting process because it has high strength.
Therefore the correct option for the diamond is D.
Answer:
3, 4, 2
Explanation:
I can't see the final ones.