while shopping at the local mall, ithon is approached by a person who asks her to sign a petition for stricter gun control laws. if python uses the central route to decide whether to sign the petition, then she will be more likely to sign if the person who approaches her is a

Answers

Answer 1

A petition is an action request that is typically made to a public figure or elected representative. Supplication, a form of prayer, is asking God for things.

Foot in the door is a persuasion strategy in which a minor request is made with the understanding that if it is accepted, a larger request will probably be accepted as well. The owner of the house is likely to leave the door open until your foot is inside, so you can think of this like that. A tiny request that no one can deny is for people to sign a petition, which pave the way for a larger request to solicit money. It's likely that once people have signed the petition, they won't decline to make the gift.

Learn more about Persuasion strategy here:

https://brainly.com/question/14236154

#SPJ4


Related Questions

How to fix the your device is missing important security and quality fixes?

Answers

If you encounter the notice "Your device is missing essential security and quality fixes" on your Windows device, it implies that Windows has determined that some updates.

or patches are missing from your system, which might be critical to its security or performance. Here are some methods you may take to resolve the problem: Keep an eye out for updates: Check the Windows Update settings for any available updates. Install all available updates, including optional ones. Run the Windows Update Troubleshooter: Windows has a troubleshooter that can assist in identifying and resolving difficulties with Windows updates. Search for "troubleshoot" in the Start menu, pick "Troubleshoot settings" and click on "Additional troubleshooters". Choose "Windows Update" to launch the troubleshooter.

learn more about  security  here:

https://brainly.com/question/28070333

#SPJ4

how do you create a numeric vector named ""scores""

Answers

To create a numeric vector named "scores", you can use the c() function in R. The c() function allows you to combine values into a vector.

You can specify the values you want to include in the vector within the parentheses of the c() function. For example:
scores <- c(90, 85, 92, 88, 95)
This will create a numeric vector named "scores" with the values 90, 85, 92, 88, and 95. You can also use the seq() function to create a numeric vector with a sequence of numbers. For example:
scores <- seq(90, 100, 2)
This will create a numeric vector named "scores" with the values 90, 92, 94, 96, 98, and 100.

Learn more about a numeric vector here:https://brainly.com/question/14584599

#SPJ11

which of the following is a common guideline for business letters, memos, and emails? responses no headings no headings two spaces after a period two spaces after a period no double-spacing no double-spacing

Answers

Two spaces after a period two spaces after a period no double-spacing no double-spacing use a professional tone use a professional tone.

What is the spaces ?

The space is an area that is free of physical and mental boundaries. It is a place where one can be free to explore their inner thoughts and feelings without judgement or limitation. It is an environment that is both calming and inspiring, allowing us to tap into our creativity and express ourselves in new ways. It is a place of reflection and contemplation where one can find clarity and insight. Space allows us to cultivate mindfulness and purpose, and to appreciate the moment. It is a sanctuary that encourages us to take a step back, breathe, and reconnect with ourselves.

To learn more about spaces

https://brainly.com/question/20630228

#SPJ1

on average there are 35 objects downloaded per second, and the average object size is 50,000 bits. what is the traffic intensity on the 2 mbps access link?

Answers

Answer:

0.875

Explanation:

To calculate the traffic intensity on a 2 Mbps access link, we need to know the amount of data that is being transmitted per second. To do this, we can multiply the number of objects downloaded per second (35) by the average object size (50,000 bits).

[tex]35 objects * 50,000 bits/object = 1,750,000 bits/second[/tex]

Next, we can divide the total data transmitted per second by the link capacity.

[tex]1,750,000 bits/second / 2,000,000 bits/second = 0.875[/tex]

So, the traffic intensity on the 2 Mbps access link is 0.875. This means that the link is being used at 87.5% of its capacity.

A method is a block of code that runs only when it is called
true or false

Answers

A method is a block of code that runs only when it is called this statement is true which is known as parameters, into a method.

A Python function is a function of block of code which only runs specifically when it is called by name and proper number of arguments. To replace users can pass data which is known as arguments to replace the parameters of a function.

Function is one of the  essential concept in coding , which helps you to store a piece of code that does a single task inside a defined block, and then you can call that code whenever you need it using a single short command — you do not need to type out the same code multiple times.

This method is a block of code which only runs when it is called by the user . You can pass data, known as parameters, into a method. Methods are used to perform certain specific actions, and they are also known as functions.

A code block is also referred to as a compound statement which is a defined structure of source code which is grouped together. Blocks consist of one or more than one  declarations and statements.

Learn more about parameters here:-

brainly.com/question/30044716

#SPJ4

True or false
an exception is generally a runtime error caused by an illegal operation that Is just not possible, like trying to open a file that does not exist

Answers

Answer:

True

Explanation:

True.

An exception can be a runtime error caused by an illegal operation that is not possible, such as trying to open a file that does not exist.

you hand a technician a crossover cable to make a connection between devices. which device pair are you most likely asking him to connect?

Answers

If you hand a technician a crossover cable to make a connection between devices then You are most likely asking him to connect switch to switch device pair.

What is a technician?

Technicians are knowledgeable professionals who work in almost every industry. Different systems and pieces of equipment are serviced, repaired, installed, and replaced. Technicians should be able to read instructions and communicate clearly as they frequently collaborate with other skilled workers.

The duties of the technician include maintaining and servicing systems, diagnosing issues and troubleshooting equipment, conducting tests and compiling reports, updating and enhancing current systems, and repairing or replacing defective equipment. Wherever possible, you should work with other experts and be able to provide insightful recommendations.

You must exhibit strong self-discipline and a love of technology in order to succeed as a technician. Outstanding technicians have excellent active listening skills and sound knowledge of their field.

Learn more about Technicians

https://brainly.com/question/14290207

#SPJ4

Find a grammar for the language L = {an, where n is even) 13. F L {an, where n is even and n > 3} ind a grammar for the language

Answers

The start symbol S generates the first two 'a's of the string and passes the rest of the production to B.

The grammar for the language L = {an | n is even} can be represented as follows:

S → AA

A → aa

The start symbol S derives two nonterminals A, which in turn generate pairs of 'a's to form even-length strings of the language.

The grammar for the language L = {an | n is even and n > 3} can be represented as follows:

S → aaB

B → AAA

A → aa

The start symbol S generates the first two 'a's of the string and passes the rest of the production to B. B generates an even number of 'a's greater than 4, by producing three nonterminals A, each of which generates two 'a's.

Learn more about strings :

https://brainly.com/question/30099412

#SPJ4

Can anyone give me the answers to CMU CS Academy Unit 2 (half of it) and Unit 3? My quarter is going to end soon and I can't figure out how to do the exercises. (I can pay you a bit if you want) Thanks!


Please don't reply with useless info just to get the points

Answers

Do you have an image? What language?

Unfortunately, it is not possible to provide the answers to the practice problems for CMU CS Academy Unit 2.4 as these are meant to be solved by the students themselves.

What is CMU CS Academy?

CMU CS Academy is an online, interactive, and self-paced computer science curriculum developed by Carnegie Mellon University (CMU). It is designed to give students the opportunity to learn computer science fundamentals in a fun and engaging way. With its interactive and self-paced structure, students can learn at their own pace and engage with the materials in an engaging, dynamic way.

The curriculum covers topics such as problem solving, programming, algorithms, data structures, computer architecture, and more. With its intuitive and interactive design, students can learn and apply the concepts learned in a step-by-step manner. CMU CS Academy also provides tools and resources to help students on their learning journey, such as online quizzes, tutorials, and project-based learning.

To learn more about Carnegie Mellon University on:

brainly.com/question/15577152

#SPJ7

Which type of switch connects all devices in a rack to the rest of the network?choose the answer: a. ToR switch b. Spine switch c. EoR switch d. Core switch

Answers

The answer that links every device in a rack toward the other devices on the network is option a.

What are some instances of devices?

Every electrical component with some computer power and the capacity to install firmware or fourth software qualifies as a device. A desktop computer, speakers, printer, and microphone are examples of common hardware. A technology can be additionally described to as an electronic instrument, an appliance, or a gadget.

Devices? What do you mean?

Devices are objects or systems that have a specific purpose or goal, such as online communications devices like cell phones. Yet, the expression "left with my own devices" refers to your independence and capacity for amusement.

To know more about Devices visit :

https://brainly.com/question/30630218

#SPJ4

The following code raises an error when executed. What's the reason for the error?
def decade_counter():
while year<50:
year+=10
return year

Answers

The error is caused by the variable 'year' not being defined before it is used in the while loop.

In the code, the function 'decade_counter' is defined but the variable 'year' is not initialized or given a value before it is used in the while loop. This results in a NameError when the code is executed. To fix the error, the variable 'year' should be initialized before the while loop or given a default value.

For more questions like Coding visit the link below:

https://brainly.com/question/30694680

#SPJ11

help me this is due in 1 hour

Answers

A flowchart for a smart home system that can tell the temperature of a room and also the amount of sound in the room cannot be given on short notice, but a pseudocode can be provided for this.

The Flowchart described

Start

Check if the temperature sensor is working.

If temperature sensor is working, read temperature.

If temperature is above a set threshold, turn on air conditioner. If below a set threshold, turn on heater. If within the range, do nothing.

Check if the sound sensor is working.

If sound sensor is working, read sound level.

If sound level is above a set threshold, turn on noise-cancellation system or alert the user.

If both temperature and sound sensors are working, display the readings on the user interface.

End.

Read more about flowcharts here:

https://brainly.com/question/6532130

#SPJ1

. write a program that takes an input integer from the keyboard by autoboxing to an integer. then the program outputs the binary, octal, and hexadecimal representation of the input integer. your output should clearly indicate the specific base of the number. your program may use only a single integer object (no int).

Answers

Each bit in N's binary representation is retrieved one at a time using bit-wise right shift and bit-wise left shift operations, and they are then added together to produce the final result.

In mathematics, a binary number is a number that is expressed using the base-2 numeral system, also known as the binary numeral system, which normally only uses the symbols "0" (zero) and "1." (one).  #include<stdio.h> void main(int) int outcome; int x; cin>>x; if (x > 0) outcome = x%2 x = x/2 cout<<result} Output: X = 6, Reaction: 011. And other array methods like append have been used. The new element is added at the end of the arrays using the append method. And the int(b) converts the data type of b from string to integer. The method follows the one outlined in the question. In addition, the array library has been utilized.

Learn more about Binary numeral system here:

https://brainly.com/question/29314732

#SPJ4

a. what is the url of the document requested by the browser? b. what version of http is the browser running?

Answers

This is the response to the queries regarding URL, HTTP version, and the kind of browsers that send message requests:

The full address of the page that the browser has requested is contained in the URL (Uniform Resource Locator). The protocol to use to access the resource is specified, as well as its location on the internet. B). The HTTP request message does not include the version of HTTP (Hypertext Transfer Protocol) that the browser is using. The HTTP version to be used at the initial handshake is decided by the browser and server. C). The "Connection" header in the HTTP request message specifies the kind of connection, either non-persistent or persistent. While persistent connections are kept open for numerous requests and responses, non-persistent connections are closed after each request and response pair.

Learn more about URL here:

https://brainly.com/question/30526981

#SPJ4

g logplanetorbit starmetallicity logstarmass logstarage what is the second most significant predictor? logplane.

Answers

It is impossible to say whether "logplanet" is the second most significant predictor with the facts provided. Just the names of many variables—"g," "logplanetorbit," "starmetallicity," "logstarmass," and "logstarage"—are given in the statement.

Astronomers use the variable "logplanetorbit" to characterise a planet's orbital properties around a star. It is the logarithm of the planet's day-based orbital period, which represents how long it takes the planet to complete one cycle around the star. The distribution of orbital periods, which might range from a few days to several years, is simplified using the logarithmic transformation to make it easier to statistically analyse. In studies of exoplanets, or planets outside of our solar system, "logplanetorbit" is frequently used as a predictor variable to look at the links between the planet's orbital period and other variables like the planet's mass or the features of its host star.

Learn more about "logplanetorbit" here:

https://brainly.com/question/13816891

#SPJ4

You can edit cell contents in the formula bar or in the cell itself.a. Trueb. False

Answers

An individual cell's contents can be changed right there. With the formula bar, you can also change a cell's contents. Excel is running in Edit mode whenever you modify a cell's content.

While Excel is in Edit mode, some features behave differently or are inaccessible. The word Edit can be seen in the Excel application window's lower-left corner while the spreadsheet is in edit mode, as illustrated in the example below. Several commands are not available in Edit mode. For instance, you are unable to use conditional formatting or alter the alignment of a cell's contents when Excel is in Edit mode. Also, when Excel is in Edit mode, the arrow keys operate significantly differently. In Edit mode, the arrow keys move the cursor inside the cell as opposed to moving it from cell to cell.

Learn more about cell here:

https://brainly.com/question/30046049

#SPJ4

9.midrange computers are also referred to as a server and is used to support end users for things such as retrieving data from a database or providing access to application software?

Answers

A minicomputer is a mid-range computer that falls between between a mainframe and a microcomputer in terms of size, power, speed, storage capacity, etc.

Small businesses make use of minicomputers. One illustration of system software is a browser. "Server" is another term for a midrange computer. To process data on millions of policyholders, insurance companies are most likely to employ personal computers. The input, output, processing, and storage requirements of smartphones are minimal. a computer network in which numerous less potent desktop computers or laptops (referred to as clients) are connected to one central, powerful computer (referred to as the server) as a hub.

Learn more about browser here-

https://brainly.com/question/28504444

#SPJ4

Which of the following port states are stable states used when STP has completed convergence? (Choose two answers.)
a. Blocking
b. Forwarding
c. Listening
d. Learning
e. Discarding

Answers

The two port states that are considered stable states used when STP has completed convergence are Blocking and Forwarding.

STP, or Spanning Tree Protocol, is a network protocol used to prevent loops in a network. During the process of convergence, STP goes through several port states, including listening, learning, blocking, and forwarding. Once STP has completed convergence, the port states will either be in a blocking state or a forwarding state.

In the blocking state, the port will not forward any frames and will only listen for BPDUs (Bridge Protocol Data Units). In the forwarding state, the port will forward frames and also listen for BPDUs. These two states are considered stable because they do not change unless there is a change in the network topology.

Therefore, the correct answers are a. Blocking and b. Forwarding.

Lear More About Port States

https://brainly.com/question/1030711

#SPJ11

the clients table contains 12 records with three different values in the postalcode field. if you create a query that groups the records based on the postalcode field, how many records do the results contain?

Answers

the results of the query contain a total of 3 records, representing the three different values in the postalcode field.

1. Create a query that groups the records based on the postalcode field:

SELECT postalcode

FROM clients

GROUP BY postalcode;

2. Count the records in the result set:

There are 3 records in the result set.

A query can be created to group the records in the clients table based on the postalcode field. This query would look like "SELECT postalcode FROM clients GROUP BY postalcode;". When this query is run, the result set contains 3 records. This is because there are 3 distinct values in the postalcode field. By grouping the records based on the postalcode field, it allows us to view all of the records with the same postalcode value together, making it easier to analyze the data. As such, the results of the query contain a total of 3 records, representing the three different values in the postalcode field.

learn more about query here

https://brainly.com/question/14311643

#SPJ4

What is the PESTEL framework used for?

Answers

PESTEL stands for political, Economic, sociological, Technological, Environmental, and Legal factors that can affect an organization.

A common strategic framework for assessing the business environment in which a firm works is the PESTEL analysis. In the past, the framework was known as a PEST analysis, which stood for Political, Economic, Social, and Technical. More recently, the framework's scope was expanded to incorporate environmental and legal considerations.

In their strategic planning procedures and enterprise risk management planning, management teams and boards employ the framework. The financial analyst community, where factors may affect model assumptions and financing decisions, as well as management consultants who assist their customers in creating creative product and market efforts, both use PESTEL research as a very popular tool.

Learn more about PESTEL analysis

brainly.com/question/28310527

#SPJ4

which group includes supporting details that could be added to the previous scratch list? sparkling water, evening wine tasting, and four-star hotel restaurant safety, comfort, and half-price tuesday high-end linens, free wireless internet, and free snacks, shampoo, and conditioner

Answers

24-hour concierge service, valet parking, room service, spa, pool, bar, gym, sauna, complimentary breakfast, luxury bathrobes, mini-bar, daily housekeeping, and shuttle service.

The above list of supporting details could be used to further enhance the scratch list provided. 24-hour concierge service would ensure that guests can always get help with any of their needs, from finding the best local attractions to ordering room service. Valet parking will make it easy for guests to get to and from their hotel. Room service is a great bonus for those who don't want to leave the hotel for a meal. Having a spa, pool, bar, gym, and sauna would provide guests with plenty of options to stay active or relax during their stay. Complimentary breakfast and luxury bathrobes would make their stay even more comfortable. A mini-bar is great for those wanting a late-night snack or drink, while daily housekeeping and a shuttle service will make it easier to get around town. All of these supporting details would contribute to an enjoyable stay for guests at the four-star hotel restaurant.

Learn more about service here:

https://brainly.com/question/29531817

#SPJ4

write a for loop that prints the integers 0 through 39, separated by spaces.

Answers

Let's see

[tex]\tt for\:i\:in\:range(0,40):[/tex]

[tex]\quad\tt print(i,end='')[/tex]

The loop will run till 39The integers get printed one by oneAs end space is there they will be separated by space

move all of the sliders to 50 db. click play full sequence (20 sec). what do you notice about the perceived volumes of the tones?

Answers

Based on variables including the ambient noise level sequence in the environment and unique hearing traits, the subjective loudness level of 50 dB may be experienced differently.

Can humans hear below 20 Hz?

The lowest pitch that the human ear can hear is 20 Hz, while the highest pitch is 20 kHz (highest pitch). Although some creatures, such as the mole-rat and elephant, are capable of hearing infrasounds, all sounds below 20 Hz are classified as infrasounds.

What are the tiniest noises you can hear?

The threshold of hearing is the lowest sound that the human ear can detect at a frequency of 1000 Hz, which corresponds to an intensity of approximately 1.00 10-12 W/m2.

To know more about frequency  visit:-

https://brainly.com/question/9632867

#SPJ4

Financial obstacles such as high expenses to income ratio and not enough savings can lead to ___

Answers

Financial difficulties including a high ratio of spending to income and a lack of savings can result in financial stress, which can have a variety of adverse effects like anxiety, depression, and other health issues.

Cost-to-income ratio: What is it?

Calculating the cost-to-income ratio involves dividing operating expenses by operating income, which is defined as net interest income plus other income. Operational expenses equal the cost-to-income ratio. Operational Costs = Employee Cost + Other Operating Expenses, where Operating Income is the result.

What qualifies as a savings?

Savings refers to gradually setting money aside, usually into a bank account. Individuals typically set aside money for a specific purpose, such as a down payment on a home or car or unexpected expenses.

To know more about account visit:-

https://brainly.com/question/14080866

#SPJ4

Kimberly is trying to understand which of her devices and apps can collect information about her location. Which of the following statements is true?

Answers

The correct answer is a. The search engine could show an advertisement next to the search results for "Terra Mystica", a strategy board game.

This is because search engines and apps can collect information about a user's location and use it to show personalized advertisements. For example, if a user searches for a specific product or service, the search engine may show an advertisement for a local business that offers that product or service. Similarly, apps on a user's devices may also collect location information and use it to show personalized advertisements. It is important for users to be aware of this and to take steps to protect their privacy if they do not want their location information to be collected and used in this way.

Learn more about  search engines here:https://brainly.com/question/512733

#SPJ11

suppose that we are developing a new version of the amdbarcelona processor with a 4 ghz clock rate. we have added someadditional instructions to the instruction set in such a way that thenumber of instructions has been reduced by 15%. the executiontime is reduced to 700s and the new specratio is 13.7. find the newcpi.g. this cpi value is larger than obtained in question 6.a. as the clockrate was increased from 3ghz to 4ghz. determine whether theincrease in the cpi is similar to that of the clock rate. if they aredissimilar, why?h. by how much has the cpu time been reduced?i. for a second benchmark, libquantum, assume an execution time of960ns, cpi of 1.61, and clock rate of 3ghz. if the execution time isreduced by an additional 10% without affecting the cpi and with aclock rate of 4ghz, determine the number of instructions.j. determine the clock rate required to give a further 10% reduction incpu time while maintaining the number of instructions and with thecpi unchanged.k. determine the clock rate if the cpi is reduced by 15% and the cputime by 20% while the number of instructions is unchanged

Answers

CPU time (or procedure time) is the quantity of time for which a central processing unit (CPU) was used for processing guidelines of a pc application or operating system, as antagonistic to elapsed time, which includes for example, ready for input/output (I/O) operations or entering low-power (idle) mode.

What is CPU vs CPU time?

Image result for how a whole lot has the cpu time been reduced?

User CPU time is the amount of time the processor spends in walking your software code. System CPU Time is the quantity of time the processor spends in strolling the operating system(i.e., kernel) functions related to your application.

How to calculate CPU execution time?

CPU execution time = = CPU clock cycles x Clock cycle.

= Instruction matter x CPI x Clock cycle. T =

I. x CPI x C.

Learn more about  cpu here;

https://brainly.com/question/474553

#SPJ4

what type of suspension system includes a rigid or solid axle?

Answers

Only non-drive axles, according to Tech B, employ a semi-independent rear suspension. B's technician is precise.

The ability for the inside wheels of a turn to move in a different circle radius than the outside wheels due to the geometric arrangement of steering linkages. The two main drawbacks of a coil spring suspension are cost and load-bearing. Cost is less of an issue if the car already has coil springs, but retrofits can be highly expensive and time-consuming. Independent suspension frequently offers better ride quality and handling qualities because of the lower unsprung weight and the ability of each tire to address the road independently of the other wheel on the vehicle. According to Technician B, a car with an independent front suspension will only have one wheel affected by a bump. In terms of independent suspension, this is also accurate.

Learn more about Suspension here:

https://brainly.com/question/28875606

#SPJ4

To print a worksheet, you begin by going to Backstage view.
answer choices
True
False

Answers

True.To print a worksheet, you begin by going to Backstage view.

What is Backstage?
Backstage is a term used to refer to areas backstage in a theatre, concert, or other performing arts venue. It is the area behind the stage and out of view of the audience. It typically includes dressing rooms, green rooms, storage areas, and other similar spaces. Backstage areas are used for storing props and costumes, preparing for performances, and keeping the stage free from clutter. It also includes areas specifically for the performers, such as dressing rooms and makeup rooms. Backstage is usually off-limits to audience members and is a private area for performers.

To know more about Worksheet
https://brainly.com/question/29980969
#SPJ4

removable hard drive located outside of the main computer tower

Answers

A removable hard drive is a type of external storage device that can be used to store and transfer data. It is usually connected to the computer via a USB cable, Firewire, or eSATA connection. Removable hard drives are often used to back up important data or to transfer data from one computer to another.

What is Data?
Data is the fundamental building blocks of information. It can be described as raw facts and figures which can be collected, stored, manipulated and analyzed to create meaningful insights. Data can take many forms such as numbers, words, images, videos, audio, or any other form of information. It is used to answer questions and solve problems in various industries such as finance, healthcare, education, and government. Data can be collected from various sources such as surveys, interviews, observations, experiments, and sensors.

To know more about Data
https://brainly.com/question/26711803
#SPJ4

how to solve "unregistered authentication agent for unix-process"?

Answers

The error message "unregistered authentication agent for Unix-process" typically occurs when you are trying to use an authentication agent (such as ssh-agent) without properly registering it with your system.

What is Authentication?

Authentication is the process of verifying the identity of a user, system, or device attempting to access a particular resource or service. The goal of authentication is to confirm that the person or entity claiming to be a particular user or system is indeed who they say they are.

Authentication typically involves the use of credentials, such as a username and password, a security token, or a biometric factor, which the user or system must provide to gain access. The system then compares the provided credentials to a database of authorized users or systems to confirm that the credentials are valid and match an existing user or system.

Authentication is a critical aspect of security and is used to protect sensitive information and resources from unauthorized access. It is often used in conjunction with other security measures, such as authorization, encryption, and auditing, to ensure that only authorized users or systems can access protected resources.

The error message "unregistered authentication agent for Unix process" typically occurs when an SSH agent is not running or has not been registered with the user's session. Here are some steps you can take to solve this issue:

1. Check if an SSH agent is running: Open a terminal and type the command "eval ssh-agent -s". If an agent is already running, this command will output some environment variables. If not, it will start a new agent and output the environment variables that you need to set.

2. Set the environment variables: If the ssh-agent command outputted some environment variables, copy and paste the output into the terminal. If not, use the output from the command in step 1.

3. Add your SSH key: Use the ssh-add command to add your SSH key to the agent. For example, type "ssh-add ~/.ssh/id_rsa" to add the default private key.

Therefore, If the above steps do not solve the issue, try restarting your computer or checking your SSH configuration files to ensure that they are correct.

To learn more about Authentication click here

https://brainly.com/question/13615355

#SPJ4

Other Questions
Julie plans to invest her bonus of P100, 000.00 in two banks. The first bank earns an interest of 6% per annum while the other bank earns 8% interest per annum. If she wants her investment to earn a total interest of exactly P7, 200.00 after a year, how much does she need ot invest in each bank? In a chemical reaction, bonds in reactant molecules are broken and new bondsare formed to yield products.How does an enzyme make this happen at an optimal rate in a cell?A. It lowers the amount of energy needed to break the bonds in the products.B. It increases the amount of energy needed to break the bonds in thesubstrate.C. It increases the amount of energy needed to break the bonds in theproducts.D. It lowers the amount of energy needed to break the bonds in thesubstrate. a lamppost, cab, bent at point a after a storm. the tip of the lamppost touched the ground at point c, as shown below: triangle abc has measure of angle c equal to 55 degrees, measure of angle abc equal to 90 degrees, and length of bc equal to 20 feet. what is the height, in feet, of the portion ab of the lamppost? A solution of ammonium phosphate is mixed with a solution of aluminum nitrate. If aluminum phosphate is insoluble in water, what is the reaction? Also remember this will need to be balanced. 5) if a restaurant serves coffee that is hot enough to cause second-degree burns, it may be liable for:a. negligence.b. strict tort liability.c. breach of the warranty of merchantability.d. All of the above.e. None of the above. All of the following are found in the cell walls of gram-positive bacteria EXCEPT N-acetylglucosamine lipoteichoic acid teichoic acid peptidoglycan lipid A when a firm has ______, it can place more emphasis on other objectives. which expression is equivalent to this a client is newly prescribed a medication that must be taken on an empty stomach. which statement by the nurse best describes why some medications should be taken before meals? What does variation mean? suppose x is the number of times a woman is selected when 3 people are randomly chosen (without replacement) from a group of 2 women and 2 men. what are the possible values of x? What fashion accessory did men use in kabuki plays?A. silk scarfB. fanC. pipeD. pistol The teacher shave 25$ to buy supplies. Write and evaluate a numerical expression to show how much more money they will need to buy the cups and napkins. short fatty acid chains within phospholipids in the plasma membrane generally: a. decrease membrane fluidity. b. increase the cholesterol content. c. increase the transition temperature. d. increase membrane fluidity. which of the following statements about approaches to political risk management is not true? question 26 options: passive political risk management discourages managers from fully or partially hedging their bets against exposure to political hazards. passive political risk management assumes that it is difficult, if not impossible, to systematically model political risk. active political risk management assumes that positive and negative political events in any country are neither independent nor random events. active political risk management assumes that political events unfold in observable patterns that statistical methods can detect. NEED AN ANSWER QUICKLY PLEASE I WILL GIVE BRAININEST Hi. I need 8 expressions that are equivalent to 31(2760q - d) If you were being interrogated by police detectives, do you think it is appropriate for them to lie to you to get to the truthPlease be detailed in your response You are fixing the roof of your house when a hammer breaks loose and slides down. The roof makes an angle of 45 with the horizontal, and the hammer is moving at 4.5 m/s when it reaches the edge. Assume that the hammer is moving from the top of the roof to its right edge.1. What is the vertical component of the hammer's velocity just as it leaves the roof? Kiddy Toy Corporation needs to acquire the use of a machine to be used in its manufacturing process. The machine needed is manufactured by Lollie Corp. The machine can be used for 8 years and then sold for $12,000 at the end of its useful life. Lollie has presented Kiddy with the following options (FV of $1, PV of $1, FVA of $1, PVA of $1, FVAD of $1 and PVAD of $1) (Use appropriate factor(s) from the tables provided.):1.Buy machine. The machine could be purchased for $162,000 in cash. All maintenance and insurance costs, which approximate $7,000 per year, would be paid by Kiddy.2.Lease machine. The machine could be leased for a 8-year period for an annual lease payment of $27,000 with the first payment due immediately. All maintenance and insurance costs will be paid for by the Lollie Corp. and the machine will revert back to Lollie at the end of the 8-year period.Required:Assuming that a 10% interest rate properly reflects the time value of money in this situation and that all maintenance and insurance costs are paid at the end of each year, find the present value for the following options. Ignore income tax considerations. (Negative amounts should be indicated by a minus sign.)Present ValueBuy OPtion _______?_________Lease Option ______?_________ rank each lava type according to the relative distance it can generally travel from a volcano vent before solidifying. 1. felsic 2. intermediate 3. mafic