Answer:
61257.6 kW per day
Explanation:
The rating of the refrigerator is given as : 709 w
This means the power consumption is 709 joules per second
The operating time is given as 10 hours.
Change hours to second as
1 hour = 3600 seconds
10 hours = 36000 seconds
Apply the rating as;
709 w = 1 s
? = 36000 seconds
perform cross product to get;
709 * 36000= 25524000 w
25524000 = 25524kW
For a day, 24 hours will be;
25524 kW = 10 hours
? =24 hours
={24*25524}/10 = 61257.6 kW per day
<h3>
Answer:</h3>
Mike is involved in developing the model building codes that various states and local authorities in the United States adopt. He works with the <u>Workers</u> , which consists of members who are building code officials and building safety professionals.
Answer:
point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))
Explanation:
The distance formula is the difference of the x coordinates squared, plus the difference of the y coordinates squared, all square rooted. For the general case, it appears you simply need to change how you have written the code.
point_dist = math.sqrt((math.pow(x2 - x1, 2) + math.pow(y2 - y1, 2))
Note, by moving the 2 inside of the pow function, you have provided the second argument that it is requesting.
You were close with your initial attempt, you just had a parenthesis after x1 and y1 when you should not have.
Cheers.
The first thing you should do is develop a <u>budget</u> to determine what vehicle you can afford.
<h3>What is an automobile?</h3>
An automobile is also referred to as a vehicle, car or motorcar and it can be defined as a four-wheeled vehicle that is designed and developed to be propelled by an internal-combustion (gasoline) engine, especially for the purpose of transportation from one location to another.
<h3>What is a budget?</h3>
A budget can be defined as a financial plan that is typically used for the estimation of revenue and expenditures of an individual, business organization or government for a specified period of time, often one year.
In this context, we can reasonably infer and logically deduce that the first thing anyone should do is to develop a <u>budget</u> in order to determine what vehicle they can afford.
Read more on budget here: brainly.com/question/13964173
#SPJ1