SELECT * FROM question_mgmt as q WHERE id=5145 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='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 10th mathematics Real Numbers show that any positive odd integer is of the form

Question:

Show that any positive odd integer is of the form 6q + 1, or 6q + 3, or 6q + 5, where q is some integer.

Answer:

Let a be any positive integer b = 6. Then by Euclid’s algorithm,
a = 6q + r for some integer q ≥ 0

So, values of r we get, r = 0, 1, 2, 3, 4, 5

When, r = 0, then, a = 6q + 0,

similarly for r = 1, 2, 3, 4, 5 the value of a is 6q+1, 6q+2, 6q+3, 6q+4 and 6q+5 respectively.

If a = 6q, 6q+2, 6q+4, then a is even and divisible by 2.

Therefore, any positive odd integer is in the form of 6q+1, 6q+3, 6q+5

Where q is some integer.


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!=5145 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!=5145 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