ZERO-ONE INTEGER PROGRAMMING 763 By

Total Page:16

File Type:pdf, Size:1020Kb

ZERO-ONE INTEGER PROGRAMMING 763 By ZERO-ONE INTEGER PROGRAMMING 763 by RATNAM VENKATA CHITTURI B. S.(Meoh. Engg), Andhra University Waltair, India, 1961; A MASTER'S REPORT submitted in the partial fulfillment of the requirements for the degree MASTER OP SCIENCE Department of Industrial Engineering KANSAS STATE UNIVERSITY Manhattan. Kansas 1967 Approved by: tg&£2^~^ Major Professor TABLE OP CONTENTS Page INTRODUCTION 1 ZERO-ONE INTEGER PROGRAMMING PROBLEM FORMULATION .... 9 CUTTING PLANE METHODS 11 PARALLEL SHIFTS OF THE OBJECTIVE FUNCTION HYPER PLANE . 22 COMBINATORIAL METHODS lj.1 ADDITIVE ALGORITHM OF BALAS (WITH SOME MODIFICATIONS) . 62 SUMMARY 9I4. CONCLUSION 95 ACKNOWLEDGEMENTS 97 REFERENCES 98 APPENDICES 100 APPENDIX I 101 APPENDIX II 109 APPENDIX III 116 APPENDIX IV 127 INTRODUCTION Linear programming was developed in the early 50's. Since then, it has become a powerful mathematical tool in solving a number of military, economic, and industrial problems. Prima- rily, linear programming helps in selecting a best schedule of actions among many conflicting alternatives and may be applied to systems having the following characteristics: 1. Some objective to be optimized, such as maximum profit or minimum cost. 2. There are a number of variables to be considered simultaneously. 3. In addition to many variables, there are a number of constraints on the system which the solution must satisfy. These restrictions are linear and may represent such quantities as production capacity or limited sales. In general, linear programming problems are solved by the simplex method. In some situations, the simplex solution which allows for fractional values of the variables may not provide the solution that is desired. For example, in an airline sched- uling, it makes little sense to speak of an optimal solution in terms of fractional units of planes or people. It is important to note that the integer solution obtained by rounding off the fractional values does not usually constitute an optimal integer solution. This fact led to the development of integer linear programming in 1959, which guarantees an optimal integer solution. In some situations, the variables in the integer solution may take only a zero or one value. This may occur in scheduling and machine sequencing. 3ecause of the special form of the solu- tion and because of computational difficulties with the current integer programming algorithm, much work has been done to find an efficient algorithm for solving the zero-one integer program- ming problem. The purpose of this paper is to review some of the better known zero-one algorithms and discuss their respec- tive advantages and disadvantages. A number of practical prob- lems can be classified as zero-one integer programming problems The following are examples of these type of problems: a. Scheduling of jobs through a production facility. b. The machine loading or sequencing problem. c. Problems where decision A or B must be made, but not both A and 3. These problems are special cases of linear programming problems in which the decisions are of the "either - or" type and where a linear objective function is to be optimized and the system is subject to restraints. To simplify the discussion, the zero-one problem is presented in the manner of the linear pro- gramming (L.P.) problem. As mentioned earlier, the objective of a linear programming problem is to maximize or minimize a linear objective function subject to a set of linear equality or inequality constraints governing the system. Linear Programming The general form of a linear programming problem is stated as: minimize Z - CX subject to AX \ b (1) X >. where C, X and b are vectors and A is an n-dlmensional matrix and Z is a scalar. From elementary algebra, it is known that a system of lin- ear equalities either has a unique solution or has no solution at all. However, a system of linear inequalities may have an infinite number of solutions or a finite number of basic solu- tions. A basic solution to a linear programming problem having m constraints and n variables, where n > m, is the one in which, at most, m variables take values greater than zero and the re- maining variables are set equal to zero. It is important to note that a solution mu3t be non-negative or feasible, that is x ** j * 0» J 1, 2, 3 n. A feasible solution which yields a maximum or minimum value for the objective function is called an optimal solution to the linear programming problem. If X' is an optimal feasible solution, then Z* = CX' , X' >. and AX' -b>0. •"- where Z » the optimal value of the objective function. Generally linear programming problems are solved by the simplex method developed by Dantzig /K7 Integer Programming A linear programming problem becomes an integer programming problem when one or more of the variables are required to have Integer solution values. Hence it can be shown that the problem (1) becomes an integer programming problem when the following restriction is added: = x x : x 1 2 J ' °' *' J £ (2) j [ j j ' ' ' • ' ] where J C - N , N ^1, 2, 3, . , n] . Beale Equations To better understand the methods of integer programming, it Is helpful to review Beale Equations. E. M. L. Beale f§7 was the first to represent the linear programming problem by equal- ities in non-negative variables. If a slack vector X2 is intro- duced into problem (1), it can be rewritten as minimize a a X, oo o 1 subject to - A^ + IX2 b (3) x 1( x2 where a « ( a is an Q oi' 1 x n row vector, X]_ = (x«) is an n x 1 column vector « In this paper c Is meant to be for inclusion, where as c. is for strict inclusion. — , X = X is an 2 ^ n+I^ m x 1 slack (column) vector A = l ^ a ij"' is an m x n matrix of coefficients I = an m x m identity matrix b = (b^) is an m x 1 requirement vector. 3y rearranging the vectors in the above problem, it Is put In the following form. Minimize jc = a - a X Q 00 1 subject to Xo = b - A-jX-i >. xlt x2 0. where x is the value of the objective function. Now an Integer programming problem can be stated in Beale Equation form as follows: Find x , x^, X£, . x , x , n n+ ]_ k with x,, n+m j' n minimize x„ = 4v_ + 7~ a (-* 00 ' oj 5 ) 3-1 n x a + a n+l " io JZ ij ( -*3 } 3-1 CW X^ <= z an integer J e J, J N i x. = non-basic variables x = basic variables n+i_ aj» - coefficients with Integer values * 1> 2, 3, . • , m J - 1, 2, 3, .... n. This problem can be solved by the simplex method and If the solution obtained has the Integer property, it Is the optimal integer solution. This Is usually not the case, thus other methods are required to solve this problem. The most common method is a modification to the simplex method, due to Gomory /TO, 117 which requires the addition of additional constraints to the optimal simplex solution and force the solution to be integer valued. This Is one of the cutting plane methods which will be discussed later in detail. Zero-one Integer Programming A special case of integer linear programming is called zero-one integer linear programming which is the author's prime concern In this paper. This special case occurs when one or more of the variables are restricted to the integers or 1. For simplicity, this zero-one integer linear programming Is called the zero-one problem. Now It is evident that problem (2) becomes a zero-one problem when the following restriction is added to it. X " Xj j.e *j : - 0, 1 ; J . (5) J where J e N { N - . 1, . n , 2, 3, . , ] . Due to the special nature of the problem, the solution space is . restricted to the unit cube in hyper-space for those variables which are restricted to be or 1. There are a number of algo- rithms for solving, these zero-one problems and they are classi- fied into the following four groups . They are 1. Cutting plane methods. 2. Parallel shifts of the objective function hyper-plane 3. Boolen Algebra methods, li. Combinatorial methods. Literature Survey G-omory /To,ll7 was successful in solving problem (2) by using the cutting plane methods. He developed two algorithms which guarantee an integer optimal (if one exists) solution in a finite number of steps. These algorithms can be utilized to solve zero-one problems simply by adding the additional restric- tion denoted by (5). The second method involves in obtaining a non-integer optimal solution by simplex method, and then adding restraints which forces the solution to integer that is or 1, and resolving the problem. This additional restraint, at each iteration, is obtained from the objective function. The idea is to force the objective function value to be integer and then find the integer solution (if it exists) which corresponds to it. This method was developed by Elmaghraby /57. The boolen algebra methods are due to R. Portet /Jk±J and R. Camon /I3.7 • These are not discussed in this paper because of their special nature. The principal combinatorial methods which are used for solving zero-one problems, are due to 3alas {TJ and Glover {$,$/. Purpose In this paper, an attempt is made to review some of the above methods which include the cutting plane, parallel shifts of the objective function hyper-plane and combinatorial methods. The formulation of a zero-one problem is discussed in the first section.
Recommended publications
  • Integer Linear Programs
    20 ________________________________________________________________________________________________ Integer Linear Programs Many linear programming problems require certain variables to have whole number, or integer, values. Such a requirement arises naturally when the variables represent enti- ties like packages or people that can not be fractionally divided — at least, not in a mean- ingful way for the situation being modeled. Integer variables also play a role in formulat- ing equation systems that model logical conditions, as we will show later in this chapter. In some situations, the optimization techniques described in previous chapters are suf- ficient to find an integer solution. An integer optimal solution is guaranteed for certain network linear programs, as explained in Section 15.5. Even where there is no guarantee, a linear programming solver may happen to find an integer optimal solution for the par- ticular instances of a model in which you are interested. This happened in the solution of the multicommodity transportation model (Figure 4-1) for the particular data that we specified (Figure 4-2). Even if you do not obtain an integer solution from the solver, chances are good that you’ll get a solution in which most of the variables lie at integer values. Specifically, many solvers are able to return an ‘‘extreme’’ solution in which the number of variables not lying at their bounds is at most the number of constraints. If the bounds are integral, all of the variables at their bounds will have integer values; and if the rest of the data is integral, many of the remaining variables may turn out to be integers, too.
    [Show full text]
  • The Number Line Topic 1
    Topic 1 The Number Line Lesson Tutorials Positive numbers are greater than 0. They can be written with or without a positive sign (+). +1 5 +20 10,000 Negative numbers are less than 0. They are written with a negative sign (−). − 1 − 5 − 20 − 10,000 Two numbers that are the same distance from 0 on a number line, but on opposite sides of 0, are called opposites. Integers Words Integers are the set of whole numbers and their opposites. Opposite Graph opposites When you sit across from your friend at Ź5 ź4 Ź3 Ź2 Ź1 0 1234 5 the lunch table, you negative integers positive integers sit opposite your friend. Zero is neither negative nor positive. Zero is its own opposite. EXAMPLE 1 Writing Positive and Negative Integers Write a positive or negative integer that represents the situation. a. A contestant gains 250 points on a game show. “Gains” indicates a number greater than 0. So, use a positive integer. +250, or 250 b. Gasoline freezes at 40 degrees below zero. “Below zero” indicates a number less than 0. So, use a negative integer. − 40 Write a positive or negative integer that represents the situation. 1. A hiker climbs 900 feet up a mountain. 2. You have a debt of $24. 3. A student loses 5 points for being late to class. 4. A savings account earns $10. 408 Additional Topics MMSCC6PE2_AT_01.inddSCC6PE2_AT_01.indd 408408 111/24/101/24/10 88:53:30:53:30 AAMM EXAMPLE 2 Graphing Integers Graph each integer and its opposite. Reading a. 3 Graph 3.
    [Show full text]
  • Integersintegersintegers Chapter 6Chapter 6 6 Chapter 6Chapter Chapter 6Chapter Chapter 6
    IntegersIntegersIntegers Chapter 6Chapter 6 Chapter 6 Chapter 6 Chapter 6 6.1 Introduction Sunita’s mother has 8 bananas. Sunita has to go for a picnic with her friends. She wants to carry 10 bananas with her. Can her mother give 10 bananas to her? She does not have enough, so she borrows 2 bananas from her neighbour to be returned later. After giving 10 bananas to Sunita, how many bananas are left with her mother? Can we say that she has zero bananas? She has no bananas with her, but has to return two to her neighbour. So when she gets some more bananas, say 6, she will return 2 and be left with 4 only. Ronald goes to the market to purchase a pen. He has only ` 12 with him but the pen costs ` 15. The shopkeeper writes ` 3 as due amount from him. He writes ` 3 in his diary to remember Ronald’s debit. But how would he remember whether ` 3 has to be given or has to be taken from Ronald? Can he express this debit by some colour or sign? Ruchika and Salma are playing a game using a number strip which is marked from 0 to 25 at equal intervals. To begin with, both of them placed a coloured token at the zero mark. Two coloured dice are placed in a bag and are taken out by them one by one. If the die is red in colour, the token is moved forward as per the number shown on throwing this die. If it is blue, the token is moved backward as per the number 2021-22 MATHEMATICS shown when this die is thrown.
    [Show full text]
  • Solutions to Exercises
    Solutions to Exercises Solutions for Chapter 2 Exercise 2.1 Provide a function to check if a character is alphanumeric, that is lower case, upper case or numeric. One solution is to follow the same approach as in the function isupper for each of the three possibilities and link them with the special operator \/ : isalpha c = (c >= ’A’ & c <= ’Z’) \/ (c >= ’a’ & c <= ’z’) \/ (c >= ’0’ & c <= ’9’) An second approach is to use continued relations: isalpha c = (’A’ <= c <= ’Z’) \/ (’a’ <= c <= ’z’) \/ (’0’ <= c <= ’9’) A final approach is to define the functions isupper, islower and isdigit and combine them: isalpha c = (isupper c) \/ (islower c) \/ (isdigit c) This approach shows the advantage of reusing existing simple functions to build more complex functions. 268 Solutions to Exercises 269 Exercise 2.2 What happens in the following application and why? myfst (3, (4 div 0)) The function evaluates to 3, the potential divide by zero error is ignored because Miranda only evaluates as much of its parameter as it needs. Exercise 2.3 Define a function dup which takes a single element of any type and returns a tuple with the element duplicated. The answer is just a direct translation of the specification into Miranda: dup :: * -> (*,*) dup x = (x, x) Exercise 2.4 Modify the function solomonGrundy so that Thursday and Friday may be treated with special significance. The pattern matching version is easily modified; all that is needed is to insert the extra cases somewhere before the default pattern: solomonGrundy "Monday" = "Born" solomonGrundy "Thursday" = "Ill" solomonGrundy "Friday" = "Worse" solomonGrundy "Sunday" = "Buried" solomonGrundy anyday = "Did something else" By contrast, a guarded conditional version is rather messy: solomonGrundy day = "Born", if day = "Monday" = "Ill", if day = "Thursday" = "Worse", if day = "Friday" = "Buried", if day = "Sunday" = "Did something else", otherwise Exercise 2.5 Define a function intmax which takes a number pair and returns the greater of its two components.
    [Show full text]
  • 1. Simplicity.-Let N Denote an Arbitrary Integer >0, and M an Odd of N, Aimn
    160 MA THEMA TICS: E. T. BELL PROC. N. A. S. SIMPLICITY WITH RESPECT TO CERTAIN QUADRA TIC FORMS By E. T. BiLL DGPARTMUNT OF MATrHMATICS, CALUORNmA INSTITUTE OP T'CHINOIOGY Communicated December 28, 1929 1. Simplicity.-Let n denote an arbitrary integer >0, and m an odd interger >0. Write N[n = f] for the number of representations of n in the quadratic form f when this number is finite. If N[n = f] is a polynomial P(n) in the real divisors of n alone, N[n = f] is, by definition, simple; similarly for N[m = f]. In previous papers,1'23I have considered simplicity when f is a sum of an even number of squares. For an odd number > 1 of squares, no N[n = f] is simple, although if n be restricted to be a square, say k2, then N[k2 = f] is simple when f is a sum of 3, 5 or 7 squares, and for one case (k restricted) of 11 squares. To discuss simplicity for forms f in an odd number of variables, the above definition was extended in a former paper4 as follows. The exten- sion leads to theorems that are actually useful in calculations of numbers of representations, and it was devised with this end in view. Let 2 refer to all positive, zero or negative integers t which are congruent modulo M to a fixed integer T, and which render the arguments of the summand >0. Let P(n) denote a polynomial in the real divisors alone of n, and let c be a constant integer >O.
    [Show full text]
  • Integer Work with Tiles
    Winter 2013 INTEGER WORK WITH TILES Using +/- tiles, build the number “4” in at least three different ways. Sketch each model after you have built it. 1) 2) 3) Again using the +/- tiles, build the number “0” in at least three different ways. Sketch each model after you have built it. Each of these models represents a “NEUTRAL FIELD” or “ZERO PAIR.” 1) 2) 3) Now build at least three different representations of the number “-3.” Sketch each model after you have built it. 1) 2) 3) Using +/- tiles, build a model of the following numbers with the smallest number of tiles possible. Sketch each model below. 1) -6 2) 5 3) -1 Now add a neutral field to each model immediately above until you have AT LEAST 10 tiles. Has the value of each model changed? Explain below. Integer Work with Tiles Page 1 of 6 Winter 2013 INTEGER ADDITION AND SUBTRACTION Adapted from CPM Educational Program Addition Example: -8 + 6 0 Start with a neutral field which is an + + + + equal number of positive and negative - - - - tiles and has a value of zero. -8 +6 - - - - - - - - + + + + + + Display the two numbers using tiles. + + + + - - - - Combine the two numbers with the + + + + + + + + + + neutral field. - - - - - - - - - - - - -8 + (+6) Circle the “zeros.” Record the sum. + + + + + + + + + + - - - - - - - - - - - - -8 + 6 = -2 Subtraction Example: -2 – (-4) Start with the first number displayed + + + + with the neutral field. - - - - - - -2 Circle the second number in your sketch and show with an arrow that + + + + it will be removed. Remove the second - - - - - - number. -2 – (-4) Circle the “zeros.” Record the difference. + + + + - - -2 – (-4) = 2 Integer Work with Tiles Page 2 of 6 Winter 2013 INTEGER MULTIPLICATION Adapted from CPM Educational Program Multiplication is repeated addition or subtraction in a problem with two factors.
    [Show full text]
  • Proof Techniques
    Proof Techniques Jessica Su November 12, 2016 1 Proof techniques Here we will learn to prove universal mathematical statements, like \the square of any odd number is odd". It's easy enough to show that this is true in specific cases { for example, 32 = 9, which is an odd number, and 52 = 25, which is another odd number. However, to prove the statement, we must show that it works for all odd numbers, which is hard because you can't try every single one of them. Note that if we want to disprove a universal statement, we only need to find one counterex- ample. For instance, if we want to disprove the statement \the square of any odd number is even", it suffices to provide a specific example of an odd number whose square is not even. (For instance, 32 = 9, which is not an even number.) Rule of thumb: • To prove a universal statement, you must show it works in all cases. • To disprove a universal statement, it suffices to find one counterexample. (For \existence" statements, this is reversed. For example, if your statement is \there exists at least one odd number whose square is odd, then proving the statement just requires saying 32 = 9, while disproving the statement would require showing that none of the odd numbers have squares that are odd.) 1.0.1 Proving something is true for all members of a group If we want to prove something is true for all odd numbers (for example, that the square of any odd number is odd), we can pick an arbitrary odd number x, and try to prove the statement for that number.
    [Show full text]
  • Chapter 4 Loops
    Chapter 4 Loops 4.1 Introduction • Loops are structures that control repeated executions of a block of statements. • Java provides a powerful control structure called a loop, which controls how many times an operation or a sequence of operation is performed in succession. • Java provides three types of loop statements while loops, do-while loops, and for loops. 4.2 The while Loop • The syntax for the while loop is as follows: while (loop-continuation-condition) { // loop-body Statement(s); } • The braces enclosing a while loop or any other loop can be omitted only if the loop body contains one or no statement. The while loop flowchart is in Figure (a). • The loop-continuation-condition, a Boolean expression, must appear inside the parentheses. It is always evaluated before the loop body is executed. • If its evaluation is true, the loop body is executed; if its evaluation is false, the entire loop terminates, and the program control turns to the statement that follows the while loop. CMPS161 Class Notes (Chap 04) Page 1 /25 Kuo-pao Yang • For example, the following while loop prints Welcome to Java! 100 times. int count = 0; while (count < 100) { System.out.println("Welcome to Java!"); count++; } count = 0; Loop false false Continuation (count < 100)? Condition? true true Statement(s) System.out.println("Welcome to Java!"); (loop body) count++; (A) (B) FIGURE 4.1 The while loop repeatedly executes the statements in the loop body when the loop-continuation-condition evaluates to true. Caution • Make sure that the loop-continuation-condition eventually becomes false so that the program will terminate.
    [Show full text]
  • Direct Proof and Counterexample II: Rational Numbers
    SECTION 4.2 Direct Proof and Counterexample II: Rational Numbers Copyright © Cengage Learning. All rights reserved. Direct Proof and Counterexample II: Rational Numbers Sums, differences, and products of integers are integers. But most quotients of integers are not integers. ! Quotients of integers are, however, important; they are known as rational numbers. ! ! ! ! ! ! Example 1 – Determining Whether Numbers Are Rational or Irrational a. Is 10/3 a rational number? ! b. Is a rational number? c. Is 0.281 a rational number? d. Is 7 a rational number? e. Is 0 a rational number? Example 1 – Determining Whether Numbers Are Rational or Irrational cont’d f. Is 2/0 a rational number? g. Is 2/0 an irrational number? h. Is 0.12121212 . a rational number (where the digits 12 are assumed to repeat forever)? i. If m and n are integers and neither m nor n is zero, is (m + n) /m n a rational number? Example 1 – Solution cont’d h. Yes. Let Then Thus ! But also ! Hence ! And so ! Therefore, 0.12121212…. = 12/99, which is a ratio of two nonzero integers and thus is a rational number. Example 1 – Solution cont’d Note that you can use an argument similar to this one to show that any repeating decimal is a rational number. ! i. Yes, since m and n are integers, so are m + n and m n (because sums and products of integers are integers). Also m n ≠ 0 by the zero product property. One version of this property says the following: More on Generalizing from the Generic Particular More on Generalizing from the Generic Particular Method of generalizing from the generic particular is like a challenge process.
    [Show full text]
  • Potw102620 Solutions.Pdf
    • Problems & Solutions As November (the 11th month) gets underway, it’s the perfect time to focus on 11. Eleven is the fourth prime number, and there is a fun divisibility rule for 11. For any integer, insert alternating “–” and “+” signs between the consecutive pairs of digits, starting with a “–” sign between the left-most pair of digits. For example, for the number 91,828 we would have 9 – 1 + 8 – 2 + 8. (Notice that the first minus went between the left-most pair of numbers, 9 and 1, and then we alternated with “+” and “–” signs.) Now, simplify the expression. For our example, we have 9 – 1 + 8 – 2 + 8 = 22. Since this value, 22, is divisible by 11, the original number is divisible by 11. Using this rule, if the five-digit integer 76,9a2 is a multiple of 11, what is the value of a? We can set up the expression 7 – 6 + 9 – a + 2 and simplify it to 12 – a. We now know that in order for 76,9a2 to be a multiple of 11, the expression 12 – a must be a multiple of 11. The multiples of 11 are 0, 11, 22, 33, etc. Since a must be a single digit, the only possibility is 12 – a = 11, and therefore, a = 1. We can check with a calculator to see that 76,912 is in fact divisible by 11. When playing many games, players must roll a pair of dice and find the sum of the two numbers rolled. With two dice, there are 11 possible sums ranging from 2 through 12.
    [Show full text]
  • 1.1 Integer Types in Matlab 3
    Section 1.1 Integer Types in Matlab 3 1.1 Integer Types in Matlab In this section we will introduce the various datatypes available in Matlab that are used for storing integers. There are two distinct types: one for unsigned integers, and a second for signed integers. An unsigned integer type is only capable of storing positive integers (and zero) in a well defined range. Unsigned integer types are used to store both positive and negative integers (and zero) in a well defined range. Each type, signed and unsigned, has different classes that are distinguished by the number of bytes used for storage. As we shall see, uint8, uint16, uint32, and uint64 use 8 bits, 16 bits, 32 bits, and 64 bits to store unsigned integers, respectively. On the other hand, int8, int16, int32, and int64 use 8 bits, 16 bits, 32 bits, and 64 bits to store signed integers, respectively. Let’s begin with a discussion of the base ten system for representing integers. Base Ten Most of us are familiar with base ten arithmetic, simply because that is the number system we have been using for all of our lives. For example, the number 2345, when expanded in powers of ten, is written as follows. 2345 = 2000 + 300 + 40 + 5 = 2 · 1000 + 3 · 100 + 4 · 10 + 5 = 2 · 103 + 3 · 102 + 4 · 101 + 5 · 100 There is an old-fahsioned algorithm which will allows us to expand the num- ber 2345 in powers of ten. It involves repeatedly dividing by 10 and listing the remainders, as shown in Table 1.1.
    [Show full text]
  • Addition and Subtraction of Integers
    Math 0300 Addition and Subtraction of Integers Integers are the negative numbers, zero, and positive numbers Addition of integers An integer can be represented or graphed on a number line by an arrow. An arrow pointing to the right represents a positive number. An arro w pointing to the left represents a negative num ber. The absolute value of the number can be determined by counting the distance to zero, or by counting the distance between numbers in the arrow. The integers 5 and –4 are shown on the number line in the figure below. Example: +5 -4 -8 -7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7 Example: Another example of integers or positive and negative numbers is used with a checking account or dealing with money. A deposit to your checking account or pocket is an example of an addition called a positive integer (number or amount); a deduction or expense is an example of a negative integer (number/amount). If there is a balance of $25 in a checking account, and a check is written for $30, the account will be overdrawn/overspent by $5. The sum of two integers can be shown on a number line. To add two integers, find the point on the number line corresponding to the first addend (integer). The sum is the number directly below the tip of the arrow. Example: +2 4 + 2 = 6 -7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7 -2 -4 +(-2) = - 6 -7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7 +2 -4 + 2 = -2 -7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7 Student Learning Assistance Center - San Antonio College 1 Math 0300 -2 4 + (-2) = 2 -7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7 The signs of the addends can categorize the sums shown above.
    [Show full text]