InterviewSolution
Saved Bookmarks
| 1. |
The current through a wire depends on time as, `i=(10+4t)` Here , `i` is ampere and `t` in seconds. Find the charge crossed through section in time interval between `t=0` to `t=10s`. |
|
Answer» Correct Answer - C `/_q=int_0^10 idt= int_0^10(10+4t)dt` `=300 C` |
|