Help please I’ll give u brainless

Help Please Ill Give U Brainless

Answers

Answer 1

c its c OK your welcome


Related Questions

Sending the same messages to a large number of users is called​

Answers

Answer:

Can you give me the options

What is a special type of variable used in subroutines that refers to a piece of data?

a parameter

a constant

a function

a routine

Answers

Answer:parameter

Explanation:

I got it right

Answer:

answer is A :)

Explanation:

Edge 2021

What are the missing whole numbers on this number line? Enter your answers in the boxes. plz show work I'm I need answer 3rd grade​

What are the missing whole numbers on this number line? Enter your answers in the boxes. plz show work

Answers

1 3 and 4... you are just counting up from 0

X=[245689] Y=[5 9 10 13 17 20]; Write a command in Matlab to plot the data above with black asterisk

Answers

To plot the given data points X=[245689] and Y=[5 9 10 13 17 20] in MATLAB with black asterisks, you can use the plot() function with the 'k*' specifier.

In MATLAB, you can plot data using the plot() function. To plot the given data points with black asterisks, you need to provide the X and Y coordinates as arguments to the plot() function and specify the marker style and color.

Here's the MATLAB command to plot the data:

X = [2 4 5 6 8 9];

Y = [5 9 10 13 17 20];

plot(X, Y, 'k*');

In this command, the 'k*' argument specifies that the markers should be black asterisks ('*') and the line connecting the markers should be omitted. The X and Y arrays contain the respective data points to be plotted.

Executing this command will generate a plot where the data points are represented by black asterisks. The X values will be plotted on the x-axis, and the corresponding Y values will be plotted on the y-axis.

Learn more about  MATLAB here :

https://brainly.com/question/30763780

#SPJ11

Ryder has discovered the power of creating and viewing multiple workbooks. ​ ​ Ryder wants to use a layout in which the workbooks overlap each other with all the title bars visible. Ryder opens all of the workbooks, and then he clicks the View tab on the Ribbon and clicks the Arrange All button. What should he do next to obtain the desired layout?

Answers

Answer:

Click the Cascade option button

Explanation:

Based on the description of what Ryder is attempting to accomplish, the next step that he needs to do would be to Click the Cascade option button. This option will cause all the windows of the currently running applications to overlap one another but at the same time show their title bars completely visible in order to let the user know their open status. Which is exactly what Ryder is attempting to make as his desired layout for the workbooks. Therefore this is the option he needs.

The conditional function is defined as Ch(e, f, g) = If e then f else g. Evaluate the conditional function for the following: e = 01101011, f = 10010010, g = 01010100 Ch(e, f, g) =

Answers

The conditional function allows us to choose between two values (f and g) based on the condition (e). If the condition is true, the function returns the first value (f), and if the condition is false, it returns the second value (g).

To evaluate the conditional function Ch(e, f, g), we need to substitute the values of e, f, and g into the function and apply the logical operation.

Given:

e = 01101011

f = 10010010

g = 01010100

The conditional function Ch(e, f, g) = If e then f else g.

To evaluate Ch(e, f, g), we need to check the value of e. If e is true (non-zero), then the function will return the value of f. Otherwise, if e is false (zero), the function will return the value of g.

Let's break down the evaluation step by step:

Check the value of e: e = 01101011.

Since e is non-zero, it is considered true.

Return the value of f: f = 10010010.

Therefore, Ch(e, f, g) = 10010010.

In this case, since the value of e is true (non-zero), the conditional function returns the value of f (10010010).

To learn more about conditional, visit:

https://brainly.com/question/9362514

#SPJ11

What do you understand by database and
database management system Soft ware. Also
enlist functions of DBMS.

Answers

Answer:

The answer to this question is given below in this explanation section.

Explanation:

A database management system(DBMS) is a software package designed to define,manipulate,retrieve and manage data in a database.A DBMS generally manipulates  the data itself the data format,field names,record structure and file structure.It also defines rules to validate and manipulate this data.

Database management system are setup on specific data handling concepts,as the practice of administrating a database evolves. The earliest database only handled individual single pieces of specially formatted data.Over time, the models for database management  systems have changed considerably.

The earliest types of database management systems consisted mainly of hierarchy and network models.

The hierarchy model is one where each node or component has a child parent relationship with one other node or components.In the network model,the difference is that a single component can have multiple relationships think of this as a single node being able to multicast connections.

However over time these models became overtaken by something called a relational database.In this relational database model individual components have attributes that are linked to their identities through a database table design.The rows and columns of an individuals database table include those identities and attributes in such a way that traditional structured query language or SQL can be used to pull various kinds of information on these relations models.

Which of the following symbols comes first when a formula or function is written in a spreadsheet?()+=*

Answers

Answer:

Order of Evaluation in Computer:

()

Arithmetic Operators ( * / % + - ) IN THIS ORDER

Relational Operators (< ,<= , >,  >=,  ==,  !=)

NOT

AND

OR

Explanation:

So to answer the question. Here is the order in which they will be written

()

*

+

=

which type of fiber optic cable supports 10 gigabit ethernet with a maximum segment length of up to 40 km?

Answers

A segment length of up to 40 kilometers can be supported by 10GBasER single-mode fiber optic cable for 10 gigabit ethernet.

What is the 10Gb Ethernet standard?

10 Gigabit Ethernet, which adheres to IEEE 802 standard, is an electronic data transmission system that allows data to be transferred at a rate of 10 billion bits per second. Additionally, it is referred to as 10GbE, 10GE, and 10GigE.

What kind of cable is utilized for high bandwidth and broadband 10 Gbps Ethernet?

Cat6 cable offers more bandwidth and data transfer rates of up to 1 Gbps over 100 m, the same as Cat5e, as compared to Cat5e.However, Cat6 is able to achieve 10 Gbps speeds over shorter distances of up to 37 m because of its improved shielding and larger capacity (121 ft).

To know more about ethernet visit:-

https://brainly.com/question/13441312

#SPJ4

Choose which type of translator you would use to develop a program written in a high-level programming language. Give three reasons to support your choice.​

Answers

Answer:

Compilers

Explanation:

A compiler takes the source code as a whole and translates it into object code all in one go. Once converted, the object code can be run unassisted at any time. This process is called compilation.

Compilers have several advantages:

-Compiled programs run quickly, since they have already been translated.

-A compiled program can be supplied as an executable file. An executable file is a file that is ready to run. Since an executable file cannot be easily modified, programmers prefer to supply executables rather than source code.

-Compilers optimise code. Optimised code can run quicker and take up less memory space

hope this helped :D

The type of translator that you would use to develop a program written in a high-level programming language is known as Compiler.

What is a high-level programming language?

The high-level programming language may be defined as a significant abstraction from the details of computer operation. It is designed to be easily understood by humans and for this reason, they must be translated by another software

A compiler significantly accepts the source code as a whole and successfully translates it into object code all in one go through the process of compilation. Compilers have several advantages. Some of them are as follows:

It compiled programs that run because they are already being successfully translated.A compiled program can be directly interpreted as an executable file that typically executes all essential and necessary functions.These compilers optimize code which improves performance, Reduced system load, protection for source code and programs, and improves productivity and quality.

Therefore, the type of translator that you would use to develop a program written in a high-level programming language is known as Compiler.

To learn more about Compiler, refer to the link:https://brainly.com/question/27049042

#SPJ2

Evidence that a source is authoritative includes a. An email address to ask further questions about information in the source c. No verbiage used which could identify bias about the information provided b. A date regarding when the source was written d. Logical structure of the information provided so that it is easily read and understood Please select the best answer from the choices provided A B C D

Answers

Answer:

i belive   it iz      C

Explanation:

o

Answer:

The correct answer is A

Explanation:

What happens if programmer does not use tools. before programming? ​

Answers

Computers can only be programmed to solve problems. it's crucial to pay attention to two crucial words.

A computer is useless without the programmer (you). It complies with your instructions. Use computers as tools to solve problems. They are complex instruments, to be sure, but their purpose is to facilitate tasks; they are neither mysterious nor mystical.

Programming is a creative endeavor; just as there are no right or wrong ways to paint a picture, there are also no right or wrong ways to solve a problem.

There are options available, and while one may appear preferable to the other, it doesn't necessarily follow that the other is incorrect. A programmer may create software to address an infinite number of problems, from informing you when your next train will arrive to playing your favorite music, with the proper training and experience.

Thus, Computers can only be programmed to solve problems. it's crucial to pay attention to two crucial words.

Learn more about Computers, refer to the link:

https://brainly.com/question/32297640

#SPJ1

you can drag worksheet tabs to change the order of the worksheets in the workbook.

Answers

Yes, it is possible to drag worksheet tabs to change the order of the worksheets in a workbook. This is a useful feature in Microsoft Excel that allows you to rearrange the tabs to suit your needs and improve your workflow.

To change the order of the worksheets, simply click on the worksheet tab and hold down the mouse button. Then, drag the tab left or right to move it to the desired position. Release the mouse button when you are satisfied with the new order. You can also use the keyboard shortcuts to move the tabs. Press Ctrl + Page Up to move to the left, or Ctrl + Page Down to move to the right.

Reordering worksheets can be helpful when you want to group related data together, or when you want to move frequently used sheets to the beginning of the workbook. It can also make it easier to navigate through a large workbook with many sheets. In conclusion, the ability to drag worksheet tabs in Excel is a simple yet powerful feature that can help you organize and streamline your work. So, don't hesitate to use it whenever you need to rearrange your worksheets.

Learn more about Microsoft Excel here-

https://brainly.com/question/30750284

#SPJ11

you need to develop an infrastructure that can be replicated and deployed in another aws region in a matter of minutes. which aws service might you use to build a reproducible, version-controlled infrastructure?

Answers

To promote economic growth and improve quality of life, infrastructure development entails building the fundamental support systems.

What do you meant by infrastructure development ?

Transportation, communication, sewage, water, and educational systems are a few examples of infrastructure. A region's economic growth and prosperity depend on infrastructure investments, which are frequently expensive and capital-intensive.

Result for the phrase "infrastructure development" Infrastructure projects include making new roads, creating new power plants, maintaining sewage systems, and supplying public water sources. Public infrastructure projects are the responsibility of the federal government or the state governments of a nation.

Infra- means "below," hence infrastructure is the "underlying structure" of a nation and its economy, i.e., the permanent fixtures required for its operation. Roads, bridges, dams, water and sewage systems, railways and subways, airports, and harbors are a few examples.

To learn more about infrastructure development  refer to:

https://brainly.com/question/14237202

#SPJ4

52. Give a reason why it may be necessary to merge cellsin a table.​

Answers

There are several reasons why it may be necessary to merge cells in a table:

To create larger cells for more complex or detailed information: Merging cells can help to create larger cells that can accommodate more information, making the table more organized and readable.

To create a more visually appealing table: Merging cells can be used to create a more visually appealing table by making it easier to align and format text and data.

To create a title for a group of cells: Merging cells can be used to create a title or heading for a group of cells that would otherwise not have one.

To create a subheadings: Merging cells can be used to create subheadings for a specific group of cells, making the table more organized and readable.

To create summary or total cells: Merging cells can be used to create a summary or total cell for a group of cells, making it easier to understand and analyze the data in the table.

What is the bluedot next to pinned discussion canvas.

Answers

Answer:

In discussion replies, a blue dot [1] indicates the reply is new and unread. A white dot [2] indicates a reply is read. When you navigate away from the Discussion or refresh the page, the blue dots will change to white dots indicating the replies are read.

Explanation:

Which field uses computer programs to automate tasks so that they can be performed better than by humans ?
Bioinformatics

Robotics


Telecommunications

Network administration

Answers

The field uses computer programs to automate tasks so that they can be performed better than by humans is known to be Robotics.

Which field uses computer programs to automate tasks?

Robotics is seem as a field of engineering that is known to be based on the design and making of robots.

Note that Robots are often used to carry out tasks that are said to be hard for humans to perform and as such, the field uses computer programs to automate tasks so that they can be performed better than by humans is known to be Robotics.

Learn more about Robotics from

https://brainly.com/question/13515748

#SPJ1

Examine the following blocks of code. What is the 'outputLabel text set to after the

'submitButton' is clicked?

initialize app r variable sum to

0 when submitButton Click

do count with i from
. 1

to

do change app variable sum

set outputlabel r 's Text to

by

app variable sum

Answers

The given code block is an implementation of JavaScript programming language. It defines a function which does a set of operations on some variables and objects defined within the function.What is the outputLabel text set to after the 'submitButton' is clicked.

When the submitButton is clicked, the 'outputLabel' text is set to the value of the variable 'sum'. This is because the 'outputLabel' object is set to display the value of the 'sum' variable in the line: `set outputlabel r 's Text to by app variable sum`.

Before the submitButton is clicked, the 'sum' variable is initialized to 0 in the line: `initialize app r variable sum to 0`.Then, a loop is executed using the 'count with i from 1 to' statement. This loop performs an operation on the 'sum' variable in the line: `do change app variable sum`.

To know more about implementation visit:

https://brainly.com/question/32181414

#SPJ11

You are configuring a wireless LAN (WLAN) with three wireless access points having overlapping coverage areas. The wireless access points are using the 2.4 GHz frequency band, and are located in the United States. What three non-overlapping channels in the 2.4 GHz band should you select?

Answers

In the 2.4 GHz frequency band, there are only three non-overlapping channels available for use in the United States. These channels are 1, 6, and 11.

When configuring your WLAN with three wireless access points, it is recommended to select these non-overlapping channels to minimize interference between the access points. Assigning each access point to one of these channels will help ensure optimal performance and reduce signal overlap.

Here is an example configuration:

Access Point 1: Channel 1

Access Point 2: Channel 6

Access Point 3: Channel 11

By selecting these non-overlapping channels, you can effectively utilize the 2.4 GHz frequency band for your WLAN deployment.

Know more about frequency band here:

https://brainly.com/question/29782718

#SPJ11

2. Develop a list of career development activities that could help your peers to continue to learn and grow.WHAT could be improved (e.g., technical, communicaiton, interpersonal, organization skills,

Answers

Engaging in diverse career development activities fosters continuous learning and growth in technical, communication, interpersonal, and organizational skills.

How can developing activities promote professional growth?

To continue learning and growing professionally, individuals can engage in various career development activities. These activities encompass a wide range of areas, including technical, communication, interpersonal, and organizational skills.

In terms of technical skills, individuals can participate in workshops, online courses, or attend conferences related to their field of interest. This allows them to stay updated with the latest trends and advancements, enhancing their knowledge and expertise.

Improving communication skills is crucial for effective interaction in the workplace. Peers can consider activities such as public speaking courses, writing workshops, or joining professional networking groups. These opportunities provide valuable platforms to refine their communication abilities, both verbal and written, fostering better collaboration and understanding.

Interpersonal skills are vital for building strong relationships and working well within teams. Peer-to-peer mentoring, leadership development programs, or emotional intelligence workshops can contribute to the growth of interpersonal competencies. These activities help individuals understand and connect with others, enhancing their ability to collaborate, resolve conflicts, and lead effectively.

Organizational skills are essential for managing time, prioritizing tasks, and staying productive. Activities like project management training, goal-setting workshops, or productivity seminars can assist individuals in developing effective organizational strategies. These skills enable individuals to streamline their work processes, meet deadlines, and achieve their professional objectives efficiently.

Learn more about development activities

brainly.com/question/20346293

#SPJ11

They will choose the design team on 2 April. (change this into passive voice)

Answers

Answer:

On 2 April the design team would be choosen by them

Which economic philosopher you believe has the most positive effect on the United States today


Answers

Answer:

Adam Smith, the Father of Economics, has the most positive effect in the US today because he is also known for creating the concept of gross domestic product (GDP) and for his theory of compensating wage differentials.

Answer:

John Maynard Keynes (1883-1946)  

History pros every so often imply John Maynard Keynes as the "goliath showcase examiner." The six-foot-six Brit recognized a lectureship at Cambridge that was eventually bolstered by Alfred Marshall, whose deftly and demand twists were the explanation behind a great deal of Keynes' work. He is particularly connected with supporting government going through and cash related course of action to mitigate the unpleasant effects of money related downturns, tragedies and impacts. During World War I, Keynes went after the credit terms among Britain and its accomplices, and was a specialist at the congruity game plan set apart in Versailles. (To scrutinize continuously about his speculations, see "Understanding Supply-Side Economics" and "Specifying Monetary Policy.") Keynes was almost gotten out before long the budgetary trade crash of 1929, anyway he had the alternative to change his fortune. In 1936, Keynes formed his unique work, the "General Theory of Employment, Interest and Money," which maintained government mediation to propel usage and contributing – and to facilitate the overall Great Depression that was fuming by then ("spend out of wretchedness," as intellectuals like to call it). This work has been regarded as the dispatch of present day macroeconomics. (To see more, see "Macroeconomic Analysis.")

Project: Research Project

​Your Task

Your teacher may ask you to work in groups. Check with your teacher to see if this is required.


Choose a topic from the unit.

Identify a problem or issue to research.

Write a question (or questions) to be answered by your research.

Find at least four sources; these can be a journal article, a website from a reputable organization, an encyclopedia, a newspaper, or a documentary. When in doubt, ask your teacher.

Unacceptable sources include Wikipedia, an individual’s blog, and social media, except as examples not counted as sources.

Create a Word document as described below.

Compare your project to the rubric before you submit it.

Your Word Document Requirements

Part 1: Name(s)

Your name

Names of your partners (if this is a group project)

Part 2: Title

Part 3: Questions to Answer

Part 4: Introduction

A paragraph that introduces your topic and the question(s) to be answered

Part 5: Exposition

An explanation of how you answered the question(s); give credit to your sources whether using direct quotes or not

Part 6: Conclusion

A paragraph summarizing your analysis

Part 7: Bibliography

Part 8: Partner Participation (only included for those working in groups)

Describe the role and responsibilities of each member of the group.
+ 40 POINTS

Answers

The sample research group project and how it should be presented is given below:

The Research Group Project

Part 1: Name(s)

[Your Name]

[Partner 1's Name]

[Partner 2's Name]

Part 2: Title

[Title of the Research Project]

Part 3: Questions to Answer

[Question 1]

[Question 2]

[Question 3]

[Question 4]

Part 4: Introduction

[Briefly introduce the topic and the questions to be answered.]

Part 5: Exposition

[Explain how the questions were answered and credit the sources used.]

Part 6: Conclusion

[Provide a summary of the analysis.]

Part 7: Bibliography

[List the sources used in the research.]

Part 8: Partner Participation (if applicable)

[Describe the role and responsibilities of each group member.]

Read more about research project here:

https://brainly.com/question/25257437

#SPJ1

Write a program code in the python programming language to find simple interest given the
formula SI = (P*R*T)/100.
Read P(Principal), R (Rate), T (Time) from the keyboard and Calculate Simple Interest (SI).

Answers

Answer:

p = float(input('Principal: '))

r = float(input('Rate: '))

t = float(input('Time: '))

si = (p * r * t) / 100

print(si)

The "float" before the input in the first 3 lines is so you're able to input decimals. If you're not using decimals, you can switch the "float" to "int". However, if you input a decimal number after you switched to int, you will receive an error

what does abraham Lincoln whish for his son's teacher​

Answers

Answer:

To teach him his talents and brains

basically to teach them what the teacher knew

To live this life will require faith, love and courage. So dear Teacher, will you please take him by his hand and teach him things he will have to know, teaching him – but gently, if you can. Teach him that for every enemy, there is a friend. He will have to know that all men are not just, that all men are not true.

the internet allows consumers access to more products, services and information, which has made them:

Answers

The Internet allows consumers access to more products, services, and information, which has made them more empowered and informed while making purchasing decisions.

It has given consumers greater flexibility and control over their choices, allowing them to research and compare products and services before making a final decision. Additionally, the internet has allowed consumers to communicate more effectively with businesses, providing feedback on products and services and resolving any issues they may have.

The internet has also made consumers more aware of their rights, making them more conscious of their purchasing decisions. Consumers can now easily compare prices and product features from various sellers, providing them with more bargaining power

Learn more about consumer at

https://brainly.com/question/31083940

#SPJ11

virtual classrooms are examples of communication or not​

Answers

Answer:

I would say yes

Explanation:

Answer:

Yes it is an example of communication

Explanation:

Communication is as simple as talking.

cui documents must be reviewed according to which procedures?

Answers

CUI documents and materials will be formally reviewed in accordance with DODI 5230.09 and DODI 5200.48, before approved disposition authorities are applied, including destruction. Access the Course Resources for access to the regulatory guidance for destruction and records management procedures.

Define CUI documents?CUI is information created or owned by the government that requires safeguarding or dissemination controls in accordance with applicable laws, regulations, and government-wide policies.CUI Basic is a subset of CUI for which no specific handling or dissemination controls are specified in the authorizing law, regulation, or government-wide policy. CUI Basic is handled by agencies in accordance with the uniform set of controls outlined in DODI 5200.48 and the DOD CUI Registry.CUI is defined as unclassified information that must be safeguarded and disseminated in accordance with law, regulation, or Government-wide policy, as listed in the CUI Registry.CUI must be kept in secure locations that prevent or detect unauthorized access.

To learn more about CUI documents   refer to:

https://brainly.com/question/29963620

#SPJ4

what marketing activities to business people do

Answers

Answer:

They find Ways to advertise business by using  trade shows, exhibitions and events.

-they also use Sales promotions and discounts.

- professional marketing services. ...

-Marketing on a small budget.

Explanation:

JHope this helps\

write a program that uses a subroutine to determine how many bits differ in two 32-bit numbers

Answers

Here's a Python program that uses a subroutine to determine how many bits differ in two 32-bit numbers:

The Python Program

def count_bits_difference(num1, num2):

   # XOR the two numbers to get a binary string of differences

   xor_result = bin(num1 ^ num2)[2:]

   

   # Count the number of '1's in the binary string

   count = 0

   for bit in xor_result:

       if bit == '1':

           count += 1

   

  return count

# Test the function with example inputs

num1 = 0b11011010

num2 = 0b10101010

print(count_bits_difference(num1, num2))  # Output: 3

In this program, the count_bits_difference function takes two 32-bit numbers as inputs and returns the number of bits that differ between them.

It does this by first XORing the two numbers to get a binary string of differences, and then counting the number of '1's in that string.

We test the function with the example inputs num1 = 0b11011010 and num2 = 0b10101010, which have 3 different bits (the 1st, 3rd, and 5th bits). The output of the program is 3, which is the correct number of different bits.

Read more about programs here:

https://brainly.com/question/26134656

#SPJ1

Other Questions
If the liver cells of an animal have 24 chromosomes, the sperm cells would have how many chromosomes?a. 12b. 24c. 48d. Twice the diploid numbere. Half the haploid number 1. Nu nhng quan im c bn ca ch ngha Mc- L Nin v giai cp cng nhn v ni dung s mnh lch s ca giai cp cng nhn? Help me plsi will give out brainliest In recent years, businesses in general have experienced a lasting impact due to the emergence of? Attribute inspection measuresA. whether or not the product attributes conform to the inspector's personal tastes.B. if cause and effect are present.C. if the product is good or bad.D. such dimensions as weight, speed, size, or strength to see if an item falls within an acceptable range. A student measures the speed of sound by echo destiny classes hands and then measures the time to hear the echo his distance to the wall is 300 m The time delay between clap an echo is 1.5 seconds. Calculate the speed of sound Which of the rays or segments below IS chord of circle O?UDGRUOGD To solve for the area of a parallelogram, we multiply the base and the height. What is the area of a parallelogram whose base is 8 centimeters and a height of 12 cm.i need help 1- If a skater travels 50 miles in one hour, what is the skaters speed?2- A biker travels 10 miles in two hours, what is his speed?3- A driver is going 42 miles in a 15 mph school zone and is pulled over by a police officer. The speed the driver was driver is known as what type of speed? Determine the upper-tail critical value ta/2 in each of the following circumstances. a. 1 - a=0.95, n = 17 b. 1 - a=0.99, n = 17 c. 1 - a=0.95, n = 36 d. 1 - a=0.95, n = 52 e. 1 - a=0.90, n = 9Critical Values of t. For a particular number of degrees of freedom, entry represents the critical value of t corresponding to the cumulative probability 1 minus alpha and a specified upper-tail area alpha. iCH3-CH2-CO-CH2-CH2-CH3 + H2Pd A 12-liter container has a pressure of 3 atmospheres.The container is sent underground, with resulting compression into 6 L.Applying Boyle's Law, what will the new pressure be? Which reason for Allied victory is supported by the chart? Question 2 options: fewer wounded soldiers greater number of troops deadliest weapons took more prisoners. On two separate occasions, eight-year-old Carlos unknowingly had a stomach virus when eating in the school cafeteria. Both times he vomited shortly after eating. Now he associates the cafeteria with vomiting, and merely entering the room makes him feel nauseated. What is the conditioned response (CR) in this situation under the doctrine of equitable conversion, equity regards the seller of land as: On January 1 of this year, Wenting Company completed the following transactions (assume a 8% annual interest rate): (FV of $1, of $1. EVA of $1, and PVA of $1) (Use the appropriate factor(s) from the tables provided.) a. Bought a dellvery truck and agreed to pay $62,000 at the end of three years. b. Rented an office building and was given the option of paying $12.000 at the end of each of the next three years or paying $35,000 immediately. c. Established a savings account by depositing a single amount that will increase to $94,000 at the end of seven years. d. Decided to deposit a single sum in the bank that will provide 8 equal annual year-end payments of $42,000 to a retired employee (payments starting December 31 of this year). Required: a.What is the cost of the truck that should be recorded at the time of purchase? b.Which option for the office building results in the lowest present value? Pay in three instaliments A.Pay in single installment B.Which option for the office building results in the lowest present value? Pay in three installments Pay in single installment c.What single amount must be deposited in this account on January 1 of this year? d.What single sum must be deposited in the bank on January 1 of this year? (Round your answer to nearest whole dollar.) choose a character from a tv show and explain that behavior in terms of one of the personality theories List three equations (relationships) describing free falling objects in gravitational fields. An economy has two workers, Anne and Bill. Per day of work, Anne can pick 100 apples or 25 bananas, and Bill can pick 50 apples or 50 bananas. Anne and Bill each work 200 days per year. a. Anne's opportunity cost of picking one more apple is ___ bananaBill's opportunity cost of picking one more apple is __ banana___ has a comparative advantage in apple picking ___ has an absolute advantage in apple picking b. Assuming that only one fruit is picked in this economy, then the maximum number of each type of fruit that can be picked annually is either ___ apples or ___ bananas. c. If each worker fully specializes according to his or her comparative advantage, the maximum number of apples that can be picked annually is ___ , and the maximum number of bananas is ___ . Standard Solution and Dilution Dry Post-Lab1.) If you add 25 mL of water to 125 mL of 0.15mol/L NaOH solution, what will be the concentration of the diluted solutionRound your answer to three significant digits.