SELECT * FROM question_mgmt as q WHERE id=5154 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 explain why 7 times 11 times 13 13 and 7 ti

Question:

Explain why 7 × 11 × 13 + 13 and 7 × 6 × 5 × 4 × 3 × 2 × 1 + 5 are composite numbers.

Answer:

Composite numbers are factors other than 1 and itself.
From here we can observe that :

(a) 7 × 11 × 13 + 13 = 13 (7 × 11 × 1 + 1) = 13 (77 + 1)
               = 13 × 78
               = 13 × 13  × 6

Therefore, this expression has 6 and 13 as its factors. Hence, it is a composite number.

(b) 7 × 6 × 5 × 4 × 3 × 2 × 1 + 5 = 5 (7 × 6 × 1 × 4 × 3 × 2 × 1 + 1)
                                                  = 5 × (1008 + 1)
                                                  = 5 × 1009

1009 can not be factored further. Therefore, this expression has 5 and 1009 as its factors.
Hence, it is a composite number.


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!=5154 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!=5154 ORDER BY last_viewed_on desc limit 0,10

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