To determine the diameter of the earth in metres first multiply the original value by 2.
6378 X 2 = 12 756 km.
Then convert km - m
1 km = 1000 m
12 756 km = ? m
12 756 • 1000 = 12 756 000 = 12 756 000 m or 1.2756 X 10 ^ 7 m
The final solution for the diameter is 1.2756 X 10 ^ 7 m.
Answer:
The frequency of watering
Explanation:
The manipulated variable in this case is the frequency of adding water to the experimental plants.
While the first plant can be said to have a watering frequency of a day, the second had a watering frequency of 2 days while the third plant had a watering frequency of 3 days.
The experiment must have been set up to determine the effects of frequency of watering on the growth of tomato plants.
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
The nuclear particle is a proton