Using Python, write an algorithm for computing a weekly payroll where the user decides how many employees they’re going to pay to and provides the paying info for each employee.
on that design with other tools and program it. As a refresher, what you must do is: Ask the user how many employees on payroll this week Ask how many hours worked and wage for each employee Compute: gross salary, net salary, overtime pay (if applicable) and tax and benefit deductions Display: gross salary, net salary and total deductions of each employee Compute the total of the payroll for the week (use the gross pay for this) Use the following constant values for your computations: o 18% tax deduction o 20% benefits deduction o 2 times the wage/hr for overtime hours o Consider regular hours up to 37.5 hours/week WHAT YOU NEED TO DO: a. Using Top-down design, prepare a hierarchy diagram on all the functions you would use in your code. Remember:

Answers

Answer 1

To compute a weekly payroll for multiple employees, you would need the following functions: get_employee_count(), get_employee_info(), compute_gross_salary(), compute_net_salary(), compute_overtime_pay(), compute_tax_deduction(), compute_benefit_deduction(), display_employee_payroll(), and compute_total_payroll(). These functions will handle user input, perform necessary calculations, and display the payroll information.

(2nd PART) Explanation:

To solve the problem of computing a weekly payroll for multiple employees, we can use top-down design to break down the tasks into smaller functions. Here is an explanation of each function and its role in the overall solution:

get_employee_count(): This function prompts the user to enter the number of employees on the payroll for the week and returns the count as an integer.

get_employee_info(): This function takes the employee count as a parameter and collects the hours worked and wage for each employee using a loop. It returns a list of dictionaries, where each dictionary represents the information for one employee.

compute_gross_salary(): This function takes an employee's hours worked and wage as parameters and calculates the gross salary. If the hours worked exceed 37.5 hours, it also calls the compute_overtime_pay() function to calculate overtime pay.

compute_net_salary(): This function takes an employee's gross salary as a parameter and computes the net salary by subtracting tax and benefit deductions. It calls the compute_tax_deduction() and compute_benefit_deduction() functions for the necessary calculations.

compute_overtime_pay(): This function takes an employee's overtime hours and wage as parameters and calculates the overtime pay using the formula: 2 times the wage per hour multiplied by the overtime hours.

compute_tax_deduction(): This function takes an employee's gross salary as a parameter and computes the tax deduction using a fixed tax rate of 18%.

compute_benefit_deduction(): This function takes an employee's gross salary as a parameter and computes the benefit deduction using a fixed rate of 20%.

display_employee_payroll(): This function takes an employee's information, including their gross salary, net salary, and deductions, and displays it to the user.

compute_total_payroll(): This function takes the list of employee information as a parameter, iterates over each employee, and sums up their gross salaries to compute the total payroll for the week.

By using these functions together, you can implement a program that asks the user for the number of employees, collects their working hours and wage, computes the necessary salary components, displays the payroll information for each employee, and calculates the total payroll for the week.

To learn more about Python

brainly.com/question/30391554

#SPJ11


Related Questions

In a 100m sprint, identify some of the phases that you would see the athlete complete?

Answers

Answer:

in a 100m sprint identify some of the phases

When you connect several home devices using a wireless router, what network topology are you using? A. bus B. mesh C. star D. ring

Answers

Answer:

Star Topology

Explanation:

Because the definition of Star Topoplogy is: In star topology each device in the network is connected to a central device called hub. Unlike Mesh topology, star topology doesn’t allow direct communication between devices, a device must have to communicate through hub. If one device wants to send data to other device, it has to first send the data to hub and then the hub transmit that data to the designated device.

A complete redo of a knee replacement requiring a new prosthesis is coded to which root operation(s)?

Answers

The root operation used to code a complete redo of a knee replacement requiring a new prosthesis is replacement.

The correct code for a complete redo of a knee replacement requiring a new prosthesis is 0SRD.

Replacement is defined as the root operation to perform a removal of all or a portion of a body part and insert a prosthesis or other device to take over the function of that body part.

The root operation is often used in conjunction with the qualifier “autologous” when the body part is replaced with an identical body part from another location in the same person’s body. Replacement is the correct root operation for the procedure in which a new knee prosthesis is installed.

Therefore, the correct code to use for a complete redo of a knee replacement requiring a new prosthesis is 0SRD.

Learn more about prosthesis replacement at

https://brainly.com/question/32217181

#SPJ11

Which character is used to create an absolute reference to a cell?

Answers

Sadness refer to it as a mitochondria since it’s blue and it can represent as something

Answer:

$ - The dollar sign

Explanation:

The dollar sign creates an absolute reference in a cell. Absolute reference refers to an actual fixed location on a worksheet in Excel.

In a word processing document, describe the changes you think you need to make to your code. Then make these changes in your code and save your file to your computer again. Name it Rectangles 3.

Answers

Answer:

Open (and close) the writer application.

Open one or several documents.

Create a new document.

Save a document to a location on a drive.

Save a document to different formats.

Work with multiple documents.

Use available Help functions.

Close a document.

If you would like to give another user permissions on your mailbox or to particular folders within your mailbox, which role should you configure?

Assignee
Client
Delegate
Manager

Answers

Answer:

assignee

Explanation:

a certain isa has a 32-bit word size, uses single word instructions, has 120 opcodes, 32 registers, and 4gbyte or byte-addressable memory.

Answers

The range of values that can be stored in the "Immediate" field (as a 2's complement value) is  +/ - 8k

The length  of how far (in memory locations) can a labeled location be from an instruction using the PC-relative adressing mode is +/- 512k

What is the value about?

The difference between the largest and smallest values is known as the range of a set of data in statistics.

Therefore, When you are given different values, the range of those values refers to how much the largest value and the smallest value differ from one another. To put it another way, the range is what you get when you subtract the group's largest and smallest values.

Learn more about range from

https://brainly.com/question/19229653
#SPJ1

See full question below

The next two questions refer to the following system:

A certain ISA has a 32-bit word size, uses single word (32-bit) instructions, has 120 opcodes, 32

registers, and 4Gbyte of byte-addressable memory.

One group of instructions in this ISA takes the form:

OPCODE | DESTINATION REGISTER | SOURCE REG. | Flag | IMMEDIATE VALUE

Or

OPCODE | DESTINATION REGISTER | SOURCE REG. 1 | Flag | SOURCE REG. 2

A single bit in the instruction ("Flag") is used to differentiate these two addressing modes.

Another group of instructions takes the form

OPCODE | SOURCE/DESTINATION REGISTER | PC OFFSET

Where PC Offset is the 2's complement "distance" from the current PC to the labelled location.

1) What is the range of values that can be stored in the "Immediate" field (as a 2's complement value)?

2) How far (in memory locations) can a labeled location be from an instruction using the PC-relative adressing mode? (to within +/- 1)

This activity will help you meet these educational goals:

Content Knowledge—You will determine the importance of computer skills, organizational structures, labor laws, community programs and managerial qualities in an industry of your choice.

Inquiry—You will conduct online research in which you will collect information, make observations, and communicate your results in written form.

21st Century Skills—You will use critical thinking and problem solving skills, and communicate effectively.



Introduction

In this activity, you will analyze the role of computer skills, organizational structures, labor laws and community programs, and managerial skills and qualities.

__________________________________________________________________________



Directions and Analysis

Task 1: Role of Computer Skills in an Industry

In this activity, you will understand the importance of computer skills in an industry by completing the following tasks:

Select an industry of your choice. With the help of online research, explain how computer skills are necessary for the industry’s management team.

Discuss how these skills are important in terms of planning, marketing, and use of financial resources.

Discuss the ways in which a person should aim to upgrade their skills, and also discuss why this process is of importance.



Type your response here:



Law, Public Safety, Corrections & Security









Task 2: Industry, Profession, and Social Issues

In this activity, you will choose an industry of your choice and conduct an online research. You will read relevant content, take notes, and summarize the information in your own words.





Then, you need to write a paper covering the following:



Identify and describe labor issues that include employment opportunities, workers' rights and privileges, and growth opportunities in the industry.

Identify various community programs and other services that the selected industry offers to the members of the community. Also, discuss how the community affects the industry in terms of the demand for products and services, the target customer base, and the employee base.

Discuss financial responsibility within the industry.



Type your response here:













Task 3: Organizational Structures and Managerial Skills

In this activity, you will understand the role of organizational hierarchy and management skills by completing the following tasks:

Conduct online research and explore common organizational structures in any industry of your choice.

Discuss the different qualities and skills that managers working in such an industry should possess.



Type your response here:











Task 4: Diversity Awareness

Most people encounter someone at school or at work with whom they don’t really associate. Pick someone in your school whom you may have classes with but don’t really know. Write down what you think you know about the person. Then, speak with that person and write a response about what you have learned. Write an additional paragraph at the end, discussing how taking the time to get to know someone can make a difference.



Type your response here:











What are nontraditional groups? Write about nontraditional groups and the potential employment barriers for these groups. Also write about ways to overcome these barriers.



Type your response here:













Task 5: Conflict Resolution Skills

Think of a recent occasion when you became upset with a friend or family member. How did you handle the situation? How did you confront the person involved in the situation? Did you identify the problem together with the person or persons involved in the situation? What was the solution? Did you request help from an unbiased third party to reach a solution if the problem persisted.



Type your response here:















__________________________________________________________________________

Answers

Answer:

Explanation:

Content Knowledge—You will determine the importance of computer skills, organizational structures, labor laws, community programs and managerial qualities in an industry of your choice.  Inquiry—You will conduct online research in which you will collect information, make observations, and communicate your results in written form.  21st Century Skills—You will use critical thinking and problem solving skills, and communicate effectively

Make a list of symptoms of computer virus and preventive measures from computer virus.​

Answers

Answer:

Intrusive pop-ups. Slow performance. Frequent crashes. Unknown login items. Storage space shortage. Missing files.

Explanation:

those are symptoms

Universal Containers has large number of custom applications that were built using a third-party javaScript framework and exposed using Visualforce pages. The Company wants to update these applications to apply styling that resembles the look and feel of Lightning Experience. What should the developer do to fulfill the business request in the quickest and most effective manner

Answers

Answer: set the attribute enabling lighting to true in the definition.

Explanation:

Since the company wants to update the applications to apply styling which resembles the look and feel of Lightning Experience, then the developer should set the attribute enabling lighting to true in the definition.

Based on the options given, it should be noted that rewriting all Visualforce pages as Lightning components, or incorporating the Salesforce Lightning Design System won't be able to achieve the goal of the company.

What do “phone-copying” systems allow investigators to do?
(Forensic Science class, digital forensic science)

20 points will give brainliest

Answers

Answer:

it allows them to be able to look at the recent things people done on it . i believe

It allows them to be able to look at the recent things people done on it . i believe.

What is Phone copying?

You can backup your iOS device using iCloud, or you may backup your Android device using system backup or Android backup tools.

In order to make sure nothing important is lost, you should additionally back up any particular data you're worried about losing, like family photos, on a different server.

You can use them to transfer your data to a new device if all you want to do is keep a complete copy of the info on your phone. You might need to request a new SIM card from your provider, though. To learn more about their policy, get in touch with their customer support team.

Therefore, It allows them to be able to look at the recent things people done on it . i believe.

To learn more about phone copying, refer to the link:

https://brainly.com/question/30284610

#SPJ3

Which type of design is used when a web site is correctly and effectively displayed on small, mobile devices (as well as desktop devices)

Answers

Answer:

system analysis and design

Explanation:

a broad term for describing methodologies for developing high quality information Sytem which combines Information Technology, people and Data to support business requirement...A methodology is essentially a procedure to get something done.

James entered into a public cloud computing arrangement without reviewing the standard contract carefully. What problem is he most likely to face as a result?
a) Unexpected cloud downtime
b) Insufficient storage capacity
c) Inadequate data security
d) Inflexible pricing structure

Answers

Unexpected cloud downtime  is the most likely to face as a result.

Thus, A disruption in cloud-based services is known as cloud downtime. The migration of more businesses to the cloud means that any disruption in cloud services might be expensive.

According to Gartner, the average cost of cloud downtime is $300,000 per hour. Major cloud service companies appear to routinely report disruptions. These interruptions can endure for a few hours or several days. Three outages affected AWS in a single month in 2021.

An outage of any length can have a negative impact on the bottom line for businesses that are still working to incorporate cloud technology into their business strategy.

Thus, Unexpected cloud downtime  is the most likely to face as a result.

Learn more about Downtime, refer to the link:

https://brainly.com/question/28334501

#SPJ4

explain four sitting postures in a computer laboratory​

Answers

1. Push hips back
2. Adjust seat
3. Sit up straight and roll your shoulders back
4. Feet flat on floor

A ___ error means the web page you are trying to view isn't available, perhaps because the page has been deleted from the server.

601
404
500

Answers

Answer:

A 404

Explanation:

I've seen it many times.

Answer:

404

Explanation:

In the next five years there are expected to be over _____ unfilled jobs in the US in computer science.
100,000
1 billion
1 million
1000

Answers

Answer:

The correct answer is D) 1 Million

Explanation:

It has been predicted that in about five years the Information Technology sector in the United States will have about 1 million unfilled roles in computer science.

Cheers!

Is MOOC's potentially harmful to copyright? Why or why not ?

Answers

Answer:

Fair-use exceptions to traditional copyright protection face challenges as well, given a MOOC's potential for global reach. Nonetheless, fair use and MOOCs are not mutually exclusive ideas. MOOCs remain an experiment...

write the importance of software In computer ​

Answers

Answer:

Microsoft word, Excel, Access, Power point, Microsoft windows...........

Explanation:

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

Answers

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

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

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

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

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

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

To know more about software Visit:

https://brainly.com/question/32393976

#SPJ11

A computer repair shop process an average of 12,000 computers per year. Average processing time is 4 weeks. We want to know how many computers are being processed at any given point. Assume that the office works 50 weeks per year. poundaries at any given point in time.

Answers

There are approximately 960 computers being processed at any given point in time.

To find out how many computers are being processed at any given point, we can use Little's Law. It states that the average number of things in a stable system is equal to the product of the average rate that things leave the system and the average time each thing spends in the system.Mathematically, it can be represented as:N = λTwhere, N = average number of things in a stable systemλ = average rate of things leaving the systemT = average time each thing spends in the systemIn the given case, the average processing time is 4 weeks and the office works for 50 weeks per year. Hence, the average number of computers being processed at any given point can be calculated as:N = λT= (12,000 / 50) × 4= 960

Learn more about computers here :-

https://brainly.com/question/32297638

#SPJ11

What does music mean to you? Is it a big part of your life, or is it just "there". Answer in at least two complete sentences.

Answers

Answer:

Music means a lot to almost everyone and plays a significant role in most people's lives. With all of the different genres, music encompasses a wide range of moods and emotions, and there is something for almost everyone.

Answer:

Music plays a crucial role in several people's lives. There is proof that music has helped benefit people's lives to be more positive, and some studies show that students that listened to music and meditated with music during school, had anxiety levels less than students who didn't get such an opportunity.

Explanation:

(I've read a paper somewhere for school for a health project abt stress and anxiety)

roger's company is trying to increase the level of security for its network. roger is researching ways to increase the security by making passwords more complex. which option can roger change in windows to require more complex passwords?

Answers

Among all the given options, the one that Roger can use to do the necessary change in windows to require more complex passwords is password policy. Hence, Option C is correct.

What is a password policy?

By encouraging users to adopt secure passwords and to use them appropriately, a password policy is a set of guidelines meant to improve computer security.

A password policy is frequently included in an organization's formal rules and may be covered in security awareness training. In order to prevent unauthorized access to computer and personal information, passwords serve as the first line of protection.

Therefore, Option C is correct.

Learn more about password policy from here:

https://brainly.com/question/29392897

#SPJ1

The complete question has been attached below:

roger's company is trying to increase the level of security for its network. roger is researching ways to increase the security by making passwords more complex. which option can roger change in windows to require more complex passwords?

Group Policy

Organizational unit

Password Policy

Access control List

what is the purpose of the map function? to display a map to transform data by applying a function to create functions to create a hash table object

Answers

The purpose of the map function is option A:To transform data by applying a function.

What purpose does a map serve in HTML?

An image map is a picture with areas that can be clicked. The usemap attribute of the img> is linked to the needed name attribute of the map> element, establishing a connection between the map and the picture. The clickable areas in the image map are defined by a number of "area" components contained within the "map" element.

Hence, For each element of an array, map() calls a function to generate a new array. For each element in an array, map() makes a single call to a function. For empty items, the function is not run by map(). The initial array is unaffected by map().

Learn more about map function from

https://brainly.com/question/2851141
#SPJ1

See full question below

What is the purpose of the map function?

To transform data by applying a function

To create functions

To display a map

To create a hash table object

Haskell Textbook: "Programming in Haskell, 2nd Ed.", by Graham Hutton.
leaves :: Tree a b -> Int
branches :: Tree a b -> Int
Chapter 16. Exercise 6, page 247, modified with the above Tree a b type
Given a tree, function leaves counts the number of leaves in the tree, and function branches the number of internal nodes in the tree. Define leaves and branches. The function types are as follows.

Answers

These functions will work for any Tree type with arbitrary types a and b.

To define the functions leaves and branches for the Tree a b type in Haskell Textbook: "Programming in Haskell, 2nd Ed.", by Graham Hutton, we can use pattern matching to traverse the tree and count the number of leaves and branches.

Here are the function definitions:

leaves :: Tree a b -> Int
leaves Leaf = 1
leaves (Node _ left right) = leaves left + leaves right

branches :: Tree a b -> Int
branches Leaf = 0
branches (Node _ left right) = 1 + branches left + branches right

The leaves function checks if the input is a Leaf and returns 1, otherwise it recursively calls itself on the left and right subtrees and adds their results together.

The branches function checks if the input is a Leaf and returns 0, otherwise it recursively calls itself on the left and right subtrees and adds their results together, plus 1 for the current internal node.

Learn More about arbitrary here :-

https://brainly.com/question/28903219

#SPJ11

While Angela is making modifications to Katie’s Word document, she would like to inform Katie of the reasoning for the change.

Which feature should Angela use?

Track Changes
email
Comments
Save File

Answers

Answer:

i think it's comments

Not too sure

While Angela is making modifications to Katie’s Word document, the feature that Katie should use is comments. The correct option is c.

What is a Word document?

Microsoft Office is thought of as including Microsoft Word. Word, PowerPoint, Excel, Outlook, and a number of other programs are included in the Office suite of Microsoft tools.

These may be used on Windows or macOS and are suitable for both personal and professional use. They are not the same thing; Microsoft Word is merely one of such app.

A comment is a section or tool that can be used by the editor of the Word document. Comments can be added to correct the document and to give information that can be specified, and comments can be removed.

Therefore, the correct option is c. Comments.

To learn more about Word documents, refer to the below link:

https://brainly.com/question/26695071

#SPJ5

Whats wrong with this code? in terms of indentation.

#Travies Robinson
#11/23/2020
#Coding Fundamentals : Coding Logic : 03.05 Python Project favorite video game response

def main():

answer = input("Would you like to take a one question survey? (yes or no)")


if(answer == "yes"):


favGame = input("What is your favorite video game?")


print("Your favorite video game is the " + favGame + " amazing i've never played that
before.")


answer = input("What your favorite part of " + favGame + "?")


print("Interesting mabye i should try " + favGame + "."")


Country = input("What country are you living in right now?")


print("You are currently living in " + Country + ".")


Age = input("How old are you?")


print("Your age is " + Age + ".")


print("Thank you for answering the survey and have a great day!")

else:

print("Good-bye")

main()

Answers

Answer:

(yes or no)") I do not really think this would work but I really didn't deal with this when i hack. That would need to be seperate from the question. Like for example Question = input("your question")

if Question == ("yes")

print ("well done")

elif Question == ("no")

print ("try again")

What is the function of input device?​

Answers

Answer:

The function of an input device is to communicate information to a computer or other sort of information processing equipment. Input devices are types of peripheral devices that communicate with processing units.

You work as the IT administrator for a growing corporate network. You are in the process of creating an iSCSI storage area network (SAN) on the CorpisCSI server. The server is currently connected to the network using an Ethernet cable. To increase the server's performance, yoru have decided to replace the existing Ethernet connection with a fiber optic connection. In this lab, your task is to complete the following: . Connect the CorpisCSI server to the switch using the appropriate fiber optic cable. . Examine the port types on the switch. Examine the server's fiber optic NIC. . When connecting the server, use the color coding on the end of the fiber optic cable to identify the Tx and Rx connection ends Connector A (red) Tx. - Connector B (black) is Rx. . Remove the server's previous Ethernet network connection and place the Ethernet cable on the Shelf. . Verify that the server is connected to the network through the fiber optic connection. C When connecting fiber optic cables, the transmit (T) port on one device is connected to the receive (Rx) port on the other device. The fiber cables in this lab have already had their Rx and Tx connectors switched as necessary. You can view component information in the Details window on the Specification tab

Answers

The steps in the above scenario are:

Connect to an iSCSI target:Then  Create a volume:

How do you Connect to an iSCSI target?

This can be done by:

Select CORPSERVER from Hyper-V Manager, Make sure to Maximize the window to view all virtual machines.Then Right-click CorpFiles16 and select Connect.Use the Server Manager on CorpFiles16 to select Tools > iSCSI Initiator.Via the Target field, enter the server name of the target server.Then click.Select Quick Connect and then Done and then OK.

Note that the steps in the above scenario are:

Connect to an iSCSI target:Then  Create a volume:

Learn more about IT admin from

https://brainly.com/question/26096799

#SPJ2

State 5 or more differences between an application and a website or webpage

Answers

The differences between an application and a website or webpage are:

Since a website is simply a collection of web pages, creating one is typically simple.

Because it has more security, a wider range of functionalities based on data processing, and different sorts of users than a website, a web application is more difficult to create.

What are the differences?

A webpage is a single web page with a specific URL, whereas a website is a collection of various webpages with information on various topics connected together under a single domain name.

Therefore, A website offers text and graphic content that visitors may view and read without having any interaction. With a web application, the user can do more than just view the page's content.

Learn more about website from

https://brainly.com/question/25817628
#SPJ1

Explain the difference between file and folder (in your own words)

Answers

Answer:

the difference is one is online and one is not

Explanation:

A file is usually what you find online. And a folder is what you put papers into.

Other Questions
the wealth generated by the expansion and trade in the late eighteenth and early nineteenth centuries led to are men from mars and woman from venus as john gray suggests, or are men and women more similar than dissimilar? what does janet hyde have to say about gender similarities and differences? Find the measure of DE3x2xAB Interpet mixed representations Suppose you hate going out to clubs, but you pretend to like it in order to fit in and be accepted by your friends, who all love clubbing. This is an example of A researcher plans to study the causal effect of police on crime, using data from a random sample of U.S. counties. He plans to regress the countys crime rate on the (per capita) size of the countys police force. (a) Explain why this regression is likely to suffer from omitted variable bias. Which variables would you add to the regression to control for important omitted variables Use the _________ property of the ServiceInstaller class to specify a brief comment that explains the purpose of the service TRUE/FALSE. the key to international diversification is selecting foreign projects whose performance levels are highly correlated over time. in a stable there are h horses 6 of them are taken out to exercise how many are left tn the stable How to get Live Imaging of the Cellular Genome via CRISPR System?The spatiotemporal organization of chromatin structure plays a critical role in regulating lineage-specific gene expression during cellular differentiation and embryonic development, via contributing to the functional output of the genome, which can be dynamically amplified or suppressed. However, there is little known about how the genomes being modified and how their structural organization regulating function output. The distribution of ages of licensed drivers shopping at the Kalish County Mall is normally distributed with mean 41 and standard deviation 7. A person will be selected at random. Round your answers to the nearest hundredth. a. What is the probability that the person is 48 or older? b. What is the probability that the person is 48 or younger? c. What is the probability that the person is between 41 and 48? d. What is the probability that the person selected will be less than 27 years old? What is the Immune system and how does it interact with the Lymphatic and Circulatory system, be specific. you're ordered to attempt to memorize a series of images. there are 15 images in the series. when you are asked to state the order of the images you remember the first 3 and then it starts to get fuzzy. this is an example of the . nasopharyngeal lymphatic tissue: a.adenoids b.paranasal sinuses c.mucosa d.epiglottis e.visceral pleura Lobbying is an important part of the political process because they represent groups of? The first positive angle between the initial and terminal arm of an angle in standard position is called the describe the difference in the shape and nature of the t and z distributions. in what ways are they the same? do they change in shape? if so, what causes the change? if not, why not? drawing a conclusion based on information presented is called How do rock fractures cause vibrations? solve for surface area formula for cube:SA = 2 (s times s) + (4s) ( H)