A few paragraphs in a news story or a few lines of copy in a piece of marketing material can help provide basic background information for your readers, but __________ can do more for them.linking

Answers

Answer 1

A few paragraphs in a news story or a few lines of copy in a piece of marketing material can help provide basic background information for your readers, but linking can do more for them.

The process of hyperlinking, or including clickable links to other sources, can help readers gain a deeper understanding of the topic at hand. Linking can do more for readers in a news story or marketing material.

Linking allows you to hyperlink to other sources to give the reader a deeper understanding of the topic at hand. This is why hyperlinking is so important in online publications. Readers expect to have the option of clicking on a link to learn more about a particular topic or subject.

This practice of hyperlinking is not only expected but is now considered essential. Therefore, it's essential to learn how to add hyperlinks to your content to take full advantage of this tool. By doing so, you can give your readers a comprehensive view of the topic you're writing about.

To know more about Linking:https://brainly.com/question/1536327

#SPJ11


Related Questions

how to use software for simulation experiments and probability calculations, and how to interpret the results and observe patterns in the data.

Answers

using simulation and probability software can help to streamline the process of running experiments and calculations, and can make it easier to interpret the results. By following these tips, you can ensure that you are getting the most out of your software and making informed decisions based on the data.

Simulations and probability calculations can be performed using software that is designed for this purpose. The following are some tips on how to use such software and interpret the results:

1. Content loading: To use simulation and probability software, you will need to load the appropriate content into the program. This content may include data on variables, constraints, and other factors that will be used in the simulation or calculation. The content can be loaded into the software either manually or automatically.

2. Software usage: Once the content is loaded, the software can be used to perform the simulation or probability calculation. This may involve setting certain parameters, defining variables, and specifying other details of the experiment or calculation.

3. Interpretation of results: Once the simulation or calculation is complete, the results must be interpreted in order to make sense of the data. This may involve analyzing the data to identify patterns, trends, or other relevant factors. The results can then be used to draw conclusions about the experiment or calculation, and to inform future decision-making.

4. Observing patterns in data: Patterns in the data can be observed by looking at the graphs, charts, and other visualizations that are generated by the software. These visualizations can help to highlight trends, correlations, and other important factors that may not be immediately apparent from the raw data.

To know more about software Visit:

https://brainly.com/question/32393976

#SPJ11

Juan created new video game for his coding course. What is one way he can explain his code in everyday language?
A. He can create a separate document to explain his code. B. He can include comments written in the code. C. He can write his notes using actual code. D He cannot include any notes in his code.

Answers

Answer:

B. He can include comments written in the code

Explanation:

One way he can achieve his aim is by including comments to his code.

He can include as many comments as he likes because comments are non executable part of the program. In other words, the translators omit comments during program translation.

Another reason why he should consider using comments is that comments are used by computer programmers to explain lines of code especially the difficult lines.

In fact programmers are advised to include comments in their programs because comments doesn't have to be structured and can be expressed in human language.

In Java, C++, C#, comments are identified by // and /*....*/

In python, comments are identified by #

Answer:

b

Explanation:

Lab Simulation Activity A primary conveyor is fed by two conveyors, A and B. Six-packs of canned soda are delivered to the main conveyor via feeder conveyor A. Eight-packs of canned soda are delivered to the main conveyor via feeder conveyor B. Counters on both feeder conveyors count the number of packets leaving them. Create a PLC program to display the total number of cans on the main conveyor.

Answers

The PLC program to display the total number of cans on the main conveyor can be created as follows:

To create a PLC program to display the total number of cans on the main conveyor, we need to use the counters on both feeder conveyors. Since feeder conveyor A delivers six-packs of canned soda and feeder conveyor B delivers eight-packs of canned soda, we need to convert the eight-pack count from feeder conveyor B into six-pack count to match the count from feeder conveyor A.

This can be done using the following formula: Number of six-packs from feeder conveyor B = Number of eight-packs from feeder conveyor B × 8 ÷ 6We can then add the six-pack count from feeder conveyor A and the converted six-pack count from feeder conveyor B to get the total number of cans on the main conveyor.

To know more about conveyor  visit:-

https://brainly.com/question/30713808

#SPJ11

what scope would you apply to set up a custom dimension that collects data related to an aspect of a user?

Answers

A use-level scope would be applied to set up a custom dimension that collects data related to an aspect of a user.

The user-level scope allows the grouping of all of a user's component sessions and hits conveniently only by a single value. The user-level scope is ideal for values that do not change often for a particular user like player type in games such as free trial users and paid users. For example, a game developer can use a user-level scope to set up custom dimensions in order to find the number of levels played by free trial users versus paid users.

You can leran more about user-level scope at

https://brainly.com/question/29038958

#SPJ4

Write a program that creates 4 threads to process input from standard input as follows Thread 1, called the Input Thread, reads in lines of characters from the standard input. Thread 2, called the Line Separator Thread, replaces every line separator in the input by a space. Thread, 3 called the Plus Sign thread, replaces every pair of plus signs, i. E. , "++", by a "^". Thread 4, called the Output Thread, write this processed data to standard output as lines of exactly 80 characters. Furthermore, in your program these 4 threads must communicate with each other using the Producer-Consumer approach

Answers

To create a program with 4 threads that process input from standard input and communicate using the Producer-Consumer approach, you can follow these steps:

Initialize the necessary data structures, such as a shared buffer or queue, to allow communication between the threads. This will serve as the producer-consumer buffer. Implement the Input Thread (Thread 1) to read lines of characters from standard input. This thread will act as the producer, putting the input lines into the shared buffer for further processing.

Implement the Line Separator Thread (Thread 2) to replace line separators (e.g., "\n" or "\r\n") in the input lines with spaces. This thread will consume the lines from the shared buffer, process them, and put the modified lines back into the buffer. Implement the Plus Sign Thread (Thread 3) to replace pairs of plus signs ("++") with a "^". This thread will also consume the modified lines from the shared buffer, process them, and put the final result back into the buffer.

To know more about  communicate  visit:-

https://brainly.com/question/16186110

#SPJ11

write a python program to initialize the value of two variables then find sum

Answers

Answer:

JavaScript:

Let x = 10

Let y = 10

Console.log(x + y)

//outputs 20

C++:

Let x = 10

Let y = 10

The file is Math.cpp so,

std::cout << "" + y + "" + x

g++ Math.cpp -o Maths

./Maths

//Outputs 20

Answer:

#Ask the user for a number

a = int(input("Enter a number: "))

#Ask the user for a number

b = int(input("Enter a number: "))

#Calculate the sum of a and b

sum = a + b

#print the ouput

print(str(a) + " + " + str(b) + " = " + str(sum))

how to shutdown a computer by step by step​

Answers

Answer:

1) Press Ctrl + Alt + Del

2) Click the power button in the bottom-right corner of the screen.

3) From the desktop, press Alt + F4 to get the Shut Down Windows screen.

and that's how to shut down your computer

Please mark as brainliest if answer is right

Have a great day, be safe and healthy  

Thank u  

XD  

Answer:

click on start button

click on shut down button

wait for screen to turn blank

switch off monitor

switch off the electricity

Give three general features of application software

Answers

Answer:

Three general features of application software are:

1. User Interface: Application software has a user interface that allows users to interact with the program. This interface can include menus, icons, buttons, and other graphical elements that make it easy for users to navigate the software and access its features.

2. Functionality: Application software is designed to perform specific tasks or functions. Examples of application software include word processors, spreadsheet programs, graphic design software, and web browsers. Each of these programs has a specific set of features and functions that are tailored to the needs of its users.

3. Customization: Application software can often be customized to meet the specific needs of individual users or organizations. For example, a spreadsheet program can be customized to include specific formulas and calculations that are unique to a particular business or industry. Customization allows users to tailor the software to their specific needs, making it more efficient and effective for their particular use case.

Which ribbon tab is used to locate the Backstage view and to configure the global Outlook options?
O Home
O Folder
O View
O File

Answers

The file tab helps with locating the backstage view

Answer:

File

Explanation:

I hope this helps! :)

If you do not include code that changes the value used the by the condition expression, your program will be caught in a __________ loop.

Answers

The term that describes a situation where a program gets stuck in an endless loop due to not changing the value used by the condition expression is called an "Infinite Loop."

An infinite loop occurs when the condition of a loop remains true indefinitely, preventing the loop from terminating and causing the program to become trapped in an endless repetition. This can happen if the code inside the loop does not include any statement that modifies the value used in the condition expression. Without such modifications, the condition will always evaluate to true, leading to the perpetuation of the loop.

To avoid infinite loops, it is crucial to include code within the loop that updates the value used in the condition expression, allowing the loop to eventually terminate. This can be achieved by using iterative statements like "for" or "while" loops and ensuring that the condition is updated during each iteration.

To know more about loops click here: brainly.com/question/28275209

#SPJ11

Shelly uses Fac3book to interact with friends and family online. When is she most likely to express a positive mood on social media?

a.
Sundays
b.
Wednesdays
c.
Fridays
d.
Thursdays

Answers

Answer:

Fridays

Explanation:

On record, Fridays are preffered

The correct option is c. Fridays.

What is Social media?Social media refers to the means of relations among people in which they create, share, and/or interact with information and ideas in virtual societies and networks. In today's civilization, the use of social media has evolved into a necessary daily exercise. Social media is commonly used for social relations and credentials to news and information, and determination making. It is a valuable contact tool with others locally and worldwide, as well as to communicate, create, and spread announcements.

To learn more about Social media, refer to:

https://brainly.com/question/1163631

#SPJ2

united airlines is the only airline that still uses the original automated baggage handling system at the denver international airport. (T/F)

Answers

False, united airlines is the only airline that still uses the original automated baggage handling system at the denver international airport.

Why is the above statement false?

The original automated baggage handling system at Denver International Airport (DIA) was plagued with technical problems and was ultimately abandoned in 2005, before DIA even opened to the public in 1995. The system was originally designed to speed up the handling of checked baggage by using a network of conveyor belts, robots, and other automation technologies.

United Airlines, like other airlines that use DIA, has since implemented its own baggage handling system at the airport. United Airlines currently operates one of the largest baggage handling facilities in the world at DIA, with the capacity to process over 10,000 bags per hour.

In short, while United Airlines does operate a baggage handling system at DIA, it is not the original automated baggage handling system that was famously problematic and was ultimately abandoned.

Learn more about Airports here:

brainly.com/question/30054533

#SPJ1

HELP ME PLEASE PLSSSS HOW DO YOU GET RID OF THIS LINE?

HELP ME PLEASE PLSSSS HOW DO YOU GET RID OF THIS LINE?

Answers

Explanation:

which line pls. I can't see the line

How did u get the line the first place? Have u tried to restart ur device?

Since you have to be cautious about deleting a slide, PowerPoint only allows you to delete one slide at a time. True or False

Answers

Answer:

true

Explanation:

The statement "Since you have to be cautious about deleting a slide, PowerPoint only allows you to delete one slide at a time" is true.

What is a PowerPoint presentation?

G slides can be used to create a PowerPoint presentation. By clicking the large sign at the top left of your screen, you can log in and create a presentation if you have an account. I use slides to create my presentations because it is so simple to use.

You ought to investigate it for yourself. Since it is entertaining, students should enjoy both watching and participating in such presentations. With the right approach, it can assist schools in meeting the needs of all students.

When using PowerPoint, you can project color, images, and video for the visual mode to present information in a variety of ways (a multimodal approach).

Therefore, the statement is true.

To learn more about PowerPoint presentations, refer to the below link:

https://brainly.com/question/16779032

#SPJ2

Which of the following provides a computer system with the ability to retrieve and manipulate data at a future time?
Output
Storage
Processing
Input

Answers

Option B storage, because that is the only option that holds the data for a period of time

When posting electronic resumes how is open block form different from a fill in blank form

Answers

When posting an electronic résumé, how is a Open Block form different from a Fill-in-the-blank form? An Open Block form allows you to copy and paste an entire electronic résumé in a space to submit. A Fill-in-the-blank form requires to copy and paste individual sections of a résumé into a space.

Can you recommend me a movie? ​

Answers

Ice age definitely……….

the electrical grid is a significant target because it is not just a u.s. infrastructure. it is also known as the .

Answers

The fact that the electrical grid is a global infrastructure makes it a key target. It includes the connected network of power generation and is sometimes referred to as the power grid or electric grid.

Who is responsible for defending the US against cyberattacks?

The goal of CISA's cybersecurity program is to protect and secure cyberspace by spearheading national initiatives to promote and allow resilient national essential functions, effective national cyber defense, and a strong technology ecosystem.

What is a cyber terrorist act?

Examples include gaining access to computer systems through hacking, infecting weak networks with viruses, defacing websites, engaging in Denial-of-Service attacks, or making terrorist threats via electronic communication.

To know more about network visit:-

https://brainly.com/question/13992507

#SPJ1

Which of the following statements are true about the growth of technology? Select 3 options. A. Individuals in the United States currently own an average of three connected devices. B. The general public began connecting to the Internet when the World Wide Web was introduced in 1991. C. By 1995, almost half of the world’s population was connected to the Internet. D. Currently, 67% of people on earth use at least one mobile device. E. The number of devices connected to the Internet of Things is expected to triple between 2018 and 2023.

Answers

Answer:

b

Explanation:

the general public began connecting to the internet when the world wide web was introduced

Answer:

The general public began connecting to the Internet when the World Wide Web was introduced in 1991.

By 1995, almost half of the world’s population was connected to the Internet.

Currently, 67% of people on earth use at least one mobile device.

Explanation:

write a letter to your future self :”Imagining a world in 2030”.Be sure to mention things that you think your future self would probably be doing and experiencing in daily life. You may include your hobbies, your surroundings, the role of AI in your life, etc.

Answers

To write a letter to your future self, follow the steps:

Start with an introduction in the first paragraph.The next is what you want your future self to know in the second paragraph.The last is conclusion in the third paragraph.What is a Letter?

A letter is known to be a form of a written message that passes information from a person to another.

Note that by following the steps above, one can be able to  write a letter to your future self.

Learn more  about letter from

https://brainly.com/question/24140747

#SPJ1

how do you handle missing or corrupted data in a dataset?

Answers

Handling missing or corrupted data in a dataset involves various approaches, such as data imputation, deletion, or using advanced techniques like machine learning algorithms.

The choice of method depends on the nature of the missing or corrupted data and the specific requirements of the analysis.

When dealing with missing or corrupted data in a dataset, one common approach is data imputation, where missing values are estimated or filled in using statistical techniques. This can include methods like mean imputation, regression imputation, or advanced techniques such as multiple imputations or k-nearest neighbors imputation. Data imputation aims to retain as much information as possible while minimizing the impact of missing data on subsequent analysis.

Alternatively, in some cases, it may be appropriate to delete rows or columns with missing or corrupted data, especially if the missingness is random or occurs at a negligible rate. Deleting missing data can be done if it does not significantly affect the integrity and representativeness of the dataset.

Moreover, in scenarios where the data is severely corrupted or the missingness is extensive, more advanced techniques like machine learning algorithms can be employed. These algorithms can learn patterns from the available data and predict the missing or corrupted values based on the relationships and characteristics of the remaining data.

In conclusion, handling missing or corrupted data in a dataset involves applying various strategies such as data imputation, deletion, or advanced techniques like machine learning algorithms. The choice of method depends on the extent and nature of the missing or corrupted data, as well as the specific requirements of the analysis.

Learn more about machine learning here:

https://brainly.com/question/31441807

#SPJ11

e. Which type of computers comes in briefcase style


Answers

Answer: Laptop computers.

Explanation: Laptops are the one type of computers that come in briefcase style.

which of the following best describes spyware? answer it is a program that attempts to damage a computer system and replicate itself to other computer systems. it monitors user actions that denote personal preferences and then sends pop-ups and ads to the user that match their tastes. it monitors the actions you take on your machine and sends the information back to its originating source. it is a malicious program that is disguised as legitimate software.

Answers

The best description among the given options about spyware is that It monitors the actions you take on your machine and sends the information back to its originating source.

Spyware is a type of malicious software that secretly collects sensitive data from a user's computer without their knowledge or consent. This information can include personal details, browsing history, login credentials, and even financial data. The collected data is then transmitted to the originating source, which could be hackers, advertisers, or other third parties who may use the information for illicit purposes.

The first and second options describe different types of malicious software, but they do not specifically pertain to spyware. The first option refers to a computer worm or virus, which damages systems and replicates itself, while the last option describes a Trojan horse, which disguises itself as legitimate software but performs malicious actions. The second option, on the other hand, is related to adware, which primarily focuses on displaying targeted advertisements based on user preferences rather than stealing sensitive information.

Learn more about Spyware here: https://brainly.com/question/28910959

#SPJ11

In a _____ cloud, a participating organization purchases and maintains the software and infrastructure itself.

Answers

Answer:

"Private" is the right solution.

Explanation:

Application servers supplied sometimes over the World wide web or through a personal corporate network as well as to chosen customers rather than the community benefit of the entire, is termed as the private cloud.It provides companies with the advantages of a cloud environment that include self-checkout, adaptability as well as flexibility.

What is the default extension of Q Basic program file? ​

Answers

Answer:

Bas

Files written with QBASIC must be run using the program and have the "bas" file extension.

Hope this helps

#Carryonlearning

List two rules of a data protection art.

Answers

Answer:

1 the data must be processed fairly, lawfully and transparently

2 the data must be processed only for specific, explicit and legitimate purposes and shall not be further processed in any manner incompatible with that purpose or those purposes

3 the data must be adequate, relevant, and not excessive in relation to the purpose or purposes for which they are held

A box has a mass of 5 kg. What is the weight of the box on Earth?
Show your work

Answers

Answer:

5 kg

Explanation:

5 kg

For this assignment, you will create a calendar program that allows the user
to enter a day, month, and year in three separate variables as shown below.
Day:
Month:
Year:
Then, your program should ask the user to select from a menu of choices
using this formatting
Menu:
1) Calculate the number of days in the given month.
2) calculate the number of days left in the given year.

I would really appreciate it if someone could help me on this.

For this assignment, you will create a calendar program that allows the userto enter a day, month, and

Answers

Following are the program to the given question:

Program Explanation:

Defining three methods "leap_year, number_of_days, and days_left " is declared. In the "leap_year" method, it accepts the year variable, which calculates the year is the leap year and returns its value that is 1. In the next method "number_of_days", it is define which accepts the "year and month" variable in the parameter and calculate and returns its value. In the last "days_left" method, it calculates the left days and returns its value, and outside the method, two dictionary variable days_31 and days_30 is declared.  It initilized a value by using 3 input variable "day, month, and year" variable which accepts user-input value. In the next step, a "c" variable is declared, that input values and calls and print its value accordingly.

Program:

def leap_year(y):#defining a method leap_year that takes one parameter

   l= 0#defining l variable that holds an integer

   if y % 4 == 0:#using if block that check year value module by 4 equal to 0

       l = 1#holding value in l variable

   if y % 100 == 0:#using if block that check year value module by 100 equal to 0

       l = 0#holding value in l variable

       if y % 400 == 0:#using if block that check year value module by 400 equal to 0

           l= 1#holding value in l variable

   return l#return l value

def number_of_days(m, y):#defining a method number_of_days that takes two parameters

   months = {1: 31, 3: 31, 4: 30, 5: 31, 6: 30, 7: 31, 8: 31, 9: 30, 10: 31, 11: 30, 12: 31}#defining months variable that hold value in ictionary

   l = leap_year(y)#defining l variable that calls leap_year method and holds its value

   if l == 1 and m == 2:#use if that check l value equal to 1 and 2

       return 29#return value 29

   if m == 2:#use if that check month value equal to 2

       return 28#return value 29

   return months[m]#return months value

def days_left(d, m, y):#defining a method days_left that takes three variable in parameter

   l = leap_year(y)#defining l variable that hold leap_year method value

   days = 0#defining days variable that hold integer value

   months = {1: 31, 3: 31, 4: 30, 5: 31, 6: 30, 7: 31, 8: 31, 9: 30, 10: 31, 11: 30, 12: 31}#defining months variable that hold value in ictionary

   if l== 1:#using if that check l equal to 1

       if m > 2:#defining if that check m value greater than 2

           days += (29 + 31)#using days variable that Calculate holds its value

           i = m#defining i variable that holds months value

           while i > 2:#defining while loop that checks other days

               days += months[i]#defining a days variable that holds months value

               i -= 1#decreasing i value

           days -= (months[m] - d)#defining days that subtracts leap value

       elif m == 2:#defining elif block that checks m equal to 2

           days += (29 - d) + 31#holding value in days variable

       else:#defining else block

           days = 31 - d#Calculating days value

       return 366 - days#using return keyword that Calculates days value

   else:#defining else block

       if m > 2:#using if that checks m value greater than 2

           days += (28 + 31)#Calculating and store value in days

           i = m#holding months value in i

           while i > 2:#defining while loop that checks i value greater than 2

               days += months[i]#holding list value in days

               i -= 1#decreasing i value

           days -= (months[m] - d)#defining days that subtracts leap value

       elif m == 2:#using elif block that checks m value equal to 2

           days += (28 - d) + 31#Calculating and store value in days

       else:#defining else block

           days = 31 - d##Calculating and store value in days

       return 365 - days#return total days

print("Please enter a date")#print message

day = int(input("Day: "))#input value

month = int(input("Month: "))#input value

year = int(input("Year: "))#input value

print("Menu: ")#print message

print("1) Calculate the number of days in the given month.")#print message

print("2) Calculate the number of days left in the given year.")#print message

c = int(input())#input value

if c == 1:#using if that checks c value equal to 1

   print(number_of_days(month, year))#calling method and print its return value

elif c == 2:#using if that checks c value equal to 2

   print(days_left(day, month, year))#calling method and print its return value

Output:

Please find the attached file.

Learn more:

brainly.com/question/16728668

who created apple and in what year was it created

Answers

Answer:

Steve Jobs founded Apple and it was founded on April 1, 1976

Explanation:

I think you mean the Apple Store but uh-

Answer: Apple was created by Steve jobs, Steve wozniak,Ronald wayne. It was created in april 1,1976.

Explanation:

There is a new product launched and its customer ratings are being recorded in an array. the ratings are being monitored and analyzed if there is any decrease in the ratings. find the number of periods in which the rating is consecutively decreasing.

example - ratings = [4,3,5,4,3]
periods (in other words sub arrays in which ratings are decreasing):
one day periods = [4],[3],[5],[4],[3] (count of subarrays is 5)
two day periods = [4,3],[5,4],[4,3] (count of subarrays is 3)
3 day periods = [5,4,3] (count of subarrays is 1)
so, the output for this example will be 9 (5 + 3 + 1)

Answers

The program to find the number of periods in which the rating is consecutively decreasing is; As written in the attached file

What is the program array?

What we are required to do to find the number of elements in decreasing part. For example;

4,3 means One decreasing part and has 2 elements

5, 4, 3 means second decresing part and has 3 element.

Thereafter, we just add n*(n + 1)/2 to result.

where;

n = number of elements in any part

n*(n + 1) /2 is number of decreasing subarray that can be made

For the second decreasing part which is [5, 4, 3];

number of sub arrays you can make = 3 * 4/2 = 6

Thus, we have;

[5], [4,], [3], [5,4],[4,3],[5,4,3]

The program to find the number of periods in which the rating is consecutively decreasing is as follows in the attached file;

Read more about program array at; https://brainly.com/question/16266708

There is a new product launched and its customer ratings are being recorded in an array. the ratings
Other Questions
The clinician is caring for Diane, a 22-year-old woman who presents with an injured ankle. Diane asks the clinician if she will need an x-ray. The clinician explains to Diane that an x-ray is not always necessary for an injured ankle, and that the decision to obtain radiographs is dependent on the exam and Diane's description of her injury. Which of the following clues in Diane's exam or history would alert the clinician to the need for obtaining radiographs?a. Inability to bear weight immediately after the injuryb. Development of marked ankle swelling and discoloration after the injuryc. Crepitation with palpation or movement of the ankled. All of the above Isaac is planning a public meeting in front of the town library to protest against anew city tax for playgrounds. He has filed all of his permits and the city has saidthat he can have his meeting. The night before the meeting, however, the mayorfinds out that Isaac was arrested 2 years ago in another town for starting a riot.On the day of the meeting, police show up to prevent the meeting and Isaac isnot allowed to hold his meeting. What amendment in the Bill of Rights does thisviolate?Amendment 1Amendment 2O Amendment 3O Amendment 4O Amendment 5O Amendment 6O Amendment 7O Amendment 8O Amendment 9O Amendment 10O Does not violate an amendment sprouted seeds un sprouted seed taken in a jar with lime water in both in which jar lime water changes it colour fast 2) if a pharmacist needs to create a standing order to administer a vaccine, with which entity should the pharmacist collaborate to sign the order? You are about to undertake a project that will pay you GH 5,000/year for the next4years, plus GH 7,000 in 5years and GH 4,000 in 3years. If the cost of capital is 6.2%,what is the NPV of the project? Table 12.12, shows the supply and demand conditions for a firm that will play trumpets on the streets when requested. qs1 is the quantity supplied without social costs. qs2 is the quantity supplied with social costs. what is the negative externality in this situation? identify the equilibrium price and quantity when we account only for private costs, and then when we account for social costs. how does accounting for the externality affect the equilibrium price and quantity? PLZ HELP ASAP HW DUE SOON who was abraham's wife Find the measure of an interior angle of a 14 sided regular polygon. Round your answer to the nearest tenth. Compare is the bondstronger between atomsin hydrogen gas (H2) ornitrogen gas (N2)? Why? A car travels 100 m in 4 s on a highway going east. What is the velocity of the car? The goal of this exercise is to select which neuromarketing tools Doug should use for each of the eight marketing questions for which he has promised the CEO he can provide answers. Read each of the eight marketing research questions that Doug has promised to answer and then match each to the best neuromarketing tool for it. Question 61Peter, a resident, has an outstanding HELP debt of $6,500. In the 2020/21 income year, he had the following amounts:taxable income $60,000reportable fringe benefits total $2,500reportable superannuation contributions $4,500How much of his HELP debt is Peter required to repay in 2020/21?$1,935$2,345$2,010$1,875$2,257.50$2,187.50Nil Find the slope of the line through each pair of points. (5, 5) (0, 1) HELP 50 POINTS!!!At the fast food restaurant, an order of fries costs $0.92 and a drink costs $0.96. How much would it cost to get 2 orders of fries and 4 drinks? How much would it cost to get f orders of fries and d drinks?Total cost, 2 orders of fries and 4 drinks: Total cost, f orders of fries and d drinks: What complaints does George have towards Lennie in chapter 1. ''Of Mice and Men'' Plz help quick write about sustainable practices including farming A new car is purchased for $29,000 and over time its value depreciates by one halfevery 3.5 years. What is the value of the car 20 years after it was purchased, to thenearest hundred dollars? write an equation of the line that passes through the given points (3,1) (0,10) What is AAS congruence Rule 7?