SELECT * FROM question_mgmt as q WHERE id=5151 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=9 AND subId=6 AND chapterId=268 and ex_no='2' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 10th mathematics Real Numbers find the lcm and hcf of the following integers by

Question:

Find the LCM and HCF of the following integers by applying the prime factorisation method.
   (i) 12, 15 and 21     (ii) 17, 23 and 29     (iii) 8, 9 and 25

Answer:

(i) 12, 15 and 21
12 = 2 × 3 × 2
15 = 3 × 5
21 = 3 × 7
L.C.M (12, 15, 21) = 2 × 3 × 2 × 5 × 7 = 420
H.C.F (12, 15, 21) = 3

 

(ii) 17, 23 and 29
17 = 17 × 1
23 = 23 × 1
29 = 29 ×1
L.C.M (17, 23, 29) = 11339
H.C.F (17, 23, 29) = 1


(iii) 8, 9 and 25
8 = 2 × 2 × 2 × 1
9 = 3 × 3 × 1
25 = 5 × 5 × 1
L.C.M (8, 9, 25) = 1800
H.C.F (8, 9, 25) = 1


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='9' AND subId='6' AND ex_no!=0 AND status=1 and id!=5151 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='9' AND subId='6' AND ex_no!=0 AND status=1 and id!=5151 ORDER BY last_viewed_on desc limit 0,10
Q:

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question