How many 1000-Watt lights can be plugged into a standard 120-Volt, 15-Amp outlet? (Hint: W/V=A) *

Answers

Answer 1

Answer:

There are up to 12 lights and or plugs on that circuit. A 1000w HPS or Metal Halide light takes 9 amps at 120 volts so you can only run one on a wall outlet circuit. A standard dryer outlet is 220 volts and 30 amps so you can power up to six 1000 watt lights on that circuit.


Related Questions

How do you skip the drawing steps in turtle graphics and just get the result? Thank you.

Answers

Answer:

Turtle graphics is a popular way for introducing programming to kids. It was part of the original Logo programming language developed by Wally Feurzig and Seymour Papert in 1966.

Imagine a robotic turtle starting at (0, 0) in the x-y plane. Give it the command turtle.forward(15), and it moves (on-screen!) 15 pixels in the direction it is facing, drawing a line as it moves. Give it the command turtle.left(25), and it rotates in-place 25 degrees clockwise.

By combining together these and similar commands, intricate shapes and pictures can easily be drawn.

The turtle module is an extended reimplementation of the same-named module from the Python standard distribution up to version Python 2.5.

It tries to keep the merits of the old turtle module and to be (nearly) 100% compatible with it. This means in the first place to enable the learning programmer to use all the commands, classes and methods interactively when using the module from within IDLE run with the -n switch.

The turtle module provides turtle graphics primitives, in both object-oriented and procedure-oriented ways. Because it uses tkinter for the underlying graphics, it needs a version of Python installed with Tk support.

The object-oriented interface uses essentially two+two classes:

The TurtleScreen class defines graphics windows as a playground for the drawing turtles. Its constructor needs a tkinter.Canvas or a ScrolledCanvas as argument. It should be used when turtle is used as part of some application.

The function Screen() returns a singleton object of a TurtleScreen subclass. This function should be used when turtle is used as a standalone tool for doing graphics. As a singleton object, inheriting from its class is not possible.

All methods of TurtleScreen/Screen also exist as functions, i.e. as part of the procedure-oriented interface.

RawTurtle (alias: RawPen) defines Turtle objects which draw on a TurtleScreen. Its constructor needs a Canvas, ScrolledCanvas or TurtleScreen as argument, so the RawTurtle objects know where to draw.

Derived from RawTurtle is the subclass Turtle (alias: Pen), which draws on “the” Screen instance which is automatically created, if not already present.

All methods of RawTurtle/Turtle also exist as functions, i.e. part of the procedure-oriented interface.

The procedural interface provides functions which are derived from the methods of the classes Screen and Turtle. They have the same names as the corresponding methods. A screen object is automatically created whenever a function derived from a Screen method is called. An (unnamed) turtle object is automatically created whenever any of the functions derived from a Turtle method is called.

To use multiple turtles on a screen one has to use the object-oriented interface.

Note In the following documentation the argument list for functions is given. Methods, of course, have the additional first argument self which is omitted here.

Explanation:

can i have brainliest

Categorive the given websites based on their possible website structure
company website
bookstore website
computer-based
training modules
single product website
city library website
online in store website
Hierarchical
Sequential
Matrix
Hi

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

There are different website structures such as hierarchical, sequential, and matrix. These websites structure helps the designers to create a meaningful website.

In this question, it is asked to categories the given website into their website structure.

The given websites are:

company website bookstore website computer-based  training modules  single product website city library website online in-store website

Now, we will categorize these websites into their website structure:

Hierarchical website structure:

Bookstore website

city library website

online in-store website

Sequential website structure:

single product website

computer-based training module

Matrix website structure:

Company website.

Here are the categorizations of the given items based on their storyboarding techniques:

Computer-based training modules: Linear

School website: Webbed

Bookstore website: Webbed

Single-product website: Linear

County library website: Webbed

Online gift store website: Linear

Federal government website: Hierarchical

Martha is typing on her computer. What type of communication is this? A. human-to-human B. human-to-machine C. machine-to-human D. machine-to-machine

Answers

Answer:

Human-to-machine

Explanation:

It is a human typing into a machine.

I hope this helped <3

Identify the tasks that people can perform using a web browser. View a web page Program a computer Record a video Organize the entire hard drive Shop from a web page Download an MP3 file Upload photographs to an Internet site Search for a web page

Answers

Answer:

1,3,5,6,7,8 on edge2020

Explanation:

Answer: 1, 3, 5, 6, 7, 8

Explanation: got a 100

if a friend asked you to help her decide what internal sabling system to install in her new house, what kinds of questions wouls you ask her to do? why would you ask those questions?​

Answers

Answer:

Assuming you mean *cabling system*

you could ask:

- The architectural structure of the building, which houses for the cabling installation.

- The function of the cabling installation.

- The configuration of an already installed system (upgrades and retrofits).

others

- The cable and connection products.

- The types of equipment the cabling installation will support -- present and future.

- Customer requirement.

A draft has the following:
Plot
Details
Transition Words
Important events in order

Answers

What do you have to do?

what is displayed as a result of executing the following code segment?


x < - - 2
y < - - X * 4
z < - - X * Y
x < - - X + Y
z < - - z + ( x - y) * 3
DISPLAY ( x + y + z)

select one answer
A - 72
B - 40
C - 8
D - 54​

Answers

The first one I’m not sure it’s quite complicated

Help, please! I will mark as brainliest

Answers

Answer:

Change line 7 to:

for( int i=0; i < names.length; i++)

Last element in the array is one less than the length, ie:

stArr1.length - 1

To print every other value, you replace index++ with index += 2

Explanation:

Not only should you change the <= into <, but also i should start at 0, not 1. The first element of an array has index 0.

If your company increases its market penetration, what is happening?
A.
The target market is growing.
B.
More people in the target market are buying the company's product.
C.
The market saturation of the target market has decreased.
D.
Competitors who offer similar products are entering the market.
D.
Your company collects credit card information from customers.

Answers

Answer:   (A, B, E)

A. ) The target market is growing.

B. ) More people in the target market are buying the company's product.

E. ) Your company collects credit card information from customers.

Explanation:  Simply what was on the assignment. Correct on Edge.

I hope this helped!

Good luck <3

Answer:

a,b,e like  the top one said

Explanation:

this is late but thats okay

When a recipient responds to a meeting request, which statement most accurate descries what occurs?
O The meeting is confirmed, and the time is shown as Busy on the recipient's calendar.
O The meeting is confirmed, and the time is shown as Free on the recipient's calendar.
O The meeting request is removed from the inbox, the meeting is confirmed, and the time is shown as Busy on
the recipient's calendar.
O Nothing occurs because a recipient does not need to respond to a meeting request.

Answers

Answer:

I believe the answer is: O Nothing occurs because a recipient does not need to respond to a meeting request.

Explanation:

Well, it's true. I've got a response from a meeting request and it was irrelevant, so nothing would be happening.

Sorry for the delayed response, hope this helps :)

The meeting request is removed from the inbox, the meeting is confirmed, and the time is shown as Busy on the recipient's calendar. Thus, option C is correct.

What happens when one can request for meeting on Microsoft Outlook?

Upon acceptance of a meeting request on Microsoft Outlook, the schedule is added to your calendar, and the time period is displayed as busy, while the email invite is deleted from your email.

The following steps are required when it is desired to retain meeting requests and store them within the email or a subfolder for future references

1) Click on the Tools menu

2) Click on Options in the Tools Menu

3) Click E-mail Options in the Options menu

4) Click on Advanced E-mail Options  and

5) Uncheck the Delete meeting request from Inbox when responding.

The meeting request is removed from the inbox, the meeting is confirmed, and the time is shown as Busy on the recipient's calendar. Nothing occurs because a recipient does not need to respond to a meeting request.

Therefore, The meeting request is removed from the inbox, the meeting is confirmed, and the time is shown as Busy on the recipient's calendar. Thus, option C is correct.

Learn more about meeting request on:

https://brainly.com/question/2931702

#SPJ6

The left and right margins of the page should always be the same.

True
False

Answers

Answer:true

Explanation:

Other Questions
There is no conversation more boring than the one where everyone agrees"-Michel de Montaigne What connection does this quote have with the act of choosing a topic. Explain PLS HURRY!!!! 15 PTS!!! The pictures represent three different states of matter.Which order of pictures places molecules with the mostamount of motion to the least amount of motion?O X Y ZO ZYXO Y ZO Y - X - Z Which ordered pair is a solution to the equation below? 3x + 2y = 10Question 1 options:(4, 0)(6, -4)(-1, 4) How many solutions does this equation have?5t = 5t + 5 1.Which of the following statements best describes a major theme of the text? Marble Champ text. Should Shaun use gross pay or net pay when creating his budget? Explain yourreasoning. Are Dogs are better than video games? vosotros1. you all2. him 3. they4. we How much do u love me EJ? Step 1:Choose the lowest common denominator Find the sum of 1/5 and 7/10The expression written in equation from with common denominator is______The sum is___ Seleccion la palabra para completar correctamente el espacio en blanco. Para conocer las caractersticas de una poblacin se puede recurrir a diversas fuentes. Cuando se realiza un censo o se encuesta directamente a sus miembros, hablamos de una fuente __________. A. Secundaria B. Censal. C. Primaria. D. Documental. How long does implantation typically last?a.7daysb.3daysc.2daysd.1day 11. Find the product of (4x-5) and (2x+7) in simplest form. An arrow in a bow has 357 J of elastic potential energy How much Winette enereWill the arrow have after it has been shot assuming there is no sir restoran help PLEASEWhich excerpt from The Odyssey demonstrate the importance of loyalty in Greek society?1. O Father, all my life like your fameas a fighting man has echoed in my ears2. Suppose Athenas arm is over us, and Zeusher fathers, must I rack my brains for more?3. But when he knew he heardOdysseus voice nearby, he did his best to wag his tail4. Odysseus only shook his head, containingthoughts of bloody work, as he walked on What was Alexander Hamilton's plan for the national debt, and why was it successful? (Site 1) 7th grade math help me plzzzzz #13 Easton is planning on buying a new pair of cowboy boots. When hewent to Eastern Outfitters last week they costs $60 on the black Fridaysale. This week, they aren't on sale anymore and they cost $85. What is thepercent of change on the boots? *O 25%O 45%O 55%75% QuestionWhich of the following statements are TRUE? (Choose 5.)Humans have increased their carrying capacity through advances in technology, urbanization, and the use ofthe planet's resources.D Scientists use models of a population to predict population growth,The impact of rapid growth of human population is a source of environmental problems.Human activities and population growth threaten biodiversity in almost every part of our planet.Human activities and population growth do not threaten biodiversity in civilized regions on Earth.Earth's human population is decreasing every day,Earth's human population is growing exponentially gf applications, I have hired my elite team to find the perfect gf (I'm just messing around on my sisters account lol)