Susan designs a worksheet with the inventory number, description. quantity, unit cost, reorder point and value. To find values in tables of data, and insert them in another location in the worksheet she will use _______
a. SUM function b. CountA function
c. Lookup function d. Max function

Answers

Answer 1

Susan will use the Lookup function to find values in tables of data and insert them in another location in the worksheet.
The Lookup function is used to search for a specific value in a table or range of data and returns a corresponding value in the same row or column. It is particularly useful when dealing with large sets of data and can save a lot of time and effort.

The Lookup function has two main types: VLOOKUP and HLOOKUP. VLOOKUP is used to search for a value in the first column of a table and return a corresponding value in the same row of another column. HLOOKUP, on the other hand, is used to search for a value in the first row of a table and return a corresponding value in the same column of another row.

In Susan's case, she would likely use the VLOOKUP function to search for values in her inventory table, such as the unit cost or reorder point, and insert them in other parts of the worksheet where they are needed, such as in calculations for the total value of inventory. The Lookup function is a powerful tool that can greatly improve the efficiency and accuracy of data entry and analysis in Excel.
Hi! Susan will use the c. Lookup function to find values in tables of data and insert them in another location in the worksheet. The Lookup function allows her to search for specific information within a data set by specifying criteria and returning the corresponding data. In this case, Susan can utilize the function to efficiently locate the inventory number, description, quantity, unit cost, reorder point, and value within the data table. The other functions mentioned (SUM, CountA, and Max) serve different purposes: SUM adds numerical values, CountA counts non-empty cells, and Max finds the maximum value within a range. However, these functions would not be suitable for Susan's task, as her goal is to search for and retrieve specific data from the table. By using the Lookup function, Susan can enhance the organization and accessibility of her inventory management worksheet.

Learn more about  Lookup function here:

https://brainly.com/question/16570018

#SPJ11


Related Questions

You are working on a program that needs to keep track of many values at the same time. Which of the following would you use?


A variable

An array

A float

A constant

Answers

Answer: The answer is array

Explanation: An array can hold onto many values at the same time.

An Array is Non-Primitive data types that has the ability to store a range of values of either similar or dissimilar datatypes.

In Programming, an array is defined as a collection of items that are stored at contiguous memory locations. It is a container which can hold a fixed number of items, and these items should be of the same type. An array is popular in most programming languages like C/C++, JavaScript, etc.

Arrays have methods that we can use to perform operations on them

Examples

Traverse InsertionDeletionSearchUpdate

From the conceptual definition above, an Array is the right Choice

For more information about array kindly visit

https://brainly.com/question/20209479

The pipe metacharacter takes the stdout of a command and sends it to another command as?

Answers

The pipe metacharacter takes the stdout of a command and sends it to another command as stdin or input.

What metacharacter is used to run a process in the background?

A metacharacter (also spelled meta-character) is a special character that provides information about other characters in a program or data field.

We can use special characters known as metacharacters in a Linux command, which the shell interprets rather than passing to the command.

Symbol        Meaning

>                   Output redirection

>>                 Output redirection (append)

<                   Input redirection

*                    File substitution wildcard; zero or more characters

?                    File substitution wildcard; one character

`cmd`            Command Substitution

$(cmd)          Command Substitution

|                    The Pipe (|)

;                    Command sequence, Sequences of Commands

[ ]                  File substitution wildcard; any character between brackets

||                   OR conditional execution

&&                 AND conditional execution

( )                 Group commands, Sequences of Commands

&                  Run command in the background, Background Processes

#                  Comment

$                  Expand the value of a variable

\                   Prevent or escape interpretation of the next character

<<               Input redirection

The pipe metacharacter takes the stdout of a command and sends it to another command as stdin or input.

To learn more about metacharacters refer to:

https://brainly.com/question/15024036

#SPJ4

Which fields are required to calculate the rate of return (RATE) for a present value calculation in Excel? A. Nper PMT and NPV B. Nper PMT and PV C. Type PMT and FV D. PMT Type and NPV

Answers

The fields that are required to calculate the rate of return (RATE) for a present value calculation in Excel are: Nper, PMT, and PV (option B)

The rate of return (RATE) is determined by three Excel functions: Nper, PMT, and PV. Nper, PMT, and PV are fields required to calculate the rate of return (RATE) for a present value calculation in Excel. The Present Value (PV) is the amount of money that is needed today to make a particular investment, and the future cash flows generated by the investment are discounted at the desired rate.

As a result, calculating the present value necessitates the use of a discount rate, which is the opportunity cost of investing. So, option B is the correct answer.

You can learn more about Excel formula at

https://brainly.com/question/29280920

#SPJ11

what is full form of RAM??? ​

Answers

Answer:

Random Access Memory, it's used to store working data and machine codes

Explanation:

Hope it helped !
Adriel

Enter an integer
5
6
7

Answers

/* This program prompts the user to enter an integer

* and then determines whether the integer is between 4-6. */

start();

function start(){

var int = readFloat("Enter an integer to print in this program: ");

println("An integer from 5-6 is entered (True/False)");

if(int <= 6 || int == 4){

println("True: " + int + " was entered.");

}else{

    println("False: " + int + " was entered.");

}

}

... If this isn't what you were looking for, I apologize.  I'm uncertain on what you really need help with, your question isn't quite clear... I answered to the best of my ability in simple js.

edit: brainly deletes my indents... just make sure to indent properly :-)

I need help on 7.4 spinning arcs, what does it mean to update the startAngle and sweepAngle?

Answers

Updating the startAngle and sweepAngle of a spinning arc means to alter the starting point and the angle of the arc's sweep. The startAngle is the angle of the first point in the arc and is measured in degrees.

What is the measured ?

Measured is the act of using a standard tool or procedure to quantify, assess, or evaluate something. It is a process of determining the magnitude, amount, or size of a particular quantity. Measuring is used in a variety of fields, such as mathematics, science, engineering, and economics. It involves the use of instruments, such as rulers, scales, and test tubes, to take accurate measurements. Measurement is a fundamental concept in science and engineering and has many practical applications.

To learn more about measured

https://brainly.com/question/30234663

#SPJ1

lynn is using a system where all/most of the processing logic is occurring on the backend server. this is an example of a _____ design.

Answers

Lynn is using a system where most of the processing logic is occurring on the backend server. This is an example of a server-centric design.

Lynn is using a backend-centric design, where most of the processing logic occurs on the server side. This approach is commonly referred to as server-side processing or server-side scripting. In this design, the server is responsible for processing data and delivering it to the client-side for display, typically using web technologies such as HTML, CSS, and JavaScript. The benefit of this approach is that it allows for greater control over the data and processing logic, as well as improved security and scalability. However, it also requires a reliable and robust server infrastructure to handle the workload.

Learn more about Lynn https://brainly.com/question/13246032

#SPJ11

what is network and also how many types of network are there as well

Answers

Answer:

Summary:

Type of computer networks can categorize according to their size as well as their purpose

PAN is a computer network which generally consists of a computer, mobile, or personal digital assistant

LAN ( local area network) is a group of computer and peripheral devices which are connected in a limited area

WAN (Wide Area Network) is another important computer network that which is spread across a large geographical area

A metropolitan area network or MAN is consisting of a computer network across an entire city, college campus, or a small region

WLAN is a wireless local area network that helps you to link single or multiple devices using. It uses wireless communication within a limited area like home, school, or office building.

SAN is a storage area network is a type of network which allows consolidated, block-level data storage

System area network offers high-speed connection in server-to-server applications, storage area networks, and processor-to-processor applications

POLAN is a networking technology which helps you to integrate into structured cabling

Home network (HAN) is a always built using two or more interconnected computers to form a local area network (LAN) within the home

Enterprise private network (EPN) networks are build and owned by businesses that want to securely connect various locations

Campus area network (CAN) is made up of an interconnection of LANs in a specific geographical area

A VPN is a private network which uses a public network to connect remote sites or users together

Explanation:

Answer: Network is what is making you ask these questions.

Explanation: There are many different types of networks, like wifi, something like Verizon or Sprint, stuff like that. There are so many types of networks

Your wireless network consists of multiple 802.11n access points that are configured as follows: SSID (hidden): CorpNet Security: WPA2-PSK using AES Frequency: 5.75 GHz Bandwidth per channel: 40 MHz Because of the unique construction of your organization's facility, there are many locations that do not have a clear line of sight between network clients and access points. As a result, radio signals are reflected along multiple paths before finally being received. The result is distorted signals that interfere with each other. What should you do

Answers

Answer:restart your internet box

Explanation:

A(n) __________ is a set of instructions that a computer follows to perform a task.a. compilerb. programc. interpreterd. programming language

Answers

Answer:

program

Explanation:

a program is a set if instructions that a computer follows to perform a task

Samantha wants to create a network group that allows open sharing of data without restrictions. What type of network should she create?

Answers

Answer:

I'm doing by slbl network, iso, I think that's your answer

2 ways to make your computer work faster ( please help asap )

Answers

Answer:

clean up space or reboot ur computer or delete unwanted apps and files .

Explanation:

The ? bar gives you information related to the document such as slide number, theme and whether or not the computer has found an error in the text

Answers

Answer:

Status bar

Explanation:

The status bar is a horizontal bar usually located at the bottom of the screen or window, showing information related to a document being edited such as slide number, current theme template, spelling and grammar, language, zoom, notes, comments, permissions, signatures e.t.c.

It can be used to group information by dividing into sections and also provides several View options.

Emma’s project team has to create an application within a short period of time. after a few considerations, the team decided to go ahead with the rad model. how does the rad model decrease development time? a. by using automated tools and reusing existing code b. by gathering all requirements in the first phase of the project c. by testing at the end of the life cycle d. by producing detailed documentation

Answers

Answer is A, by using automated tools and reusing existing code

Because RAD uses reusable components, the amount of time and effort necessary for testing is decreased.

You can learn more about at:
brainly.com/question/16969631#SPJ4

A demand curve shows the ______. Multiple choice question. inverse relationship between price and quantity demanded for a product positive relationship between price and quantity supplied for a product positive relationship between price and quantity demanded for a product inverse relationship between price and quantity supplied for a product

Answers

inverse relationship between price and quantity demanded for a product.

A demand curve illustrates the relationship between the price of a product and the quantity of that product that consumers are willing and able to purchase at various price levels. The law of demand states that as the price of a product increases, the quantity demanded decreases, and vice versa, assuming all other factors remain constant. This inverse relationship is represented by a downward-sloping demand curve. As the price decreases, consumers are generally willing to buy more of the product, while a higher price tends to lead to a decrease in quantity demanded. This fundamental economic concept helps to understand how changes in price impact consumer behavior and market equilibrium.

learn more about quantity here :

https://brainly.com/question/14581760

#SPJ11

To obtain your first driver's license, you must successfully complete several activities. First, you must produce the appropriate identification. Then, you must pass a written exam. Finally, you must pass the road exam. At each of these steps, 10 percent, 15 percent and 40 percent of driver's license hopefuls fail to fulfil the step's requirements. You are only allowed to take the written exam if your identification is approved, and you are only allowed to take toe road test if you have passed the written exam. Each step takes 5, 3 and 20 minutes respectively (staff members administering written exams need only to set up the applicant at a computer). Currently the DMV staffs 4 people to process the license applications, 2 to administer the written exams and 5 to judge the road exam. DMV staff are rostered to work 8 hours per day. (i) Draw a flow diagram for this process (ii) Where is the bottleneck, according to the current staffing plan? (iii) What is the maximum capacity of the process (expressed in applicants presenting for assessment and newly-licensed drivers each day)? Show your workings. (iv) How many staff should the DMV roster at each step if it has a target to produce 100 newly-licensed drivers per day while maintaining an average staff utilisation factor of 85%? Show your workings.

Answers

The flow diagram for the given process is shown below.  The bottleneck is the part of the process that limits the maximum capacity for driver license.

In the given process, the bottleneck is the road exam, where 40% of the driver's license applicants fail to fulfill the step's requirements.(iii) Maximum Capacity of the Process:  The maximum capacity of the process can be calculated by finding the minimum of the capacities of each step.  Capacity of the identification process = (1 - 0.10) × 480/5

= 86.4 applicants/dayCapacity of the written exam process

= (1 - 0.15) × 480/3

= 102.4

applicants/dayCapacity of the road exam process = (1 - 0.40) × 480/20

= 28.8 applicants/day

Therefore, the maximum capacity of the process is 28.8 applicants/day.Staff Required for 100 Newly-Licensed Drivers per Day:  Let the staff required at the identification, written exam, and road exam steps be x, y, and z respectively.  From the above calculations, we have the following capacities:86.4x + 102.4y + 28.8z = 100/0.85

To know more about driver visit:

https://brainly.com/question/30485503

#SPJ11

a modem is required for ________________ internet access.

Answers

Broadband I believe!

my dad complains that i take over the tv when he wasn't even using it so how did i take it over?

Answers

Answer: you didn't

Explanation: if he wasn't using it, then you didn't take over it

Lol my dad does the same thing when I watch criminal minds lol

I did come across a lot of material while doing research for the DQ that states the CMM model works better in larger organizations as opposed to smaller organizations that may use an agile development process. What are your thoughts?

Answers

Answer:

I generally agree. Agile things like Scrum may be more suited to a smaller org's needs considering things aren't quite as set as with big organizations. (They may yet need to change/adapt, where big orgs are normally static for better or worse).

Someone could even successfully integrate both of these but in the end it comes down to not only size but your product/service(s) and what customer needs are.

Which steps are needed for word to create an index?


Mark and entry.

Make a list of entries.

Insert Index.

Insert Table of Contents.

Insert Footness

Answers

To create an index, the following steps are typically needed:

Make a list of entries.Insert Index.

Developing an index involves certain essential stages, among them:

Compiling a list of entries: Uncover the keywords, terms, or phrases that readers may be wanting to view in the index. Then they should all be arranged alphabetically.

Identifying and annotating entries: Within the paper, label and tag each appearance of an entry with either a sign or indicator to suggest that it has to be included in the index.

Integrating the index: With employing software or manually, fabricate the index and attach it at the end of the document.

Optional inclusion of table of contents: If desired, add a table of contents at the commencement of the piece to aid readers in their exploration.

Optional insertion of footnotes: Footnotes too might be inserted in the work to render additional context or material for specified entries.

Read more about index here:

https://brainly.com/question/16933066

#SPJ4

How might telecommuting be implemented as an alternative work
arrangement in a carribbean country?

Answers

The first step is to assess the existing infrastructure and technological capabilities to ensure reliable internet connectivity and communication channels. Secondly, policies and guidelines need to be developed to govern telecommuting, including eligibility criteria, expectations, and performance metrics.

Training and support programs should be provided to help employees adapt to remote work environments. Additionally, collaboration tools and platforms should be implemented to facilitate communication and project management. Finally, monitoring and evaluation mechanisms should be established to assess the effectiveness of telecommuting and make necessary adjustments.

To implement telecommuting in a Caribbean country, it is crucial to evaluate the country's technological infrastructure and ensure that reliable internet connectivity is available to support remote work. This may involve investing in improving internet infrastructure and expanding broadband coverage to remote areas.

Once the technological foundation is established, policies and guidelines need to be developed to govern telecommuting. These policies should define eligibility criteria for employees, specify expectations and deliverables, and establish performance metrics to measure productivity and accountability. Clear communication channels should be established to keep employees informed and connected.

Training and support programs should be provided to help employees adapt to remote work environments. This may include training on the use of remote collaboration tools, time management, and maintaining work-life balance. Support systems such as IT help desks should be available to address technical issues and provide assistance.

Collaboration tools and platforms should be implemented to enable effective communication and project management. This may involve adopting video conferencing tools, project management software, and cloud-based document sharing platforms. These tools facilitate virtual meetings, file sharing, and real-time collaboration among remote team members.

To ensure the success of telecommuting, regular monitoring and evaluation should be conducted. This involves assessing productivity levels, employee satisfaction, and the overall impact on organizational goals. Feedback mechanisms should be in place to gather insights from employees and make necessary adjustments to improve the telecommuting experience.

By following these steps, telecommuting can be effectively implemented as an alternative work arrangement in a Caribbean country, providing flexibility for employees and contributing to a more efficient and resilient workforce.


To learn more about technology click here: brainly.com/question/9171028

#SPJ11

Find the 66th term of the arithmetic sequence
25,10,−5

Answers

Answer:

the answer is 33825

Explanation:

Answer:

-950

Step-by-step explanation:

Arithmetic sequence=a+(n-1)d

a=first number

n=nth term

d=difference

a=25

n=66

d=-15

So let's solve

25+(66-1)(-15)

25+(65)(-15)

25-975

-950

So the 66th terms is -950

PLEASE HELP ASAP!
What is the full form of the acronym SRS?
A- software requirement specifications
B- software requirement system
C- specifications requirement software
D- specifications system software

Answers

A- software requirement specifications

Answer:

A. software requirement specifications

Rickie gets a message from the school’s tech support department. Their computer is supposed to be running the latest system software to protect the network from hacking. Which of the following should Omar update?

A.
the web browser

B.
the operating system

C.
the social media platform

D.
the music editing software

Answers

Answer:

the operating system or web browser

Answer:

the operating system

Explanation:

The fundamental rule for testing functions requires that every function be tested in an already fully tested and debugged program. How can this be accomplished? a. Impossible! The main function must have all the functions it calls attached to get it to compile and run properly. b. The main function is tested with stub functions replacing each function. c. Write drivers for the stub functions to test them. d. Add each non-stub function in turn for testing. e. Write drivers for the function implementations one at a time to test them independently.

Answers

Option c, write drivers for the stub functions to test them, is the most appropriate answer.

How can this be accomplished?

This approach is commonly known as unit testing and is a crucial step in ensuring that a program operates correctly. This involves creating a separate piece of code that calls and tests each function individually before integrating them into the main function. By doing so, any errors  can be identified and resolved before they affect the overall functionality of the program. Once each function has been thoroughly tested, they can be integrated into the main function and tested as a whole to ensure the program operates as intended. This method is a fundamental rule for testing functions and helps to ensure that a program is fully tested and debugged before being released to users.

Using this method of testing functions is a fundamental rule for ensuring that a program is fully tested and debugged before it is released to users. It is important to note that the testing process should be ongoing and should continue throughout the development process to ensure that any changes made to the program do not introduce new errors or issues. By following these testing principles, developers can create software that is reliable, efficient, and meets the needs of its users.

To know more about test functions visit:

https://brainly.com/question/13384053

#SPJ11

Explain why it is wise to memorize your social security number.

Answers

It is memorize your social security number as one can be able to recur it for any given purpose if one did not carry it along with them.

Why memorize your social security number?

The reason why it is important to memorize your social security number is that by doing so, one do not need to carry or use their card again.

Conclusively, Note that It is not the card but the number that is very important and as such it is vital that one knows their Social Security number that is the nine digits number off heart and in cases of emergencies when one forgot to carry their cards.

Learn more about social security number from

https://brainly.com/question/5213237

#SPJ4

cprogramming to find sum of 2 numbers

Answers

With regard to the above , here's an example of a C program to find the sum of two numbers -

#include <stdio.h>

int main() {

   int num1, num2, sum;

   

   printf("Enter the first number: ");

   scanf("%d", &num1);

   

   printf("Enter the second number: ");

   scanf("%d", &num2);

   

   sum = num1 + num2;

   

   printf("The sum of %d and %d is: %d\n", num1, num2, sum);

   

   return 0;

}

How does this work?

In this program,the user is prompted to enter two numbers. These numbers are then stored in   variables num1 and num2.

The sum of the two numbers   is calculated and stored in the variable sum. Finally,the program outputs the sum to the console.

Learn more about cprogramming  at:

https://brainly.com/question/26535599

#SPJ1

Clunker Motors Inc. is recalling all vehicles from model years 2001-2006. A bool variable named norecall has been declared . Given an int variable modelYear write a statement that assigns true to norecall if the value of modelYear does NOT fall within the recall range and assigns false otherwise. Do not use an if statement in this exercise!

Answers

Answer:

The statement (in Python) is as follows:

recalled = modelYear >=2001 and modelYear <=2006

Explanation:

Required

A statement without an if statement to assign true or false to recalled

Using an if statement, the comparison is

if modelYear >=2001 and modelYear <=2006:

    recalled = True

else:

    recalled = False

To rewrite the statement without using the "if" keyword, we simply equate variable recalled to the stated condition i.e.

recalled = modelYear >=2001 and modelYear <=2006

Note that, we assume that there is an input fo variable modelYear

Describe Barry Boehm's conclusions about Agile and plan-driven methods from the Boehm 2002 reading.
____

Answers

Barry Boehm's 2002 report examines the conflict between plan-driven methods and agile methods in software development. Boehm claims that both approaches have advantages and disadvantages that are dependent on the type of project being undertaken.

Hybrid model: A hybrid model that combines aspects of both agile and plan-driven models, tailored to fit the specific requirements of the project. Boehm acknowledges that this approach is the most flexible and is appropriate for most projects.

Agile methods for early phases: Utilize agile methods in the project's early phases to ensure a shared understanding of stakeholder needs and better alignment with business goals.

Rapid application development: Utilize agile methods to rapidly prototype a software solution in a plan-driven framework. Boehm notes that this approach is suitable for projects with high process uncertainty and tight time constraints.

Boehm concludes that agile methods and plan-driven methods should be used together. The advantages and disadvantages of each approach will be balanced by employing hybrid models that are tailored to fit the specific requirements of the project. This hybrid approach maximizes the benefits of both models and results in a more efficient and effective software development process.

To know more about models visit:

https://brainly.com/question/32196451
#SPJ11

what does setting interrogation succeeded voice call forwarding?

Answers

Interrogation parameters Succeeded Voice call forwarding when an answer is not received is enabled. On each call. Disabled.

If forwarding is displayed as being enabled (it will say "Enabled" and display the number it is configured to forward to), you can disable it by returning to the keypad and inputting ##21# and touching. Voice calling is the capacity to reach out to and speak on the phone in real time with other people. When the caller and the callee—or both—are using a phone line—either a mobile device or a landline phone—then the call is being made in the classic sense. An entirely software-based call, in-app voice calling involves the transmission of audio and/or video data between the caller and the callee over the Internet. Voice calls come in a variety of forms, such as individual calls, talk group calls, phone calls, and gateway calls. Watch the video below and read the Voice Calls lesson that it is accompanied with if you want to understand more about these calls and how they function.

Learn more about Voice call here

https://brainly.com/question/14309663

#SPJ4

Other Questions
___ less than 60 greater than ___ Assume that A and B are n * n matrices with det A = 6 and det B = -2. Find the indicated determinant. Det (B^-1 A) det (B^-1 A) = can anyone solve this no links What are some Roman achievements during the Pax Romana? Smalltown has two water filters that clean the town's drinking water. Filter A can filter up to 179. 85 gallons of water per minute, and filter B can filter up to 169. 7 gallons of water per minute. About how much water can be filtered by these two filters for Smalltown in 70 minutes? 100 POINTS PLEASE HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! A culture started with 5,000 bacteria. After 2 hours, it grew to 5,500 bacteria. Predict how many bacteria will be present after 10 hours. Round your answer to the nearest whole number. Note: When solving for k, round to four decimal places. WHATS THE MAIN IDEA OF THIS PARAGRAPH? A penny for your thoughts? If its a 1943 copper penny, it could be worth as much as fifty thousand dollars. In 1943, most pennies were made out of steel since copper was needed for World War II, so the 1943 copper penny is ultra-rare. Another rarity is the 1955 double die penny. These pennies were mistakenly double stamped, so they have overlapping dates and letters. If its uncirculated, itd easily fetch $25,000 at an auction. Now thats a pretty penny. The graphs below are both quadratic functions. The equation of the red graph is f(x) = x. Which of these is the equation of the blue graph, g(x)? A. g(x) = (x-3) B. g(x)= 3x2 c. g(x) = x D. g(x) = (x+3) For its fiscal year ending September 30, 2011, Twin City levied $500 million in property taxes. It collected taxes applicable to fiscal 2011 as follows (in millions):June 1 2010, through September 30, 2010 $20October 1 2010 through September 30 2011 $440October 1 2011 through November 30, 2011 $15December 2011 $4The city estimates that $10 million of the outstanding balance will be uncollectable.How much should Twin City recognize in property tax revenue in its government wide statement of activities (in millions)? Which of the following most accurately describes a packet?O a coded messageO a bundle of photonsO a sliver of data a computer file Listed following are several astronomical objects. Rank these objects based on their density, from highest to lowest.a one- solar- mass white dwarfthe singularity of a black holea typical neutron stara main- sequence star 11. During the debate over the Constitution and whether to add a Bill of Rights, what wouldve been the point of view of an anti-federalist? *The Constitution is good because it makes a stronger federal government; a Bill of Rights isnt necessary.The Constitution is good because it makes a stronger federal government; a Bill of Rights is necessary.The Constitution is bad because it makes the federal government too strong; a Bill of Rights isnt necessary.The Constitution is bad because it makes the federal government too strong; a Bill of Rights is necessary. Find the area of the surface generated by revolving the curve about each given axis. x = 9t, y = 6t, Ost3 (a) x-axis (b) y-axis Use the drop-down menus to complete the sentences.The Missouri is the longest river in the United States.The supports about 10 percent of the US population.The is one of the worlds largest sources of hydropower.The is the seventh-longest river in the United States. How would this story be different if toldby the driver who honked the horn? Once upon a time, three brothers agreed to live on the grassy plains. But they couldn't agree on how to build a house. The older brother made his house out of grass. The middle brother built his house with blocks of earth. And the younger brother made his house out of bricks.What is the most important thing the brothers do in this part of the story? The brothers live next to each other. The brothers agree to move to the plain. The brothers build three different houses. BRAINLIEST ASAP What are the first three quantum numbers for the electrons located in subshell 4s? Suppose that AE=300+0.8Y a. Solve for the equilibrium income b. Solve for the multiplier c. Solve for the change in the equilibrium income if investment increases by 100 d. Graph the original equilibrium income and the new equilibrium income. Determine the degree of the following polynomial: - 4x + 10