Recent content by Empire

  1. E

    Relative Brightness of Light Bulbs in Series & Parallel Connection

    Assuming there are five identical light bulbs. Light bulb C and D are in a series connection. C and D are in a parallel connection with E. Light Bulb A and B are in a parallel connection. The two parallel connections are wired in a series connection. What would be their relative brightness? I'm...
  2. E

    Relative Brightness of A-E, C+D

    There are five light bulbs. Light bulb C and D are in a series connection. C and D are in a parallel connection with E. Light Bulb A and B are in a parallel connection. The two parallel connections are wired in a series connection. What would be their relative brightness? I'm thinking that...
  3. E

    Java Welcome to Java Class: Learn Java One Bit at a Time

    I'm having trouble getting the applet to show. This is my code: import java.applet.Applet; import java.awt.*; public class AppletTime extends java.lang.Object { public AppletTime() { } public class Picture extends java.applet.Applet{ public void...
Back
Top