Create a python code that allows the user to choose from the following equations:
1) Viral Equation of State
2) Van der Waals
3) Peng-Robinson
4) Soave-Redlich-Kwang (SKR)
5) The Compressibility- Factor Equation of State
The program must print the names of these equations and then ask the user what equation he/she would like to use.

Answers

Answer 1

Here's a Python code that allows the user to choose from the given equations:

print("Choose an equation of state:")

print("1) Viral Equation of State")

print("2) Van der Waals")

print("3) Peng-Robinson")

print("4) Soave-Redlich-Kwang (SRK)")

print("5) The Compressibility-Factor Equation of State")

user_input = input("Enter your choice (1/2/3/4/5): ")

if user_input == '1':

   # Code for Virial Equation of State

   print("You have selected Virial Equation of State.")

elif user_input == '2':

   # Code for Van der Waals Equation of State

   print("You have selected Van der Waals Equation of State.")

elif user_input == '3':

   # Code for Peng-Robinson Equation of State

   print("You have selected Peng-Robinson Equation of State.")

elif user_input == '4':

   # Code for Soave-Redlich-Kwang Equation of State

   print("You have selected Soave-Redlich-Kwang (SRK) Equation of State.")

elif user_input == '5':

   # Code for Compressibility-Factor Equation of State

   print("You have selected The Compressibility-Factor Equation of State.")

else:

   print("Invalid choice. Please enter a valid input (1/2/3/4/5).")

In this code, we first print the names of the equations and then ask the user to enter their choice by typing in the corresponding number. Depending on the user's choice, the program prints out a message confirming the selection or informs the user if they entered an invalid input. You can add the actual equations of state as per requirement inside the respective if statements.

learn more about Python here

https://brainly.com/question/30427047

#SPJ11


Related Questions

data modeling is about documenting rules and policies of an organization that govern data.
T/F

Answers

True. Data modeling is a process used to define and analyze the rules and policies that govern an organization's data. It involves creating a visual representation of the data structures, relationships, and constraints within the organization's information system.

By documenting these rules and policies, data modeling helps to ensure that the data is organized, accurate, and consistent, which in turn supports efficient data management and effective decision-making.

Data modeling can take various forms, such as conceptual, logical, and physical models, each serving a specific purpose. Conceptual models focus on high-level concepts and relationships between entities, while logical models delve into the specific attributes and relationships of the data. Physical models, on the other hand, deal with the actual implementation details of the data in a database or other storage system.

Through data modeling, organizations can better understand their data, streamline business processes, and improve data quality. Additionally, it aids in the communication between different stakeholders, such as data architects, developers, and business users, ensuring that everyone has a clear understanding of the data and its purpose. In conclusion, data modeling is crucial for establishing a strong foundation for an organization's data management strategy, as it documents the rules and policies that govern the data.

Learn more about Data modeling here :-

https://brainly.com/question/31576173

#SPJ11

- What is a good strategy for making sure that you don't participate in cyber bullying?
Ignore the rules and expectations of any online community.
Look out for groupthink and try to avoid it wherever you can.
Always side with the least popular person or opinion in an argument.
Behave exactly as you would in real life.

Answers

Answer:

Look out for groupthink and try to avoid it wherever you can

Explanation:

By participating in large groups, bullying may be more likely to occur. These "keyboard warrior" target people that are not agreed with, and the bullying may flower into death threats.

Behaving as you would in real life may not be helpful, as some people are not nice in real life.

For convenience, the individual operations used in a computer program often are grouped into logical units called ____.

Answers

Functions and procedures are essential in structuring computer programs and enhancing their overall functionality.

For convenience, the individual operations used in a computer program often are grouped into logical units called functions or procedures. Functions are self-contained blocks of code that perform a specific task and return a value, while procedures are similar but do not return a value. These logical units help organize code and make it easier to read, understand, and maintain. By breaking down a program into smaller, manageable pieces, functions and procedures promote modularity, reusability, and code efficiency. They also enable programmers to easily debug and test specific parts of the program without affecting other parts. In summary, functions and procedures are essential in structuring computer programs and enhancing their overall functionality.

To know more about essential visit:

https://brainly.com/question/3248441

#SPJ11

What punctuation is used to separate the two cell references in a range?

Answers

The punctuation that is used to separate the two cell references in a range is a colon (:).

This range can include one or more cells, and by using the colon you can quickly and easily reference multiple cells in a formula.

This is used to indicate that the range includes all the cells between the two cell references. For example, if you want to include the cells from A1 to A5 in a range, you would write it as "A1:A5". This indicates that the range includes the cells A1, A2, A3, A4, and A5.

This tells Excel to look for the value in the range of cells from A1 to A5 and return the value from the 2nd column.

Learn more about punctuation mark:

https://brainly.com/question/3470879

#SPJ11

The punctuation that is used to separate the two cell references in a range is a colon (:).

This range can include one or more cells, and by using the colon you can quickly and easily reference multiple cells in a formula.

This is used to indicate that the range includes all the cells between the two cell references. For example, if you want to include the cells from A1 to A5 in a range, you would write it as "A1:A5". This indicates that the range includes the cells A1, A2, A3, A4, and A5.

This tells Excel to look for the value in the range of cells from A1 to A5 and return the value from the 2nd column.

Learn more about punctuation mark:

brainly.com/question/3470879

#SPJ11

What is the difference between an appointment and a meeting?
O An appointment does not require coworkers, but a meeting includes coworkers.
O An appointment is for personal obligations, but a meeting is work related.
O An appointment does not have a location, but a meeting has a specific site.
O An appointment is for tasks to accomplish, buta meeting is a time slot on the calendar.

Answers

Answer:

The correct option is;

An appointment does not require coworkers, but a meeting includes coworkers

Explanation:

The correct option is an appointment does not require coworkers, but a meeting includes coworkers

A meeting differs from an appointment mainly because an appointment is an schedule that has an effect only on a personal calendar while a meeting is a schedule that can involve the attendance of one or more other people who will be invited and indicate readiness to attend. Therefore, a meeting can affect the calendars of more than one person working on a task.

In an organization, an internal meeting will require coworkers, while an appointment does not require the attendance of coworkers

Answer:

the one above is right

Explanation:

or for ads A

Study the original and changed passages.

Original passage:

One way to make a document more readable is by controlling the space between paragraphs, which can be done by adding space between and after a paragraph.
Another way to make a document more readable is by keeping the paragraph on one page, which can be done by changing the spaces between the lines in the paragraph.

Answers

Answer:b

Explanation:

Answer:

It's B, The space between the lines of both paragraphs decreased.

Explanation:

On Edge 2021

please helpppp me!! thank youuu :)

please helpppp me!! thank youuu :)

Answers

Answer:

3?

Explanation:

Question 1:
An output device sends data to a computer.
True
False

Question 2:
An input device receives data from a computer
True
False

Answers

Answer:

1) False

2) False

Explanation:

I don't mean to be rude or anything but, how do you not know the answer to this question? You can even look it up online and you will get an answer.

Input sends data because it goes IN your pc.

Output receives data because it goes OUT of your computer.

Compare and contrast iOS in a short essay and explain which one is better. Also, write the significant points as bullet points.
Do not troll; wrong answers will be deleted and reported.
The best answer will be marked brainliest!

Answers

Android is a more open operating system than iOS. In iOS, users hardly have any system permissions, whereas, in Android, users may easily modify their phones. There is Android software for numerous brands, like Samsung, LG, etc.

What is the system?

A system is a group of moving or interrelated elements that act according to a set of rules to form a unified whole. A system, surrounded and influenced by its situation, is described by its boundaries.

The advantages of the IOS are considered as.

iOS By using it they were provided with the best interface and understanding.iOS is a most secure operating system than any other.the iOS operating system is best for Businesses and Professionals.

Therefore, As a result, IOS devices are very much significant and useful. There are different features are there in it.

Learn more about the system here:

https://brainly.com/question/19843453

#SPJ1

for which type of account is the line item display generally active?please choose the correct answer

Answers

In SAP FI, a general ledger account master's company code segment contains a control field called line item display field.

What is in active account?monetary terms thanks to: a. Active account. refers to a brokerage account where a large number of transactions take place. Brokerage companies may charge a fee if an account produces insufficient levels of activity.Line item kinds are translated to a numerical priority value that acts as a selection criteria for advertisements. The priority rises with decreasing number. For instance, "Sponsorship" line items with guarantees have a priority of 4, while "Bulk" line items without guarantees have a priority of 12.The name, unit price, quantity, and total price of each product sold may all be fields in a Line Items table together with their respective product and invoice identification numbers. The order date, salesperson, and invoice identification number may all be fields in an invoices table.

To learn more about active account refer to:

https://brainly.com/question/25897080

#SPJ4

so i am taking to edhesive computer science course in my school, and i am confused on 1.6 code practice,
here are the intructions, it is also for the python coding language

Write a program that uses two input statements to get two words as input. Then, print the words on one line separated by a space. Your program's output should only include the two words and a space between them.

Hint: To print both words on one line, remember that you can concatenate (add) two phrases by using the + symbol. Don't forget that you'll need to add a space between the words as well.

Sample Run

Enter a word: Good
Enter a word: morning
Good morning

Answers

I included my code in the picture below. Best of luck.

so i am taking to edhesive computer science course in my school, and i am confused on 1.6 code practice,here

A browser ___ is a separate program that adds a variety of useful features to the web browser, such as sending instant messages or playing mobile-style games.

Answers

Answer:

The correct option is;

Extension

Explanation:

A browser extensions are available small applications plug-ins that allow the modification of the web browser by customizing and changing how information flows through the browser. Browser capabilities include the hosting of varying forms of browser extensions, and settings for ad blocking. Web experiences are vastly enhanced by browser extensions by providing personalized experience.

the basics of color theory assume what central tenets

Answers

Color has important psychological and visual effects on the audience

idea citizen activation

Answers

Answer:Idea citizen activation badge is a part of the idea silver award and is in the citizen category,helping you learn digital awareness,safety and ethics.

Answer: The Citizen Activation badge is part of the iDEA Silver Award and is in the Citizen category, helping you learn digital awareness, safety and ethics.

Want to know more about iDEA?

iDEA helps people develop digital, enterprise & employability skills for free. Log in or sign up to start a badge and begin to earn points on iDEA.

Jacob distributed a survey to his fellow students asking them how many hours they spent on the internet in the past day. He also asked them to rate their mood on a scale from 0 00 to 10 1010, with 10 1010 being the happiest. A line was fit to the data to model the relationship.

Answers

The linear function uses equation y = -x +7.5 best describes the given model. The mood rating for a student that spent 5.5 hours online would be 2.

We plot the points that lie exactly on the x- or y-axis and fall on the line. Plotting the following four points: (0.5, 7), (2, 5.5), (2.5, 5) and (3.5, 4). To determine which of the provided equations best fits the model, we replace several values for x.

The coordinates are (0.5, 8), (2, 9.5), (2.5, 10) and y = x + 7.5. (3.5, 11).

The coordinates are (0.5, 7), (2, 5.5), (2.5, 5), and when y = -x + 7.5 (3.5, 4).

The coordinates are (0.5, 7.25), (2, 6.5), (2.5, 6.25) and y = frac-1x2 + 7.5. (3.5, 5.75).

So equation 2 has the closest values to the actual graph.

When x = 5.5 is used as a replacement, y = −(5.5) + 7.5 = 7.5 - 5.5 = 2.

To learn more about linear function click here:

brainly.com/question/16302622

#SPJ4

suppose there is a 1 gbps microwave link between a geostationary satellite and its base station on earth. every minute the satellite takes a digital photo and sends it to the base station. assume a propagation speed of 2.4 x 10^8 m/s and the distance between satellite and station is 48 * 10^3 km. what is the maximum number of bits on the network at any instance of time?

Answers

Answer:

At a time the maximum number of bits is 1600000000

Explanation:

First, we must work with the same units, changing the distance into meters we have: 1km = 1000m

48*10^3km *1000m equals 48* 10^6m

Formula for Time=Distance/Speed

48*10^⁶m / 240000000 equals 0.2 seconds.

Calculating the number of bits (1GB=8000000000bits)

we have 0.2 sec corresponds to 0.2gb which is equal to 1600000000 bits.

For more clarification check out:

https://brainly.com/question/23275071

#SPG4

True or False: Embedded software usually runs only during the boot process of a device.

Answers

False. Embedded software can run at any time during the life of a device, not just during the boot process.

What is software?

Software is a collection of instructions, data, or programs used to operate computers and execute specific tasks. It can be divided into two categories: system software, which controls the operation of the computer hardware, and application software, which consists of programs that help users accomplish specific tasks, such as word processing or playing a game. Software helps people interact with computers and can be used to perform calculations, analyze data, automate processes, and more. In addition, software can help people work more efficiently and effectively, allowing them to accomplish more in less time.

Embedded software can be used to provide a range of functionality and services, such as controlling device hardware, managing data communications, and providing user interfaces.

To learn more about software
https://brainly.com/question/28224061
#SPJ4

draw a flowchart that does the following:
Input 3 numbers
The first two numbers are added
The sum is multiplied by the third number
The final result is displayed
b. draw a flowchart that does the following:
Input a number
“You are smart!” is displayed the number of times as the number entered
c. Create a flowchart that does the following:
Input mark
If mark >= 80, display “A”
If mark >= 70, display “B”
If mark >= 60, display “C”
If mark >= 50, display “D”
If mark < 50, display “Fail”
d. draw a flowchart that will add all numbers from 1000 to 9999 inclusive and display the result
e. draw a flowchart that will multiply all the numbers between 1000 and 9999 inclusive and display the result

Answers

a. Flowchart for adding two numbers and multiplying by a third number:

rust

start -> input num1 -> input num2 -> input num3

-> sum = num1 + num2

-> result = sum * num3

-> display result -> end

What is the flowchart?

b. Flowchart for displaying a message multiple times based on input:

rust

start -> input num -> set counter to 0

-> while counter < num

  -> display "You are smart!"

  -> increase counter by 1

-> end while

-> end

c. Flowchart for grading based on a mark:

rust

start -> input mark

-> if mark >= 80

  -> display "A"

-> else if mark >= 70

  -> display "B"

-> else if mark >= 60

  -> display "C"

-> else if mark >= 50

  -> display "D"

-> else

  -> display "Fail"

-> end if -> end

d. Flowchart for adding numbers from 1000 to 9999 inclusive:

rust

start -> set total to 0

-> set counter to 1000

-> while counter <= 9999

  -> add counter to total

  -> increase counter by 1

-> end while

-> display total -> end

e. Flowchart for multiplying numbers from 1000 to 9999 inclusive:

rust

start -> set product to 1

-> set counter to 1000

-> while counter <= 9999

  -> multiply counter by product

  -> increase counter by 1

-> end while

-> display product -> end

Read more about flowchart   here:

https://brainly.com/question/6532130

#SPJ1

I need help if anyone is able to answer them for me

I need help if anyone is able to answer them for me

Answers

you just compare your highschool to possibly your middle or elementary school, or maybe a friend from another schools building. it’s not a hard assignment lol.

Which is an example,of an input devices? Choose the answer.

printer

speaker

microphone

monitor

Answers

Answer:

microphone

Explanation:

You have to plug in microphones, and if you plug it in, it is considered an input.

Choose the first programming language for personal computers that was released in the 1970s by Microsoft

Choose the first programming language for personal computers that was released in the 1970s by Microsoft

Answers

Answer:

Altair BASIC programming language

Explanation:

The Altair BASIC programming language was built for the Altair 8800 microcomputer by childhood friends, Bill Gates and Paul Allen in March 1975

The interpreter for the Altair BASIC programming language was developed by Bill Gates while Paul Allen worked on the simulator

The newly developed programming language worked without flaw during the demonstration to Micro Instrumentation and Telemetry Systems, MITS

Microsoft was founded by Bill Gates and Paul Allen on the 4th of April 1975

Answer:

C.) Altair BASIC programming language

Explanation:

Write a function min that has three C string parameters and returns the smallest. Instructor Notes: Hint: Use char* as the type for the c-strings here.

Answers

min char (char string1, char string2, char string3) If strcmp (string1, string2) > 0 is true, then Return string3 if (strcmp (string2, string3) > 0; otherwise, return string2; else Return string3 if strcmp(string1, string3) > 0;

What are syntax and a string?

A random-length string of characters contained in double quotations is the reader syntax for strings ( " ). The following special symbols can be inserted using the backslash escape character.

Why is it called a string?

One of his Phoenix Jazzmen colleagues gave him the moniker "Sting" due to the black-and-yellow striped jumper he frequently wore onstage. Sting spent two years as a teacher at St. Paul's Primary School in Cramlington after earning his degree in 1974.

To know more about string visit:

https://brainly.com/question/27832355

#SPJ4

Write an LMC program as follows instructions:
A) User to input a number (n)
B) Already store a number 113
C) Output number 113 in n times such as n=2, show 113
113.
D) add a comment with a details exp

Answers

The LMC program takes an input number (n) from the user, stores the number 113 in memory, and then outputs the number 113 n times.

The LMC program can be written as follows:

sql

Copy code

INP

STA 113

INP

LDA 113

OUT

SUB ONE

BRP LOOP

HLT

ONE DAT 1

Explanation:

A) The "INP" instruction is used to take input from the user and store it in the accumulator.

B) The "STA" instruction is used to store the number 113 in memory location 113.

C) The "INP" instruction is used to take input from the user again.

D) The "LDA" instruction loads the value from memory location 113 into the accumulator.

E) The "OUT" instruction outputs the value in the accumulator.

F) The "SUB" instruction subtracts 1 from the value in the accumulator.

G) The "BRP" instruction branches back to the "LOOP" label if the result of the subtraction is positive or zero.

H) The "HLT" instruction halts the program.

I) The "ONE" instruction defines a data value of 1.

The LMC program takes an input number (n) from the user, stores the number 113 in memory, and then outputs the number 113 n times.

To know more about LMC program visit :

https://brainly.com/question/14532071

#SPJ11

im timed!!!!!!!!!!!!!!!!!!

I NEED HELP ASAP
THANK YOU SO MUCH

im timed!!!!!!!!!!!!!!!!!!I NEED HELP ASAPTHANK YOU SO MUCH

Answers

Answer:

C.

Explanation:

What are the two most common input and output devices?

Answers

Answer:

Keyboard and mouse are the most common input devices.

Monitor and the printer are the common output devices.

What happens when you film your screen?

Answers

Answer:

An combination of light and submition happens and it trigers the Abacumus of the materials used.

What are the qualities of strong leaders? Check all that apply. They inspire others. 1)They are easily influenced by others. 2)They are outstanding role models. 3)They have a strong sense of purpose. 4)They lack self-confidence.

Answers

Answer: 2 and 3
Explanation:

I would pick 2 and 3 based on process of elimination

Consider a version of rdt protocol between one sender and M receivers, where M>1, a single half- duplex channel is used for communication between the sender and the receivers, and the receivers acknowledge in a round robin fashion where the first node ACKs immediately after receiving the complete packet and the others ACK immediately after the preceding node completes sending ACK. Assume that the propagation delay in both directions is negligible. The sender needs 2ms to transmit each packet. Each ACK takes 0.75ms to be transmitted. The sender transmits again after the last ACK is received and repeats the same procedure. (a) What is the time interval between 2 transmissions at the sender? (b) What is the channel utilization at the sender? (c) If the channel is full-duplex, what change will you make for this version of rdt protocol?

Answers

Transmission Time Interval refers to the duration of time between consecutive transmissions of data or packets from a sender in a communication system. It is the time interval that elapses between the completion of one transmission and the initiation of the next transmission. The Transmission Time Interval is determined by factors such as the time required to transmit the data or packet, the time taken for acknowledgments (ACKs) to be transmitted or received, any propagation delays, and the protocol or communication mechanism being used. It is an important parameter in communication systems as it affects the overall efficiency and performance of the system.

(a) The time interval between 2 transmissions at the sender can be calculated by adding up the transmission time for the packet and the transmission time for all the ACKs and then multiplying it by the number of receivers (M). So, the time interval is:

Time interval = (2ms + (M-1)*0.75ms) * M

Substituting M=2 (as given M>1) in the above equation, we get:

Time interval = (2ms + 0.75ms) * 2 = 5.5ms

Therefore, the time interval between 2 transmissions at the sender is 5.5ms.

(b) The channel utilization at the sender can be calculated as the ratio of time spent transmitting data to the total time interval between 2 transmissions. So, the channel utilization is:

Channel utilization = (2ms * 1) / 5.5ms = 0.3636 or 36.36%

Therefore, the channel utilization at the sender is 36.36%.

(c) If the channel is full-duplex, the sender can transmit and receive data simultaneously. In this case, the sender can send data to all receivers at the same time and receive ACKs from all receivers at the same time, without waiting for the round-robin fashion. Therefore, the sender can transmit data and receive ACKs without any delay, which can significantly improve the efficiency of communication.

Know more about time interval:

https://brainly.com/question/479532

#SPJ11

Transmission Time Interval refers to the duration of time between consecutive transmissions of data or packets from a sender in a communication system. It is the time interval that elapses between the completion of one transmission and the initiation of the next transmission. The Transmission Time Interval is determined by factors such as the time required to transmit the data or packet, the time taken for acknowledgments (ACKs) to be transmitted or received, any propagation delays, and the protocol or communication mechanism being used. It is an important parameter in communication systems as it affects the overall efficiency and performance of the system.

(a) The time interval between 2 transmissions at the sender can be calculated by adding up the transmission time for the packet and the transmission time for all the ACKs and then multiplying it by the number of receivers (M). So, the time interval is:

Time interval = (2ms + (M-1)*0.75ms) * M

Substituting M=2 (as given M>1) in the above equation, we get:

Time interval = (2ms + 0.75ms) * 2 = 5.5ms

Therefore, the time interval between 2 transmissions at the sender is 5.5ms.

(b) The channel utilization at the sender can be calculated as the ratio of time spent transmitting data to the total time interval between 2 transmissions. So, the channel utilization is:

Channel utilization = (2ms * 1) / 5.5ms = 0.3636 or 36.36%

Therefore, the channel utilization at the sender is 36.36%.

(c) If the channel is full-duplex, the sender can transmit and receive data simultaneously. In this case, the sender can send data to all receivers at the same time and receive ACKs from all receivers at the same time, without waiting for the round-robin fashion. Therefore, the sender can transmit data and receive ACKs without any delay, which can significantly improve the efficiency of communication.

Know more about time interval:

https://brainly.com/question/479532

#SPJ11

Will future computers be able to perform perceptual computations? ​

Answers

Yes,  future computers will be able to perform perceptual computations since Perceptual intelligence makes the gathering and analysis of vast flows of data possible.

What is perceptual computations ?

Application of Zadeh's notion of computing with words in the area of supporting individuals in making subjective judgments is known as perceptual computing.

Future expectations for personal computers include the broad application of artificial intelligence and machine learning, the development of even faster and more efficient CPUs, and the integration of virtual and augmented reality technology.

Learn more about computers at;

https://brainly.com/question/24540334

#SPJ1

Which of the following are possible uses of views? a. To look more closely at traffic to a specific subdomain. b. To look more closely at traffic to a specific part of a site --a page or selection of pages. c. To limit a user's access to a subset of data. d. All of these are possible uses of views.

Answers

All of the options mentioned (a, b, and c) are possible uses of views. Views in a database provide a way to create virtual tables that represent a subset of data from one or more tables. They allow for a more focused examination of specific subdomains or parts of a site, such as analyzing traffic to a specific subdomain or a particular set of pages.

Views offer several advantages in managing and analyzing data in a database. In the context of analyzing traffic to a specific subdomain, a view can be created that filters and aggregates data from relevant tables, enabling a closer examination of the desired subset of traffic data.

Views can also serve as a means to restrict user access to a subset of data. By creating views that contain only the necessary columns and rows based on certain conditions or permissions, a user can be granted access to the view while limiting their visibility of the underlying tables. This helps enforce data security and privacy measures.

In summary, views are a versatile feature in databases that can be used for various purposes, including analyzing specific subdomains or parts of a site, as well as controlling user access to a subset of data.

To learn more about subdomain click here : brainly.com/question/6582128

#SPJ11

Other Questions
What is called mung in English? Why are my veins poping out of my hands In algebra, we transfer these same skills to expressions involving variables. what elementary skills have you used so far in this course, and how have you extended them? Someone plz help me Your friend multiplies x+4 by a quadratic polynomial and gets the result x-3x-24 x+30 . The teacher says that everything is correct except for the constant term. Find the quadratic polynomial that your friend used. What is the correct result of multiplication?b. How can polynomial division help you solve this problem? use your knowledge of the development of mans claims to his rights to create a timeline of history that shows one event led to the next. This is a Spanish 1 class on FLVS and I need help. determine the final volume of a gas at 89kPa and 120c if it occupies 1.75L at 675c and 1.45atm What tool do geneticists use to determine the mathematical probability of the potential combinations of genotypes that can occur in offspring, given the genotypes of the parents?. A sound wave generated by a musical note has the characteristics presentedin the table. What is the missing value?MedlumWave speed(m/s)Frequency(Hz)WavelengthAir346556.3Glass5,64055102Aluminum6,42055?A. 123B. 55C. 117D. 73 The answer is 117 wo portfolio managers are comparing performance. manager a averaged an 18% rate of return and manager b averaged a 15% rate of return. however, the beta of the first manager (a) was 1.4, whereas that of the second (b) was 1.1. if the t-bill rate were 6% and the market return during the period was 14%, which manager was the superior stock selector? Where did trade routes towns open up Sahara desert For a one-tailed test (lower tail) at 95%confidence, Z =1.-1.962.-1.6453.-1.864.-1.53 AABC = AEDC, AB = 7, mZA = 40mZE = [ ? ]'. A cone-shaped container has a height of 9 inches and diameter of 2.5 inches. It is filled with a liquid that is worth $2 per cubic inch. What is the total value of the liquid in the container? Use 3.14 for . Eight of the 50 digital video recorders (DVRs) in an inventory are known to be defective. What is the probability you randomly select an item that is not defective? the lagging development of the _____ during adolescence is associated with impulsivity and emotionality. In which type of government model is power shared equally between thelegislative and executive branches of government?A. Presidential governmentB. Constitutional monarchyC. Absolute monarchyO D. Parliamentary government 1335. Charlie saves $2 for every $9 he earns. Melody saves $4 forevery $12 she earns. Is Charlie's ratio of money saved to moneyearned equivalent to Melody's ratio of money saved to moneyearned? Explain.4&567a The perimeter of a rectangular dining room is 22 meters. The dining room is 3 meters wide. How long is it?