

InterviewSolution
Saved Bookmarks
1. |
A circuit consists of a resistance R connected to n similar cells. If the current in the circuit is the same whether the cells are connected in series or in parallel, then the internal resistancer of each cell is given by |
Answer» <html><body><p>`<a href="https://interviewquestions.tuteehub.com/tag/r-611811" style="font-weight:bold;" target="_blank" title="Click to know more about R">R</a> = R//n`<br/> `r=nR`<br/>`r=R`<br/>`r= 1//R`</p><a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> :<a href="https://interviewquestions.tuteehub.com/tag/c-7168" style="font-weight:bold;" target="_blank" title="Click to know more about C">C</a></body></html> | |