SELECT * FROM question_mgmt as q WHERE id=3820 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=9 AND subId=16 AND chapterId=263 and ex_no='8' AND status=1 ORDER BY CAST(question_no AS UNSIGNED) CBSE Free NCERT Solution of 10th science Electricity show how you would connect three resistors each o

Question:

Show how you would connect three resistors, each of resistance 6 Ω, so that the combination has a resistance of (i) 9 Ω, (ii) 4 Ω.

Answer:

If we connect the resistors in series, then the equivalent resistance will be the sum of the resistors, i.e., 6 Ω + 6 Ω + 6 Ω = 18 Ω, which is not desired. If we connect the resistors in parallel, then the equivalent resistance will be

which is also not desired. Hence, we should either connect the two resistors in series or parallel.

(i) Two resistors in parallel

Two 6 Ω resistors are connected in parallel. Their equivalent resistance will be

The third 6 Ω resistor is in series with 3 Ω. Hence, the equivalent resistance of the circuit is 6 Ω + 3 Ω = 9 Ω.

(ii) Two resistors in series

Two 6 Ω resistors are in series. Their equivalent resistance will be the sum 6 + 6 = 12 Ω

The third 6 Ω resistor is in parallel with 12 Ω. Hence, equivalent resistance will be

Therefore, the total resistance is 4 Ω.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='9' AND subId='16' AND ex_no!=0 AND status=1 and id!=3820 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='16' AND ex_no!=0 AND status=1 and id!=3820 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