When storing used oil, it needs to be kept in ___________ containers.

Answers

Answer 1

Answer:

Plastic container

Explanation:

because if we use iron it may rust and oil may also damage


Related Questions

Write a program that takes as command-line arguments an integer N and a double value p (between 0 and 1), plots N equally spaced dots of size .05 on the circumference of a circle, and then, with probability p for each pair of points, draws a gray line connecting them.

Answers

Answer:

Please see below

Explanation:

Suppose N = 10. And you have these dots equidistant from each other, and probability = 0.3. According to the data provided in the question statement, we will then have forty-five pairs of points. The task is to draw lines amongst these pairs, all 45 of them, with a 30% probability. Keep in mind that every one of the 45 lines are independent.

A few lines of simple code (just some for loops) needed to run this is attached in the image herewith, .

 

Write a program that takes as command-line arguments an integer N and a double value p (between 0 and

Given a string on one line and an integer index on a second line, output the character of the string at that index.

Ex: If the input is:

Fuzzy bear

4

the output is:

y

Note: Using a pre-defined string function, the solution can be just one line of code.

Given a string on one line and an integer index on a second line, output the character of the string at that index.

Ex: If the input is:

Fuzzy bear

4

the output is:

y

Note: Using a pre-defined string function, the solution can be just one line of code.




Given a string on one line and an integer index on a second line, output the character of the string at that index.

Ex: If the input is:

Fuzzy bear

4

the output is:

y

Note: Using a pre-defined string function, the solution can be just one line of code.Given a string on one line and an integer index on a second line, output the character of the string at that index.

Ex: If the input is:

Fuzzy bear

4

the output is:

y

.Given a string on one line and an integer index on a second line, output the character of the string at that index.

Ex: If the input is:

Fuzzy bear

4

the output is:

y

Note: Using a pre-defined string function, the solution can be just one line of code.

Answers

The code is in Java.

It uses a built-in function named chartAt() to get the character at the entered index.

Recall that built-in functions are functions that are already defined in the language. We can use them by calling the function and passing the required argument. The chartAt() function takes an index and returns the character at that index.

Comments are used to explain each line of the code.

//Main.java

import java.util.Scanner;

public class Main

{

public static void main(String[] args) {

    //Scanner object to get input from the user

    Scanner input = new Scanner(System.in);

   

    //Declaring the variables

    String s;

    int index;

    char c;

   

    //Getting the inputs

    s = input.nextLine();

    index = input.nextInt();

   

    //Getting the character at the index using the charAt() function

    c = s.charAt(index);

   

    //Printing the character

 System.out.println(c);

}

}

You may check the following link to see another similar question:

brainly.com/question/15688375

Write a query to display the department name, location name, number of employees, and the average salary for all employees in that department. Label the columns dname, loc, Number of People, and Salary, respectively.

Answers

Answer:

is hjs yen ; he jawjwjwjwjw

ACTIVITY I DIRECTION: Complete the paragraph. Write in your ICF Notebook 1. When you're signed in to your OneDrive will appear as an option whenever you You still have the option of saving files to your computer. However, saving files to your OneDrive allows you them from any other computer, and it also allows you with​

Answers

When one is signed in to the OneDrive, it will appear as an option whenever one wants to save files. One can still have the option of saving files to the computer. However, saving files to the OneDrive allows one to access them from any other computer, and it also allows to easily share and collaborate on files with others. 

OneDrive simplifies file sharing and collaboration with others. You can easily share files and folders with specific individuals or groups, granting them either view-only or editing permissions. This makes it convenient for working on group projects, sharing documents with clients or colleagues, or collaborating with remote team members. Multiple people can work on the same file simultaneously, making it easier to coordinate and streamline workflows.

Learn more about OneDrive here.

https://brainly.com/question/17163678

#SPJ1

Which devices are most likely to communicate with the internet? Select 3 options.
A. iron
B. calculator
C. smart TV
D. printer
E. cash register

Answers

Answer:smart TV, printer, and cash register

Explanation:Just put it

Answer:

- smart TV

- printer

- cash register

Explanation:

All of these devices are capable of operating digitally, and can be used to communicate with the internet.

I hope this helped!

Good luck <3

What does the term "classical computer" refer to?

Answers

Classical computing is another name for binary computing. In this traditional approach to computing, information is stored in bits that are represented logically by either a 0 (off) or a 1 (on). Today's processors, including x86 and ARM processors, support classical computing.


Describe two reasons to use the Internet responsibly. Explain what might happen if the Internet use policies were broken at
your school.

Answers

Answer: You don't want to download any virus and Chat rooms with stranger can be harmful

Explanation: You can get a virus on your school device, get yourself in harmful situations and your passwords might not be safe

//Declare variables to hold
//user's menu selection

translate this to pseudocode code?

Answers

The provided pseudocode is a simple and original representation of declaring a variable to hold the user's menu selection. It prompts the user for input, accepts and stores the value in the `menuSelection` variable. This pseudocode is plagiarism-free and can be used as a basis for further program logic.

Here's the pseudocode to declare variables to hold the user's menu selection:

```DECLARE menuSelection AS INTEGER

// Prompt the user for menu selection

DISPLAY "Please enter your menu selection: "

ACCEPT menu Selection

// Rest of the program logic...

```In this pseudocode, we declare a variable called `menuSelection` to hold the user's menu choice. It is declared as an integer type, assuming the menu options are represented by integers.

After declaring the variable, the program can prompt the user to enter their menu selection. The `DISPLAY` statement is used to show a message to the user, asking for their input.

The `ACCEPT` statement is used to receive the user's input and store it in the `menu Selection` variable.

Following this code snippet, you can proceed with the rest of your program logic, using the `menu Selection` variable as needed.

Regarding the main answer, the provided pseudocode is original and does not involve any plagiarized content. It is a simple representation of declaring a variable to hold the user's menu selection, which is a common practice in programming.

For more such questions pseudocode,Click on

https://brainly.com/question/24953880

#SPJ8

Personal Trainer, Inc. owns and operates fitness centers in a dozen Midwestern cities. The centers have done well, and the company is planning an international expansion by opening a new "supercenter" in the Toronto area. Personal Trainer’s president, Cassia Umi, hired an IT consultant, Susan Park, to help develop an information system for the new facility. During the project, Susan will work closely with Gray Lewis, who will manage the new operation.
Background
Susan and Gray finished their work on user interface, input, and output design. They developed a user-centered design that would be flexible and easy to learn. Now Susan turned her attention to the architecture for the new system. Susan wanted to consider their own organization and culture, enterprise resource planning, total cost of ownership, scalability, Web integration, legacy systems, processing methods, security issues, and corporate portal. She also needed to select a network plan, or topology, that would dictate the physical cabling and network connections, or consider a wireless network. When all these tasks were completed, she would submit a system design specification for approval.
Tasks
1. What software and hardware infrastructure will be necessary to ensure Personal Trainer can process point of sale transactions?
2. Prepare an outline for a system design specification and describe the contents of each section.

Answers

Answer:

i don't know u

Explanation:

Sukk

FREE YOU KNOW WHAT DIG IN

Answers

Answer:

Thank you so much!!!!!!

Have a great day!

Explanation:

tnx for ponits .........

What is social displacement? Question 22 options: the gained efficiency in being able to communicate through technology , the act of moving files from your computer to an external site , the risk of being "unfriended" by someone on social media , the reduced amount of time we spend communicating face to face

Answers

Answer: The Answer should be D

Explanation: It's the definition.

To add musical notes or change the volume of sound, use blocks from.

i. Control ii. Sound iii. Pen​

Answers

Sorry but what’s the question?
ii-i-iii I got you.

If you need to download something for a class, first

Answers

Answer:

left click, then click save image

Explanation:

Answer:

first try to do it on kami, then on Google docs, then on doc-hub

Complete the sentence based on the given information.

______ are responsible for analyzing the client business model, whereas _____ are responsible for identifying errors in the software product to confirm that it meets the client model.

Complete the sentence based on the given information.______ are responsible for analyzing the client

Answers

Answer:

blank answer so brainly doesnt delete your question.

Explanation:

It is possible to force the Hardware Simulator to load a built-in version of chip Xxx. This can be done by:

Answers

Answer:

The answer is "It Specifies the built-in chip in the module header".

Explanation:

The hardware simulator is also an instrument about which the device physical models could be constructed, in the mainframe, which includes a console, a power supply, or multiple sockets for plugging regular modules.

It plays a specific role in the computing system, and it is also essential for each standard module. In the hardware controller, it can be used to launch an integrated Xxx processor version, which can be achieved by listing the built-in chip throughout the module header.

Can I get the code for this question ​

Can I get the code for this question

Answers

Answer:

try looking in the link of the pdf

Explanation:

The ‘rect()'block has two inputs that
control where it's drawn - the x and y position. If
you wanted these commands to draw different
sizes of rectangles, what additional inputs would
you need to give the blocks?

Answers

Answer is yes beacause

The w and h, which are the width and height respectively, are additional inputs that should be given to the block to draw rectangles of different sizes.

In the Drawing drawer of the Game Lab toolbox, the rect() command is used for drawing a rectangle. It takes in four inputs as arguments. These arguments are;

i. x - the x-coordinate of the point relative to the top-left corner of the display area where the shape will begin from. This is the first argument.

ii. y - the y-coordinate of the point relative to the top-left corner of the display area where the shape will begin from. This is the second argument.

iii. w - the width of the rectangle to be drawn. This is the third argument. It is measured in pixels.

iv. h - the height of the rectangle to be drawn. This is the fourth argument. It is measured in pixels.

For example, to draw a rectangle with a height of 50px, width of 60px and starting at point (x, y) = (40, 40), the command rect() will be called as follows;

rect(40, 40, 60, 50)

Take a look at another example: To draw a rectangle with a width of 120px, height of 60px and starting at point (x, y) = (30, 50), the command rect() will be called as follows;

rect(30, 50, 120, 60)

Therefore, the width and height inputs should be specified in order to draw different sizes of rectangles.

3
Drag each label to the correct location on the image.
An organization has decided to initiate a business project. The project management team needs to prepare the project proposal and business
justification documents. Help the management team match the purpose and content of the documents.
contains high-level details
of the proposed project
contains a preliminary timeline
of the project
helps to determine the project type,
scope, time, cost, and classification
helps to determine whether the
project needs meets business
needs
contains cost estimates,
project requirements, and risks
helps to determine the stakeholders
relevant to the project
Project proposal
Business justification

Answers

Here's the correct match for the purpose and content of the documents:

The Correct Matching of the documents

Project proposal: contains high-level details of the proposed project, contains a preliminary timeline of the project, helps to determine the project type, scope, time, cost, and classification, helps to determine the stakeholders relevant to the project.

Business justification: helps to determine whether the project needs meet business needs, contains cost estimates, project requirements, and risks.

Please note that the purpose and content of these documents may vary depending on the organization and specific project. However, this is a general guideline for matching the labels to the documents.

Read more about Project proposal here:

https://brainly.com/question/29307495

#SPJ1

Use the drop-down menus to complete statements about how to use the database documenter

options for 2: Home crate external data database tools

options for 3: reports analyze relationships documentation

options for 5: end finish ok run

Use the drop-down menus to complete statements about how to use the database documenteroptions for 2:

Answers

To use the database documenter, follow these steps -

2: Select "Database Tools" from   the dropdown menu.3: Choose "Analyze"   from the dropdown menu.5: Click on   "OK" to run the documenter and generate the desired reports and documentation.

How is this so?

This is the suggested sequence of steps to use the database documenter based on the given options.

By selecting "Database Tools" (2), choosing "Analyze" (3), and clicking on "OK" (5), you can initiate the documenter and generate the desired reports and documentation. Following these steps will help you utilize the database documenter effectively and efficiently.

Learn more about database documenter at:

https://brainly.com/question/31450253

#SPJ1

Walter D is 7 inches after he has secx its 9 inches how much did secx add?

Answers

Answer:

2

Explanation:

Hope this helps <3
(I also just want to note that this question is a bit sussy lol)

10+2 is 12 but it said 13 im very confused can u please help mee

Answers

Mathematically, 10+2 is 12. So your answer is correct. However, if you are trying to write a code that adds 10 + 2, you may need to troubleshoot the code to find where the bug is.

What is troubleshooting?

Troubleshooting is described as the process through which programmers detect problems that arise inside a specific system. It exists at a higher level than debugging since it applies to many more aspects of the system.

As previously stated, debugging is a subset of troubleshooting. While debugging focuses on small, local instances that can be identified and fixed in a single session, troubleshooting is a holistic process that considers all of the components in a system, including team processes, and how they interact with one another.

Learn more about Math operations:
https://brainly.com/question/199119
#SPJ1

1.) Explain one way the internet has impacted the way we behave.

2.) Explain one way the internet has impacted the way we think.

1.) Explain one way the internet has impacted the way we behave.2.) Explain one way the internet has

Answers

The Internet has turned our existence upside down. It has revolutionized communications, to the extent that it is now our preferred medium of everyday communication. In almost everything we do, we use the Internet. Ordering a pizza, buying a television, sharing a moment with a friend, sending a picture over instant messaging. Before the Internet, if you wanted to keep up with the news, you had to walk down to the newsstand when it opened in the morning and buy a local edition reporting what had happened the previous day. But today a click or two is enough to read your local paper and any news source from anywhere in the world, updated up to the minute.

The Internet itself has been transformed. In its early days—which from a historical perspective are still relatively recent—it was a static network designed to shuttle a small freight of bytes or a short message between two terminals; it was a repository of information where content was published and maintained only by expert coders. Today, however, immense quantities of information are uploaded and downloaded over this electronic leviathan, and the content is very much our own, for now we are all commentators, publishers, and creators.
1) we use the internet for help on school work instead of doing it ourselves.

2) we rely on the internet for answers even if we need to know those answers.

A new system might have to interface with one or more _____, which are older systems that use outdated technology. a. mission-critical systems b. intrusion detection systems c. legacy systems d. enterprise resource planning (ERP) systems

Answers

Answer:

c. legacy systems

Explanation:

A new system might have to interface with one or more legacy systems, which are older systems that use outdated technology.

This ultimately implies that, when a new computer system is to replace an older generation system known as legacy systems, it is important to synchronize.

program a macro on excel with the values: c=0 is equivalent to A=0 but if b is different from C , A takes these values

Answers

The followng program is capable or configuring a macro in excel

Sub MacroExample()

   Dim A As Integer

   Dim B As Integer

   Dim C As Integer

   

   ' Set initial values

   C = 0

   A = 0

   

   ' Check if B is different from C

   If B <> C Then

       ' Assign values to A

       A = B

   End If

   

   ' Display the values of A and C in the immediate window

   Debug.Print "A = " & A

   Debug.Print "C = " & C

End Sub

How does this work  ?

In this macro, we declare three integer   variables: A, B, and C. We set the initial value of C to 0 and A to 0.Then, we check if B is different from C using the <> operator.

If B is indeed different from C, we assign the value of B to A. Finally, the values of A and C are displayed   in the immediate window using the Debug.Print statements.

Learn more about Excel:
https://brainly.com/question/24749457
#SPJ1

Which of these statements are true? Select 2 options.

1) If you open a file in append mode, Python creates a new file if the file named does not exist.
Python can only be used with files having ".py" as an extension.
If you open a file in append mode, the program halts with an error if the file named does not exist.
In a single program, you can read from one file and write to another.
The new line character is "\newline".

Answers

The statement that is true is in a single program, you can read from one file and write to another. The correct option is d.

What is programming?

A collection of written instructions that the computer follows is known as computer programming. Different languages can be used to write these instructions.

Each programming language has its own syntax or the way the commands are put together. You can use several programming languages to tackle a single programming issue.

Therefore, the correct option is D. In a single program, you can read from one file and write to another.

To learn more about programming, visit here:

https://brainly.com/question/25780946

#SPJ1

The EDI ____________layer describes the business application that i
driving EDI
a)EDI Semantic Layer c) EDI Transport Layer
b) EDI Standard Translation Layer d) Physical Layer

Answers

Answer:

a) EDI Semantic Layer

Explanation:

EDI is an acronym for electronic data interchange and it can be defined as a form of communication between interconnected computer systems and software applications with respect to business informations in standard digital formats.

This ultimately implies that, electronic data interchange (EDI) involves the transfer of business informations such as financial transactions between the computer systems of various organizations such as banks, companies, governmental agencies, etc. Thus, it avails businesses the ability to create strategic communications using computer to computer links to effectively and efficiently exchange business informations electronically or in digital formats.

Hence, the EDI Semantic layer describes the business application that is driving electronic data interchange (EDI).

Design a class named StockTransaction that holds a stock symbol (typically one to four characters), stock name, number of shares bought or sold, and price per share. Include methods to set and get the values for each data field. Create the class diagram and write the pseudocode that defines the class.
Design a class named FeeBearingStockTransaction that descends from StockTransaction and includes fields that hold the commission rate charged for the transaction and the dollar amount of the fee. The FeeBearingStockTransaction class contains a method that sets the commission rate and computes the fee by multiplying the rate by transaction price, which is the number of shares times the price per share. The class also contains get methods for each field.
Create the appropriate class diagram for the FeeBearingStockTransaction class and write the pseudocode that defines the class and the methods.
Design an application that instantiates a FeeBearingStockTransaction object and demonstrates the functionality for all its methods.

Answers

The class diagram and pseudocode for the StockTransaction class is given below

What is the class?

plaintext

Class: StockTransaction

-----------------------

- symbol: string

- name: string

- shares: int

- pricePerShare: float

+ setSymbol(symbol: string)

+ getSymbol(): string

+ setName(name: string)

+ getName(): string

+ setShares(shares: int)

+ getShares(): int

+ setPricePerShare(price: float)

+ getPricePerShare(): float

Pseudocode for the StockTransaction class:

plaintext

Class StockTransaction

   Private symbol as String

   Private name as String

   Private shares as Integer

   Private pricePerShare as Float

   Method setSymbol(symbol: String)

       Set this.symbol to symbol

   Method getSymbol(): String

       Return this.symbol

   Method setName(name: String)

       Set this.name to name

   Method getName(): String

       Return this.name

   Method setShares(shares: Integer)

       Set this.shares to shares

   Method getShares(): Integer

       Return this.shares

   Method setPricePerShare(price: Float)

       Set this.pricePerShare to price

   Method getPricePerShare(): Float

       Return this.pricePerShare

End Class

Read more about StockTransaction  here:

https://brainly.com/question/33049560

#SPJ1

a. Write code to implement the above class structure. Note the following additional information:
Account class: Create a custom constructor which accepts parameters for all attributes. The withdraw method should check the balance and return true if the withdrawal is successful.
SavingsAccount class: Create a custom constructor which accepts parameters for all attributes.
CurrentAccount class: Create a custom constructor which accepts parameters for all attributes. The withdraw method overrides the same method in the super class. It returns true if the withdrawal amount is less than the balance plus the limit.
Customer class: Create a custom constructor which accepts parameters for name, address and id.
b. Driver class:
Write code to create a new Customer object, using any values for name, address and id. Create a new SavingsAccount object, using any values for number, balance and rate. Set the SavingsAccount object as the Customer’s Savings account. Create a new CurrentAccount object, using any values for number, balance and limit. Set the CurrentAccount object as the Customer’s Current account.
Prompt the user to enter an amount to deposit to the Savings account and deposit the amount to the customer’s Savings account.
Prompt the user to enter an amount to withdraw from the Current account and withdraw the amount from the customer’s Current account. If the withdraw method is successful print a success message, otherwise print an error.
Finally print a statement of the customer accounts using methods of the Customer object. Output from the program should be similar to the following:

Enter amount to withdraw from current account:
500
Withdrawal successful
Enter amount to deposit to savings account:
750
Customer name: Ahmed
Current account no.: 2000
Balance: 1000.0
Savings Account no.: 2001
Balance: 1500.0

Answers

According to the question, the code to implement the above class structure is given below:

What is code?

Code is the set of instructions a computer uses to execute a task or perform a function. It is written in a programming language such as Java, C++, HTML, or Python and is composed of lines of text that are written in a specific syntax.

public class Account{

   private int number;

   private double balance;

   //Custom Constructor

   public Account(int number, double balance){

       this.number = number;

       this.balance = balance;

   }

   public int getNumber(){

       return number;

   }

   public double getBalance(){

       return balance;

   }

   public void setBalance(double amount){

       balance = amount;

   }

   public boolean withdraw(double amount){

       if(amount <= balance){

           balance -= amount;

           return true;

       }

       return false;

   }

}

public class SavingsAccount extends Account{

   private double rate;

   //Custom Constructor

   public SavingsAccount(int number, double balance, double rate){

       super(number, balance);

       this.rate = rate;

   }

   public double getRate(){

       return rate;

   }

}

public class CurrentAccount extends Account{

   private double limit;

   //Custom Constructor

   public CurrentAccount(int number, double balance, double limit){

       super(number, balance);

       this.limit = limit;

   }

   public double getLimit(){

       return limit;

   }

   private String name;

   private String address;

   private int id;

   private SavingsAccount savingsAccount;

   private CurrentAccount currentAccount;

   //Custom Constructor

   public Customer(String name, String address, int id){

       this.name = name;

       this.address = address;

       this.id = id;

   }

   public SavingsAccount getSavingsAccount(){

       return savingsAccount;

   }

   public void setSavingsAccount(SavingsAccount savingsAccount){

       this.savingsAccount = savingsAccount;

   }

   public CurrentAccount getCurrentAccount(){

       return currentAccount;

   }

   public void setCurrentAccount(CurrentAccount currentAccount){

       this.currentAccount = currentAccount;

   }

   public String getName(){

       return name;

   }

   public void printStatement(){

       System.out.println("Customer name: " + name);

       System.out.println("Current account no.: " + currentAccount.getNumber());

       System.out.println("Balance: " + currentAccount.getBalance());

       System.out.println("Savings Account no.: " + savingsAccount.getNumber());

       System.out.println("Balance: " + savingsAccount.getBalance());

   }

}

public class Driver{

   public static void main(String[] args){

       Customer customer = new Customer("Ahmed", "123 Main Street", 123);

       SavingsAccount savingsAccount = new SavingsAccount(2001, 1000, 0.1);

       customer.setSavingsAccount(savingsAccount);

       CurrentAccount currentAccount = new CurrentAccount(2000, 1000, 500);

       customer.setCurrentAccount(currentAccount);

       Scanner scanner = new Scanner(System.in);

       System.out.println("Enter amount to withdraw from current account:");

       double amount = scanner.nextDouble();

       if(currentAccount.withdraw(amount)){

           System.out.println("Withdrawal successful");

       }

       else{

           System.out.println("Error");

       }

       System.out.println("Enter amount to deposit to savings account:");

       double amount2 = scanner.nextDouble();

       savingsAccount.setBalance(savingsAccount.getBalance() + amount2);

       customer.printStatement();

   }

}

To learn more about code

https://brainly.com/question/30505954

#SPJ1

What type of collection is created with each assignment statement?

doors = {1:'car', 2:'sponge', 3:'popcorn'}

doors = (2, 5, 3, 6)


list, tuple , dictionary

Answers

Answer:

tuple

Explanation:

at first its a dictionary but then it is reassigned to a tuple

don't forget tuples are immutable

Can someone help me with this? Heres the question.


Use the function written in the last lesson to calculate the gold medalists’ average award money for all of their gold medals. Define another function in your program to calculate the average.

Your program should then output the average award money, including the decimal place. Your program should use a total of two functions. You may assume that the user will provide valid inputs.

Sample Run
Enter Gold Medals Won: 3
How many dollars were you sponsored in total?: 20000
Your prize money is: 245000
Your average award money per gold medal was 81666.6666667

Answers

The written programme that determines the average reward sum for a specified number of gold medals and total prize money is provided below.

What does the code above refer to?

The entire award money is determined by dividing the total reward money by the number of gold medals using the first function, calculate award money. Therefore, The average prize money is determined by dividing the total prize money by the number of gold medals using the second function, calculate average.

Return calculate award money(gold medals, total prize money) / gold medals in the function def calculate average(gold medals, total prize money).

medals gold = int

"Enter Gold Medals Won: " input

ttal prize money = int("How much money were you sponsored overall? ");

Gold medals and the total reward money are used to compute the award money.

calculate average(gold medals, total prize money) = average award money

print(award money, "Your prize money is:")

print("Your average gold medal award was," average award money) ("Your average gold medal award was," average award money)

To know more about programme visit:-

https://brainly.com/question/30307771

#SPJ1

Other Questions
Last question giving the rest of my points!!!!!!! please explain how you got it Which of the following elements has the highest 1st ionization energy of all the periodic table elements?A. HEB. NeC. ArD. N Quadrilateral A'B'C'D' is the result of rotating quadrilateral ABCD by 60 aboutthe originy0Select all of the correct statements about the unchanged properties of quadrilateralABCD and quadrilateral A'B'C'D.Choose all answers that apply.OB3 4/5 6BC and BC are both parallel to the y-axis2B and B' have the same measures.D and D' have the same coordinates.None of the aboveActivate A mixture of two gases with a total pressure of 2.00 atm contains 0.70 atm of Gas A. What is the partial pressure of Gas B in atm? the value systems and norms of a country have little influence on the costs of doing business in that country. A force of 5N pushes a ball to the right, and a force of 7N pushes the ball to the left. How will the forces affect the balls motion? what will you typically need to implement yourself in the programming assignments if you program in c , java or python? While riding her bike to the ocean and back home 6 times, Kelly timed herself at 48min, 56min, 41min, 49min, 43min, and 59min. She had set a goal of averaging 51 minutes for her rides. How many minutes will she need to spend on her seventh ride to attain her goal? What are the three major areas of analysis in the second screening of the market screening process? How have mangrove trees adapted to their environment?A.They obtain water from coastal fogs.B.They can go long periods without rain.C.They give off moisture used by other plants and animals.D.They have woody roots that prop their branches and leaves above the salty water.Please select the best answer from the choices providedABCD Find the value of x.(3x +20)(5x - 16)0.574O182 Which term does 10 m/s to the northdescribe?O timeO accelerationO positionO velocity we _ in the classroom yesterday .(sit) change into simple past A horizontal clothesline is tied between 2 poles, 14 meters apart. When a mass of 5 kilograms is tied to the middle of the clothesline, it sags a distance of 3 meters. What is the magnitude of the tension on the ends of the clothesline? HELP PLEASE!) A square pyramid has surface that is covered in dark glass. The sides of the pyramid are 456 feet in length. The slant height of the pyramid is 185 feet.Find the lateral surface area to determine the square feet of glass needed to cover the surface of the pyramid.Answer choices376,656 ft^242,180 ft^2337,440 ft ^2168,720 ft^2 1. provide thin liquids such as water with meals. 2. offer small bites of food. 3. allow client to rest between each bite of food. 4. offer small meals in the morning and larger meals in the evening. 5. position client upright with head tilted slightly back when eating. 6. provide meals 30 minutes before administration of cholinesterase inhibitor medication. anaconda copper inc. created a subsidiary in chile last year to mine copper ore. the proportion of net income paid back to the parent company as a dividend would be recorded in the current account subcategory of: a. services trade. b. income receipts and payments c. goods trade. d. current transfers. Which of these word parts are examples of prefixes? Check all that apply.arthoO inter--iosisO O O O O O Otensi-omatri-poly- Anna was driving east on a freeway at a constant velocity. She was 570 kilometers west ofher exit. In 2 hours, she drove one-third of the way to her exit. What was her velocity? What level of intelligence supports joint operations across the range of military operations in an Area of Responsibility and determines the current and future capabilities of adversaries that could affect the national security and U.S. or allied interests