You are troubleshooting a wireless connectivity issue is a small office. You determine that the 2.4GHz cordless phones used in the office are interfering with the wireless network transmissions.
If the cordless phones are causing the interference, which of the following wireless standards could the network be using? (Select two.)
- Infrared
- 802.11a
- 802.3a
- Bluetooth
- 802.11b

Answers

Answer 1

If the cordless phones are causing interference with the wireless network transmissions in the small office, the network could be using the 802.11b and Bluetooth wireless standards.

The 802.11b wireless standard operates in the 2.4GHz frequency range, which is the same frequency range used by many cordless phones. This overlap can lead to interference between the cordless phones and the wireless network transmissions. Therefore, if the network in the small office is using the 802.11b standard, it is susceptible to interference from the cordless phones. Bluetooth is another wireless standard that operates in the 2.4GHz frequency range. It uses frequency-hopping spread spectrum technology to mitigate interference. However, if the cordless phones in the office are also operating in the 2.4GHz frequency range, they can still cause interference with the Bluetooth devices and the wireless network.

Infrared, 802.11a, and 802.3a are not likely to be affected by cordless phones as they operate in different frequency ranges. Infrared is a short-range wireless communication technology that uses light waves, while 802.11a operates in the 5GHz frequency range, and 802.3a is a wired Ethernet standard. Therefore, the wireless standards that could be affected by cordless phone interference in the small office are 802.11b and Bluetooth.

Learn more about network here: https://brainly.com/question/30456221

#SPJ11


Related Questions

44.4% complete Question A hacker, wanting to gain data on organizational ideas and inventions, uses a spear-phishing attack by creating a believable email containing malware and sending it to an executive, who thinks the email is legitimate and opens it, activating the malware. What is the hacker's goal?

Answers

The hacker's goal is to infiltrate the system by making their victims see reasons or believe that they will help them to handle or resolve their specific problems.

What is a spear phishing attack?

Spear phishing” is known to be a form of phishing goal that is said to often targets a particular person or group and it is one that do include information that is well known to be of interest to the target.

Note that the hacker's goal is to infiltrate the system by making their victims see reasons or believe that they will help them to handle or resolve their specific problems.

Learn more about Spear phishing from

https://brainly.com/question/13202003

#SPJ1

What is the correct syntax for defining an __init__() method that takes no parameters?

Answers

The correct syntax for defining an __init__() method that takes no parameters is: def __init__(self): pass

What is a syntax?

The set of guidelines known as syntax establishes the meaning of the different symbol combinations.

This instructs the machine on how to decipher the code.

When writing code, the idea of syntax deals with a very precise collection of words and a very strict sequence for those words when we offer instructions to the machine.

Learn more about syntax:
https://brainly.com/question/831003
#SPJ1

A piece of rigging hardware used to couple the end of a wire rope to eye fittings, hooks, or other connections is a(n)?

Answers

A piece of rigging hardware used to couple the end of a wire rope to eye fittings, hooks, or other connections is a(n) hitch.

What is Hardware?

This is referred to as the physical components of a computer or electronic system and can be seen or felt and examples include keyboard, mouse etc.

The hitch is a rigging hardware which consists of a shank and ball platform used for various types of function such as coupling the end of a wire rope to eye fittings , towing etc. This therefore ensures they are well attached and less likely to remove or fall off thereby makes it the most appropriate choice.

Read more about Hitch here https://brainly.com/question/4351358

#SPJ1

Question 3 options: Abstractions in a BNF description that can have two or more distinct definitions, representing two or more possible syntactic forms in the language.

Answers

Abstractions in a BNF description that can have two or more distinct definitions, representing two or more possible syntactic forms in the language and this is known to be  Nonterminal symbols.

What are these symbols about?

Nonterminal symbols are known to be a kind of symbols that one can be able to replaced.

Note that they are often called simply syntactic variables and as such,  Abstractions in a BNF description that can have two or more distinct definitions, representing two or more possible syntactic forms in the language and this is known to be  Nonterminal symbols.

Learn more about Abstractions from

https://brainly.com/question/7994244

#SPJ1

Define a function Output Value() that takes two integer parameters and outputs the sum of all negative integers starting with the first and ending with the second parameter. If no negative integers exist, sum is 0. End with a newline. The function does not return any value. Ex: If the input is -7 1, then the output is: -28 Note: Negative numbers are less than 0.

Answers

The function is written in C++ programming language and is be displayed below:

long OutputVal(int start, int end) {

 long result = 1;

 for (int num = start; num <= end; num++) {

   result *= num;

 }

 return result;

}

The program defines a function Output Value(), takes two integer parameters, and outputs the sum of all negative integers starting with the first and ending with the second parameter.

Read more about C++ here:

https://brainly.com/question/20339175

#SPJ1

Which data protection process provides prebuilt capabilities, mapped to specific regulations, to create the necessary resources to implement and demonstrate compliance with these regulations

Answers

The data protection process  that provides prebuilt capabilities, mapped to specific regulations, to create the necessary resources to implement and demonstrate compliance with these regulations is known as The European Union General Data Protection Regulation (GDPR).

Who are held responsible for your compliance with data protection laws and processes?

Employers are known to be people who must be held accountable for data processing works while also working and complying with data protection principles.

The General Data Protection Regulation (GDPR) is known to be one of the hardest privacy and security law in the globe as it is known to be a body that imposes obligations onto its firm anywhere.

Hence, The data protection process  that provides prebuilt capabilities, mapped to specific regulations, to create the necessary resources to implement and demonstrate compliance with these regulations is known as The European Union General Data Protection Regulation (GDPR).

Learn more about data protection  from

https://brainly.com/question/27113550

#SPJ1

In cell H5, create a formula to divide the value in cell F5 by cell F12 using relative cell references.

Answers

The Excel formula to enter in cell H5 using the relative style of cell referencing is = F5/F12

What are Excel formulas?

Excel formulas are expressions or equations used alongside Excel functions to perform arithmetic and logical formulas for computation.

How to create the Excel formula to enter in cell H5?

From the question, we understand that we are to make use of the relative style of referencing

This means that we make use of the cell name as it is, without adding the  "$" sign, as it is in absolute style of cell referencing and mixed style of cell referencing

So, we make use of cell F5 as F5 and we make use of cell F12 as F12

The value in cell F5 divided by cell F12 using relative cell references is represented as:

F5 divided by F12

Rewrite the above formula as follows:

F5/F12

Excel formulas begin with the "=' sign

So, the above formula becomes

= F5/F12

Hence, the Excel formula to enter in cell H5 using the relative style of cell referencing is = F5/F12

Read more about Excel formulas at:

brainly.com/question/1285762

#SPJ1

The _________________ can be used to repair common causes of unbootable operating systems. It is based on the Windows Preinstallation Environment (Windows PE).

Answers

The Windows Recovery Environment (Windows RE or WinRE) can be used to repair common causes of unbootable operating systems. It is based on the Windows Preinstallation Environment (Windows PE).

What can be used to repair common causes of unbootable operating system?

The use of the Windows Recovery Environment (WinRE) is known to be a kind of tools that is often used in the recovery environment that is said to often helps in the repair of the common issues of unbootable operating systems.

Hence, The Windows Recovery Environment (Windows RE or WinRE) can be used to repair common causes of unbootable operating systems. It is based on the Windows Preinstallation Environment (Windows PE).

Learn more about operating systems from

https://brainly.com/question/22811693

#SPJ1

You have a user remotely connecting to the corporate network from a client location. They can connect to the corporate network file server. But they cannot access files and folders they need on the client LAN in order to work on their project. What would you enable in order to allow the user to access resources on both networks while the VPN is connected

Answers

I don't really get this question but I will go with hotspot

The nurse assesses the heart sounds of a 77-year-old client with chronic heart failure. Which heart sound should the nurse document

Answers

If the nurse assesses the heart sounds of a 77-year-old client is one that has chronic heart failure, the heart sound that the nurse document is known as S3 extra heart sound.

What does an extra S3 heart sound mean?

The term Third Heart Sound S3 is known to be the outcome or the result obtained from increased atrial pressure that brought about an increased flow rates, and this is one that is often seen in congestive heart failure.

Note that it is one that is said to be the most common cause of a S3 and it is links dilated cardiomyopathy with that of dilated ventricles and it is one that also adds to the sound.

Hence, If the nurse assesses the heart sounds of a 77-year-old client is one that has chronic heart failure, the heart sound that the nurse document is known as S3 extra heart sound.

Learn more about chronic heart failure from

https://brainly.com/question/934133

#SPJ1

Write the first line of a function named Days. The function should return an integer value. It should have three integer parameters: intYears, intMonths, and intWeeks. All arguments should be passed by value.

Answers

Answer:

Program:

Module Module1

Function Days(intYears As Integer, intMonths As Integer, intWeeks As Integer) As Integer

' 1 year = 365days

' 1 month=30.417 days

' 1 week = 7 days

Days = 365 * intYears + 30.417 * intMonths + 7 * intWeeks

End Function

Sub Main()

Dim years, months, weeks As Integer

Console.Write("Enter the number of years: ")

years = Convert.ToInt32(Console.ReadLine())

Console.Write("Enter the number of months: ")

months = Convert.ToInt32(Console.ReadLine())

Console.Write("Enter the number of weeks: ")

weeks = Convert.ToInt32(Console.ReadLine())

Console.WriteLine("Days: " & Days(years, months, weeks))

Console.ReadKey()

End Sub

End Module

When making routine transponder code changes, pilots should avoid inadvertent selection of which code?

Answers

When making routine transponder code changes, pilots should avoid inadvertent selection of  code. 7700.

What are the  transponder code that pilot  should  avoid?

Under normal as well as non-emergency operations, it is very essential  for pilot to make sure he  avoid using the transponder codes of 7500,  as well as 7600, and 7700.

Especially  while switching  codes,  It is easy in switching by  pilot to  go to of these 3 codes on accident.

In this case, When making routine transponder code changes, pilots should avoid inadvertent selection of  code. 7700.

Learn more about general emergency on:

https://brainly.com/question/14331925

#SPJ1

The command-line interface tells a user that it's ready to receive commands by displaying a specific set of characters called a(n) _____

Answers

Answer:

it's called the prompt, mean yeah

Javascript is an object-based programming language that involves working with the properties and methods associated with objects.
a) True
b) False

Answers

Answer:

True

Explanation:

You can set variables and make method functions.

Define a function SwapRank() that takes two char parameters passed by reference and swap the values in the two parameters. The function does not return any value. Ex: If the input is A C, then the output is: C A

Answers

The program that takes two char parameters passed by reference and swap the values in the two parameters is illustrated below.

What is a program?

A computer program is a sequence of instructions in a programming language for a computer to execute.

The program is illustrated below:

void SwapGrade(char &g1, char &g2)

{

char t = g1;

g1= g2;

g2 = t;

}

Output

B

C

C B

Learn more about program on:

https://brainly.com/question/26642771

#SPJ1

Your team at amazon is overseeing the design of a new high-efficiency data center at hq2. a power grid need to be generated for supplying power to n servers. all servers in the grid have to be connected such that they have access to power. the cost of connections between different servers varies. assume that there are no ties, names of servers are unique, connections are directionless, there is at most one connection between a pair of servers, all costs are greater than zero, and a server does not connect to itself. write an algorithm to minimize the cost of connecting all servers in the power grid. input two arguments - num, an integer representing number of connections. connectons, representing a list of connections where each element of the list consists of two servers and the cost of connection between the servers. note: the cost of connection between the servers is always greater than 0.

example input num = 5 connection = [[a,b,1], [b,c,4], [b,d,6], [d,e,5], [c,e,1]]

output [[a,b,1], [b,c,4], [c,e,1], [d,e,5]]

Answers

Answer:

void print2(int row) {

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

 char ch = 'a';

 char print = ch;

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

  cout << print++;

 }

 cout << endl;

}

}

int count_digits(int num) {

int count = 0;

int temp = num;

while (temp != 0) {

 temp = temp / 10;

 count++;

}

return (num % count);

}

Explanation:

If you try to add a new item to a full stack the resulting condition is called a(n)?

Answers

Answer:

it's called an overflow

You wish to use your personal laptop computer at work, but the it department folks will not allow this. the likely reason is that ______.

Answers

Answer: Your non-work related use of a laptop could increase vulnerability.

Explanation: Vulnerability is one of the most important and stressed out section in IT, so it's best to decrease that possibility whenever!

I hope this helps!

The system log daemon, rsyslogd, creates a socket for other system processes to write to. what is the path to this socket?

Answers

If the system log daemon, rsyslogd, creates a socket, the path to this socket is known to be /dev/log.

What is the system log daemon?

The syslog daemon is known to be a kind of a server process that is known to often gives or provides a form of message logging tools that is made for application and system processes.

Note that the syslog daemon is said to be one that begins by the Internet Daemon and it is also one that tend to receives messages on well-known port such as  514.

Note that The syslog daemon must be on before any application program and as such, If the system log daemon, rsyslogd, creates a socket, the path to this socket is known to be /dev/log.

Learn more about system log from

https://brainly.com/question/25594630

#SPJ1

See full question below

The System Log Daemon, rsyslogd, creates a socket for other system processes to write to. What is the path to this socket?

Select one:

a. /etc/rsyslog.socket

b. /var/log.sock

c. /tmp/log

d. /dev/log

The cell tower’s base transmission station is connected to a mobile ____ station.

Answers

The cell tower’s base transmission station is connected to a mobile switching station.

What is a switching station?

A switching station is known to be a kind of a substation that is known to be without transformers and it is one that often operate  only based or at a single voltage level.

Note that Switching stations are known to be often used as collector and they also acts as a distribution stations.

Hence,  The cell tower’s base transmission station is connected to a mobile switching station.

Learn more about transmission station from

https://brainly.com/question/1312500

#SPJ1

Many programmers think object-oriented programming is a superior approach to procedural programming. Others think it adds a level of complexity that is not needed in many scenarios. Find and summarize arguments on both sides. With which side do you agree

Answers

I agree with the programmers who think object-oriented programming is a superior approach to procedural programming.

Why is OOP better than procedural programming?

In terms of Security, Object-oriented programming is said to have more of a secure based than procedural programming, due to the level of abstraction or that is due to data hiding property.

Note that  It hinders the access of data to any member functions of the same class and one cannot see a thing like that such as data hiding in the procedural programming framework.

Learn more about object-oriented programming  from

https://brainly.com/question/12342989

#SPJ1

A _______ engine is a specialized program that assists you in locating information on the web and the internet.

Answers

Answer:

search

Explanation:

A search engine is a type of software that is used to carry out web searches. It works by "crawling" through the World Wide Web one web page at a time and indexing the pages.

We initialize the parameters to all zero values and run the linear perceptron algorithm through these points in a particular order until convergence. The number of mistakes made on each point are shown in the table below. (These points correspond to the data point in the plot above)

Answers

The main aim of running the parameters in the linear perceptron algorithm is to be able to develop a machine learning algorithm for binary classification tasks.

What is a linear perceptron algorithm?

This refers to the linear classification algorithm that is used in machine learning.

This is done in order to learn a decision boundary that divides different classes using a hyperplane.

Hence, we can see that your question is incomplete because the parameters are not included, hence a general overview was given to give you a better understanding of the concept.

Read more about machine learning here:

https://brainly.com/question/25523571

#SPJ1

When posting to a professional networking account, you should share stories and comments that _____.

Answers

When posting to a professional networking account, you should share stories and comments that  Offer valuable information to your target audience

What is meant by a professional networking account?

This is used to refer to an account that has a large number of audiences or of people who follow the account based on what the owner of the network offers. The reason for this may be due to the fact that account is a blog that talks about health or about lifestyle.

It is advised that the person who is behind the account keep the people that are his audiences in mind whenever he is sharing posts to the account. The information that would be most useful to the people has to be considered.

Hence we can say that When posting to a professional networking account, you should share stories and comments that  Offer valuable information to your target audience

Read more on networking here:https://brainly.com/question/1027666

#SPJ1

A web developer requires an environment to perform application testing. Which cloud service type does the developer choose to use

Answers

The cloud service type that the developer choose to use is known to be PaaS.

What is PaaS?

Platform as a service (PaaS) is known to be a full development and deployment environment that is seen in the cloud, and it is made up of resources that helps users to deliver a lot of things from simple cloud-based apps to strong, cloud-enabled firm's applications.

Hence, in the case above, The cloud service type that the developer choose to use is known to be PaaS.

Learn more about PaaS from

https://brainly.com/question/20600180

#SPJ1

A touch screen _____.

Answers

A touch screen is known to be a kind of a display device that gives room for its users to be able to interact with a computer through the use of their finger or stylus.

What is a Touch Screen?

Touch screen are regarded as output device as a person can be able to touch and  use screen that displays the content in their mobile.

Hence, A touch screen is known to be a kind of a display device that gives room for its users to be able to interact with a computer through the use of their finger or stylus.

Learn more about touch screen from

https://brainly.com/question/17654061

#SPJ1

True or false? you should avoid using your power point slides as handouts, according to the text.

Answers

true, you should avoid using power point notes always

For the IPv4 CIDR address 153.10.22.56 /22 What is the... Netmask: [ Select ] Network Address: [ Select ] Host Mask: [ Select ] Broadcast Address: [ Select ] Number of possible hosts: [ Select ] Host Number: [ Select ]

Answers

Netmask:

The netmask is calculated by putting the number of 1’s equal to the given mask value (here 22).

Netmask = 11111111.11111111.11111100.00000000

= 255.255.252.0

Therefore, the netmask is equal to 255.255.252.0

Network Address:

The network address is obtained by performing the AND operation of the bits in the given IP address with the bits of the netmask.

IP address (153.10.22.56) = 10011001.00001010.00010110.00111000

Netmask (255.255.252.0) = 11111111.11111111.11111100.00000000

Network address = 10011001.00001010.00010100.00000000

= 153.10.20.0

Therefore, the network address is equal to 153.10.20.0

Host Mask:

The remaining or the unused bits in the netmask are used as the host mask. In other words, the host mask is obtained by complementing each bit of the netmask.

Netmask = 11111111.11111111.11111100.00000000

Host mask = 00000000.00000000.00000011.11111111

= 0.0.3.255

Therefore, the host mask is equal to 0.0.3.255

Broadcast address:

The broadcast address is used to send the packages to all the hosts in the network. It is obtained by setting all the bits after the network address to 1.

Network address (153.10.20.0) = 10011001.00001010.00010100.00000000

Broad cast address = 10011001.00001010.00010111.11111111

= 153.10.23.255

Therefore, the broadcast address is equal to 153.10.23.255

The number of possible hosts:

The number of possible hosts is computed as follows:

Possible hosts = 2n, where n is the number of host bits.

Out of the above 2n hosts, 2 are reserved and hence the number of usable hosts is equal to 2n – 2.

Number of hosts = 210 – 2 = 1024 – 2 = 1022

Host number:

Host number is the decimal equivalent of the host bits in the IP address.

Ip address (153.10.22.56) = 10011001.00001010.00010110.00111000

Host bits = 10.00111000

Host number = 29 + 0 + 0 + 0 + 25 + 24 + 23 + 0 + 0 + 0

= 512 + 32 +16 + 8

= 568

Hence, the host number is equal to 568.

See more abou computing at: brainly.com/question/14971369

#SPJ1

(a). suppose you are going to transmit a packet over osi network model. explain the working of router, gateway and switch. which device will be used if you face an issue of weak signals during transmission? also, mention on which level of osi model these devices will work efficiently. (b). attenuation, distortion and noise are the causes of transmission impairment. what would be the solution or how these causes can be improved.

Answers

Answer:

Step 1:

OSI stands for Open Systems Interconnection.

OSI model was developed by the International Organization for Standardization(ISO). It is a reference model for how applications communicate over a network. The OSI model characterizes computing functions into a universal set of rules and requirements in order to support interoperability between different products and software.

The OSI model can be considered as a universal language for computer networking. It is based on the concept of divide and conquers, it splits up the communication system into 7 abstract layers, and the layer is stacked upon the previous layer.

Layers of OSI Model:

OSI model has seven layers which are as follows:

The Physical LayerThe Data Link LayerThe Network LayerThe Transport LayerThe Session LayerThe Presentation LayerThe Application Layer

Step 2

Routers – A router is a device like a switch that routes data packets based on their IP addresses. Router is mainly a Network Layer device. Routers normally connect LANs and WANs together and have a dynamically updating routing table based on which they make decisions on routing the data packets. Router divide broadcast domains of hosts connected through it.

Gateway – A gateway, as the name suggests, is a passage to connect two networks together that may work upon different networking models. They basically work as the messenger agents that take data from one system, interpret it, and transfer it to another system. Gateways are also called protocol converters and can operate at any network layer. Gateways are generally more complex than switch or router.

Switch – A switch is a multiport bridge with a buffer and a design that can boost its efficiency(a large number of ports imply less traffic) and performance. A switch is a data link layer device. The switch can perform error checking before forwarding data, that makes it very efficient as it does not forward packets that have errors and forward good packets selectively to correct port only. In other words, switch divides collision domain of hosts, but broadcast domain remains same.

Which device will be used if you face an issue of weak signals during transmission.

Router device will be useful mostly for issue of weak signals during transmissin.

Mention on which level of OSI model these devices will work efficiently.

All these three devices router, gateway and switch work efficiently at hardware layers such as physical layer, datalink layer and network layer.

Step 3

Transmission impairment:

In the data communication system, analog and digital signals go through the transmission medium. Transmission media are not ideal. There are some imperfections in transmission mediums. So, the signals sent through the transmission medium are also not perfect. This imperfection cause signal impairment.

It means that signals that are transmitted at the beginning of the medium are not the same as the signals that are received at the end of the medium that is what is sent is not what is received. These impairments tend to deteriorate the quality of analog and digital signals.

There are three main causes of impairment are,

Attenuation

Distortion

Noise

1.Attenuation:

Here attenuation Means loss of energy that is the weaker signal. Whenever a signal transmitted through a medium it loses its energy, so that it can overcome by the resistance of the medium.

That is why a wire carrying electrical signals gets warm, if not hot, after a while. Some of the electrical energy is converted to heat in the signal.

Amplifiers are used to amplify the signals to compensate for this loss.

2.Distortion:

If a signal changes its form or shape, it is referred to as distortion. Signals made up of different frequencies are composite signals. Distortion occurs in these composite signals.

Each component of frequency has its propagation speed traveling through a medium and therefore, different components have different delay in arriving at the final destination.

It means that signals have different phases at the receiver than they did at the source.

3. Noise:

Noise is another problem. There are some random or unwanted signals mix up with the original signal is called noise. Noises can corrupt the signals in many ways along with the distortion introduced by the transmission media.

Noise may be divided into four categories:

Thermal noiseIntermediation noiseCrosstalkImpulse noise

To generate a control break report, your input records must be organized in ____ order based on the field that will cause the breaks.

Answers

To generate a control break report, your input records must be organized in directory order based on the field that will cause the breaks.

What is directory?

Directory serves as guide in locating a particular item.

The directory is written in a way for an individual or an employee to understand and be able to retrieved needed information.

Therefore, to generate a control break report, your input records must be organized in directory order based on the field that will cause the breaks.

Learn more on directory below

https://brainly.com/question/14364696

#SPJ1

Other Questions
Which number line shows the graph of x 11 What material is this woman's sleeves? What was the History of Abraham Lincoln The equation below represents the process that you observed. Balance the equation. What type of reaction?6CO2 + 6H2O + light energy = 0C6H12O6 + 6O2 _______________________ It was field day at school. The sun was bright and the temperature high. Most of the students wore light colored T-shirts to stay coolbecause dark colorsmost wavelengths found in white light.A)absorbB)reflectrefractDsubtractsHintYou can get a sunburn in the snow!BMotions Forces and EnergyHint Which statement most accurately describes a cause of the Cold War? Soviets built the Berlin Wall.Soviets feared Western promotion of capitalism.Soviets invaded Seoul, South Korea.Mao forced laborers onto communes. PLS HELP ASAP Which is NOT a component of a packet? trailer (footer)protocolbody (payload)header Please helpWhat is 2 2/3 - 4/5 Jane works as a tutor for $14 an hour and as a waitress for $11 an hour. This month, she worked a combined total of 93 hours at her two jobs. Why did African Americans leave the south in the early 20th century ? Were they seeking better jobs or social freedom ? Explain the complement of a number along with the complements of the binary and decimal number systems.why is the complement method important for a computer system? Given the following equation: Na2O + H20 - 2 NaOHHow many grams of Na20 are required to produce 1.60 x 102grams of NaOH?g what does it mean to have a positive digital footprint? What common theme do both storys and poem share? A: Flowers should be allowed to grow in empty cityB: People should take care of nature by cleaning up the pollution C: Plenty of sunshine and water is needed for flowers to grownD: Teamwork is very important when trying ro clean up trash and debris Hya think of a number "m" . She square it, add "y" to the answer and then subtract 7 from it. The final answer is "A". 1) Derive the formula for A 2) Using the formula, find the value of A when m= 3 and A 2 kg ball is thrown down with 50J of energy from a height of 10m, what is its velocity before it strikes the ground (neglect air resistance) If the supply of a good increased, what would be the effect on the equilibrium price and quantity? Based on Kamkwambas memoir, describe one trait that makes him a hero. ano ang talahanayan??????? How many carbon (C) atoms are in CaCo3?