| Definition ----- Multiples A number is a multiple of another number, when it is exactly divisible by that another number.
 e.g = Multiples of a given number 4 are 4, 8, 12, 16, 20, 24.......& so on..
 
 Following are some more examples for understanding Multiples
 
 Example 1 = Write first five multiples of given number 5.
 Answer = The proceeds is as :-
 5 × 1 = 5
 5 × 2 = 10
 5 × 3 = 15
 5 × 4 = 20
 5 × 5 = 25
 So, Five multiple of 5 = 5, 10, 15, 20 & 25.
 
 Example 2 = Write first six multiples of given number 3 .
 Answer = The proceeds is as :-
 3 × 1 = 3
 3 × 2 = 6
 3 × 3 = 9
 3 × 4 = 12
 3 × 5 = 15
 3 × 6 = 18
 So, Six multiple of 3 = 3, 6, 9, 12, 15 & 18.
 |