Television, video, computers, radios, and magazines used by target audiences are all what types of channels?

Answers

Answer 1

The target audiences' use of television, video, computers, radios, and periodicals all fall under the category of influence channels.

What are influence channels?Theoretically, how members interpret the channel or the world leads to channel impact. In terms of management, becoming more conscious of "the sensible worlds" in which oneself and others behave is the first step toward being able to analyze and potentially modify preexisting influence patterns. Humans are extremely complicated beings. We are the result of all the influences in our life, including those from our families, schools, churches, social groups, governments, and organizations.

Cialdini's "6 Principles of Influence," which are:

reciprocity, commitment/consistency, social evidence, authority, liking,scarcity,were the most important parts of this book.

To learn more about influence types of channels, refer to:

https://brainly.com/question/6641095

#SPJ4


Related Questions

if your cell phone rings while you are driving and you do not have a hands-free device you should

Answers

Answer:

wait to get to a red light or a stop sign then answer it and put it on speaker phone

Explanation:

Write a program in the if statement that sets the variable hours to 10 when the flag variable minimum is set.

Answers

Answer:

I am using normally using conditions it will suit for all programming language

Explanation:

if(minimum){

hours=10

}

an application developer needs to store configuration data that can be retrieved each time the application is launched. the data must be in a format that could be easily viewed outside of the application and edited using any editor. which of the following would be the best choice? answer a. database management system b. text-based flat c. file binary flat d. file relational database

Answers

For storing configuration data that needs to be easily viewed and edited outside of the application, the best choice would be a text-based flat file. This is because text files store data in a human-readable format, making it easy to view and edit the configuration data using any text editor.

Text files also have the advantage of being lightweight and portable, making them easy to transfer and share. While a database management system (DBMS) could also be used to store configuration data, it may not be necessary for smaller applications and can be more complicated to set up and manage. Similarly, binary flat files are not easily human-readable, making them less suitable for configuration data. Finally, a file relational database is not a standard term, but if it means a relational database stored in a file format, it may be overkill for configuration data storage and not as easily viewable and editable as a text-based flat file.

Find out more about text-based flat file.

brainly.com/question/25372024

#SPJ4

The short-range two-way communication technology behind contactless payments is called ____.

Answers

Hi there,

I hope you and your family are staying safe and healthy!

The answer is: Near Field Communication (NFC).

The short-range two-way communication technology behind contactless payments is called the Near Field Communication (NFC).

Happy to help!

~Garebear

people who use a/an ________________ design logic believe that the given context determines what type of communication is appropriate.

Answers

People who use a/an contextual design logic believe that the given context determines what type of communication is appropriate.

Contextual design logic emphasizes the importance of considering the specific situation, environment, and audience when determining the most effective and appropriate means of communication. It recognizes that different contexts require different communication strategies and channels to convey information effectively.

By adopting a contextual design logic, individuals or organizations take into account factors such as cultural norms, social dynamics, communication goals, and the characteristics of the intended recipients. This approach helps ensure that the communication is tailored to the specific context, taking into consideration factors such as language, tone, medium, and level of formality.

Contextual design logic encourages a more nuanced and adaptable approach to communication, recognizing that what may be suitable in one context may not be effective or appropriate in another. It promotes sensitivity and responsiveness to the context in order to achieve clear, meaningful, and impactful communication.

learn more about "communication ":- https://brainly.com/question/28153246

#SPJ11

write any four commandments of Computer ethics​

Answers

Answer:

Thou shalt not use a computer to harm other people

Thou shalt not interfere with other people's computer work

Thou shalt not snoop in other people's computer files

Thou shalt not use a computer to steal

Thou shalt not use a computer to bear false witness

Thou shalt not appropriate other people's intellectual output

Explanation:

plzzz help ya girl out due soon

plzzz help ya girl out due soon

Answers

The answer to this question is D. This is because programming language is a language used to run the application software. A programmer or developer writes code, and the code language (most common is JavaScript) is translated and it runs the program.

Write a function named partf that takes in as a parameter one list of numbers and determines if two of the numbers in the list add to 2026. If they do, return the product of the two numbers, otherwise return false.

Answers

The required function is written given in Python:

def partf(list, k):      #   'partf' function accepts a list of number

   for i in range(len(list)):   # 'foor loop'

       for j in range(i+1, len(list)): # 'for loop'

           if list[i] + list[j] == k:   #  compares if sum of two number is 2026

               product= list[i]*list[j]  # calculates product if sum equals to 2026

              return(product)  # outputs the product

  return False # , returns false if sum is not equal to 2026

print(partf([5, 2000, 26, 12], 2026)) # funciton passing a parameter list

Below in the attached picture the function with its output is given.

You can learn more about Python at

brainly.com/question/26497128

#SPJ4

Write a function named partf that takes in as a parameter one list of numbers and determines if two of

explain the difference between s = 0; if (x > 0) { s ; } if (y > 0) { s ; } and s = 0; if (x > 0) { s ; } else if (y > 0) { s ; }

Answers

The first code snippet evaluates both conditions independently and adds their results to the variable s, whereas the second snippet first checks if x is greater than zero and only if that condition is false, checks if y is greater than zero.

In the first code snippet, if x is greater than zero, then s will be incremented regardless of the value of y. Similarly, if y is greater than zero, then s will be incremented regardless of the value of x. However, it is possible that both conditions are true, in which case s will be incremented twice.

In the second code snippet, if x is greater than zero, then s will be incremented and the condition for y will not be evaluated. If x is less than or equal to zero, then the condition for y will be evaluated, and if it is true, then s will be incremented. In this case, s can be incremented at most once.

In general, the difference between these two code snippets is that the first snippet evaluates both conditions independently and increments s for each true condition, whereas the second snippet evaluates the conditions sequentially and increments s only once.

learn more about code snippet at :

https://brainly.com/question/30467825

#SPJ4

You want to develop a system that will allow employers to develop better punctuality habits for employees. The employer doesn’t want employees to come either too early or too late. Employees clock in their times. Your employer has told you that coming in 10 minutes late or early is within tolerable limits.

Develop a sliding scale that uses linguistic variables. This scale helps employers determine seven levels, starting from extremely early to extremely late and just-on-time right in the middle.

Answers

Answer:

To develop a system that will allow employers to develop better punctuality habits for employees, a sliding scale can be used that uses linguistic variables. This scale would help employers to determine seven levels for punctuality, starting from extremely early to extremely late and just-on-time right in the middle. The employer has stated that coming in 10 minutes early or late is within tolerable limits, so the scale could be set up with the following levels:

• Extremely Early: 0-5 minutes • Early: 6-10 minutes • On Time: 11-15 minutes • Late: 16-20 minutes • Very Late: 21-25 minutes • Extremely Late: 26-30 minutes • Unacceptable: 31+ minutes.

This scale will help employers to determine acceptable levels of punctuality for employees, and ensure that they are not coming in too early or too late.

Explanation:

see above

CRT displays are used in laptops because they a flat.

True
False

Answers

Answer:

true

is answer

Explanation:

he ha hagbxbffjyet

Answer:

They used to, but they dont anymore. So the answer is false!

Have a great day!

What elements collect input?
What items display output?
Do you think there are elements that can do both?

Answers

Answer:

input devices : keyboard, touch , mouse

output devices : microphone monitor, printer

Cameras and Modem can be both output and input.

How should you behave in an online academic environment?

Answers

Answer:

as u want lol

I think it's funny

Answer:

Maintain discipline

Ask questions

Try not to crack jokes

dress smartly

be friendly

don't underestimate anyone each person have their own unique skills

Stocks in my portfolio are as follows:

Adobe INC ADBE original stock price in first lesson $318.39 current price is 338.12

Microsoft Corp MSFT original stock price in 1st lesson $159.00 current price is 173.47

Procter & Gamble PG original stock price in 1st lesson $115.00 current price 121.08

United Airline Holdings UAL original stock price in 1st lesson $30.77 current price is 30.90.

Using an Excel spreadsheet show your calculation of your gain or loss for each security for the week. Make sure you show a dollar return calculation and a percentage return calculation. Be especially careful on the computation of the gain/loss on the stock you purchased on margin. If you wish, you may sell none, one, or two (but no more) of your holdings.

-Please replace any stocks you sell on the same terms (long or short). In an accompanying 1–2- page Word document, address the checklist items below.

Checklist:

 Discuss why you took the actions you did in your Portfolio, with special attention to your reasoning behind holding or selling specific stocks.

 Make special note of any observations you made when analyzing your calculations.

 In addition, invest in one mutual fund and one exchange traded fund this week, again limiting your investment in each to $50,000. Include in your report this week, the price of the investments made including the $25 commission and your justification for the purchases. Incorporate these buys in your spreadsheet.

Analysis:

 Show a dollar return calculation and a percentage return calculation.

 Provide the computation of the gain/loss on the stock you purchased on margin

 Discuss why you took the actions you did in your Portfolio, with special attention to your reasoning behind holding or selling specific stocks and buying the funds.

**Risk capacity is not needed for this problem**

This does need a portion of it to be solved using excel. please just paste in a snippet of the excel portion.

Answers

The task involves calculating the gain or loss for each security in the portfolio, including a dollar return and a percentage return calculation.

To complete the task, an Excel spreadsheet is used to calculate the gain or loss for each security in the portfolio. The dollar return and percentage return calculations are performed to assess the performance of each stock. The computation of gain/loss on the stock purchased on margin takes into account any interest or fees associated with the margin investment.

The reasoning behind holding or selling specific stocks depends on various factors such as market trends, company performance, and individual investment goals. The decision to hold or sell a stock is influenced by factors like profitability, growth potential, and risk assessment.

Regarding the new investments in mutual funds and exchange-traded funds, the choices are made based on their performance, diversification benefits, and alignment with the investor's overall investment strategy.

Observations made during the calculations may include notable trends in stock prices, differences in returns among securities, and the impact of margin trading on overall portfolio performance.

Learn more about portfolio analysis here:

https://brainly.com/question/14484528

#SPJ11

Need the answer ASAP!!!!!!!!
I’ll mark brainliest if correct

Drag each label to the correct location on the image. Match the correct component to the part on the flowchart

Procedure 1

subroutine

procedure 2

decision

input

End

Start

Need the answer ASAP!!!!!!!! Ill mark brainliest if correct Drag each label to the correct location on

Answers

Answer:

Start

 subroutine

imput

decision

Procedure 1

procedure 2

End

Explanation:

What is the value of grade after this program is executed?
Assume the score is 50.

if score >= 90:
grade = "A"
elif score >= 80:
grade = "B"
elif score >= 70:
grade = "C"
elif score >= 60:
grade = "D"
else:
grade = "F"

Answers

Answer:

32 is the correct explanation about this equation

Visual Arts
AX Technology and Film
Performing Arts
Pairs
video systems technician
screenwriter
fashion designer

Answers

Answer:

c

Explanation:

i got it right on the test

Answer:

This will help you with most of the questions, I don't know about pairs.

Explanation:

Visual ArtsAX Technology and FilmPerforming ArtsPairsvideo systems technicianscreenwriterfashion designer

what command can you type into the run box in order to start the system information utility?

Answers

To start the System Information utility in Windows, you can type "msinfo32" into the Run box.

Learn the procedure to open the Run box with these easy steps.

Simultaneously press the key "Windows" and the key "R" on your keyboard

The Run dialog box will appear.

Type "msinfo32" (without the quotes) into the box.

Press Enter or click OK.

The System Information utility will open, displaying detailed information about your computer's hardware, software, and system components.

To start the System Information utility using the Run box, you can type "msinfo32" and press Enter.

This command launches the System Information tool, which provides detailed information about your computer's hardware, software, and system components.

Read more about system information utility here:

https://brainly.com/question/8317734

#SPJ4

What is block palette

Answers

The block palette is an area of the graphical user interface located between the stage, sprite pane and scripting area.

an error occurred while loading a higher quality version of this video

Answers

Answer:?

Explanation:?

in the overview tab of the Client list what filter can
be qpplied to only show clients assigned to specific team member on
quickbooks online

Answers

The "Assigned To" filter in the Overview tab of QuickBooks Online's Client list shows clients assigned to specific team members.

In the Overview tab of the Client list in QuickBooks Online, there is a filter called "Assigned To" that can be applied to show clients assigned to specific team members.

The "Assigned To" filter allows users to select a particular team member from a dropdown list. Once a team member is selected, the client list will automatically update to display only the clients assigned to that specific team member.

This filter is particularly useful in scenarios where multiple team members are responsible for managing different clients within the QuickBooks Online platform.

By utilizing the "Assigned To" filter, team members can easily access and focus on their assigned clients, streamlining their workflow and enabling efficient client management. It provides a clear overview of the clients associated with each team member, allowing for better organization, tracking, and collaboration within the team.

Overall, the "Assigned To" filter in the Overview tab of the Client list in QuickBooks Online enhances productivity and enables effective team collaboration by providing a targeted view of clients assigned to specific team members.

Learn more about filter here:

https://brainly.com/question/32401105

#SPJ11

Define the term Project brief? why is it important to do planning?

Answers

Answer: the project brief is a document that provides an overview of the project.

Explanation: It says exactly what the designer, architect, and contractor needs to do to exceed your expectations and to keep the project on track with your goals and your budget.

A qubit is a basic unit of information that is similar to the 0s and 1s (bits) that represent transistors in today's computers. using qubits in processors and memory is called ___ computing.

Answers

Answer:

  quantum

Explanation:

You want to know the descriptor applied to computing using qubits in processors and memory.

Quantum computing

A "bit" is a unit of information, stored in one of two states designated as 1 or 0. It is manipulated in computers generally using circuitry and logic that is bistable—existing in only one of these two states. Digital computers have been designed this way from their earliest conception. (In a few cases, designs have made use of multiple discrete states.)

A "qubit" is a unit of logic or memory that holds a superposition of states. It represents both "0" and "1" at the same time. This is possible because of the properties of matter as described by quantum mechanics. Computing that makes use of qubit technology is called "quantum" computing.

Why are abbreviations like BRB, TBH, and IDK appropriate in some situations but not in others?

Answers

Answer: Depends on which situation

Explanation: When you are talking casually to your friends or someone close to you, it’s appropriate to say those abbreviation. But when you are talking to someone professional or your teacher, you shouldn’t talk in those  abbreviations. You should not talk in those abbreviations to elderly because they may not understand it.

A network server is actually software dedicated to a specific function, protocol, service, or facilitation. A network client (in a client/server network, of course) is software that communicates directly with its corresponding server software to request the server's service. It's conceivable that on any particular computer hardware that multiple servers could be running. However, with all of that said, we think of a server in hardware terms: servers are thought of as a single computer that is running server software. With that in mind, answer the following questions.
What do you believe is the two most important components of server hardware? Why?
In a particular type of business, industry or service, what should be the availability of server services to its users?

Answers

Server hardware components can be defined as the physical components required to support the software that is run on the servers. For a server, the two most important hardware components are the processors and memory.

The CPU is required to manage the system, while RAM is used to store the applications that are running. To maintain an effective and reliable server, the hardware must have adequate processing power and memory to support the software running on it.Processors are used to execute instructions, perform mathematical calculations, and perform logic operations on data. The processor is also responsible for communication with the system's memory. There are various types of processors available in the market.

Intel and AMD are the most commonly used processors. The processor speed is measured in GHz, and higher speeds are required for systems that require more processing power.Memory is required to store the data and code needed to run the applications. There are two types of memory in a system: primary memory and secondary memory. The primary memory, also known as RAM, is used to store the applications that are running. The secondary memory, such as hard drives and solid-state drives, are used to store data that is not currently being used.

Learn more about Server hardware: https://brainly.com/question/29490350

#SPJ11

Which of the following describes all illustrations created by freehand?


extension lines

sketches

leader lines

dimensions

Answers

The answer is - Sketches

Near field communication (NFC) is a set of standards used to establish communication between devices in very close proximity.
True or false?

Answers

True. Near Field Communication (NFC) is a set of standards that are used to establish communication between devices in very close proximity.

This is a true statement as Near Field Communication (NFC) is a set of short-range wireless technologies that allow communication between devices that are in close proximity, typically a few centimeters or less.The major aim of NFC technology is to create an easy, secure, and swift communication platform between electronic devices. Communication takes place when two NFC-enabled devices come into close contact, which is usually a few centimeters or less. Near field communication uses magnetic field induction to enable communication between two devices.

In order for Near field communication to work, both devices must be within range and have Near field communication capabilities. NFC is being used in a variety of applications, including mobile payments, access control, and data transfer between two NFC devices. It has become a popular means of transmitting information between mobile devices due to its security and convenience.

To know more about devices visit :

https://brainly.com/question/11599959

#SPJ11

To initiate a Fibbonaci sequence, one must provide values for x0 and x1. Write a program that prints the Fibonacci sequence as an unformatted list after reading in three integer inputs:

Answers

#include <stdio.h>

int main() {

 int x0, x1, n;

 // Get three integers from the user

 printf("Enter three integers: ");

 scanf("%d %d %d", &x0, &x1, &n);

 // Print the Fibonacci sequence up to n

 for (int i = 0; i < n; i++) {

   printf("%d ", x0 + x1);

   int temp = x0 + x1;

   x0 = x1;

   x1 = temp;

 }

 return 0;

}

The program first gets three integers from the user. The first two integers are used to initialize the Fibonacci sequence, and the third integer is used to determine how many terms of the sequence to print. The program then prints the Fibonacci sequence up to the specified number of terms.

The Fibonacci sequence is a series of numbers where each number is the sum of the two previous numbers. The first two numbers in the sequence are 0 and 1. The program works by first initializing the variables x0 and x1 to 0 and 1, respectively.

The program then uses a for loop to iterate from 0 to n. For each iteration, the program prints the value of x0 + x1. The values of x0 and x1 are then updated for the next iteration. The program terminates when the for loop has completed.

Learn more about Fibbonaci sequence here:

brainly.com/question/29764204

#SPJ11

What is the most common form of host-based IDS that employs signature or pattern-matching detection methods

Answers

The two primary methods of detection are signature-based and anomaly-based. Any type of IDS (HIDS or NIDS) can detect attacks based on signatures, anomalies, or both. The HIDS monitors the network traffic reaching its NIC, and the NIDS monitors the traffic on the network.

analytics are typically divided into three major categories (i.e. descriptive analytics). describe each category and provide an example question that each category would address.

Answers

Descriptive analytics, Diagnostic analytics and Predictive analytics  are one of the major categories in analytics.

Descriptive analytics focuses on summarizing and interpreting historical data to gain insights into past events and trends. One example question that descriptive analytics can address is: "What were the total sales for each product category last month?" By analyzing historical sales data, descriptive analytics can provide a breakdown of sales figures for different product categories.

Diagnostic analytics focuses on understanding why certain events or patterns occurred in the data. An example question for diagnostic analytics would be: "What factors contributed to the decrease in customer satisfaction last quarter?".

Predictive analytics involves using historical data to forecast future outcomes or trends. An example question for predictive analytics could be: "What will be the demand for a particular product next month?"

Learn more about analytics categories here:

https://brainly.com/question/30165864

#SPJ11

Other Questions
Exercise #4: Each of the following fractions can be converted to a whole number using division.Do so and show the long division if needed.A) 12/2B)45/5C) 207/9 Why is thePolitical philosophies helped shape the foundations of American government. Many strongly believed that government should be in the hands of the governed. What is your philosophy? Do you agree with the many who believe that government should be in the hand of the people or do you think having a king or queen is a better choice? If so, why or why not? Constitution known as a "living" document? U.S. Dollar/Euro. The table. E , indicates that a 1-year call option on euros at a strike rate of $1.2495/E will cost the buyer $0.0552/, or 4.36%. But that assumed a volatility of 10.500% when the spot rate was $1.2656/. What would the same call option cost if the volatility was reduced to 10.500% when the spot rate fell to $1.2477/ ? The same call option cost if the volatility was reduced to 10.500% when the spot rate fell to $1.2477/ would be $ (Round to four decimal places.) (Click the icon Q. to copy table into a spreadsheet) Pricing Currency Options on the Euro A U.S. based firm wishing to buy AEuropean firm wishing to buy or sell euros (the foreign currency) or sell dollars (the foreign currency) What were the headlines after a mad scientist trained two eggs to attack a candy store?. The population of a city in 2010 was 50,000 and is decreasing at the rate of 1.5% per year. predict the population of the city to the nearest whole number in the year 2020 This image shows countries in Europe. Most of the boundaries between the countries in Europe are A) relic boundaries. B) physical boundaries. C) fortified boundaries. D) ethnographic boundaries. Leila must choose a shirt, a pair of pants, and a cap for today's outfit. She has 3 shirts, 2 pairs of pants, and 2 caps to choose from. How many different outfits can she make? What is the oldest body of rock in the Grand Canyon? KAIBAB LIMESTONE TOROWEAP FORMATION COCONINO SANDSTONE * HERMIT SHALE SUPAI GROUP Kaibab Limestone SURPRISE FORMATION Pensanan Cambrian Miss. Pennsy. Permian REDWALL LIMESTONE TEMPLE BUTTE Devonian MUAV LIMESTONE BRIGHT ANGEL SHALE TAPEATS SANDSTONE INNER GORGE DOX SHINUMO SANDSTONE HAKATAI SHALE Precambrian VISHNU SCHIST ZOROASTER GRANITE VISHNU SCHIST Granite Schist Sandstone Shale Limestone Tapeats Sandstone Zoroaster Granite O Vishnu Schist Which of the following types of law is based on the assumption that acts injure not just individuals, but society as a whole? a. tort law b. administrative law c. civil law d. criminal law What ia the solution to the original equation can you write a summary about cells Which of the following does NOT show an identity property? Group of answer choices 5 1 = 5 2 + 1 = 3 4 1 = 4 3 0 = 3 Help me on #12 A&C, #13 a,b,&c plsss preferably step by step A scientist climbs to a summit, and decides to leave some hot water for the next person to do so. He rinses out an iron saucepan, uses it to melt some snow, and continues to heat until the water boils.He fills an insulating flask (made from stainless steel, so it wont rust) to the brim with the hot water, screws the lid on very tightly, and leaves it next to the summit. Unfortunately, the flask is only found 3 months later, and is of no use to the mountaineer who finds it.Explain all the reasons why the flask and its contents are of no use to the mountaineer. The __________ is the deepest sublayer of the epidermis that produces new epidermal cells. What do both the picture and the text reveal about Queen Victoria? A. her generosity toward others B. her royal attitude C. her fondness for fine jewelry D. her personal magnetism Find the value of x in the equation. 3/4 (8x-6) -2= 1/2-x There are lots of examples of ideal gases in the universe, and they exist in many different conditions. In this problem we will examine what the temperature of these various phenomena are.(a). Find an expression for the temperature of an ideal gas in terms of pressure P, particle density per unit volume rho, and fundamental constants. (b). Near the surface of Venus, its atmosphere has a pressure fv= 92 times the pressure of Earth's atmosphere, and a particle density of around rhov = 1.09 1027 m-3. What is the temperature of Venus' atmosphere (in C) near the surface? (c). The Orion nebula is one of the brightest diffuse nebulae in the sky (look for it in the winter, just below the three bright stars in Orion's belt). It is a very complicated mess of gas, dust, young star systems, and brown dwarfs, but let's estimate its temperature if we assume it is a uniform ideal gas. Assume it is a sphere of radius r = 5.2 1015 m (around 6 light years) with a total mass 4000 times the mass of the Sun. If the gas is all diatomic hydrogen and the pressure in the nebula is Pn = 6.6 10-9 Pa, what is the average temperature (in K) of the nebula? Assume the mass of the sun is Ms = 1.989 1030 kg and the mass of a hydrogen atom is mH = 1.67 10-27 kg. (d). Deep in space there is an average particle density rho0 = 0.92 cm-3 and an extremely low pressure of P0 = 4.7 10-17 N/m2. What is the average temperature of (mostly) empty space? Give your answer in K. He said slowly, "We've had no word of Union movement."The spy bobbed with joy. "I knew it. Thass why I hurried. Came through that picket linein the dark and all. I don't know if you realize, General-"Sorrel said coldly, "Sir, don't you think, if this man's story was true, that we would haveheard something?"Sorrel did not approve of spies. The spy grimaced, blew. "You aint exactly on friendlyground no more, Major. This aint Virginia no more."True, Longstreet thought. But there would have been something from Stuart? Longstreetsaid, "General Stuart's cavalry went out a few days back. He hasn't reported anymovement."The spy shrugged, exasperated, glooming at Sorrel. Sorrel turned his back, looked at hisfingernails.From Michael Shaara, The Killer Angels. Copyright 1974 by Michael ShaaraThe previous text suggested that Sorrel trusted Harrison as a spy. How does this historicalnovel build on or challenge that idea?It demonstrates the rivalry between Sorrel and Harrison.It illustrates the friendship between Sorrel and Harrison.It shows Sorrel doubting a report from Harrison.RestoreMicrosoopen.OUL OF3 Select which property of real numbers is shown: 10k^2+(-10k^2)=0InverseReflexiveDistributiveSymmetric