How can people be so greedy and cruel?

1 Answer

Answer :

Why does she all of a sudden want this extra money? What was her reasoning?

Related questions

Description : Why is the annuity industry so backwards and difficult to work with?

Last Answer : Didn’t you ask this question last month? https://www.fluther.com/229331/i-can-buy-my-own-stocks-through-sites-like-e-trade-and/

Description : Is it greed for oral surgeons to do this to us?

Last Answer : I think it is a both , money grubbing and protecting themselves from being sued for any kind of malpractice, saying they did everything they could for the patient .

Description : Is greed a necessary requisite of capitalism?

Last Answer : Yes, I think capitalism is predicated upon greed.

Description : Why is it "greed" to want to keep the money you have earned but not greed to want to take somebody else's money.”?

Last Answer : Because you are taking someone else’s money to give away to a third party. Instead of reaching into your own pocket to pay the third party. Because that would obviously be too much.

Description : Is someone paying to establish an oligarchy in America?

Last Answer : Personally I feel that pretty all governments will at some point become oligarchies. It was just a matter of time before something like this happened, though I feel that we had already reached a state of oligarchy quite a while back, well before the 60’s.

Description : Isn't time to punish Apple for their excessive profits?

Last Answer : I think our beef with the oil companies is that they’re making their billions by destroying the planet…

Description : Will Tiger Woods ever make a comeback?

Last Answer : Absolutely. You heard it here first. In a year or two it will be headline news “Tiger is back!” with vapid articles on how he has put his past behind him and is now a family man.

Description : Do you know or have you ever known. Someone who can be labelled a real life Scrooge?

Last Answer : I had an uncle, rest his soul, who would complain every Christmas when I was small about how much everything costs. He wasn't married or had children. There were four of us and he gave us each $5. ... it for all of us with his constant complaining. To this day, I think he died an unhappy man.

Description : Why do we need Money?

Last Answer : As long as the other person has money, you would also be needing money. I just hope money is not the only thing people think about that’s important.

Description : Who believed that people are naturally cruel and greedy?

Last Answer : What is the answer ?

Description : Why are africans so selfish and greedy?

Last Answer : I am black woman and proud of it. First i don't concur with you on this. Yes a lot has been said about theblack people and Africa, but which country doesn't have corrupt individuals and self ... nothing. So lets not paint a bad picture or point fingers we are all not perfect flaws are expected.

Description : How do people become so cold, cruel and evil?

Last Answer : Some people are simply cunts, and there is no need nor use to reason with them and ask why and how.

Description : Why is it that some people never stop being greedy?

Last Answer : I have a hard time really understanding this, as well.

Description : Is it cognitive dissonance to want to be a bilionare and at the same time knock them down for being greedy?

Last Answer : Examples, please; otherwise you are proposing a contradiction.

Description : Do you sometimes get a bit greedy and overeat then vow not to do it again?

Last Answer : story of my life. I am a great dieter, but unless I have a disciplined plan this is a rearing theme. The big plan starts tomorrow.

Description : Who are the ones who are truly greedy?

Last Answer : Because the idiots who support the politicians are hoping to gain something by toadying up to them.

Description : What one thing in this world that you are greedy about?

Last Answer : Humous. I go ape shit when friends and family eat MY pot of humous in the fridge.

Description : Who is at fault here: the greedy one or the one who stole the loot?

Last Answer : They are both wrong. The supervisor should have told the clerk(instead of sneaking in her desk) that she could only have one and to give the rest back.

Description : whats the opposite of greedy ?

Last Answer : I think it’s selflessness

Description : What do a baby chick and a greedy person have in common? -Riddles

Last Answer : They both cheep cheap!

Description : Black and Blue. Red and Green. Yellow and Blue. Green and Grey. I am all colours. You can try to get close to me, but you can't escape my vision. If you get greedy, you will try to take your colours for yourself, but before you know it, I will be eating you for lunch. What am I? -Riddles

Last Answer : A Chameleon.

Description : Poke your fingers in my eyes and I will open wide my jaws. Linen cloth, quills, or paper, my greedy lust devours them all. What am I? -Riddles

Last Answer : Shears, or scissors.

Description : When is Greedy Thursday 2017? Maybe there is a list of restaurants that take part in this? 

Last Answer : 2017 is March 2, 2017. By the way, according to folk tradition, the Thursday after the cremation Wednesday is a greedy Thursday. I have also heard that there will be no central accreditation this year, ... Zrt., Which has organized a greedy Thursday so far, has backed away from the initiative. :( 

Description : I never thought about it, I always said I wasn't. but this made me think: (tuxedo) are you greedy?

Last Answer : I'm very embarrassed about this video. I don't think I'm greedy, but I don't like it when someone makes me a b.lba. I left the store and reached for the beggar in a bag for two rolls and a ... to feed the children in all their misery ?! And yet they have not become homeless? If they didn't drink.

Description : Does Disney seem to you like a greedy company?

Last Answer : yes

Description : __________ algorithm translates a planning problem in to prepositional axioms. a) GraphPlan b) SatPlan c) Greedy d) None of the mentioned

Last Answer : b) SatPlan

Description : _____________ algorithms is used to extract the plan directly from the planning graph, rather than using graph to provide heuristic. a) BFS/DFS b) A* c) Graph-Plan d) Greedy

Last Answer : c) Graph-Plan

Description : What among the following could the universal instantiation of ___________ For all x King(x) ^ Greedy(x) => Evil(x) a) King(John) ^ Greedy(John) => Evil(John) b) King(y) ^ Greedy(y) => Evil(y) c) King(Richard) ^ Greedy(Richard) => Evil(Richard) d) All of the mentioned

Last Answer : d) All of the mentioned

Description : General algorithm applied on game tree for making decision of win/lose is ____________ a) DFS/BFS Search Algorithms b) Heuristic Search Algorithms c) Greedy Search Algorithms d) MIN/MAX Algorithms

Last Answer : d) MIN/MAX Algorithms

Description : Constraint satisfaction problems on finite domains are typically solved using a form of ___________ a) Search Algorithms b) Heuristic Search Algorithms c) Greedy Search Algorithms d) All of the mentioned

Last Answer : d) All of the mentioned

Description : Hill climbing sometimes called ____________ because it grabs a good neighbor state without thinking ahead about where to go next. a) Needy local search b) Heuristic local search c) Greedy local search d) Optimal local search

Last Answer : c) Greedy local search

Description : What is the evaluation function in greedy approach? a) Heuristic function b) Path cost from start node to current node c) Path cost from start node to current node + Heuristic cost d) Average of Path cost from start node to current node and Heuristic cost

Last Answer : a) Heuristic function

Description : Greedy search strategy chooses the node for expansion in ___________ a) Shallowest b) Deepest c) The one closest to the goal node d) Minimum heuristic cost

Last Answer : c) The one closest to the goal node

Description : Which search method will expand the node that is closest to the goal? a) Best-first search b) Greedy best-first search c) A* search d) None of the mentioned

Last Answer : b) Greedy best-first search

Description : Which function will select the lowest expansion node at first for evaluation? a) Greedy best-first search b) Best-first search c) Depth-first search d) None of the mentioned

Last Answer : b) Best-first search

Description : What is the evaluation function in greedy approach? A : Heuristic function B : Path cost from start node to current node C : Path cost from start node to current node + Heuristic cost D : Average of Path cost from start node to current node and Heuristic cost

Last Answer : A : Heuristic function

Description : What is the evaluation function in greedy approach? A : Heuristic function B : Path cost from start node to current node C : Path cost from start node to current node + Heuristic cost D : Average of Path cost from start node to current node and Heuristic cost

Last Answer : A : Heuristic function

Description : What is the message the poet wants to convey through the poem? a) We should not be greedy b) We should keep our desire in control c) We should not be violent d) All of the above

Last Answer : d) All of the above

Description : Who is easier to rob according to Hari Singh? a) a careless man b) a greedy man c) a trusting man d) Anil

Last Answer : b) a greedy man

Description : Merge sort uses a) Divide-and-conquer b) Backtracking c) Heuristic approach d) Greedy approach

Last Answer : a) Divide-and-conquer

Description : Which of the following algorithm design technique is used in the quick sort algorithm? a) Dynamic programming b) Backtracking c) Divide-and-conquer d) Greedy method

Last Answer : Which of the following algorithm design technique is used in the quick sort algorithm? a) Dynamic programming b) Backtracking c) Divide-and-conquer d) Greedy method

Description : What is the meaning for greedy local search?

Last Answer :  It goals (picks) a good neighbor state without thinking ahead about where to go next. 

Description : Define Greedy Best First Search.

Last Answer : It expands the node that is closest to the goal (i.e.) to reach solution in a quicker way. It is done by using the heuristic function: f(n) = h(n).

Description : Consider f(N) = g(N) + h(N) Where function g is a measure of the cost of getting from the start node to the current node N and h is an estimate of additional cost of getting from the current ... ? (A) A* algorithm (B) AO* algorithm (C) Greedy best first search algorithm (D) Iterative A* algorithm

Last Answer : (C) Greedy best first search algorithm

Description : Dijkstra’s algorithm is based on (1) Divide and conquer paradigm (2) Dynamic Programming (3) Greedy Approach (4) Backtracking paradigm

Last Answer : 3

Description : Why do people use images of other people in a cruel way?

Last Answer : answer:Face it, the netizens looooooove to judge. Someone could deliberately use photos to hurt others, but generally a drama starts out like this: someone gets a hold of a photo, goes into judgemental mode and post ... don't care who she is. They just think it is cute to judge a photo and a person.

Description : (Warning, Upsetting Content): Why do you think Spain has policies and people that are more often cruel to animals than most other places and people?

Last Answer : One look at these sick & depraved images confirms this to be the case, although Spain isn't alone in it's barbarity as you can see. I can't comprehend why this is done, let ... supposed civilised society, tradition & culture seem an incredibly weak excuse for savagery on a truly frightening scale.

Description : final saw trap rate cruel scale of tenchained up and boiled alive in mud oil and grass credit olden daysthese from just movies do not even think of doing thisso question is why are people even remotely like to watch terrible shows?

Last Answer : cause they are crazy or just busy

Description : What is the most cruel body modification you could perpetrate against a person?

Last Answer : Vagina nose or penis forehead

Description : Isn't it facetious and cruel to hype the dignity of work in the land of vanishing jobs?

Last Answer : Haha….yes, it is, from she who has been flat lined from the recession. One must reinvent themselves and find meaning and dignity in new ventures. I have always thought our work ethic is over rated anyway, there is much more to life than work.