Grandajalidatu Grandajalidatu
  • 09-04-2017
  • Business
contestada

What are some things buddhism and hinduism beliefs have in common?

Respuesta :

JAYLEEN11
JAYLEEN11 JAYLEEN11
  • 09-04-2017
They both believe in reincarnation both believe there are different paths to enlightenment
Answer Link

Otras preguntas

explain how you think your own attitudes, values and behaviour can impact the children you work with?
When my right eye is open, something seems dimmer than when only my left eye is open, but when both are open together, the brighter wins out.
3. lago implies ALL of the following about women in his public rant except which? a. lago thinks that women are temptresses who corrupt men and lead them to the
Eating disorders affect____a. 3 out of 100 kidsb. 2 out of 100 kidsc. 4 out of 100 kidsd. 2 out of 150 kids
If Dahlia sells 800 shares of Microsoft for 40,000 on December 20, 2023, what is her capital gain or loss under each of the following assumptions? She uses the
Happiness is not an alien thing but a state of mind." How is it justified in heaven if you're not here on earth?a) Trueb) False
When are you allowed to store guests' valuables, classified materials, or weapons with lodging funds?
(4-8):2-(9-12) Operaciones combinadas
Find a vector parameterization for the line that passes through P(2, 2, 1) and is parallel to the line r(t) = (i - j) tk.a) r(t) = <2, 2, 1> + t <1, -1
Public static int addItem(string[] shoppingList, int listSize, string item) { if(listSize == ) { shoppingList[listSize] = item; xxx } return listSize; } a) Miss