cvindel9134 cvindel9134
  • 04-09-2017
  • History
contestada

What was the environmental condition of northern europe around 9000 bce?

Respuesta :

Greenleafable
Greenleafable Greenleafable
  • 11-09-2017
There was a temporary drop in temperature that resulted in a massive global chilling that had Europe ice over. It didn't last long but a famous thing that happened because of it is that the Gulf stream pulled southwards. It ended by the time that serious civilizations started rising.
Answer Link

Otras preguntas

Which statements accurately describe the function f(x) = 3 sqrt 18? algebra II engenuity
You plan to take your hair blower to Europe, where the electrical outlets put out 240V instead of the 120V seen in the United States. The blower puts out 1700W
how many dollars are in 100 grand?
What is the output of the following function call? //function body int factorial(int n) { int product=0; while(n > 0) { product = product * n; n❝; } return p
4. Find the general solution to 4y"+20y'+25y = 0
Stress associated with long-term problems
NEED HELP QUICKWhat is the mean of this set: {2, 6, 7, 9, 9, 9}?6789​
A long wire carries a current density proportional to the distance from its center, J=(Jo/ro)•r, where Jo and ro are constants appropriate units. Determine the
Find the value of -36+(-9)+14+(-31)-(-66)
What is the output after the following code executes? int x=10; if ( ++x > 10 ) { x = 13; } cout << x;