Refer to the exhibit. A web designer calls to report that the web server web-s1.cisco is not reachable through a web browser. The technician uses command line utilities to verify the problem and to begin the troubleshooting process. Which two things can be determined about the problem? (Choose two.)
A. The web server at 192.168.0.10 is reachable from the source host.
B. The default gateway between the source host and the server at 192.168.0.10 is down.
C. There is a problem with the web server software on web-s1.cisco.com.
D. A router is down between the source host and the server web-s1.cisco.com.
E. DNS cannot resolve the IP address for the server web-s1.cisco.com.

Answers

Answer 1

......Explanation:

ascsmlmcm

Answer 2

Based on the information, it is clear that the web server at the IP address is reachable, yet there may be a DNS goal issue for its space name. Option A and E is the correct answer

How is the web server part of the problem?

The problem can be understood in two ways based on the information provided:

A. The web server at 192.168.0.10 is reachable from the source.

This is not entirely set in stone by the fruitful ping order reaction to the IP address of the web server. Assuming that the web server was inaccessible, the ping would fall flat.

E. DNS cannot resolve the IP address for the server web-s1.cisco.com.

This may be induced by the truth that the specialist utilized the IP address (192.168.0.10) rather than the space title (web-s1.cisco.com) to test the network. On the off chance that DNS was working appropriately, the expert would have utilized the space name all things being equal.

As a result, we are able to conclude from the exhibit that the web server at the specified IP address can be reached; however, there may be a problem with DNS resolution for the server's domain name.

Learn more about web servers here:

https://brainly.com/question/29490350

#SPJ2


Related Questions

Which statement is false? Select one: a. A class is to an object as a blueprint is to a house. b. Classes are reusable software components. c. Performing a task in a program requires a method. d. A class is an instance of its object.

Answers

Answer:

A class is an instance of its object

Explanation:

Common concerns with backups are disk failure, lack of redundancy, and the necessity of future growth of disk capacity. Which backup method adresses these concerns and has multiple levels of use depending on how you want to prioritize features like performance, capacity, or reliability

Answers

Answer:

RAID Array

Explanation:

Backups are needed in the IT industry to take care of some harm that can affect data resulting in its lose. RAID is the acronym for Redundant Array of Independent Disks. RAID combines multiple physical disks into a large virtual disk. It has different levels which range from 0, 1, 5, 6, and 10. RAID has a high degree of optimizing the data capacity of a backup device and its different levels prioritize features like performance, capacity, and reliability.

It also accommodates the future growth of disk capacity and reduces to the minimum the risk of data loss. It is very useful in ensuring data storage.

A college marketing department has a networked storage device that uses the IP address 10.18.7.5, TCP port 443 for encryption, and UDP port 4365 for video streaming. The college already uses PAT on the router that connects to the Internet. The router interface has the public IP address of 209.165.200.225/30. The IP NAT pool currently uses the IP addresses ranging from 209.165.200.228-236. Which configuration would the network administrator add to allow this device to be accessed by the marketing personnel from home

Answers

Answer:

The answer to this question can be defined as follows:

Explanation:

The static NAT stands for (static Network Address Translation), which enables the user to modify a single interpretation for a local second-order to the external environment addresses, and all IP and port numbers were also transcribed inside to random traffic as well as from outside with the internal traffic.

It is used to map network traffic by an internal IP address from a static external IP address. It provides a fixed conversion for actual addresses onto maps. It offers Internet access to the network equipment via a private LAN with such a private IP address which is not recorded.Please find the attachment of the ip address.

What are the flowchart symbols?​

Answers

Answer:Flowchart use to represent different types of action and steps in the process.These are known as flowchart symbol.

Explanation:The flowchart symbols are lines and arrows show the step and relations, these are known as flowchart symbol.

Diamond shape: This types of  flow chart symbols represent a decision.

Rectangle shape:This types of flow chart symbols represent a process.

Start/End : it represent that start or end point.

Arrows: it represent that representative shapes.

Input/output: it represent that input or output.

Asia pacific and Japanese sales team from cloud kicks have requested separate report folders for each region.The VP of sales needs one place to find the reports and still wants to retain visibility of the reports in each folder. What should a consultant recommended to meet this requirement.

Answers

Answer:

B) Create all new regional folders and move the reports to the respective region folder with viewer access.

Explanation:

Below are the options

A) Create grouped folders, keeping the top region folder sharing settings and limiting the sharing settings for the grouped folders for each region.

B) Create all new regional folders and move the reports to the respective region folder with viewer access.

C) Create all new regional folders and move the reports to the respective region folder with subscribe access.

D) Create subfolders, keeping the top region folder sharing settings and limiting the sharing settings for the subfolders for each region

In order to required reports at one place and also wants to retain the visibility for each folder the consultant should suggest that all new regional folders should be created and afterwards it would be moved to their relevant region folders by involving the viewer access feature so that the VP should access it anytime

Hence, the correct option is B.

Based on the information given, the correct option will be B. Create all new regional folders and move the reports to the respective region folder with viewer access.

From the information given, it was stated that the VP of sales needs one place to find the reports and still wants to retain visibility of the reports in each folder.

Therefore, it's important to create all new regional folders and move the reports to the respective region folder with viewer access.

Learn more about folders on:

https://brainly.com/question/20262915

Meaning of software

Answers

Answer:

Is a collection of data or computer instructions that tell the computer how to work.

Explanation:

By what decade were books readily available to the public across the United States and Europe? A. 1690 B. 1750 C. 1860 D. 1820

Answers

Answer: 1820

Explanation:

I believe the answer is the 1820, as the introduction of steam powered printing presses and steam powered paper mills significantly lowered the cost of books to decrease and significantly increased their circulation/availability.

hope this  helps

-lvr

How do I make my kali Linux faster in my virtual box?

Answers

Answer:

If you run any operating system as a VM, it is going to be slower than if you were to run it as a native OS. You can, however, make a VM run faster by allocating more CPU cores and RAM to it in your hypervisor's (such as Virtualbox or VMWare) settings menu for your VM.

does that make sense?

What VM are you using? if your using virual box then try adding more RAM to it. I use VMware player 16 and its REALLY fast so try that. Also, go on online and look up this guy called network chuck.

Which of the following statements is false? a. InputStream and OutputStream are abstract classes for performing byte-based I/O. b. Tubes are synchronized communication channels between threads. c. A filter stream provides additional functionality, such as aggregating data bytes into meaningful primitive-type units. FilterInputStream and FilterOutputStream are typically extended, so some of their filtering capabilities are provided by their concrete subclasses. d. A PrintStream performs text output. System.out and System.err are PrintStreams.

Answers

Answer:

The answer is "Option b".

Explanation:

Tubes were streams among processes, that are interconnected. It is coordinated ways to communicate between threads, that's why the only option b is wrong, and the correct choice can be defined as follows:

In option a, the byte-based I/O the input and output stream abstract class is used, that's why it correct. In option c, It is used to provide additional functionality, that's why it correct.   In option d, It is used to provide the text output.

Question 3 of 10
What is one advantage of video tutorials about maintenance and repairs?
O A. Video tutorials help you fix problems by doing the work for you.
O B. Sometimes, seeing a picture of the process is more helpful than
reading about it.
O C. Video tutorials are easier to make than written guides.
O D. Video tutorials cannot do the repair or maintenance for you.
SUBMIT
PREVIOUS​

Answers

Answer:

B. Sometimes, seeing a picture of the process is more helpful than  reading about it.

Explanation:

Video tutorials are a form of communication in which the instructions are given through video instructions. The users drive more information from video tutorials than written or audio. The visual and the auditory aids together helps in creating a better impact on the users. The video tutorial is more user friendly and can easily be controlled by the user. This helps in better understanding and analyzing the information.

Answer: B. Sometimes, seeing a picture of the process is more helpful than reading about it.

Explanation: took the quiz

Which one of these tasks best describes the process of localization?

Answers

Answer:

Localization is the process of adapting the project and service at a particular language.

Explanation:

Localization is that adapted to the product and service that need a desired to the popular look and feel.

Localization is to perform that including changing the local culture.

Localization is addition to perform the such details and time zone ,local color, holiday and name translation, money all to be considered.

Localization can sometimes  be perform with automatic language translation.

Localization that requirement to the enabling product to be different national product known as globalization.

Dr. Garcia is a business professor at a large state college. At the start of each workday, he opens a Web browser on his office computer and accesses the university’s Web site. From there, he logs into his institution’s "MyCollege" portal with his username and password. From the portal he can access his email, Web pages for each of his courses, and confidential information about the students he advises. Most likely, Dr. Garcia is using what kind of network when using the portal?

Answers

Answer:

b. Intranet

Explanation:

An intranet refers to the private network that used to sharing the information, for collaboration, connecting the servcies, etc. It can be accessed by only the users who are authorized to use it. Plus, it only used inside the outside organization

So according to the given situation, since Dr Garcia has his credentials that represents the confidential information so it is an intranet netwrok

What process is used to convert numbers between the binary system and the decimal system? (A.)Enter the number in a calculator, divide by 2, and multiply by 10.,(B)Convert each binary number to a letter, then use the letter’s place in the alphabet as the decimal representation ( e.g., A = 1, B = 2),(C.)Add up the digits in the binary number and place the sum behind a decimal point,(D.)Look up the number on a binary-to-decimal conversion table.

Answers

Answer:

(D.)Look up the number on a binary-to-decimal conversion table.

Explanation:

Though there are other ways of converting binary-to-decimal but from the given list of options, the best option that describes this conversion is option D.

Analyzing each of the options;

Option A

A binary number can't be converted to decimal by merely dividing it by 2 and multiplying the result by 10;

Take for instance; 11 in binary;

Divide by 2

11/2 = 5.5

Multiply result by 10

5.5 * 10 = 55

This final outcome is incorrect; as 11 in binary = 3 in decimal

Option B

This is also incorrect because as there is no room for alphabets in binary representation of numbers

Option C

This will also give an incorrect result;

Take for instance 11

Add up the digits

1 + 1 = 2

Place a decimal point behind;

This gives 2. or 2.0

This final outcome is incorrect; as 11 in binary = 3 in decimal

Option D

Looking up the number on a conversion table gives the accurate result

There are different types of conversion process. The process used to convert numbers between the binary system and the decimal system is to Look up the number on a binary-to-decimal conversion table.

Binary to decimal conversion is often done to show a number that is listed out in binary number system to its equivalent usually in decimal number system.

For easy conversion, one can Divide the binary number by 2 and write out the remainder. Thereafter you can divide by 2  again and write remainder and this process continue till the last remainder becomes 1 .

After that write all the remainders in the (0 , 1)  order. With this, the decimal is converted into binary.

Learn more about binary from

https://brainly.com/question/4467709

Find dy/dx and d2y/dx2. x = t2 + 5, y = t2 + 5t dy dx = Correct: Your answer is correct. d2y dx2 = Correct: Your answer is correct. For which values of t is the curve concave upward? (Enter your answer using interval notation.) Changed: Your submitted answer was incorrect. Your current answer has not been submitted.

Answers

Answer:

The answer to this question can be defined as follows:

Explanation:

Given value:

[tex]x = t^2 + 5......(1)\\\\ y = t^2 + 5t........(2)[/tex]

To find:

[tex]\bold {\frac{dy}{dx} \ \ \ and\ \ \ \frac{d^2y}{dx^2} = ?}[/tex]

Differentiate the above equation:

equation 1:

[tex]\frac{dx}{dt}= 2t.......(1)\\[/tex]

equation 2:

[tex]\frac{dy}{dt}= 2t+5[/tex]

Formula:

[tex]\frac{dy}{dx}= \frac{\frac{dy}{dt}}{\frac{dx}{dt}}\\\\[/tex]

[tex]\boxed{\bold{\frac{dy}{dx}=\frac{2t+5}{2t}}}[/tex]

To calculate the [tex]\bold{\frac{d^2y}{dx^2}}[/tex] we Differentiate the above equation but before that first solve the equation:

Equation:

[tex]\frac{dy}{dx}=\frac{2t+5}{2t}[/tex]

    [tex]=\frac{2t}{2t}+\frac{5}{2t}\\\\= 1+\frac{5}{2t}\\\\=1+\frac{5}{2} t^{-1} \\[/tex]

Formula:

[tex]\bold{\frac{d}{dx} \ x^n = nx^{n-1}}[/tex]

[tex]\frac{dy^2}{dx^2}= 0+\frac{5}{2} (-1 t^{-2})\\\\[/tex]

      [tex]= -\frac{5}{2} t^{-2}\\\\= -\frac{5}{2 t^2} \\\\[/tex]

[tex]\boxed{\bold{\frac{d^2y}{dx^2}=-\frac{5}{2t^2}}}[/tex]

Answer:

d2y dx2

Explanation:

Which of the following statements is false? a. The Java API consists of packages. b. The Java API helps programmers avoid "reinventing the wheel." c. The Java API consists of import declarations. d. None of the above.

Answers

Answer:

The answer is "Option c".

Explanation:

In Java programming, the API stands for "application programming interface", which is also known as the lists of all classes in the JDK. It contains all packages, classes, and interfaces, with their techniques, fields. It is a built-in class, which gives the programmer a great deal of usability, and correct choices can be described as follows:

In option a, It is correct because it imports the package to use API. In option b, It allows you to "re-invent the wheel" by developers, that's why it is correct.

Which of the following is a true statement about milestones?
O A. Meeting milestones contribute to the meeting of a key deliverable.
O B. Milestones are the high level events or actions in a schedule.
O C. Milestones are a helpful but not essential part of a schedule.
O D. Most milestones concern the delivery of a product.

Answers

Answer:

B option

Explanation:

my stones are the high level events are actions in a schedule.

Consider a Rational class designed to represent rational numbers as a pair of int's, along with methods reduce (to reduce the rational to simplest form), gcd (to find the greatest common divisor of two int's), as well as methods for addition, subtraction, multiplication, and division. Why should the reduce and gcd methods be declared to be private.

Answers

Answer:

There is not a reason for the two methods to be private unless you want to only allow objects of the class Rational to have access to these methods.  Perhaps your professor has a particular reason for requiring it to be set up as such.

Explanation:

The use of the private space simply restricts access to either variables or methods contained within the space to the class object that is associated with the variable or methods.

The use of the public space allows the method or variable to be accessed from anywhere within the program.

Note, if using class inheritance, classes that inherit from the Rational class will not be able to access the private functions.

Identify the statement below which is true. Cloud computing eliminates the need for companies to own their own software and servers. Cloud computing is a control technique for system availability. Cloud computing eliminates the need for backup of applications and data. Cloud computing refers to the practice of storing application files and backup data on satellites "in the clouds."

Answers

Answer:

The answer is "Cloud computing is a control technique for system availability".

Explanation:

The term cloud computing provides on-demand computer network services, which including storing data (information) and computing resources, without client-specific active management. Its definition is often used to identify network infrastructure for several web users, that's why the above choice is a correct and wrong choice can be described as follows:

It also needs in businesses with using their apps and servers but can't be removed, that's why it is wrong  It does n't  only one the satellites, that's why it is wrong  It is used for storing data not for removing, that's why it is wrong.

CO! Oher...9
pressure
14.
large
The barometric height in a town is 65cmHg. Given that the standard atmospheric pressure
is 76cmHg and density of mercury is 13600kg/m", determine the altitude of the town. (Density of
(3mks)
air is 1.25kg/mº).​

Answers

Answer:

Altitude of the town(h1) = 1,196.8 m

Explanation:

Given:

Height of barometer(h) = 65 cm Hg = 0.65

Standard atmospheric pressure  = 76 cm Hg = 0.76

Density of mercury(Pm) = 13,600 kg/m³

Density of  air (Pa) = 1.25 kg/m³

Find:

Altitude of the town(h1)

Computation:

Pressure due column = Δp mercury column

(Pa)(h1) = (Pm)(h)

(1.25)(h1) = (13,600)(0.76-0.65)

(1.25)(h1) = 1,496

Altitude of the town(h1) = 1,196.8 m

GuardIN is an IT security firm. It deals with highly secure data for a wide variety of software and e-commerce agreements, trademark licenses, and patent licenses. GuardIN needs a cloud computing option that would allow it to purchase and maintain the software and infrastructure itself. The cloud also needs to be designed in such a way that all users of the organization can access it without any lag. Which of the following cloud computing options would be most suitable for GuardIN?
A) A public cloud
B) A community cloud
C) A hybrid cloud
D) A private cloud

Answers

Answer:

D) A private cloud

Explanation:

Note we are told that GuardIN needs a cloud computing option that would allow it to purchase and maintain the software and infrastructure itself.

Thus, to be able to manage the cloud infrastructure itself; it implies buying it's own hardware equipments, which means it is best to use a private cloud computing option.

Doing so would give GuardIN the opportunity to design the cloud storage in a way that all users of the organization can access it without any lag.

A string array:
A. Stores an actual string in each of its elements.
B. Can only provide access to strings of a certain length.
C. Is actually an array of pointers.
D. Is always less memory efficient than an equivalent double-subscripted array.

Answers

Answer:

C :Is actually an array of pointers

Explanation:

Here, we want to choose which of the options fit best as the answer to the question.

The correct answer here is that the string array is an array of pointers

A string array is used to store string of characters. The term array is an indication of the fact that it is a collection

Before Class B network 172.16.0.0 is subnetted by a network engineer, what parts of the structure of the IP addresses in this network already exist, with a specific size? (Choose two answers.)

Answers

Answer:

Host and network.

Explanation:

The parts of the structure of the IP addresses in this network already exist, with a specific size,  are Host and network.

Which of the following statements is true? A. Ethernet connections allow the most mobility for users. B. Maximum advertised connection speeds are for Wi-Fi connections only. C. Every computer user can expect the same Internet connection speed. D. The actual speed of a network can differ from the maximum advertised speeds. E. Wi-Fi is the best option for intensive Internet users who have high data

Answers

Answer:

A

Explanation:

Ethernet connections allow the most mobility for users

Employees often have more than one laptop-so one or both of them are always handheld. For this cause, companies turn to the versatility and scalability of wireless networks. It is convenient to grant workers connectivity through a wireless network, which they can use to connect several devices. Tablets, smartphones and laptops can all be connected to the network, which enables employees to access

Answer: D. The actual speed of a network can differ from the maximum advertised speeds



Explanation:

just got it correct on the test

What is the best use of a line chart? (A.)to show parts of a whole while emphasizing specific data,(B.)to compare and contrast discrete categories of data,(C.)to display data that changes over time(D.)to display data points that are unconnected and distinct

Answers

I think the answer to the question is C

what is the best phone company that sells long lasting battery life phones?​

Answers

Answer:

A lot of people won't agree with me, but I have had phones from a variety of companies and found Motorola phones to be by far the best.

Explanation:

Answer:

apple but sometimes the batterys be breaking  fast lol

Explanation:

Brainly won't let me see any answers. I've been trying to check my answers for 45 minutes now. I am unable to see ANY answers at all. Please help. I really need to finish all my work by tonight. *URGENT*

Answers

Answer:

I'm having the same problem. I think it has something to do with the Honor Code

Explanation:

The preferred means of creating multithreaded Java applications is by implementing the ________ interface. An object of a class that implements this interface represents a task to perform.

Answers

Answer:

Runnable.

Explanation:

Java is an all round programming language which is typically object-oriented and class-based. It was designed by James Gosling, developed by Sun microsystems and released officially on the 23rd of May, 1995. Java programming language is designed to have only a few implementation dependencies as possible because it was intended to be written once, and run on any platform.

Java makes concurrency to be available to software developers through the application programming interface (API) and the language. Also, it supports multiple threads of execution, by making each thread have its respective program counter and method-call stack, which then allow concurrent executions with other threads.

The preferred means of creating multithreaded Java applications is by implementing the runnable interface. An object of a class that implements this interface represents a task to perform. The code is public void run ().

Does anyone know how to fix this problem My kali Linux is getting stuck on the failed to send host log message the first time I run it but when I reset it it gets fixed but I wanna stop it from freezing and getting stuck on that error message

Answers

Update it, or just get a new Linux

Answer:

Is

Explanation:

You should check with a person repairing computers or call him and ask him Wats the problem with your pc or laptop or computer. This is just a suggestion. U can also get what to do from sites in the internet.

Hope this helps....

Have a nice day!!!!

A user's computer will not boot. A technician notices four indicator lights on the backside of the
computer. Two of the lights are green, and two are amber. Which of the following documentation
should the technician read to determine what the lights are indicating?
A. Network diagram
B. Computer manual
C. Asset management
D. Wiring scheme

Answers

Answer:

B.

Explanation:

Computer manual is the user guide that comes along with the computer set to inform the users about the functions, ways to assemble the parts, and so on.

The user manual consists of guide for the users specially for electronic products such as computers, refrigerators; softwares, and so on. These manuals are written by technical writers, programmers, etc.

In the given scenario the technician needs to refer to computer manual to know the meaning of the lights on the backside of the computer.

So, the correct answer is option B.

Referential integrity states that:______.
A. Something assigned to an attribute when no other value applies (N/A) or when the applicable value is unknown;
B. Values of an attribute must be taken from a pre-defined domain;
C. No primary key attribute (or component of a primary key) can be null;
D. Each foreign key value MUST match a primary key value in another relation or the foreign key value must be null;

Answers

Answer:

D. Each foreign key value MUST match a primary key value in another relation or the foreign key value must be null.

Explanation:

In Computer programming, integrity constraints can be defined as a set of standard rules that ensures quality information and database are maintained.

Basically, there are four (4) types of integrity constraints and these are;

1. Key constraints.

2. Domain constraints.

3. Entity integrity constraints.

4. Referential integrity constraints.

Referential integrity states that each foreign key value must match a primary key value in another relation or the foreign key value must be null.

For instance, when a foreign key in Table A points to the primary key of Table B, according to the referential integrity constraints, all the value of the foreign key in Table A must be null or match the primary key in Table B.

Hence, the referential Integrity constraints ensures that the relationship between the data in a table is consistent and valid.

Other Questions
PLEASE HELP!!Match the expression to its simplified form.5*-21/252*51/162*-4325*3125 HELP!!English class What does 0 = 0 mean regarding the solution to the system? 2,4-Dimethylpent-2-ene undergoes an electrophilic addition reaction in the presence of HBr to form 2-bromo-2,4-dimethylpentane. Complete the mechanism of this addition and draw the intermediates formed as the reaction proceeds.Draw all missing reactants and/or products in the appropriate boxes by placing atoms on the canvas and connecting them with bonds. Add charges where needed. Electron flow arrows should start on the electron(s) of an atom or a bond and should end on an atom, bond, or location where a new bond should be created. find the slope of a line that is perpendicular to the line y= - 1/3x+7 Simplify $\dfrac{1}{\sqrt2+1}+\dfrac{1}{\sqrt2-1}.$[tex]Simplify $\dfrac{1}{\sqrt2+1}+\dfrac{1}{\sqrt2-1}.$[/tex] Question 21 ptsAfter Ruth refuses to give Travis the money he requests, Walter gives him double theamount. What can the reader infer about the relationship between Walter and Ruth?O Walter and Ruth want to appear like a team in front of their son.o Walter feels a taxi is safer for Travis, but Ruth wants to take a taxi later that dayWalter intentionally gives Travis the money to bother Ruth.Walter wants to discipline Travis: Ruth wants to be Travis's friend. Which element would have the most valence electrons and also be able to react with hydrogen? 19] After increasing the price of an article by 20%. The price was GHC3000.00. What was the original price? 46/100 46/1,000 which is greater Anton bought a picnic cooler. His total bill, with tax, was $7.95.He paid 6 percent sales tax. How much did he pay for the cooleralone without the tax? If powdered platinum metal is used to speed up the following reaction: Cl2(g) 3F2(g) --> 2ClF3(g), what would you classify the platinum as Plot the points A(-3, 2), B(-5, -4), C(-2, -4) and D(0, 2). What figure do youget on joining the points in order (plz answer properly plz I beg you guys ) need help fast APR is an ____? The geographic isolation of a population from other members of the species and the subsequent evolution of reproductive barriers between it and the parent species describes ________ speciation Hello, I am stuck on a chemistry question. Would you be able to help? You arrive at a crime scene and are told the body of the victim is at the bottom of a pool that is 10 m deep. You walk over to what you are told is a 12 m in diameter, cylindrical pool. From the outside of the pool, you can see that the body looks badly burnt. Your partner says, It looks like our victim had been burned alive and tried to put out the fire by jumping in the pool. The victim likely drowned to death.Something does not sit right with you though. If there was a fire, where did it start? There are no signs of combustion anywhere. You arent so sure and ask the crime scene investigator to run a sample of the pool water before letting anybody try to pull the body out.The CSI comes back to you and tells you that normal pool water pH is roughly around 7.2, but the pool pH is actually highly basic at a level of 13, with a concentration of hydroxide ions at 1.0 x 10-1 mol/L. It becomes obvious to you that the body wasnt burned before going in to the pool, but AFTER, and there was no fire needed!You order the body to be removed from the pool, but the CSI interjects, It would be too dangerous with a pH that high. I suggest you get some vinegar from the store and pour it in to the pool beforehand to drop the pH to 7. Draining the pool would take far too long and we need to examine the body as soon as possible. She asks one of your constables to go to the store to purchase five 4L jugs of vinegar (pH = 2) to pour in the pool, as she states it is enough to bring the pH to a safe level of 7.It sounds like it could be enough vinegar based on your knowledge of acids and bases, but you want to double-check her estimate before sending your constable to the store. Verify whether or not she is correct using calculations. A diagram may help you with your calculations.Hint 1: 1m3 = 1000LHint 2: Vcylinder = r2h Which statement best describes the role of Roman women? Which of the following is a good way of calming the fight/flight response?none of the abovetalking on the phonebalancing your checkbookpracticing diaphragmatic breathing.. FINAL QUESTION!!!!! PLEASE TAKE A LOOK!!!! EASY BUT IM JUST DUMB!!!! PLS LOOK AT LEAST!!!!!!!!!!!!!!! I REALLY NEED IT!!!!!!! HELPPPPPPP!!!! LAST QUESTIONS!!!!What difficulties did African Americans and secondgeneration Americans face in America between the 1940s and 1960s, and how did at least two of the writers in this module address these issues? Social psychology differs from history and philosophy in itsA. Attention to the scientific method B. Concern with human behaviour C. Greater focus on cultural influences D. More Narrow and refined bandwidth of interest