which of the following not a hardware componet​

Answers

Answer 1

Answer:

antivirus.......hope this answers your question


Related Questions

Give an example of an occasion when you used logic to solve a problem

Answers

you can use it when like confirming a policy

How university has utilised Information Technology in society for efficient business process?

Answers

Employees can easily understand and identify their goals, targets, or even if the exertion used was undertaking or not with the help of strong information technology.

What is information technology?

The use of technology to communicate, transfer data, and process information is referred to as information technology.

Among the various trends in information technology are, but are not limited to, analytics, automation, and artificial intelligence.

The use of computers, storage, networking, and other physical devices, infrastructure, and processes to create, process, store, secure, and exchange all forms of electronic data is referred to as information technology (IT).

With the assistance of powerful information technology, employees can easily understand and identify their goals, targets, or even whether the exertion used was undertaken or not.

Thus, universities utilized Information Technology in society for efficient business process.

For more details regarding information technology, visit:

https://brainly.com/question/14426682

#SPJ1

Define a class named Bits that holds a single integer variable. You will use this integer simply as a container of bits. The number of bits you can support depends on the type of integer you use. We will use an unsigned long long, which on most platforms occupies 64 bits.

Answers

In two or more integer plat forms

Write a program that tells what coins to give out for any amount of change from 1 cent to 99 cents. For example, if the amount is 86 cents, the output would be something like the following:

86 cents can be given as 3 quarters 1 dime and 1 penny

Use coin denominations of 25 cents (quarters), 10 cents (dimes), and 1 cent (pennies). Do not use nickel and half dollar coins. Your program will use the following function (among others):
void computeCoin(int coinValue, int& number, int& amountLeft);

For example, suppose the value of the variable amountleft is 86. Then, after the following call, the value of number will be 3 and the value of amountLeft will be 11 (because if oyu take three quarters from 86cents, that leaves 11 cents):
computecoins (25, number, amountLeft);

Include a loop that lets the user repeat this computation for new input values until the suer says he or she wants to end the program (Hint: use integer division and the % operator to implement this function.)

Answers

Add all numbers up

and you will get your sum

What are these receivers called?
Each cell is served by at least one fixed-location transceiver. These receivers are known as_______
.

Answers

Answer: Cell site / Base station

Explanation:

A mobile network also referred to as the cellular network is refered to as the radio network which is distributed over the land areas which are refered to as the cells.

We should note that each is served by at least one fixed-location transceiver, which is called the cell site or the base station.

fill in the blank.instead of calling a taxi company or hailing a cab on the street, apps such as___connect drivers who have some free time and individuals who need transportation.

Answers

Instead of calling a taxi company or hailing a cab on the street, apps such as ride-sharing or transportation network company drivers who have some free time and individuals who need transportation.

What is TNC apps?

TNC is an abbreviation for "transportation network company." TNCs are companies that use digital platforms, such as mobile apps, to connect passengers with drivers who provide rides for a fee using their own personal vehicles. TNCs include Uber, Lyft, DiDi, Ola, and Grab, among many others.

Ride-sharing or transportation network company (TNC) apps connect drivers who have spare time with individuals who require transportation. Uber, Lyft, and DiDi are a few examples of these apps.

Thus, these are some of the drivers who have some free time and individuals who need transportation.

For more details regarding TNC, visit:

https://brainly.com/question/29794203

#SPJ1

Problem 8 - Recursive Divisible by 3 and 5 Complete the divBy3And5 function which accepts a list of integers. The function should recursively determine how many numbers in the list are divisible by 3 and how many are divisible by 5 and return these counts as a two-element tuple. Your solution MUST BE RECURSIVE and you MAY NOT USE LOOPS. You MAY NOT DEFINE A RECURSIVE HELPER FUNCTION.

Answers

The recursive function divBy3And5 is defined in Python and is found in the attached image.

In the base case, the function divBy3And5 tests if the input list is empty. If so, the tuple returned is \((0, 0)\). This means no numbers are divisible by three and no numbers are divisible by five.

The recursive step gets the first element of the list and

If divisible by 3, it sets count_of_3 to 1, else it leaves it as 0If divisible by 5, it sets count_of_5 to 1, else it leaves it as 0

It then makes a recursive call on the remaining elements, and stores it in a variable as follows

   divBy3And5_for_remaining_elem = divBy3And5(remaining_elements)

Then, it returns the tuple

       (divBy3And5_for_remaining_elem[0] + count_of_3,

                divBy3And5_for_remaining_elem[1] + count_of_5)

Learn more about recursion in Python: https://brainly.com/question/19295093

Problem 8 - Recursive Divisible by 3 and 5 Complete the divBy3And5 function which accepts a list of integers.

File
Home
Insert
Formulas
Data
Review
View
Automate
Help
Editing
Calibri Light
16
B
Bra Av
2
CS
General
G
A
B
С
D
E
F
L
H
1
3
3 In cell D7, create a formula that calculates the tax for the invoice. Us
a
sales tax rate of 7.5%
SABROSA
Catering Invoice
Sabrosa Empanadas & More
1202 Biscayne Bay Drive
Orlando, FL 32804
Invoice #:
6710A Date:
10/15/20
In cell Ds, create a formula that finds the total for the order. In other
this formula should add cells D3:07.
Empanadas & More
1
In cell D9 create a formula that calculates the total after a 10% disco
you need help understanding how to take a percentage off of a total
LINE TOTAL
2 MENU ITEM
3 Empanadas: Buffalo Chicken
4 Empanadas: Braised Short Rib
5 Empanadas: Fig and Goat Cheese
6 Sides: Black beans and rice
7
UNIT PRICE
$2.98
$2.98
$3.75
$1.98
QUANTITY
20
30
25
40
TAX
8
TOTAL
TOTAL AFTER DISCOUNT:
9
+
Catering Invoice Catering Subtotal challenge
C Mode tomate Workbook to
Helo improve Office
100%
-

FileHomeInsertFormulasDataReviewViewAutomateHelpEditingCalibri Light16BBra Av2CSGeneralGABDEFLH133 In

Answers

Explanation:

formula should add cells D3:07.

Empanadas & More

1

In cell D9 create a formula that calculates the total after a 10% disco

you need help understanding how to take a percentage off of a total

LINE TOTAL

2 MENU ITEM

3 Empanadas: Buffalo Chicken

4 Empanadas: Braised Short Rib

5 Empanadas: Fig and Goat Cheese

6 Sides: Black beans and rice

7

UNIT PRICE

$2.98

$2.98

$3.75

$1.98

QUANTITY

20

30

25

40

TAX

8

TOTAL

(5) Add the following two binary numbers together. Take that result, and XOR it with the shown binary number. Then take those results, and NOR it together with the last binary number. (40 pts.) please show the steps
Step 1: 1001101 + 1010
Step 2: XOR 1011001
Step 3: NOR 110110

Answers

Answer:

Here are the steps to solve the problem:

Step 1: 1001101 + 1010 To add these two binary numbers together, we need to align them by their least significant bit (rightmost bit) and then add them column by column:

 1001101

+    1010

--------

 1011001

Copy

So the result of step 1 is 1011001.

Step 2: XOR 1011001 To XOR two binary numbers, we compare their bits column by column. If the bits are the same (both 0 or both 1), the result is 0. If the bits are different (one is 0 and the other is 1), the result is 1:

 1011001

^ 1011001

--------

 0000000

Copy

So the result of step 2 is 0000000.

Step 3: NOR 110110 To NOR two binary numbers, we first OR them and then NOT the result. To OR two binary numbers, we compare their bits column by column. If at least one of the bits is 1, the result is 1. If both bits are 0, the result is 0. To NOT a binary number, we flip all its bits (0 becomes 1 and vice versa):

OR:

  0000000

|   110110

--------

  110110

NOT:

  ~110110

--------

  001001

So, the final result of step 3 is 001001.

Dr. Jobst is gathering information by asking clarifying questions. Select the example of a leading question.


"How often do you talk to Dorian about his behavior?"

"Has Dorian always seemed lonely?"

"Did Dorian ever get into fights in second grade?"

"What are some reasons that you can think of that would explain Dorian's behavior?"

Answers

The following is an example of a leading question:
"Did Dorian ever get into fights in second grade?"

An example of a leading question is: "Did Dorian ever get into fights in second grade?" Therefore, option C is correct.

Leading questions are questions that are framed in a way that suggests or encourages a particular answer or direction. They are designed to influence the respondent's perception or show their response toward a desired outcome. Leading questions can unintentionally or intentionally bias the answers given by the person being questioned.

Leading questions may include specific words or phrases that guide the respondent toward a particular answer.

Learn more about leading questions, here:

https://brainly.com/question/31105087

#SPJ2

help me to fix this code

class Livro:

def __init__(self, lf, titulo, autor, classificacao):

self.titulo = titulo

self.autor = autor

self.classificacao = classificacao

self.proximo = None



class self.proximo = None



class ListaLivros:

def __init__(self):

self.cabeca = None



def adicionar_livro(self, titulo, autor, classificacao):

novo_livro = Livro(titulo, autor, classificacao)

if self.cabeca is None:

self.cabeca = novo_livro

else:

atual = self.cabeca

while atual.proximo:

atual = atual = self.cabeca

while atual.proximo:

atual = atual.proximo

atual.proximo = novo_livro



def imprimir_lista(self):

atual = self.cabeca

while atual:

print(f"{atual.titulo} - {atual.autor} - {atual.classificacao}")

atual = atual.proximo


Answers

Answer:

A well-written project scope includes things like goals, deliverables, tasks, costs, and deadlines. Usually, it establishes project boundaries, responsibilities, success criteria, and procedures for how work will be approved. It outlines key stakeholders, assumptions, and constraints.Jun 1, 2021

Explanation:

Which of these measurements could be the measurement for a D sizing drawing
A.8 1/2 * 11in
B.11. * 17in
C. 14 * 20in
D. 20 * 26in

Answers

Out of the given options, the measurement that could be suitable for a D sizing drawing is option (D) 20 * 26 inches.

D sizing refers to a set of standardized paper sizes commonly used in architectural and engineering drawings. The D size paper measures 24 inches by 36 inches, or approximately 609.6 mm by 914.4 mm. While the exact dimensions may vary slightly, D sizing typically follows this general guideline.

Among the options provided, option D) 20 * 26 inches is the closest in size to the standard D size. While it is not an exact match, it is still within a reasonable range for D sizing drawings.

This measurement offers a similar aspect ratio and can accommodate the necessary information and details typically found in architectural and engineering drawings.

Options A) 8 1/2 * 11 inches, B) 11 * 17 inches, and C) 14 * 20 inches are not suitable for D sizing drawings. They are more commonly associated with letter-sized (A4) or tabloid-sized (A3) papers, which are smaller and may not provide enough space for detailed drawings or scale representation.

Therefore, option D) 20 * 26 inches is the most appropriate measurement for a D sizing drawing.

For more questions on D sizing drawing, click on:

https://brainly.com/question/31336003

#SPJ8

TO EXIT WORD YOU CLICK WHAT

Answers

File > Close
(Or the X in the corner?)

Answer:

To exit Word, you can click on the "File" menu and then click "Exit" or "Close".

The first three elements of the Continuous Delivery Pipeline work together to support delivery of small batches of new functionality which are released in accordance with what?

Answers

Answer:

is Market needs

Explanation:

The first three elements of the continuous delivery pipeline mediates the support to the small batches thereby to be released in accordance with the market demand.

What is continuous delivery pipeline?

The continuous delivery pipeline can be given as the software application that enables the development of the new code with the automation to speed.

The first three elements of the continuous delivery pipeline are Continuous Exploration (CE), Continuous Integration (CI), and Continuous Deployment (CD).

The elements mediates the support to the small batches to be released in accordance with the market demand.

Learn more about continuous delivery, here:

https://brainly.com/question/14402781

#SPJ2

Number the steps to describe how Tristan can complete
this task.
Cut the Television and related equipment row.
Paste the Television and related equipment row.
Click the plus sign on the left side of the table between
the last two rows.

Answers

Answer:

Cut the Television and related equipment row.Click the plus sign on the left side of the table between  the last two rows.Paste the Television and related equipment row.

Explanation:

In order to move the row, Tristan should first select the row and then cut it. This will ensure that the row will be moved completely instead of copied.

Tristan should then hover with the mouse between the last two rows and click on the plus sign on the left side. It will add a new row to the sheet. between the last two rows.

Tristan should then select the topmost cell and click paste. The television row will be pasted there and Tristan would have successfully moved it.

Answer:

2 3 1 Your Welcome

Explanation:

Which of the following is true about media production? A. All media elements contain a certain type of editorial viewpoint. B. Producing a media text involves both print and images C. Every type of media has a different set of tools and devices available. D. Media producers are all trying to confuse their audience

Answers

Answer:

C

Explanation:

Every form of media has different resources.

Which Microsoft software program is useful for uploading documents to be accessed remotely?

Answers

Answer:

Microsoft Remote Desktop

Explanation:

The Microsoft software program that is useful for uploading documents to be accessed remotely is: Microsoft OneDrive.

Cloud computing can be defined as a type of computing that requires shared computing resources such as cloud storage (data storage), servers, computer power, and software over the internet rather than local servers and hard drives.  Thus, it offer or avail individuals and businesses a fast, effective and efficient way of providing services to their clients over the internet.

Generally, cloud computing comprises three (3) service models and these are;

Platform as a Service (PaaS).Infrastructure as a Service (IaaS).Software as a Service (SaaS).

Microsoft OneDrive can be defined as a software as a service (SaaS) developed by Microsoft Inc. to be used as a cloud (internet-based) storage service and software application synchronization service. It was officially launched on the 7th of August, 2007 by Microsoft.

Basically, Microsoft OneDrive typically offer to its registered customers or end users a free amount of storage space (at least 5 giga-bytes) that can be used to store various type of documents, remotely share digital files, and synchronize multiple files across different mobile and computer-based platforms.

In conclusion, with Microsoft OneDrive you can upload your documents to the cloud and make it available to be accessed remotely by other users.

For more information visit: https://brainly.com/question/7470854

What are LinkedIn automation tools used for?

Answers

Answer:

Many B2B marketers and startups who have so much on their plate already can’t give their LinkedIn account much time to expand their network.  

It might seem easier in the beginning but as your business grows, it becomes difficult to maintain a huge network and a good number of leads. That’s where a LinkedIn automation tool comes in handy.

1. Manage a larger network

2. Run campaigns automatically

3. Sending Personalized Messages

Which type of photographer documents plants and weather in their natural habitat?

a
Portrait

b
Nature

c
Product

d
Scientific

Answers

B, plants and weather are part pf nature.

A vendor conducting a pilot program with your organization contacts you for
organizational data to use in a prototype. How should you respond?

Answers

Since the  vendor is conducting a pilot program with your organization contacts you for organizational data to use in a prototype, The way that you  can respond is to  Refer the vendor to the right personnel.

What is an example of a reference vendor?

A report outlining the payment history between a company customer and its supplier or vendor is known as a supplier reference (or trade reference). It helps a supplier to evaluate your creditworthiness and determine whether you're a trustworthy customer before extending credit to you.

You can determine whether you are prepared to undertake the project fully by running a pilot program. It might highlight unforeseen difficulties that must be resolved, providing you the chance to change and improve in a way that lessens the effects of those difficulties.

Hence, An organization can discover how a large-scale project might function in practice by conducting a small-scale, brief experiment known as a pilot program, also known as a feasibility study or experimental trial.

Learn more about pilot program from

https://brainly.com/question/28920126
#SPJ1

2. Match the parts of software applications with what they do: h 1. Ribbon a 2. Tab b 3. Menu bar 4. Toolbar f 5. Title bar 9 6. Scroll e 7. Workspace d 8. Status bar Points a. the control center for u b. part of the ribbon that application c. a row of icons or butto d. lists sets of commands e. move from part of a wi f. top row of an applicatio document g. shows the information messages h. the largest area of a pr Quiz 6.1.1 -Using Computer Software Applicati Week 1- Assignment 22 of 30​

Answers

Answer:

Ribbon - b. part of the ribbon that application

Tab - d. lists sets of commands

Menu bar - c. a row of icons or button

Toolbar - a. the control center for

Title bar - f. top row of an application

Scroll - e. move from part of a window

Workspace - h. the largest area of a program

Status bar - g. shows the information messages

Explanation:

write a pseudocode statement that declares are variable total so it can hold integers. initialize the variable with the value?

Answers

Answer:

DECLARE total AS INTEGER

INITIALIZE total WITH "?"

Explanation:

This declares the variable total as an integer data type and initializes it with the value ?. The value ? is used to indicate that the variable has not been assigned a specific value yet. In some programming languages, this value might be treated as an error or a special value such as "null" or "undefined".

Please help me, I need to turn this in before 12am. :(

Take a few moments and ask yourself about the value of a database. Then develop no less than two paragraphs considering... What can they really accomplish? Can you think of any industries that are actively using them? Are they challenging to learn? (or any other information you feel is prudent to the discussion).

Answers

Databases are essential tools for storing, organizing, and managing large amounts of data, providing valuable insights and serving as a foundation for software systems across industries.

Write a short note on databases and their uses.

Databases are an essential tool for storing, organizing, and managing large amounts of data. They allow for efficient retrieval and manipulation of data and can provide valuable insights for businesses and organizations.

In today's data-driven world, databases can accomplish a wide range of tasks. They can store customer information, inventory data, financial records, and more. Databases can be used for analysis and decision-making, such as identifying trends, forecasting future performance, and optimizing operations. They can also provide a foundation for applications and software systems, such as e-commerce platforms, CRM systems, and inventory management software.

Many industries actively use databases, including healthcare, finance, retail, and government. Healthcare organizations use databases to manage patient records and medical information, while financial institutions use them to manage transactions and account information. Retail companies use databases to track inventory and sales data, while government agencies use them to manage citizen records and public services.

While databases can be complex and challenging to learn, there are many resources available to help individuals and organizations develop the skills needed to use them effectively. Online courses, tutorials, and certifications are available, as well as consulting and support services from database vendors and experts. With the right training and resources, anyone can learn to use databases to their full potential.

To learn more about Databases, visit:

https://brainly.com/question/6447559

#SPJ1

which of the following is a personal benifit of earning a college degree?
A) you have more friends
B) you are more likely to exercise
C) you are more likely to vote for the right candidate.
D) you have a longer life expectancy

Answers

Answer:

you have a longer life expectancy

Explanation:

Which of the following behaviors is likely to result in increased plasticity and myelination in areas ofthe brain responsible for higher-order cognition?
a. Jogging 2 miles a day, as you have done for the last 3 years b. Learning tai chi for the first time
c. Completing a Sudoku puzzle
d. Riding in a horse-drawn carriage for the first time

Answers

The behaviors that likely increased plasticity and myelination in areas of the brain responsible for higher-order cognition is c. completing a sudoku puzzle.

What is higher-order cognition?

Higher-order cognition is the brain's ability to understand the steps that are needed to solve some problems and also implement that steps. This also ability to attack new areas of learning and to give the ability to creative thinking.

Completing a sudoku puzzle will train the brain to increase higher-order cognition so it also increases myelination and plasticity in the areas of the brain that are responsible for that cognition.

Thus, option c. completing a sudoku puzzle is the correct behavior to increase plasticity and myelination in areas of the brain that are responsible for higher-order cognition.

Learn more about higher-order cognition here:

brainly.com/question/11220691

#SPJ4

bills is replacing a worn-cut cable to his power table saw.what type of cable is he most likely using ?
A.PSC
B.SO
C.CS
D.HPD

Answers

Bill is replacing a worn-cut cable for his power table saw.  is using is A. PSC (Portable Cord).

What is the bills?

Working with frayed cables can be dangerous and may act as a form of a risk of electric shock or other hazards. To make a safe and successful cable replacement, there are some general steps Bill can follow.

A is the most probable  type of cable he is utilizing from the provided choices. A type of cord that can be easily carried or moved around. Flexible and durable, portable cords are frequently utilized for portable power tools and equipment.

Learn more about bills from

https://brainly.com/question/29550065

#SPJ1

Media plays an important role in shaping the socio-economic mind set of the society. Discuss the adverse impact of the today's media technologies when compared to the traditional methods.

Answers

While today's media technologies offer unprecedented access to information, they also come with adverse effects. The proliferation of misinformation, the culture of information overload, and the reinforcement of echo chambers all contribute to a negative impact on the socio-economic mindset of society when compared to traditional media methods.

Today's media technologies have undoubtedly revolutionized the way information is disseminated and consumed, but they also bring adverse impacts when compared to traditional methods.

One significant drawback is the rise of misinformation and fake news. With the advent of social media and online platforms, anyone can become a content creator, leading to a flood of unverified and inaccurate information.

This has eroded trust in media sources and has the potential to misinform the public, shaping their socio-economic mindset based on falsehoods.

Additionally, the 24/7 news cycle and constant access to information through smartphones and other devices have created a culture of information overload and short attention spans.

Traditional media, such as newspapers and magazines, allowed for more in-depth analysis and critical thinking. Today, the brevity of news headlines and the focus on sensationalism prioritize clickbait and catchy content over substantive reporting.

This can lead to a shallow understanding of complex socio-economic issues and a lack of nuanced perspectives.

Furthermore, the dominance of social media algorithms and personalized news feeds create echo chambers, reinforcing existing beliefs and biases.

This hampers the exposure to diverse viewpoints and reduces the potential for open dialogue and understanding among individuals with different socio-economic backgrounds.

For more such questions on proliferation,click on

https://brainly.com/question/29676063

#SPJ8

I have a global variable that I want to change and save in a function (in python). I have an if statement contained in a while loop where the code will pass the if and go to the elif part first, and runs the code with certain numbers, and changes some of them. Because of the changed numbers when the while loop runs again it should enter the if part, but it doesn't It uses the old values as if the function has not been run. FYI I am returning the values at the end of the function, it still doesn't work

Answers

From the above scenario, It appears that you could be facing a problem with the scope of your global variable. So It is essential to declare a global variable within a function before modifying it, to avoid creating a new local variable.

Why does the code  not work?

For instance, by using the global keyword within a function, such as my_function(), Python will know that the aim is to change the my_global_variable variable defined outside the function's boundary.

Therefore, When the my_function() is invoked in the while loop, it alters the global variable that is subsequently assessed in the if statement.

Learn more about  code  from

https://brainly.com/question/26134656

#SPJ1

I have a global variable that I want to change and save in a function (in python). I have an if statement

discuss the challenges of not using the five elements of multimedia in a positive manner

Answers

hi buddy

here is your answer

Challenges for Multimedia Systems

Sequencing within the media -- playing frames in correct order/time frame in video.Sequencing within the media -- playing frames in correct order/time frame in video.Synchronisation -- inter-media scheduling (e.g. Video and Audio). Lip synchronisation is clearly important for humans to watch playback of video and audio and even animation and audio.

hope it helps

please mark me pls

#sibi

Challenges posed by the negative use of multimedia include : moral Decay, blackmail, false content creation, fraud and so on.

The elements of multimedia includes, Audio, video, animation, text and image.

Multimedia usage has transformed the information transmission process such that it has now become an extremely effective means of communicationbusibg the different forms of multimedia.

However, we continue to face the challenges associated with misuse of these effective elements. The challenges associated with negative use of multimedia include :

MORAL DECAY : Videos and images allows us to send pictoral messages and information, the production and transmission of wayward and immoral content has a negative effect on the society.

Blackmail : Fraudsters often take recorded audio or video clips of individuals which they intend to use as a threat for financial gain.

Other challenges posed by negative use of multimedia include ; creation of false content creation, fraud, false testimony and many others.

Learn more : https://brainly.com/question/9774236?referrer=searchResults

The Clean Air Act Amendments of 1990 prohibit service-related releases of all ____________. A) GasB) OzoneC) MercuryD) Refrigerants

Answers

Answer:

D. Refrigerants

Explanation:

In the United States of America, the agency which was established by US Congress and saddled with the responsibility of overseeing all aspects of pollution, environmental clean up, pesticide use, contamination, and hazardous waste spills is the Environmental Protection Agency (EPA). Also, EPA research solutions, policy development, and enforcement of regulations through the resource Conservation and Recovery Act .

The Clean Air Act Amendments of 1990 prohibit service-related releases of all refrigerants such as R-12 and R-134a. This ban became effective on the 1st of January, 1993.

Refrigerants refers to any chemical substance that undergoes a phase change (liquid and gas) so as to enable the cooling and freezing of materials. They are typically used in air conditioners, refrigerators, water dispensers, etc.

Answer:

D

Explanation:

Other Questions
best answer: brainliestwrite an essay or a story about receipt (150words) and invoice (150words) seperately Which will show maximum depression in freezing point when concentration is 0.1 m NaCl urea glucose k2so4? The function f is defined by f(x)=x^2+4. Find f(2x). ok so the first one is correct but i tried 70 for the last one but it says it is wrong so pls help meh! What is the quotient for 3 and 3/4 divided by 5 and 5/8 Meghan bought 3 pounds of apples that cost x dollars per pound. she gave the cashier a $20 dollar bill which equation could Meghan use to find the amount of change,y she should receive? What are the 3 major components of sustainable development? Can someone tell me what is the very last awnsering streak fun fact? HURRYIn the urban fire department, if a fire captain has a problem or issue that requires a decision by a higher official and the deputy chief position has not been filler, he or she may take the issue directly to the fire chief. true or false How long will it take $3000 to earn $900 interest at 6% simple interest?20 points and brainly ;) An angle measures 80 less than the measure of its complementary angle. What is the measure of each angle Most metals are in the liquid state at room temperature.Please select the best answer from the choices providedTF Subtract 9 from 13, then multiply the result by 2 Eduardo obtained credit to buy a car. He has failed to make any payments over the pastfew months. What is MOST likely to happen?A. He will make one giant payment to cover the past months without penalty,B.The lender will take possession of his car.C. The amount of debt owed will decrease the longer he waits to make a payment.D.Nothing-people are allowed to miss several payments without consequences. 5. If I added two colors and took out one blue, what colors and how many did I add to get all the colors tohave an equal chance of being selected?The teacher posted the answer to number 25 but didnt show us how he got it, just curious to see how he got it if i could see the equation maybe i could figure it out Which equation can be used to find B in the triangle below? Two blocks are free to slide along the frictionless track shown below. Block m1 = 3.00kg is released from rest at the top of the track, a height h = 8.00 m. Block m2 = 15.0 kg is at rest at the bottom. The 2 blocks undergo an elastic collision when block m1 reaches m2.What is the speed of m2 just after the elastic collision? {note there is cons. of energy system and a collision} 1. your patient weighs 200 lb and the order is to infuse 250 mg dobutamine in 500 ml ns at 10 mcg/kg/min. how many milligrams of dobutamine will infuse per hour? What is the name of the molecule below?A. 1-butyneOB. 1-ethyneC. 2-butyneOD. 2-ethyneH-C=CCH, CH3SUBMIT All of the following facts support the concept of a warming climate EXCEPTA) sea level has increased.B) volcanoes are more frequent.C) the growing season of crops has increased.D) ice sheets are thinner and glaciers are retreating.