Answer:
The sum of all currents entering a junction is 0
Explanation:
Current cannot disappear, so the currents leaving a junction have to equal the currents entering a junction. If you would give the currents leaving the junction an opposite sign (e.g., negative) it implies that the sum of all these currents is exactly 0.
Answer:B
Explanation:
Given
For motor A
Characteristic life(r)=4100 hr
MTTF=4650 hrs
shape factor(B )=0.8
For motor B
Characteristic life(r)=336 hr
MTTF=300 hr
Shape Factor (B)=3
Reliability for 100 hours



For B


B is better for 100 hours
(b)For 750 hours


So here B is more Reliable.
Answer:
200
Explanation:
A size sheets (also known as letter size) are 8.5 inches by 11 inches.
B size sheets (also known as ledger size) are 11 inches by 17 inches.
One B size sheet is twice as large as a A size sheet. So if you have 100 B size sheets and cut each one in half, you'll get 200 A size sheets.
Answer:
Java is called portable because you can compile a java code which will spew out a byte-code, and then you run that code with Java Virtual Machine. Java Virtual Machine is like an interpreter, which reads the compiled byte-code and runs it. So first of all, you need to install the JVM on the system you want.
Explanation: