Choose a language: English | Malayalam

Algebra (Intermediate) - Making Expressions from Statements
 
Writing Expressions from Statements | Making Equations
 

Writing Expressions from Statements

We can use the rules of simplifying to write down an expression from a statement.

Examples:

John has m sweets and Peter has y sweets. How many sweets have they altogether?

They have m + y sweets.

These are unlike terms, so we cannot simplify this answer. It is written as an expression.


Jane has 5 more sweets than John. How many sweets does Jane have?

Jane has m + 5 sweets. (Unlike terms)


Bill has twice as many sweets as Peter. How many sweets does Bill have?

Bill has 2 x y = 2y sweets (Can be simplified to 2y by leaving out the multiply sign.)


Tim has half the number of sweets that John has. How many does Tim have?

Tim has m / 2 =

m sweets (division)

  2

Jill has four less sweets than John.

Jill has m – 4 sweets. (Unlike terms)

 

Making Equations

More information can be given in order to make an equation.

Example 1:  I multiply a number by 3 and then add 5. If the answer is 32, what was the number?

Let the number be y.

Three times the number = 3y

Add 5 = 3y + 5

So 3y + 5
= 32. We can now solve this equation to find y.
3y
= 32 – 5
(–5)
3y
= 27
(divide by 3)
y
= 27/3
 
y
= 9
 
The number is 9.  

Example 2: The length of a rectangle is (m + 3) cm and the width is 5 cm. If the area is 50 cm2, find the length of the rectangle.

Area = Length x Width
   50 = ( m + 3) x 5

We need the brackets to show that the three and the m together make the length.

The equation is 5( m +3) = 50

We can solve this equation to find m.

5 m + 15

= 50 (– 15)

5 m

= 50 – 15  

5 m

= 35 (divide by 5)

m

= 35/5  

m

= 7  

Length

= m + 3  
 
= 7 + 3  
 
= 10 cm  


Example 3: The length of a rectangle is t cm. The width is 5 cm less than the length. If the perimeter is 50 cm, make an equation in t and solve to find the length and width of the rectangle.

Length = a
Width = a – 5
Perimeter = a + a + (a - 5) + (a -5 )

50 =

2a + 2a – 10

 
50 =

4a – 10

(+10)
     
50 +10=

4a

 
60 =
4a (divide by 4)
60/4 =
a  
15 =
a  
     
Length = 15 cm
  Width = 15 – 5 = 10 cm