Answer:
comparing the anatomy of organisms
Explanation:
Basically, Rocks are the solid evidence used to date the earth.
Due to the changing in the genetic make up of organisms,the anatomy of organisms is not a reliable evidence to date the earth.
dollar bills if so def. not me but grades 4
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:
Speed of wind = 50mi/hr, Speed of plane in still air = 400mi/hr
Explanation:
Let the speed of the wind = Vw,
Speed of the plane in still air = Vsa,
The first trip the average speed of the plane = 1575mi/4.5hours = 350mi/hr
The coming trip the wind behind = 1575mi/3.5hrs = 450
Write the motion in equation form
First trip ( the plane flew into the wind)
Vaverage = Vsa - Vw
350 = Vsa - Vw
Second trip the wind was behind
450 = Vsa +Vw
Adding the two equation
800 = 2Vas
Vas = 800/2 = 400mi/hr
Substitute for Vas into equation 1
350mi/hr = 400mi/hr - Vw
Vw = 400-350 = 50mi/hr