Answer:
the hypothalamus part of your brain sends a message to your body telling it to sweat.
When your internal temperature rises, your sweat glands release water to the surface of your skin.
Answer:
From the equation ΣF = ma, one can say that the mass is 1800 kg, and the acceleration of gravity is -9.8 meters. Multiply those together and it is -17640 newtons.
Explanation:
plz send a brainleast
Answer:
True
Explanation:
If there's no preference over the string case (upper case or lower case), one can convert both strings to upper case or to lowercase and then compare the converted strings to test if they're equal or not.
An Illustration is
string a = "Boy"
string b = 'bOy"
if(a.ToUpper() == b.ToUpper() || a.ToLower() == b.ToLower())
{
Print "Equal Strings"
}
else
{
Print "Strings are not equal";
}
The above will first convert both strings and then compare.
Since they are the same (after conversion), the statement "Equal Strings" will be printed, without the quotes
Answer:
2.1x10^6m/s
Explanation:
One electron has a charge of –1.602e-19 C
mass of electron is 9.1e-31 kg
mass of proton is 1.6726e−27 kg
mass ratio is 1.6726e−27 / 9.1e-31 = 1838
The force is constant, F
distance is constant, d
a = F/m
a increases by a factor 1838, as m decreases by that factor
a = a₀1838
v₀² = 2a₀d
v² = 2a₀d1838
v²/v₀² = 2a₀d1838 / 2a₀d = 1838
v² = 1838v₀² = 1838(45000)²
v = 45000√1838 = 2.1e6 m/s
Answer:
-2.85 * 10^(-17) J
Explanation:
Parameters given:
Final velocity, v = 9 * 10^6 m/s
Initial velocity, u = 4.5 * 10^6 m/s
Using the conservation of energy formula, total energy is conserved:
K.Ein + PEin = KEf + PEf
K.Ef - K.Ein = P.Ein - P.Ef
=> -∆P.E = K.Ef - K.Ein
∆P.E = K.Ein - K.Ef
∆P.E = ½mu² - ½mv²
∆P.E = ½m[(4.5 * 10^6)² - (9 * 10^6)²]
∆P.E = ½ * 9.31 * 10^(-31) * (-61.25 * 10¹²)
∆P.E = -2.85 * 10^(-17) J