when a person purchases an item from another person via ebay, we have a(n) __________ transaction.

Answers

Answer 1

When a person purchases an item from another person via eBay, we have a peer-to-peer or person-to-person transaction. This type of transaction occurs when individuals engage in direct buying and selling without the involvement of a traditional retail intermediary.

In a peer-to-peer transaction, eBay serves as an online marketplace that facilitates the connection between buyers and sellers. The platform allows individuals to list items for sale, set prices, and negotiate terms directly with potential buyers.

This decentralized approach enables individuals to engage in commerce with one another, leveraging the convenience and reach provided by eBay's online platform.

The peer-to-peer nature of eBay transactions offers several advantages. Firstly, it allows buyers to access a wide range of items from various sellers, expanding their choices and potentially finding unique or rare products.

Secondly, sellers can reach a large pool of potential buyers, increasing their chances of making a sale. Additionally, the direct interaction between buyers and sellers on eBay fosters transparency, trust, and the potential for personalized negotiations.

It is important for both buyers and sellers to practice due diligence when engaging in peer-to-peer transactions on eBay. This includes carefully reviewing product descriptions, seller ratings and feedback, and using secure payment methods to ensure a safe and satisfactory transaction.

For more such questions transaction,click on

https://brainly.com/question/31647236

#SPJ8


Related Questions

Consider the equation y = 2400 − ( − 40)2 in meters, where ‘’ is the time inseconds (from 0 to 100 seconds with a step size of 0.01 seconds). Write a script to dothe following:• Using a WHILE loop to create a plot in a Figure 1 with time t as the variable on the xaxis and the y variable on the y axis. Add the title "Y versus Time", the x axis label"Time (sec)" and y axis label "Y (meters)" to the plot.• Using a WHILE loop structure to find the time at which y passes through 1600meters on the way up.• Using a WHILE loop structure to find the time at which yy passes through 1600meters on the way down.• Using a WHILE loop structure to find the time t at which y is at a maximum.• Using a WHILE loop structure to determine the elapsed time required for y to gofrom 1000 up to 2000 meters.HINT: Solve this problem using the following logic.1) Add a variable etime and set it equal to zero before the WHILE loop.2) Allow the WHILE loop to run until say just past 2300 meters (which is >2000m).3) Inside the WHILE loop use an IF statement to determine if the value of y fallsbetween the values of 1000 and 2000 meters. If it does, add 0.01 seconds to therunning total variable for the elapsed time etime to count how much time is spentbetween 1000 and 2000 meters.4) Use the FPRINTF command to show the result of etime.What I have so far:t=0;y=2400-(t-40).^2;etime=0;while t<=100t=t+0.01;end

Answers

The script uses a for loop to determine the elapsed time required for y to go from 1000 up to 2000 meters, using the logic described in the hint. This elapsed time is displayed in the command window using the fprintf command.

Here is a script that accomplishes the tasks described:

t = 0:0.01:100; % create time array
y = 2400 - (-40)^2 - (t-40).^2; % calculate y values
figure(1)
plot(t,y)
title('Y versus Time')
xlabel('Time (sec)')
ylabel('Y (meters)')

% find time when y passes through 1600m on the way up
t_up = 0;
while y(t_up/0.01 + 1) < 1600
   t_up = t_up + 0.01;
end
disp(['Time when y passes through 1600m on the way up: ' num2str(t_up) ' seconds'])

% find time when y passes through 1600m on the way down
t_down = 100;
while y(t_down/0.01 + 1) < 1600
   t_down = t_down - 0.01;
end
disp(['Time when y passes through 1600m on the way down: ' num2str(t_down) ' seconds'])

% find time when y is at a maximum
[y_max, i_max] = max(y);
t_max = (i_max - 1)*0.01;
disp(['Time when y is at a maximum: ' num2str(t_max) ' seconds'])

% determine elapsed time required for y to go from 1000 up to 2000 meters
etime = 0;
for i = 1:length(y)
   if y(i) > 1000 && y(i) < 2000
       etime = etime + 0.01;
   elseif y(i) >= 2000
       break
   end
end
fprintf('Elapsed time for y to go from 1000 to 2000 meters: %.2f seconds\n', etime)

The script first creates an array of time values from 0 to 100 seconds with a step size of 0.01 seconds, and then calculates the corresponding y values using the given equation.

The script then plots y versus time in Figure 1, with appropriate axis labels and title.

Next, the script uses a while loop to find the time when y passes through 1600 meters on the way up, and another while loop to find the time when y passes through 1600 meters on the way down. These values are displayed in the command window.

The script also uses a while loop to find the time when y is at a maximum, and displays this value in the command window.

Know more about loop here:

https://brainly.com/question/30706582

#SPJ11

A system of parallel, non-concurrent forces acting on a body can be reduced to which of the following:
A. One resultant force and one resultant moment acting at any point on the body
B. One resultant force acting at a specific point on the body
C. Both of the above
D. None of the above

Answers

A system of parallel, non-concurrent forces acting on a body can be reduced by One resultant force and one resultant moment acting at any point on the body and One resultant force acting at a specific point on the body. Thus, C. Both of the above is correct.

What is non-concurrent forces?

Two or more forces that share a common line of action but have equal magnitudes but act in opposite directions are said to be non-concurrent forces. In plain English, this means that a system of forces is said to be non- concurrent when its components do not intersect at a single point. A concurrent force system, however, has a common point through which all forces pass.

Combined forces that don't add up to zero are considered non-concurrent forces. The fact that a couple's line of action does not intersect at one point makes them an example of a non-concurrent force. When it comes to mechanics, a couple is a system of forces with a resultant (net, or sum) moment but no resultant force.

Learn more about non-concurrent force

https://brainly.com/question/15103668

#SPJ4

Tech A says some mechanical engine problems can cause OBD II DTCs to be set. Tech B says that OBD II codes only monitor non-powertrain components. Who is correct

Answers

Tech A and Tech B are both correct. The OBD II codes monitor both powertrain and non-powertrain components, and some mechanical engine problems can cause the DTCs to be set.Explanation:The On-Board Diagnostics (OBD) II is a system that is equipped in most modern cars.

The system monitors the vehicle's performance and reports any issues via diagnostic trouble codes (DTCs).The powertrain includes the engine, transmission, and other related components. Non-powertrain components include the brakes, steering, suspension, and other systems. OBD II codes are designed to monitor and report issues with both powertrain and non-powertrain components.Tech A is correct in stating that mechanical engine problems can cause OBD II DTCs to be set.

For instance, a malfunctioning EGR valve, bad spark plugs, or faulty oxygen sensor could trigger DTCs.Tech B is also correct in saying that OBD II codes only monitor non-powertrain components. The powertrain control module (PCM) is responsible for setting and storing DTCs for the powertrain components, while other control modules, such as the ABS, airbag, or transmission module, monitor and report issues for their respective systems.

In conclusion, both technicians are correct. The OBD II codes monitor both powertrain and non-powertrain components, and some mechanical engine problems can cause the DTCs to be set.

To know more about powertrain visit :

brainly.com/question/32434064

#SPJ11

how to calculate flow rate through a pipe when the velocity is not known

Answers

Calculating the flow rate through a pipe can be done using the pipe's cross-sectional area and the pressure difference between the two ends of the pipe. The first step is to determine the pipe's cross-sectional area, which can be calculated using the pipe's diameter.

Once the area is determined, the pressure difference between the two ends of the pipe is measured using a pressure gauge. By using Bernoulli's equation, the flow rate can then be calculated. Bernoulli's equation states that the pressure difference is equal to the fluid's density times the velocity squared times one-half of the cross-sectional area. If the velocity is not known, it can be calculated using the mass flow rate and the density of the fluid. Therefore, by knowing the cross-sectional area, pressure difference, density, and mass flow rate, the flow rate through a pipe can be calculated.

To know more about pipe's cross-sectional area visit:

https://brainly.com/question/20532494

#SPJ11

theory for the determination of the Compressive strength of bricks?​

Answers

Answer:

Compressive strength of bricks is the capacity of brick to resist or withstand under compression when tested on Compressive testing machine [CTM]. The Compressive strength of a material is determined by the ability of the material to resist failure in the form of cracks and fissure.

Explanation:

If you want to know more, refer to this link:

https://civilread.com/compressive-strength-test-on-brick/#:~:text=Compressive%20strength%20of%20bricks%20is,form%20of%20cracks%20and%20fissure.

When an electron in a valence band is raised to a conduction band by sufficient light energy, semiconductors start conducting ________.

Answers

Answer:

This band gap also allows semiconductors to convert light into electricity in photovoltaic cells and to emit light as LEDs when made into certain types of diodes. Both these processes rely on the energy absorbed or released by electrons moving between the conduction and valence bands.

Explanation:

On the internet

Referring to Problem 1, now suppose the HTML file references seven very small objects on the same server. Neglecting transmission times, how much time elapses with a. Non-persistent HTTP with no parallel TCP connections? b. Non-persistent HTTP with the browser configured for three parallel connections? c. Persistent HTTP?

Answers

The total time required is roughly 10-100 + 2 * 100 + HTTP request/response time. Assuming the request and response time is negligible, the total time for seven objects is approximately 1470-14700 ms

What is HTML?

HTML, or HyperText Markup Language, is the standard markup language for documents intended to be displayed in a web browser.

We need to consider the impact of parallel connections on the overall time.

a. Non-persistent HTTP with no parallel TCP connections:

In this scenario, the browser will establish a new TCP connection for each request. The time required for each connection is given by:

DNS resolution: Typically 10-100 ms, depending on the server location and network conditions.TCP connection establishment: Typically 3-way handshake takes 1-3 round trips, with each round trip taking around 100 ms.HTTP request and response: Assuming negligible time for transmission, the time for the server to process the request and send the response will depend on the server load and the size of the requested object.TCP connection teardown: Typically 1-2 round trips, with each round trip taking around 100 ms.

Therefore, for each object, the total time required is roughly 10-100 + 2 * 100 + HTTP request/response time.

Assuming the request and response time is negligible, the total time for seven objects is approximately:

Total time = 7 * (10-100 + 2 * 100) = 1470-14700 ms

b. Non-persistent HTTP with the browser configured for three parallel connections:

In this scenario, the browser can establish up to three TCP connections in parallel. The total time required is given by:

DNS resolution: Same as above.TCP connection establishment: Same as above, but three connections can be established in parallel.HTTP request and response: Assuming negligible time for transmission, the time for the server to process the request and send the response will depend on the server load and the size of the requested object.TCP connection teardown: Same as above, but three connections can be torn down in parallel.

Therefore, for each group of three objects, the total time required is roughly 10-100 + 2 * 100 + HTTP request/response time.

Assuming the request and response time is negligible, the total time for seven objects is approximately:

Total time = 3 * (10-100 + 2 * 100) + 4 * (10-100 + 2 * 100) = 980-9800 ms

c. Persistent HTTP:

In this scenario, the browser establishes a single TCP connection and reuses it for multiple requests.

The time required for each request is similar to the non-persistent case, but the time for TCP connection establishment and teardown is saved. Therefore, the total time for seven objects is approximately:

DNS resolution: Same as above.TCP connection establishment: 1-3 round trips, with each round trip taking around 100 ms.HTTP request and response: Assuming negligible time for transmission, the time for the server to process the request and send the response will depend on the server load and the size of the requested object.TCP connection teardown: Not required.

Thus, total time = 10-100 + 2 * 100 + 6 * (HTTP request/response time) + 1-3 * 100 = 710-3700 ms.

For more details regarding HTML, visit:

https://brainly.com/question/17959015

#SPJ1

at what stage in a turbine engine are gas pressures the greatest?

Answers

The greatest gas pressures in a turbine engine are typically seen in the combustion chamber. This is the section where fuel is burned, and the resulting hot gases are used to power the engine's turbines.

The pressure in the combustion chamber can reach several times atmospheric pressure, with some designs capable of producing pressures of up to 80 bar.

The reason for the high pressure in the combustion chamber is due to the need to generate sufficient force to drive the turbines. As the gases expand and exit the combustion chamber, they are directed through a series of turbine blades that convert the pressure and heat energy into rotational force. The greater the pressure in the combustion chamber, the greater the force that can be produced by the turbines.

It is worth noting that while the combustion chamber typically has the highest gas pressures in a turbine engine, other sections of the engine may experience significant pressure differentials. For example, the compressor section must generate enough pressure to compress incoming air and feed it into the combustion chamber, while the exhaust section must manage the pressure of the exiting gases to maintain efficient engine operation.

Learn more about engine's turbines here:-

https://brainly.com/question/1417607

#SPJ11

. Describe the “seven deadly wastes”

Answers

Answer:

The original seven wastes, or muda, are transportation, inventory, motion, waiting, overproduction, overprocessing and defects. ... When manufacturers are able to identify the seven wastes, they can correct and prevent further loss of time, money and other resources.

Explanation:

Answer:

transportation, inventory,motion, waiting,overproduction,overprocessing,and defects

Explanation:

they are often referred to by the acronym TIMWOOD

during a 12 volt charging systems volt meter test, all of the electrical accessories are on when checking______voltage.

Answers

During a 12-volt charging system voltmeter test, it is recommended to turn off all electrical accessories to get an accurate reading of the system's voltage.

A charging system voltmeter test is a diagnostic procedure performed to assess the voltage output of the charging system in a vehicle. The charging system is responsible for maintaining the battery's charge and providing electrical power to the vehicle's electrical components while the engine is running.

To conduct a charging system voltmeter test, a voltmeter is connected to the battery terminals or the charging system's output terminal. The engine is then started, and the voltmeter measures the voltage output of the charging system.

By turning off the electrical accessories, you can eliminate any potential load on the system, allowing you to measure the actual voltage output. This will provide a more reliable assessment of the charging system's performance.

Therefore, during a 12-volt charging system voltmeter test, it is recommended to turn off all electrical accessories to get an accurate reading of the system's voltage.

For more details regarding the charging system voltmeter test, visit:

https://brainly.com/question/969508

#SPJ4

When a customer goes to shop in a supermarket, he/she starts by filling all the items they need on the trolley. The customer then pushes the trolley to the trolley to the cashier who calculates the total cost of all the items and presents the same o the customer. Thereafter, the customer may decide to pay in cash or present a card. The credit card is then swiped by the cashier through a card reader that debits the same amount from the customer’s account. The cashier then returns the card to the customer. represent the above using a use-case diagram ​

Answers

A Use-Case Diagram (UCD)refers to all the possible interactions that a person or one system can possibly have with another system, represented in a graphical format.

There are four main constituents of a use-case diagram. They are:

The actors who interact with the systemthe systemthe use cases andthe lines that represent the relationships

UCDs are used to

capture the requirements of a systemacquire the external persons' point of viewidentify risk factors associated with a project.

See the attached picture and the link below for more about Use-Case Diagrams:

https://brainly.com/question/3256543

When a customer goes to shop in a supermarket, he/she starts by filling all the items they need on the

Explain how one of the three reasoning identified by Aristotle could be used in developing solution

Answers

Aristotle's three forms of reasoning are Ethos, Pathos, and Logos. Logos helps to ensure that the solution is based on sound reasoning and supported by evidence.

Logos is a form of reasoning that involves the use of logic and reasoning to persuade or convince an audience. It relies on facts, data, and evidence to support a claim or argument. This form of reasoning can be very effective in developing solutions because it helps to ensure that the solution is based on sound reasoning and supported by evidence.

To use logos in developing a solution, one would need to start by gathering relevant data and evidence related to the problem at hand. This may involve conducting research, analyzing data, and consulting with experts in the relevant field. Once the relevant data and evidence have been gathered, one can use logical reasoning to analyze the information and develop a solution that is based on sound reasoning and evidence.

For example, let's say a company is trying to develop a new product and is trying to decide which features to include in the product. To use logos in developing a solution, the company would start by gathering data and evidence related to customer needs and preferences, market trends, and competitor products. Once this data has been gathered, the company would use logical reasoning to analyze the information and develop a solution that is based on the most relevant and reliable data.

Using logos in developing a solution helps to ensure that the solution is not based on emotions or personal biases, but on sound reasoning and evidence. This can help to increase the likelihood that the solution will be effective and successful in solving the problem at hand.

Learn more about Aristotle here https://brainly.com/question/5399979

#SPJ4

how should email be considered similar to a phone call

Answers

Answer:

Emails and phone calls are both common forms of communication that are used in professional and personal settings. There are several similarities between email and phone calls:

1. Both are asynchronous forms of communication: Unlike instant messaging or face-to-face conversations, both emails and phone calls allow the sender or recipient to respond at their convenience. They don't require immediate attention or an instant response.

2. Both are written forms of communication: While phone calls rely on spoken words, emails are written. As a result, both can be used to convey detailed information and allow the sender to carefully consider their words before sending.

3. Both are forms of direct communication: Emails and phone calls both allow for direct communication between two parties. This can be beneficial for discussing sensitive information or resolving issues quickly.

4. Both can be used for formal and informal communication: Emails and phone calls can be used in both personal and professional contexts. They are both flexible forms of communication that can be adapted to fit different situations.

5. Both require attention to tone and etiquette: Just like with phone calls, emails require attention to tone and proper etiquette. Both forms of communication should be approached professionally and respectfully to ensure effective communication.

In conclusion, while there are differences between emails and phone calls, there are also similarities that make them useful communication tools. Both allow for direct, asynchronous communication and can be adapted to fit different situations.

Explanation:

True or false, and why?
In a connected undirected graph G = (V, E, w) with nonnegative edge weights, the shortest-path tree from any source vertex s belongs to V is a minimum spanning tree of G.
(Hint: Recall that the shortest-path tree from s consists of the edges {(π(v), v) : v belongs to V − {s}} where, for each v belongs to V − {s}, (π(v), v) is the last relaxed incoming edge at v in an execution of Dijkstra’s single-source shortest-paths algorithm from s.)

Answers

The shortest-path tree from a source vertex s in a connected undirected graph G = (V, E, w) with nonnegative edge weights is not always a minimum spanning tree of G. False.

The shortest-path tree from vertex s is formed by the edges {(π(v), v) : v belongs to V − {s}}, where π(v) denotes the predecessor of vertex v in the shortest-path tree. This tree is generated using Dijkstra's algorithm to find the shortest paths from the source vertex s to all other vertices in the graph. On the other hand, a minimum spanning tree (MST) of a connected undirected graph is a tree that spans all the vertices with the minimum possible total edge weight.

There are algorithms like Kruskal's and Prim's that are specifically designed to find the MST of a graph.The shortest-path tree and MST have different objectives: the former aims to minimize the sum of edge weights along a path from the source vertex to each other vertex, while the latter aims to minimize the total weight of all edges in the tree. These objectives may lead to different tree structures, so the shortest-path tree from a source vertex is not guaranteed to be an MST of the graph.

To know more about nonnegative edge visit:

https://brainly.com/question/30883395

#SPJ11

under dc conditions, find the energy stored in the capacitors in fig. 6.13. answer: 20.25 mj, 3.375 mj. p

Answers

Energy stored in capacitors under DC conditions in Fig. 6.13 is 20.25 MJ and 3.375 MJ.

To calculate the energy stored in the capacitors, we need to use the formula: E = 1/2 * C * V^2, where E is the energy, C is the capacitance, and V is the voltage across the capacitor.

In Fig. 6.13, we have multiple capacitors connected in parallel or series. To find the total energy stored, we first calculate the energy stored in each capacitor separately and then sum them up.

Let's assume the capacitances of the capacitors in the figure are C1, C2, and C3, and the voltages across them are V1, V2, and V3, respectively.

The energy stored in each capacitor is calculated as follows:

Energy in C1 = 1/2 * C1 * V1^2

Energy in C2 = 1/2 * C2 * V2^2

Energy in C3 = 1/2 * C3 * V3^2

Finally, we can find the total energy by summing up the individual energies:

Total energy = Energy in C1 + Energy in C2 + Energy in C3

By performing the calculations, we obtain the values of 20.25 MJ and 3.375 MJ for the energy stored in the capacitors in Fig. 6.13.

Know more about capacitors here:

https://brainly.com/question/17176550

#SPJ11

help protect the lower legs and feet from heat hazards like molten metal and welding sparks

Answers

Answer:

i think its called leggings thats wut my shop teacher told me

Explanation:

Leggings protect the lower legs and feet from heat hazards such as molten metal or welding sparks.

A father would like to save some money on his son birthday so that the money could be used for his son's school and university expenses. His son is expected to be in upper and lower 6 level for two years starting at the age of 18 and requires RM 5,000 of expenses per year. He will enroll into the university at the age of 20 for a duration of 4 years and requires RM 10,000 of expenses per year. Assume that the saving receives an interest of 6% per year and all of the expenses including the fess are going to be paid at the starting of the semester. (i) Calculate the total amount of money that the father needs to save on his son's birthday so that he can support all of his son's expenses during low and upper 6 and university studies (ii) If the father intends to save every year starting at the age when his son is 1 years old until he finishes his study at the university, calculate the annual saving that he should make to cover all of his son expenses.

Answers

(i) The total amount the father needs to save on his son's birthday to cover all expenses is RM 88,500.  (ii) To cover all expenses, the father should save approximately RM 7,687.50 per year from the age of 1 until his son finishes university.

(i) To calculate the total amount of money that the father needs to save, we first calculate the expenses for the lower and upper 6 levels and the university studies. The son will be in the upper and lower 6 levels for two years, requiring RM 5,000 of expenses per year, resulting in a total of 2 * RM 5,000 = RM 10,000 for the 6 levels. Then, the son will study at the university for 4 years, requiring RM 10,000 of expenses per year, resulting in a total of 4 * RM 10,000 = RM 40,000 for the university. Next, we consider the time value of money by taking into account the interest rate of 6% per year. Using the future value of a lump sum formula, we can calculate the total amount the father needs to save.

Learn more about expenses here:

https://brainly.com/question/29844123

#SPJ11

If = (4,0,3) =(−2,1,5). Find ||, and the vectors (+),(−) ,3 (2+5)

Answers

The vectors are magnitude of vector v is 5. The sum of vectors v1 and v2 is (+) = (2, 1, 8).  The difference between vectors v1 and v2 is (-) = (6, -1, -2). The scalar multiple of vector v1 by 3 is 3(2, 0, 3) = (12, 0, 9).

To find the magnitude (||) of a vector, we can use the formula:

||v|| = sqrt(v1^2 + v2^2 + v3^2)

Given vector v = (4, 0, 3), we can calculate its magnitude as follows:

||v|| = sqrt(4^2 + 0^2 + 3^2)

     = sqrt(16 + 0 + 9)

     = sqrt(25)

     = 5

Therefore, the magnitude of vector v is 5.

Now, let's find the sum (+) and difference (-) of the given vectors.

Given vectors v1 = (4, 0, 3) and v2 = (-2, 1, 5), the sum of these vectors is calculated by adding the corresponding components:

v1 + v2 = (4 + (-2), 0 + 1, 3 + 5)

       = (2, 1, 8)

The difference between the vectors is found by subtracting the corresponding components:

v1 - v2 = (4 - (-2), 0 - 1, 3 - 5)

       = (6, -1, -2)

Lastly, let's calculate the scalar multiple of vector v1:

3v1 = 3(4, 0, 3)

   = (12, 0, 9)

Therefore, the vectors are as follows:

- The magnitude of vector v is 5.

- The sum of vectors v1 and v2 is (+) = (2, 1, 8).

- The difference between vectors v1 and v2 is (-) = (6, -1, -2).

- The scalar multiple of vector v1 by 3 is 3(2, 0, 3) = (12, 0, 9).

Learn more about magnitude here

https://brainly.com/question/14943747

#SPJ11

_____is a slow wireless technology used to connect devices within a radius of about 30 feet

Answers

Answer:

Bluetooth is a slow wireless technology used to connect devices within a radius of about 30 feet. While Bluetooth technology is amazing, there are lots of bugs involved with Bluetooth devices, and there is still lots to be discovered in this area of tech.

The UHRS platform is optimized for Edge/Internet Explorer only. You can still use your favorite browser, but keep in mind that you may experience technical issues when working on UHRS with a different browser than Edge or Internet Explorer.

UHRS is optimized for...

Answers

It is to be noted that all UHRS platforms are optimized for the popular kinds of internet browser applications.

What is a UHRS?

The Universal Human Relevance System (UHRS) is a crowdsourcing platform that allows for data labeling for a variety of AI application situations.

Vendor partners link people referred to as "judges" to offer data labeling at scale for us. All UHRS judges are bound by an NDA, ensuring that data is kept protected.

A browser is a software tool that allows you to see and interact with all of the knowledgeon the World Wide Web. Web sites, movies, and photos are all examples of this.

Learn more about internet browser applications.:
https://brainly.com/question/16829947
#SPJ1

to avoid falling objects in construction don't stack materials higher than

Answers

Answer:Falling or flying objects on a worksite can expose workers to relatively minor injuries, such as cuts and abrasions, as well as more serious injuries, such as concussions or blindness. Working beneath scaffolds or other areas where overhead work is being performed puts workers at risk from falling objects. Flying objects become a concern when workers are using power tools or performing tasks that involve pushing, pulling or prying.

Explanation:General

Always wear hard hats when work is being performed overhead or when other work conditions call for it.

Stack materials securely to prevent them from sliding, falling or collapsing.

Overhead work

Secure all tools and materials to prevent them from falling on people below.

Use toe boards or guardrails on scaffolds to prevent objects from falling. Alternately, use debris nets or catch platforms to grab falling objects.

Machine use

When working with machines or power tools that can produce flying particles, wear safety glasses, goggles or face shields.

Inspect tools prior to use, and be sure all guards are in place and in good working condition.

Allow only properly trained workers to use power-actuated tools.

Cranes/hoists

Whenever possible, avoid working under moving loads.

Erect barricades and post warning signs at hazardous work zones.

Inspect cranes and hoists prior to use to ensure all components are in good working order, including wire rope, lifting hooks and chains.

Never exceed the lifting capacity of cranes and hoists.

Compressed air

Reduce compressed air for cleaning to 30 psi, and always use proper personal protective equipment and guarding.

Never clean clothing with compressed air.

What are the systems used to step down energy so that it can safely be delivered to a home or other building for use?.

Answers

Transformers are used in electrical distribution systems to safely and efficiently increase or decrease voltage.

What is Transformer ?

           A transformer is a passive component that transfers electrical energy from one circuit to another, or from multiple circuits. A changing current in any of the transformer's coils causes a changing magnetic flux in the core, which induces a changing electromotive force (EMF) across any other coils wound around the same core. Without a metallic connection between the two circuits, electrical energy can be transferred between separate coils. Faraday's law of induction, discovered in 1831, describes the induced voltage effect in any coil caused by a changing magnetic flux that surrounds the coil.

              Transformers are used to change AC voltage levels, with step-up and step-down transformers used to increase and decrease voltage levels, respectively. Transformers can also be used to provide galvanic isolation between circuits and to couple signal-processing circuit stages. Transformers have been essential for the transmission, distribution, and utilisation of alternating current electric power since the invention of the first constant-potential transformer in 1885.

To learn more about Transformer refer :

https://brainly.com/question/1312500

#SPJ4

How to calculate total photon flux incident on the photodiode

Answers

Answer:

Use this PDF file it should help you calculate total photon flux incident on the photodiode.

Explanation:

It's a file on lecture notes that help people learn about engineering and maybe in the lecture notes it might have information about how to calculate total photon flux incident on the photodiode

Which of these is the number of degrees of crankshaft rotation for which the valve is
lifted off the seat?
A. Duration
B. Lift
C. Overlap
D. Underlap

Answers

It would be B because when you lift the sit
The answer to that will be B: Lift

The painting crew has 54 2/3 miles of center lines to paint on the highway. If they have completed 23 1/5 miles, how many miles do they have to go?
a. 31 7/15
b. 31 13/15
c. 24 4/15
cl. 31 1/2

Answers

To find the miles left to paint, we need to subtract the miles already painted from the total miles of center lines.

Total miles of center lines = 54 2/3 miles

Miles already painted = 23 1/5 miles

54 2/3 - 23 1/5 = 31 7/15 miles

Therefore, the painting crew has 31 7/15 miles left to paint. Answer: (a) 31 7/15.

The correct option is B, 31 13/15 miles.

To find out how many miles the painting crew has left to paint, you need to subtract the completed miles (23 1/5) from the total miles (54 2/3). Find a common denominator for the fractions, which is 15. Convert the fractions to have the common denominator.

Total distance = 54 2/3 miles
Completed distance = 23 1/5 miles
We can subtract these two distances by finding a common denominator for the fractions:
54 2/3 miles = 54 10/15 miles
23 1/5 miles = 23 3/15 miles
Now we can subtract:
54 10/15 miles
- 23 3/15 miles
31 7/15 miles.

To know more about miles visit:-

https://brainly.com/question/23986669

#SPJ11

If anyone knows manufacturing plz help

If anyone knows manufacturing plz help

Answers

Answer:

I don't know ask my dad he would

Explanation:

but I can't ask him because he went to get milk and forgot to come back


Jessica wants to create business cards for her interior design business. Which digital media tool should she use?

Answers

she should use InDesign

The u velocity component of a steady, two-dimensional, incompressible flow field is u = 3 ax 2 - 2 bxy, where a and b are constants. Velocity component v is unknown. Generate an expression for u as a function of x and y.

Answers

Answer:

The velocity component v is \(-6axy+2by^2+f(x)\)

Explanation:

Given that,

The velocity component of a steady, two-dimensional

\(u=3ax^2-2bxy\)

We need to calculate the function of x

Using given equation

\(u=3ax^2-2bxy\)

Where, a and b is constant

On differential

\(\dfrac{du}{dx}=6ax-2by\)

We need to calculate the velocity component v

Using equation of velocity

\(\dfrac{dv}{dy}=-\dfrac{du}{dx}-\dfrac{dw}{dz}\)

Put the value into the formula

\(\dfrac{dv}{dy}=-6ax+2by-0\)

Now, on integration w.r.t y

\(v=-6axy+2by^2+f(x)\)

Hence, The velocity component v is \(-6axy+2by^2+f(x)\)

an employee is having trouble with a current project and needs help.

Answers

Answer:

What ! you are an Engineer and I am a High school why are You in my feed..!!

need urgent help!!
Determine the point(s) P on the line e with equation x−6 = ( y−3)/4 = ( 1−z)/3
for which the line connecting P with Q(2, −6, 5) is perpendicular to e.

Answers

The quartiles divide a set of observations into four portions, each representing 25% of the observations, together with the minimum and maximum values of the data set. The interquartile range, a measurement of variation around the median, is calculated using quartiles.

How are quartiles determined?In order to quartile a set of data with n items (numbers), we choose the n/4th, n/2nd, and n/4th items. Interpolation between the adjacent items is used if indexes n/4, n/2, or 3n/4 are not integers.For instance, the first quartile Q1 of ordered data is the 25th item, the second quartile Q2 is the 50th item, and the third quartile Q3 is the 75th item. The fourth quartile Q4 would be the highest item of data, and the zeroth quartile Q0 would be the minimum item; however, these extreme quartiles are referred to as the minimum and maximum of a set, respectively.Calculation:

Statistical file: {2, -6, 5}

Quartile Q1: -6

Quartile Q2: 2

Quartile Q3: 5.

To Learn more about quartiles refer to:

https://brainly.com/question/28168026

#SPJ1

need urgent help!!Determine the point(s) P on the line e with equation x6 = ( y3)/4 = ( 1z)/3for which
Other Questions
Organisms that eat other organisms or dead organic matter are known as ___________________.Group of answer choicesproducersautotrophsheterotrophseukaryotes If you ask Freud, the purpose of defense mechanisms is to Group of answer choices prevent threatening thoughts from attaining awareness. destroy the id. protect the superego from troubling impulses. unite the id and superego. satisfy the id. Solve the inequality for x8^x>24 how to add 1/6 and 2/3 Why did Spain create missions in the colonies? En el 2013 este pas fue dado el 28 lugar en la lista de los mejores pases donde vivir Many people love roller coasters. Some people call them scream machines. They agree that riding a roller coaster is a thrilling experience. What you may not realize while you are going 60 miles an hour is that a roller coaster has no engine. You are not being propelled around the track by a motor or pulled by anything. A roller coaster moves on its own. How do you think that can happen?HELP PLEASE! The costs of different sizes of bottled sport drink shown. Which bottle costs the least per ounce 8oz $0.89 16oz $1.09 24oz $1.89 32oz $2.39 PLS HELP !! WILL GIVE YOU BRAINLIEST what is 7 copies of 1/10 Calculate the displacement of a sine wave in mm of Time Period of 2 seconds and amplitude 8 cm, 0.3seconds after the commencement of the wave. What are the codons for lysine? it takes 0.75 cups of sugar to make a batch of lemon cookies i have 5.5 cups of sugar how mant batches can i make *answer has to be in fractions* True or false? registered nurses undergo the same training as licensed practical nurses. (chapter 4) The graph shows parallelogram FGHJ and the location of vertex F after a dilation with respect to the origin.What are the coordinates of J?(1, 5)(3, 5)(1, 6)(3, -6) i wAs LIkE- TrEY, do y0u THink YoU caN BUy mE a botTLe of RoSe' the cournot model of oligopoly assumes that part 2 a. firms make their decisions simultaneously. b. firms decide what quantity to produce. c. firms do not cooperate. d. all of the above. Read the excerpt from an informational document.[I]f we could but induce our retired merchants, engineers, doctors, solicitors, barristers, judges, and civilians to make India permanently their home, what an amount of talent and ability, political experience and ripe judgement, we should retain in India for the benefit of us all! All these great questions in regard to the financial drain on India, and those questions arising from jealousy of races and the rivalry for public employment, would at once disappear. And when we speak of the poverty of India, because of the draining away of vast sums of money from India to England, it has always seemed to me strange that so little thought should be bestowed upon the question of the poverty of our resources caused by the drain of so many men of public, political, and intellectual eminence from our shores every year.Badruddin Tyabji, 1887Which detail from the excerpt best supports the thesis that British imperialism and policies were having a negative effect on India?a)induce our retired merchantsb)what an amount of talent and abilityc)draining away of vast sums of money from Indiad)so little thought should be bestowed upon . . . poverty Integrating sources in MLA papers To read about integrating sources, see 52 in The Bedfford Handbook, Elghth Edition. Read the following passage and the information about its source. Then decide whether each student sample uses the source correctly. If the student has made an error in using the source, revise the sample to avoid the error. If the student has quoted correctly, write "OK." ORIGINAL SOURCE In 1827 two brothers from Switzerland named Giovanni and Pietro Del-Monico-the one a wine importer, the other a pastry chef-opened a shop on William Street [in New York City] with a half-dozen pine tables where customers could sample fine French pastries, coffee, chocolate, wine, and liquor. Three years later, the Delmonicos (as John and Peter now called themselves) opened a "Restaurant Franais" next door that was among the first in town to let diners order from a menu of choices, at any time they pleased, and sit at their own cloth-covered tables. This was a sharp break from the fixed fare and simultaneous seatings at common hotel tables -so crowded (one guidebook warned) that your elbows were "pinned down to your sides like the wings of a trussed fowl." New Yorkers were a bit unsure agents of export houses, who felt themselves marooned among a people with barbarous eating habits. The idea soon caught on, however; more restaurants appeared, and harried businessmen abandoned the ancient practice of going home for lunch. From Burrows, Edwin G., and Mike Wallace. Gotham: A History of New York City to 1898. New York: Oxford UP. Print. [The source passage is from pages 436-37. Page 436 ends after the first dash in the first sentence.] 1. The Delmonico brothers' French restaurant was among the first eating establishments to let diners order from a menu of choices, at any time they pleased, and sit at their own clothcovered tables (437). 2. As Edwin G. Burrows and Mike Wallace point out, restaurant culture in New York City changed forever with the arrival of the Delmonico brothers' French restaurant, which was among the first eating establishments "to let diners order from a menu of choices, at any time they pleased, and sit at their own cloth-covered tables" (437). 3. In their history of New York City's early years, Edwin G. Burrows and Mike Wallace describe the Delmonico brothers' first eating establishment, opened in 1827, as a shop consisting of "a halfdozen pine tables where customers could sample fine French pastries, coffee, chocolate, wine, and liquor" (437). 4. In 1830, the Delmonico brothers opened one of the first restaurants in New York City. "This was a sharp break from the fixed fare and simultaneous seatings at common hotel tables-so crowded (one guidebook warned) that your elbows were 'pinned down to your sides like the wings of a trussed fowl'" (Burrows and Wallace 437). 5. According to Burrows and Wallace, the Delmonico brothers' original shop enticed New Yorkers "with a half-dozen tables at which patrons could sample French pastries, coffee, chocolate, wine, and liquor" (437). 6. As Burrows and Wallace note, New Yorkers in 1830 felt "a bit unsure about [such] fancy foreign 52-2 | Integrating sources in MLA papers 15 customs" as eating in a restaurant that offered a menu and separate tables (437). 7. Burrows and Wallace observe that the Delmonico brothers' restaurant first attracted resident European agents of export houses, who felt themselves marooned among a people with barbarous eating habits (437). 8. The Delmonico brothers' restaurant first attracted "resident European agents of export houses, who felt themselves marooned among a people with barbarous eating habits" (437). 9. According to Burrows and Wallace, "The idea [of a restaurant] soon caught on . . and harried businessmen abandoned the ancient practice of going home for lunch" (437). 10. Native New Yorkers were at first suspicious of the concept of a restaurant. "The idea soon caught on, however; more restaurants appeared, and harried businessmen abandoned the ancient practice of going home for lunch" (437). The happy apple farm has 560 apple trees. Each apple tree has 169 apples. How many apples are on all the trees together?