Algebraic Expressions and Simplification: A Worksheet, Exercises of Algebra

A worksheet introducing algebraic expressions and their simplification. It covers topics such as collecting like terms, simplifying expressions, and removing brackets. Numerous examples and exercises are provided to help students understand these concepts.

Typology: Exercises

Pre 2010

Uploaded on 07/05/2022

paul.kc
paul.kc ๐Ÿ‡ฆ๐Ÿ‡บ

4.7

(68)

1K documents

1 / 7

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Worksheet 1.9 Introduction to Algebra
Section 1 Algebraic Expressions
Algebra is a way of writing arithmetic in a general form. You have already come across some
algebraic expressions in previous worksheets. An algebraic expression is one in which the
arithmetic is written with symbols rather than numbers. The most common use of algebra is
in writing formulae. A formula is an algebraic expression which acts as a general โ€˜recipeโ€™:
Example 1 :
C= 2.54 ร—I
where Irepresents the number of inches, and Crepresents the number of centime-
tres. This formula represents a recipe for converting a length in inches to one in
centimetres. If a ruler, say, is 12 inches long, then we can use the formula to work
out how long it is in centimetres. It is 2.54 ร—12 = 30.48cm.
Example 2 : You want to buy tickets for a show for 2 adults and 2 children. Let
the price for an adult ticket be a(in dollars) and the price for a child c(again in
dollars). Then the total cost Pis
P=a+a+c+c
If the adultโ€™s tickets are $55, and the childrenโ€™s tickets are $30, then we would have
a= 55
c= 30
so that P= 55 + 55 + 30 + 30. But if you realize that P= 2a+ 2b= 2(a+b)
then you have an easier calculation to do, and it is also easy to substitute in other
prices for the tickets.
Here are some algebraic expressions that we have already seen in the worksheets:
1. ab means amultiplied by b
2. (โˆ’a)b=โˆ’ab means โˆ’amultiplied by b
3. 2(x+y) means the sum of xand yall multiplied by 2
pf3
pf4
pf5

Partial preview of the text

Download Algebraic Expressions and Simplification: A Worksheet and more Exercises Algebra in PDF only on Docsity!

Worksheet 1. 9 Introduction to Algebra

Section 1 Algebraic Expressions

Algebra is a way of writing arithmetic in a general form. You have already come across some algebraic expressions in previous worksheets. An algebraic expression is one in which the arithmetic is written with symbols rather than numbers. The most common use of algebra is in writing formulae. A formula is an algebraic expression which acts as a general โ€˜recipeโ€™:

Example 1 : C = 2. 54 ร— I where I represents the number of inches, and C represents the number of centime- tres. This formula represents a recipe for converting a length in inches to one in centimetres. If a ruler, say, is 12 inches long, then we can use the formula to work out how long it is in centimetres. It is 2. 54 ร— 12 = 30.48cm.

Example 2 : You want to buy tickets for a show for 2 adults and 2 children. Let the price for an adult ticket be a (in dollars) and the price for a child c (again in dollars). Then the total cost P is

P = a + a + c + c

If the adultโ€™s tickets are $55, and the childrenโ€™s tickets are $30, then we would have

a = 55 c = 30

so that P = 55 + 55 + 30 + 30. But if you realize that P = 2a + 2b = 2(a + b) then you have an easier calculation to do, and it is also easy to substitute in other prices for the tickets.

Here are some algebraic expressions that we have already seen in the worksheets:

  1. ab means a multiplied by b
  2. (โˆ’a)b = โˆ’ab means โˆ’a multiplied by b
  3. 2(x + y) means the sum of x and y all multiplied by 2
  1. 2x + y means y added to 2 lots of x
  2. xx = x^2 means x multiplied by itself
  3. p q and p/q both mean p divided by q
  4. (^) x+ay means a divided by the sum of x and y

Note that multiplication signs are often omitted or replaced by brackets. When we multiply two numbers, say 3 and 5, we must write 3 ร— 5 or (3)5 rather than 35, which is indistinguishable from the number thirty-five. Remember that, when we are dealing with numbers, symbols represent numbers. This means that a ร— b = b ร— a and that (ab)c = a(bc) = abc.

Section 2 Simplifying Algebraic Expressions

In many algebraic expressions we look for ways of simplifying, or tidying up, the expression so that it appears in its most compact form. In our previous example about the price of tickets,

P = 2(a + c)

is much neater than P = a + a + c + c

The first step in many such simplifications is to collect like terms. The terms in an algebraic expression are the parts that are separated by + and โˆ’ signs. For instance, in the expression

5 a + 3c + 2d โˆ’ 7 a

the terms are 5a, 3c, 2d and 7a. The terms which have exactly the same letters in them are called like terms.

Example 1 : In the expression 7 xy โˆ’ 3 x + 2xy + 4x โˆ’ 5 y 7 xy and 2xy are like terms and โˆ’ 3 x and 4x are also like terms. Our expression can be simplified as follows:

7 xy โˆ’ 3 x + 2xy + 4x โˆ’ 5 y = 7 xy + 2xy + 4x โˆ’ 3 x โˆ’ 5 y = 9 xy + x โˆ’ 5 y

Section 3 Removal of Brackets

Whatever is inside brackets should be treated as a single term. If you have an expression which involves only addition and subtraction there are two rules to remember.

  1. An addition sign, or plus sign, in front of the brackets leaves the sign of every term inside the brackets unchanged.
  2. A subtraction sign in front of the bracket indicates that, when removing the bracket, the sign of all terms inside must be changed.

Then

โˆ’(a + b) = โˆ’a โˆ’ b โˆ’(a โˆ’ b) = โˆ’a + b โˆ’(โˆ’a โˆ’ b) = a + b (โˆ’a + b) = โˆ’a + b

If there is no sign before the brackets, a positive sign is implied as is the case with other terms. The removal of brackets is called expanding.

Example 1 :

โˆ’(x + 2) + x = โˆ’x โˆ’ 2 + x = = โˆ’x + x โˆ’ 2 = โˆ’ 2

Often an algebraic expression will be simplified by expanding the bracketed terms and collecting terms.

Example 2 :

3 + 5x โˆ’ (2x + 3) + 5y = 3 + 5x โˆ’ 2 x โˆ’ 3 + 5y = 3 x + 5y

Exercises:

  1. Simplify

(a) โˆ’(x + 2) + (x โˆ’ 1) (b) x^2 + x โˆ’ (x^2 โˆ’ x) (c) 12 (x + y) โˆ’ 12 (x โˆ’ y) (d) 2x^2 + y^2 โˆ’ 14 (x^2 + y^2 )

  1. Simplify

(a) (x + 1)^2 + (x โˆ’ 1)^2 (b) (2x + y)^2 โˆ’ (2x + y) (c) x^2 โˆ’ (x + y)^2 (d) 14 x^2 + (x+1 2 )^2

Answers 1.

Section 2

  1. (a) 5x (b) xy + x

(c) 2x^2 y + x^2 + 2y^2 (d) 12 โˆ’ 13 x

(e) 4 + 7x + y (f) xyz โˆ’ 2 yz + xz

Section 3

  1. (a) โˆ’ 3 (b) 2x (c) y (d) 74 x^2 โˆ’ 34 y^2
  2. (a) 2x^2 + 2 (b) (2x + y)(2x + y โˆ’ 1)

(c) โˆ’ 2 xy โˆ’ y^2 (d) 12 x^2 + 12 x + (^14)

Exercises 1.

  1. (a) 7a (b) 3a + 2b

(c) 8x^2 โˆ’ x (d) x โˆ’ y

(e) 2y โˆ’ x (f) 2ab + 2a

(g) 4x (h) 2x^3 โˆ’x^2 โˆ’ 7

(i) 2q (j) โˆ’ 13 x โˆ’ 18 y

  1. (a) C = 15p (b) C = 0. 9 b + 1. 2 r (c) N = n + m (d) t = 4w