Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

2.2: Symbols and Notations

( \newcommand{\kernel}{\mathrm{null}\,}\)

Variables and Constants

A basic characteristic of algebra is the use of symbols (usually letters) to represent numbers.

Definition: Variable

A letter or symbol that represents any member of a collection of two or more numbers is called a variable.

Definition: Constant

A letter or symbol that represents a specific number, known or unknown is called a constant.

In the following examples, the letter x is a variable since it can be any member of the collection of numbers {35, 25, 10}. The letter h is a constant since it can assume only the value 5890.

Example 2.2.1

Suppose that the streets on your way from home to school have speed limits of 35 mph, 25 mph, and 10 mph. In algebra we can let the letter x represent our speed as we travel from home to school. The maximum value of x depends on what section of street we are on. The letter x can assume any one of the various values 35,25,10.

Example 2.2.2

Suppose that in writing a term paper for a geography class we need to specify the height of Mount Kilimanjaro. If we do not happen to know the height of the mountain, we can represent it (at least temporarily) on our paper with the letter h. Later, we look up the height in a reference book and find it to be 5890 meters. The letter h can assume only the one value, 5890, and no others. The value of h is constant.

Symbols of Operation, Equality, and Inequality

Binary Operation

A binary operation on a collection of numbers is a process that assigns a number to two given numbers in the collection. The binary operations used in algebra are addition, subtraction, multiplication, and division.

Symbols of Operation

If we let x and y each represent a number, we have the following notations:

  • Addition: x+y
  • Subtraction: xy
  • Multiplication: xy
  • Division: xy x/y x÷y yx

Sample Set A

a+b represents the sum of a and b.

4+y represents the sum of 4 and y.

8x represents the difference of 8 and x.

6x represents the product of 6 and x.

ab represents the product of a and b.

h3 represents the product of h and 3.

(14.2)a represents the product of 14.2 and a.

(8)(24) represents the product of 8 and 24.

56(b) represents the product of 5,6, and b.

6x represents the quotient of 6 and x.

Practice Set A

Practice Problem 2.2.1

Represent the product of 29 and x five different ways.

Answer

29x, 29x, (29)(x), 29(x), (29)x

If we let a and b represent two numbers, then a and b are related in exactly one of three ways:

Equality and Inequality Symbols:

a=b a and b are equal
a>b a is strictly greater than b
a<b a is strictly less than b

Some variations of these symbols include

ab a is not equal to b
ab a is greater than or equal to b
ab a is less than or equal to b

The last five of the above symbols are inequality symbols. We can negate (change to the opposite) any of the above statements by drawing a line through the relation symbol (as in ab), as shown below:

a is not greater than b can be expressed as either
ab or ab

a is not less b than can be expressed as either:
ab or ab

a<b and ab both indicate that a is less than b

Grouping Symbols

Grouping symbols are used to indicate that a particular collection of numbers and meaningful operations are to be grouped together and considered as one number. The grouping symbols commonly used in algebra are

Parentheses: ( )
Brackets: [ ]
Braces: { }
Bar: __

In a computation in which more than one operation is involved, grouping symbols help tell us which operations to perform first. If possible, we perform operations inside grouping symbols first.

Sample Set B

(4 + 17) - 6 = 21 - 6 = 15

8(3 + 6) = 8(9) = 72

5[8 + (10 - 4)] = 5[8 + 6] = 5[14] = 70

2{3[4(17 - 11)]} = 2{3[4(6)]} = 2{3[24]} = 2{72} = 144

9(5+1)24+3
The fraction bar separates the two groups of numbers 9(5 + 1) and 24 + 3. Perform the operations in the numerator and denominator separately.
9(5+1)24+3=9(6)24+3=5424+3=5427=2

Practice Set B

Use the grouping symbols to help perform the following operations.

Practice Problem 2.2.2

3(1+8)

Answer

27

Practice Problem 2.2.3

4[2(115)]

Answer

48

Practice Problem 2.2.4

62[2(109)]

Answer

24

Practice Problem 2.2.5

1+192+3

Answer

4

The following examples show how to use algebraic notation to write each expression.

Example 2.2.3

9 minus y becomes 9y

Example 2.2.4

46 times x becomes 46x

Example 2.2.5

7 times (x+y) becomes 7(x+y)

Example 2.2.6

4 divided by 3, times z becomes (43)z

Example 2.2.7

(ab) times (ba) divided by (2 times a) becomes (ab)(ba)2a

Example 2.2.8

Introduce a variable (any letter will do but here we'll let x represent the number) and use appropriate algebraic symbolds to write the statement: A number plus 4 is strictly greater than 6. The answer is x+4>6.

The Order of Operations

Suppose we wish to find the value of 16+49. We could
add 16 and 4, then multiply this sum by 9.
16+49=20=180
multiply 4 and 9, then add 16 to this product.
16+49=16+36=52

We now have two values for one number. To determine the correct value we must use the standard order of operations.

Order of Operations
  1. Perform all operations inside grouping symbols, beginning with the innermost set.
  2. Perform all multiplications and divisions, as you come to them, moving left-to-right.
  3. Perform all additions and subtractions, as you come to them, moving left-to-right.

As we proceed in our study of algebra, we will come upon another operation, exponentiation, that will need to be inserted before multiplication and division.

Sample Set C

Use the order of operations to find the value of each number.

Example 2.2.9

16+49. Multiply first.

= 16+36 Now add.

= 52

Example 2.2.10

(278)+7(6+12). Combine within parentheses.

= 19+7(18) Multiply.

= 19+126 Now add.

= 145

Example 2.2.11

8+2[4+3(61)]. Begin with the innermost set of grouping symbols, ( ).

= 8+2[4+3(5)] Now work within the next set of grouping symbols, [ ].

= 8+2[4+15]

= 8+2[19]

= 8+38

= 46

Example 2.2.12

6+4[2+3(1917)]182[2(3)+2]=6+4[2+3(2)]182[6+2]=6+4[2+6]182[8]=6+4[8]1816=6+322=382=19

Practice Set C

Use the order of operations to find each value.

Practice Problem 2.2.6

25+8(3)

Answer

49

Practice Problem 2.2.7

2+3(1852)

Answer

26

Practice Problem 2.2.8

4+3[2+3(1+8÷4

Answer

37

Practice Problem 2.2.9

19+2{5+2[18+6(4+1)]}563(5)2

Answer

17

Exercises

For the following problems, use the order of operations to find each value.

Exercise 2.2.1

2+3(6)

Answer

20

Exercise 2.2.1

187(83)

Exercise 2.2.1

8÷16+5

Answer

7

Exercise 2.2.1

(21+4)÷52

Exercise 2.2.1

3(8+2)÷6+3

Answer

8

Exercise 2.2.1

6(4+1)÷(16÷8)15

Exercise 2.2.1

6(41)+8(3+7)20

Answer

78

Exercise 2.2.1

(8)(5)+2(14)+(1)(10)

Exercise 2.2.1

6122+4[3(10)+11]

Answer

203

Exercise 2.2.1

(1+163)7+5(12)

Exercise 2.2.1

8(6+20)8+3(6+16)22

Answer

29

Exercise 2.2.1

18÷2+55

Exercise 2.2.1

21÷7÷3

Answer

1

Exercise 2.2.1

85÷5585

Exercise 2.2.1

(30025)÷(63)

Answer

9123

Exercise 2.2.1

43+828(3+17)+11(6)

Exercise 2.2.1

2(7+7)+6[4(8+2)]

Answer

508

Exercise 2.2.1

0+10(0)+15[4(3)+1]

Exercise 2.2.1

6.1(2.2+1.8)

Answer

22.4

Exercise 2.2.1

5.92+0.6

Exercise 2.2.1

(4+7)(83)

Answer

55

Exercise 2.2.1

(10+5)(10+5)4(604)

Exercise 2.2.1

(51214)+(16+23)

Answer

1

Exercise 2.2.1

4(35815)+9(13+14)

Exercise 2.2.1

05+01+0[2+4(0)]

Answer

0

Exercise 2.2.1

09+40÷7+0[2(22)]

For the following problems, state whether the given statements are the same or different.

Exercise 2.2.1

xy and x>y

Answer

Different

Exercise 2.2.1

x<y and xy

Exercise 2.2.1

x=y and y=x

Answer

Same

Exercise 2.2.1

Represent the product of 3 and x five different ways.

Exercise 2.2.1

Represent the sum of a and b two different ways.

Answer

a+b, b+a

For the following problems, rewrite each phrase using algebraic notation.

Exercise 2.2.1

Ten minus three

Exercise 2.2.1

x plus sixteen

Answer

x+16

Exercise 2.2.1

51 divided by a

Exercise 2.2.1

81 times x

Answer

81x

Exercise 2.2.1

3 times x+y

Exercise 2.2.1

(x+b) times (x+7)

Answer

(x+b)(x+7)

Exercise 2.2.1

3 times x times y

Exercise 2.2.1

x divided by (7 times b)

Answer

x7b

Exercise 2.2.1

(a+b) divided by (a+4)

For the following problems, introduce a variable (any letter will do) and use appropriate algebraic symbols to write the given statement.

Exercise 2.2.1

A number minus eight equals seventeen

Answer

x8=17

Exercise 2.2.1

Five times a number, minus one, equals zero.

Exercise 2.2.1

A number divided by six is greater than or equal to forty-four.

Answer

x644

Exercise 2.2.1

Sixteen minus twice a number equals five.

Determine whether the statements for the following problems are true or false.

Exercise 2.2.1

64(4)(1)10

Answer

true

Exercise 2.2.1

5(4+210)110

Exercise 2.2.1

86480

Answer

true

Exercise 2.2.1

20+4.316<5

Exercise 2.2.1

2[6(1+4)8]>2(11+6)

Answer

false

Exercise 2.2.1

6[4+8+3(2615)3[7(104)]

Exercise 2.2.1

The number of different ways 5 people can be arranged in a row is 54321. How many ways is this?

Answer

120

Exercise 2.2.1

A box contains 10 computer chips. Three chips are to be chosen at random. The number of ways this can be done is

109876543213217654321

How many ways is this?

Exercise 2.2.1

The probability of obtaining four of a kind in a five-card poker hand is

1348(5251504948)÷(54321)

What is this probability?

Answer

0.00024, or 14165

Exercise 2.2.1

Three people are on an elevator in a five story building. If each person randomly selects a floor on which to get off, the probability that at least two people get off on the same floor is

1143555

What is this probability?


This page titled 2.2: Symbols and Notations is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Denny Burzynski & Wade Ellis, Jr. (OpenStax CNX) .

Support Center

How can we help?