jefreyarellano
jefreyarellano jefreyarellano
  • 16-11-2017
  • Social Studies
contestada

Did the ancient Egyptians believe that the gods made mistakes?

Respuesta :

cakes04 cakes04
  • 16-11-2017
yes 
I hope I helped:)
Answer Link
Jemma101
Jemma101 Jemma101
  • 16-11-2017
No
They believed whatever
Answer Link

Otras preguntas

The heart is an example of which level of organization within an organism? cell organ tissue organ system
Which word signals a cause? SO thing O since Otherefore
I need help with this​
which of the following is a true statement about credit?
Find the domains of the following functions:
The response to movement originates at mechanoreceptors located in the slightly enlarged ____________ , the bases of three semicircular canals.
Abu is trying to decide which pet–sitting service he wants to use . Your Pets charges a $15 fee, plus $1 .75 per hour . Sit Pets charges an $11 fee, plus $2 .25
Michael’s basement recently flooded. He has a homeowner’s policy covering flood damage that has a $500 deductible. The total damages to the basement totaled $25
why is it difficult to be ruled by s foreign power?​
Given the snippet of code: int x = 5; int bar(int j) { int *k = 0, m = 5; k = &m; return (j+m); } void main(void) { static int i =0; i++; i = bar(i) + x; }