...fundamentally rational ways. Blending everyday experience with ground breaking research, Ariely explains how expectations, emotions, social norms, and other invisible, seemingly illogical forces skew our reasoning abilities. N o t only do we make astonishingly simple mistakes every day, but we make the same types of mistakes, Ariely discovers. We consistently overpay, underestimate, and procrastinate. We fail to understand the profound effects of our emotions on what we want, and we overvalue what we already own. Yet these misguided behaviors are neither random nor senseless. They're systematic and predict able—making us predictably irrational. From drinking coffee to losing weight, from buying a car to choosing a romantic partner, Ariely explains how to break through these systematic patterns o f thought to make better decisions. Predictably Irrational will change the way we interact with the world—one small decision at a time. 0208 DAN ARIELY is the Alfred P. Sloan Professor o f Behavioral E c o n o m i...
Words: 95122 - Pages: 381
...Program 1: Write a program to copy the contents of one array into another in the reverse order. Code: #include<stdio.h> int main() { int arry1[10],arry2[10]={0},i,j; printf("Enter the elements of array: \n"); for(i=0;i<10;i++) { printf("Enter element %d:",i+1); scanf("%d",&arry1[i]); } i=0; for(j=9;j>=0;j--) { arry2[j]=arry1[i]; i+=1; } printf("Array elements in reverse order are: \n"); for(i=0;i<10;i++) { printf("element %d:%d \n",i+1,arry2[i]); } return(0); } Output: Program 2: If an array arr contains n elements, then write a program to check if arr[0] = arr[n-1], arr[1] = arr[n-2] and so on. Code: #include<stdio.h> int main() { int arry1[10],i,j,k=0; printf("Enter the 10 elements of array: \n"); for(i=0;i<10;i++) { printf("Enter element %d:",i+1); scanf("%d",&arry1[i]); } j=9; for(i=0;i<5;i++) { if(arry1[i]==arry1[j]) { printf("Elemets %d and %d are same \n", i+1,j+1); k=1; } j--; } if(k==0) { printf("No match found\n"); } return(0); } Output: Program 3: Find the smallest number in an array using pointers. Code: #include<stdio.h> int main() { int arry1[10],i,*j,k=10000; printf("Enter the 10 elements of array: \n"); for(i=0;i<10;i++) { printf("Enter element %d:",i+1); scanf("%d",&arry1[i]); } j=&arry1[0]; for(i=0;i<9;i++) ...
Words: 1358 - Pages: 6
...DQ 1 Take any number (except for 1). Square that number and then subtract one. Divide by one less than your original number. Now subtract your original number. Did you reach 1 for an answer? You should have. How does this number game work? Hint. Redo the number game using a variable instead of an actual number and rewrite the problem as one rational expression. How did the number game use the skill of simplifying rational expressions? Create your own number game using the rules of algebra and post it for your classmates to solve. Think about values that may not work. State whether your number game uses the skill of simplifying rational expressions. Consider responding to your classmates by solving their number games or expanding on their games to create an even more challenging one. You may want to review responses to your number game in case you need to make changes or help another student. ANSWERS: My Answer: Here in this number game we are using the concept of a^2 - b^2 = (a-b)(a+b). First take number as a. Then square of that = a^2 , Here b is 1. So, subtract 1: a^2 -1 One less than original number : a-1. Now we need to divide a^2 - 1 by (a-1). So, (a^2 -1)/(a-1) = (a^2 -1^2)/(a-1) = (a-1)(a+1)/(a-1) = (a+1) Now, subtract the original number a: a+1 - a= 1 is the answer. So, in every case we will get 1 as the answer and a cannot be 1 because we are dividing by a-1 then it will be 1-1 =0 which is not possible, because we cannot divide by 0...
Words: 852 - Pages: 4
...1. Source: book, Predictably Irrational, by Dan Ariely: pp. 4. Passage: “One thing Rapp has learned is that high-priced entrees on the menu boost revenue for the restaurant-even if no one buys them. Why? Because even though people generally won’t buy the most expensive dish on the menu, they will order the second most expensive dish. Thus, by creating an expensive dish, a restaurateur can lure customers into ordering the second most expensive choice (which can be cleverly engineered to deliver a higher profit margin).” What works: First describe a seemingly self-contradictory phenomenon to arouse interest. Then, by asking “Why?” for the reader, the author naturally gives out the reason that resolves the puzzle. Using it: I can use rhetoric questions to let readers think for themselves first, and then offer my own reason. 2. Source: book, Predictably Irrational, by Dan Ariely: pp. 17. Passage: “The result? Now the average CEO makes about 369 times as much as the average worker-about three times the salary before executive compensation went public.” What works: Using a precise number “369 times” to make a dramatic effect on the polarity of income. The number is really eye-catching, and straightly conveys a sense of sarcasm. Using it: If I want to show the scale of something, I can use exact numbers to impress the reader. 3. Source: A little faster, George? From The Economist, March 9th 2013: pp. 11. Passage: “Over the past 170 years this newspaper has tracked...
Words: 1201 - Pages: 5
...Professor Damion Mitchell wants you to develop a C++ program that enables a user to enter the name of two species, as well as the number of breed x and y that are involved in a cross breed experiment. By utilising exception handling techniques display “hybrid experiment is viable,” that is if both species are the same and breed x is greater than or equal to breed y; otherwise display “hybrid experiment is invalid and irrational.” Question 2 Create a C++ program that accepts a family‘s information and consequently displays a four generation family tree of the specific family. Therefore your program should accept the name, family position (i.e. great-grandfather, grandfather, father or son) and age of each family member. With the utilisation of exception handling and other concepts you have learnt ensure that the age of a descendant is never greater than the ancestor. Question 3 Write a C++ program that finds the square root of a number, as well as quotient of the number and by utilising exception handling avoid arithmetic fatal errors. For this program ensure the user does not divide by zero or tries to find the square root of a negative number. (Please note that the user will be required to enter the number, as well as the denominator for the number) Question 4 Develop a C++ console application that populates a ten element array with the multiples of five that are less than fifty-five (55). Consequently display all the even numbers that are in the array by utilising...
Words: 334 - Pages: 2
...Axia College Material Appendix F Ticket Sales Living in or near a metropolitan area has some advantages. Entertainment opportunities are almost endless in a major city. Events occur almost every night, from sporting events to the symphony. Tickets to these events are not available long and can often be modeled by quadratic equations. Application Practice Answer the following questions. Use Equation Editor to write mathematical expressions and equations. First, save this file to your hard drive by selecting Save As from the File menu. Click the white space below each question to maintain proper formatting. 1. Suppose you are an event coordinator for a large performance theater. One of the hottest new Broadway musicals has started to tour and your city is the first stop on the tour. You need to supply information about projected ticket sales to the box office manager. The box office manager uses this information to anticipate staffing needs until the tickets sell out. You provide the manager with a quadratic equation that models the expected number of ticket sales for each day x. ( x = 1 is the day tickets go on sale). -0.2x2 +12x +11 Tickets = a. Does the graph of this equation open up or down? How did you determine this? The graph opens downward. This is determined by the negative coefficient of the x2 term. b. Describe what happens to the tickets sales as time passes. On the opening day, -.2(1)2+12(1)+11 = 22.8 ≈ 23 tickets will be sold. Ticket sales will ...
Words: 729 - Pages: 3
...CLARET SCHOOL OF ZAMBOANGA CITY Ruste Drive, San Jose Road, Zamboanga City High School Mathematics Department Teacher’s Learning Plan in MATHEMATICS IV Name: Yr. & Sec.: Activity Title: Reference: Value: Activity No.: 15 Quarter: First Date: Quadratic Formula Reference # 2, pp. 184 – 186 EP2: All forms of life are important (Empowerment) Learning Targets: A. Find the roots of a quadratic equation using the quadratic formula. B. Show positive attitude in dealing personal problems. I. Concept Notes Quadratic Formula For any quadratic equation of the form are ax 2 + bx + c = 0 , where a ≠ 0 the solutions x= − b ± b 2 − 4ac 2a The quadratic formula gives us another technique to solve a quadratic equation. This method will work regardless of whether the equation is factorable or not factorable. Example: Directions: The column on the left shows the steps used to solve a problem using the quadratic formula. Use the column on the left to answer each question in the column on the right. PROBLEM: Solve by using the quadratic formula. What process will you use to solve the problem? 4x 2 + x = 2 Write in standard form. What is the standard form of the quadratic equation? 4x + x − 2 = 0 2 Find the values of a, b, and c. a = 4, b = 1, c = −2 Explain how you know which value is a? Substitute the values into the quadratic formula. Write the quadratic formula. x= Simplify. − (1) ± (1) 2 − 4(4)(−2) 2(4) Explain what the symbol ± means. ...
Words: 458 - Pages: 2
...Score: ______ / ______ Name: _Kennedy Maddox Student Number: ______________________ | | |1.Elsie is making a quilt using quilt blocks like the one in the diagram. | | | |[pic] | | | |a. How many lines of symmetry are there?Type your answer below. | | | |4 lines of symmetry | | | | ...
Words: 1298 - Pages: 6
...School of Information Technology 1. (25 points) The media access control (MAC) address of a network interface is a unique address. Each network interface relating to its MAC fits the criteria of a function because each device has its own, unique MAC address. Describe an everyday situation in your field that is a function. Be sure to explain exactly why the situation is a function. Using a mac address is a direct link from one connection to another, for example going from a PC to a switch, this is an example of a function because one port on the switch only goes directly to one pc each match up. 2. (20 points) Describe a chart or graph you might find related to a computer that fits the criteria for the graph of a function. Make sure to explain in detail why the graph fits the criteria. The graph of g is the graph of f shifted vertically up by 4 units, the functions meet the criterial of graph in the sense that if a vertical line is drawn it will only cut the graph once. 4. (15 points) For any given graph of a function, explain how to find its domain. If a function f does not model data or verbal conditions, its domain is the largest set of real numbers for which the value of is a real number. Exclude from a function’s domain real numbers that cause division by zero and real numbers that result in a square root of a negative number. For example = x2 – 7x contain no division nor square root. Expression x2-7x represents a real number...
Words: 376 - Pages: 2
...Solving Radical Equations Solving Radical Equations Topic Index | Algebra2/Trig Index | Regents Exam Prep Center (This lesson will work primarily with radicals that are square roots.) A "radical" equation is an equation in which the variable is hiding inside a radical symbol (in the radicand). is a radical equation is NOT a radical equation To solve radical equations: 1. Isolate the radical (or one of the radicals) to one side of the equal sign. 2. If the radical is a square root, square each side of the equation. (If the radical is not a square root, raise each side to a power equal to the index of the root.) 3. Solve the resulting...
Words: 720 - Pages: 3
...Matthew Ellis Marketing Management Prof Pashkevich December 4, 2013 In the book predictably irrational, author Dan Ariely explains and demonstrates through witty experiments the fact that although we may think we are always making rational, well thought out decisions, there are actually hidden factors that cloud our ability to make the right decisions. He goes on to discuss how our emotions, social norms, and other hidden forces can change our rational intentions into extremely irrational Behaviors. The interesting part is that these irrational behaviors seem like the correct thing to do at the time and we use these past experiences to make future decisions, and therefore if we are not very careful we can fall into a never ending train of irrational decisions. Dan Ariely makes it quite apparent that this behavior takes place in everyday life even though we may not know it and hopes that his research can open our eyes to this fact and help us to avoid making irrational choices. He challenges the traditional assumption that the economic man uses rational thought to make decisions and challenges his readers to rethink the way they view the simple, everyday choices made on a daily basis. After reading the book, he makes it obvious that we all unknowingly act predictably irrational, however he gives us the tools to overcome this and think and behave in a rational manner. Some of the major points discussed in the book include the truth about making decisions based on comparisons...
Words: 1621 - Pages: 7
...can fit as a solution without the denominator Equaling to ‘0’ which is known as the domain any values that would cause x to equal ‘0’ are Excluded values. If the value x were to be equal to ‘0’ it is no longer considered a ration expression and becomes irrational. For this first expression x cannot = 0 in set notation that would be D= {x| xϵR, x≠0} My second expression is 7w-2 16w2 -1 For this expression I would need to make the denominator equal to ‘0’ to find any excluded values for w (4w+1)(4w-1)=0 Factors are set to equal 0 4w+1=0 and 4w-1= 0 add or subtract 1 from both sides 4w=-1 and 4w=1 divide each side by 4 W= -¼ or ¼ these are my excluded values My solution set would be D={w| w є R, w≠ ± ¼ } Both of my expressions have excluded values in the first one x cannot be equal to 0 because this would result in a denominator of ‘0’ which means I would no longer have a rational expression. In the second Expression w cannot equal ± ¼ because this again would make the denominator0 making it into an irrational number and therefore undefined. My first expression only has one excluded value and my second expression contains To values that are...
Words: 268 - Pages: 2
...Six Facets of Understanding Andrew Maio SED-544 Dr. Heard Six Facets: Explanation is the first Facet. “Explanation is defined as sophisticated and apt theories and illustrations, which provide knowledgeable and justified accounts of events, actions, and idea” (Wiggins & McTighe, 2005). Activity 1: Students will use red and black checkers, to use to understand positive and negative integers. Students will use the checkers to help them visually see how many positive or negative checkers when performing problems. Activity2: Students will create a picture on a piece of graph paper in quadrant one the students will then rotate the picture 180 degrees. Activity 3: Student will use graphs to answer questions on a work sheet. Interpretation is the second Facet. “Interpretation is defined as interpretations, narratives, and translations that provide meaning” (Wiggins & McTighe, 2005). The goal is to find the meaning of readings, activities and other types of media. Interpretation can leads to gray area. There is not definite right or wrong answer. Activity 1: This activity is works with PEMDAS and why it is important. Students will receive a work sheet with math equation. There will be multiple-choice answers. The student will have to figure out which answer correctly goes with PEMDAS. Activity 2: Students will interpret graphs to calculate future results of student growth in Rochester City school district....
Words: 1699 - Pages: 7
...Associate Level Material Appendix F Ticket Sales Living in or near a metropolitan area has some advantages. Entertainment opportunities are almost endless in a major city. Events occur almost every night, from sporting events to the symphony. Tickets to these events are not available long and can often be modeled by quadratic equations. Application Practice Answer the following questions. Use Equation Editor to write mathematical expressions and equations. First, save this file to your hard drive by selecting Save As from the File menu. Click the white space below each question to maintain proper formatting. 1. Suppose you are an event coordinator for a large performance theater. One of the hottest new Broadway musicals has started to tour and your city is the first stop on the tour. You need to supply information about projected ticket sales to the box office manager. The box office manager uses this information to anticipate staffing needs until the tickets sell out. You provide the manager with a quadratic equation that models the expected number of ticket sales for each day x. ( is the day tickets go on sale). a. Does the graph of this equation open up or down? How did you determine this? The graph (parabola) opens downwards. This is because the leading coefficient, that is a is negative. b. Describe what happens to the tickets sales as time passes. The ticket sales increase with each day and peak on the...
Words: 485 - Pages: 2
...Dan Ariely’s evaluation of human behavior in Predictably Irrationality is essentially eccentric especially to the science reader who is trained in a world of testable explanations, logical reproducible results and predictions. We prefer to believe we are logical beings, responsible for our actions and deserve to rip the credit for every success. Then enters behavioral economics. Humans are rational beings, but not predictably. Ariely begins by affirming that humans think in relative measures. It is much easier to compare and contrast alternatives, which are familiar to us. The first chapter on relativity aptly shows limitations in judgment when faced with similar alternatives and the effect of a decoy. It seems his experiments suggest it is easier and more compelling for humans to compare 2 things, to keep a narrow focus and deliberately block out cofounding factors or scenarios. From his conclusions I learnt it is crucial to keep decision options simple, identify decoys and be able to introduce or break the cycle of relativity depending on your objective. The concept of supply and demand is fundamental in economics and remains the backbone of a market economy. However goods of ostentation as shown by the example of the pearl used by Dan Ariely defy this concept. He however goes further to show that “anchors” could be used to attribute any price to about anything. I contend that in developing economies, where a larger part of the market is still trapped at the bottom of...
Words: 519 - Pages: 3