In cell B7, enter a formula without using a function to determine the profit generated at the Downtown location by subtracting the store’s expenses (cell B6) from the store’s sales (cell B5) for the week of March 1-7, 2018.Copy the formula you created in cell B7 to the range C7:D7.

Answers

Answer 1

Answer & Explanation:

The formula in the cell B7 would be:

"=B5-B6"

And now we will press "Ctrl+C" to copy the formula in the Cell B7. After copying we will select the cell range C7 to D7 and press "Ctrl+V" to paste this formula in the cell C7:D7 and then will press Enter key. Now what we see is results in C7:D7 which we can check in our calculator whether these are corectly calculated or not.

Answer 2

Excel formulas are expressions used to perform computation.

The Excel formula to enter in cell B7 is [tex]\mathbf{= B5- B6}[/tex]

From the question, we have:

Cell B6 represents expensesCell B5 represents sales

The profit is the difference between sales and expenses.

i.e.

[tex]\mathbf{Profiit = Sales - Expenses}[/tex]

So, we have:

[tex]\mathbf{B7= B5- B6}[/tex]

This means that, the formula to enter in cell B7 is: [tex]\mathbf{= B5- B6}[/tex]

The corresponding formulas in C7 and D7 are: [tex]\mathbf{= C5- C6 \ and\ =D5 - D6}[/tex]

Read more about Excel formulas at:

https://brainly.com/question/1285762


Related Questions

To keep information beyond reach of unauthorized users, is to keep the information _____. Group of answer choices simple verifiable economical secure

Answers

Answer:

Secure is the correct answer for the above question.

Explanation:

When any person wants that any information is not hacked by any user then he needs to secure the information with the help of any security mechanism. This security mechanism can be of any type that facilities the user to stop the information are being hacked.The above question asked about the work which is needed to stop the message is being hacked. So there is a need to secure the information. so secure is the correct option while the other option is not valid because "simple, economical or verifiable" can not stop the message from accessed by the unauthorized user.

Consider two different implementations, M1 and M2, of the same instruction set. There are three classes of instructions (A, B, and C) in the instruction set. M1 has a clock rate of 80 MHz and M2 has a clock rate of 100 MHz. The average number of cycles for each instruction class and their frequencies (for a typical program) are as follows:______
a. Calculate the average CPI for each machine, M1, and M2.
b. Which implementation (M1 or M2) is faster?
c. Find the clock cycles required for both processors.

Answers

Answer:

a) the average CPI for machine M1 = 1.6

the average CPI for machine M2 = 2.5

b) M1 implementation is faster.

c) the clock cycles required for both processors.52.6*10^6.

Explanation:

(a)

The average CPI for M1 = 0.6 x 1 + 0.3 x 2 + 0.1 x 4

= 1.6

The average CPI for M2 = 0.6 x 2 + 0.3 x 3 + 0.1 x 4

= 2.5

(b)

The average MIPS rate is calculated as: Clock Rate/ averageCPI x 10^6

Given 80MHz = 80 * 10^6

The average MIPS ratings for M1 = 80 x 10^6  / 1.6 x 10^6

= 50

Given 100MHz = 100 * 10^6

The average MIPS ratings for M2 = 100 x 10^6 / 2.5 x 10^6

= 40

c)

Machine M2 has a smaller MIPS rating

Changing instruction set A from 2 to 1

The CPI will be increased to 1.9 (1*.6+3*.3+4*.1)

and hence MIPS Rating will now be (100/1.9)*10^6 = 52.6*10^6.

The operations planning practice of inputting sales forecasts into computer software that accurately predicts the amount and timing of materials needed to complete products and projects is ________________.

Answers

Answer:

"Materials requirement planning" is the correct answer for the above question.

Explanation:

The "Materials requirement planning" is a software system that is used to hold the record of the raw materials. It is used to tell about the material which is present in the stocks. It also used to schedule the delivery.This software is used to enhance the productivity of the company. The above question asked about the software which is needed to keep the record of the raw material. This software is known as "Materials requirement planning".

Which one of the following statements is true?
a. In one’s complement format, the leftmost bit is saved for the sign where 1 indicates a negative number and 0 indicates a positive number.
b. The smallest integer that can be represented by a sign-and-magnitude binary number is always 0.
c. It is impossible to store 1610 in 4-bits because overflow will occur. d. The two’s complement representation of +6710 in 8-bits is 1000011.

Answers

Answer:

a. In one’s complement format, the leftmost bit is saved for the sign where 1 indicates a negative number and 0 indicates a positive number.

Explanation:

In binary numbers, 1's complement is used to represent the signed binary numbers. In unsigned numbers, there is no need of sign. But in signed binary numbers a signed bit is required. To add the bit that is represent the sign of the number in binary, 0 represents the positive number while 1 represents the negative number.

If we have a number and want to convert it in signed binary number, we just takes it 1's complement and add the signed bit at the left of the number.

E.g.

1 = 0001

is the binary of 1, if we want to add sign, we just add the zero at left most side of the binary which make it positive as given below:

+1 = 0 0001

Now of we want to convert it into negative than, we take 1's complement in which all bits are inverted.

-1 = 1 1110

Final answer:

The correct answer is a. In one's complement format, the leftmost bit indicates the sign, with 1 for negative and 0 for positive numbers.

Explanation:

The true statement among the ones provided is a. In one's complement format, the leftmost bit is indeed saved for the sign where 1 indicates a negative number and 0 indicates a positive number.

b is incorrect because the smallest integer that can be represented by a sign-and-magnitude binary number is -0, which is considered distinct from +0 in this representation method.

c is incorrect because it is certainly possible to store the decimal number 16 (1610) in a 4-bit binary format, specifically as 10000, which does indeed cause overflow if only 4 bits are available, but the claim itself is not expressed as a true standalone statement considering normal binary representations.

d is incorrect because the two's complement representation of +67 (6710) in 8 bits is actually 01000011, not 1000011.

When Amy turns on her computer, she notices a burning smell. Smoke comes out of the case, and Amy immediately turns off her computer. What might be causing Amy’s computer to emit smoke and a burning smell?

Answers

Answer:

"Power Problem" is the correct answer for the given question .

Explanation:

When Amy starts the computer she feels the smell of burning because there is power problem in her switches which makes the burning of wires. The power problem may arise be due to the failure of Fan which is inside the central processing unit Another reason for power Failure may be the fluctuation of the voltage due to this it makes the overheating of the power supply.

When Amy saw this problem it immediately shut down the computer to protect her computer.

Time (non-statistical) division multiplexing differs from frequency division multiplexing because it:

a. does not share a communication circuit

b. splits the communication circuit vertically (with time slots) instead of horizontally

c. increases the wavelength and phase angles of the baseband frequency used for transmission

d. moves the baseband of a circuit by shifting it to a higher frequency

e. reduces baseband signal velocity more than frequency division multiplexing

Answers

Explanation:

We can divide the multiplex in different categorize, for example:

FREQUENCY DIVISION MULTIPLEXERS (FDM) TIME DIVISION MULTIPLEXERS (TDM) STATISTICAL TIME DIVISION MULTIPLEXERS (STDM).

But in this case, we're going to explain about the time and frequency, because the time division multiplex differ to frequency, because the circuit is divided horizontally, and the time is vertically

b. splits the communication circuit vertically (with time slots) instead of horizontally

Analyze the following code:

public class Test {
public static void main(String[] args) {
A a = new A();
a.print();
}
}

class A {
String s;

A(String newS) {
s = newS;
}

void print() {
System.out.println(s);
}
}

Answers

Answer:

Constructor issue

Explanation:

When you look at the Class A, the constructor takes one argument as a parameter, a String.

A(String newS) {

s = newS;

}

However, in the main, the constructor does not take any argument as a parameter.

A a = new A();

That's why the code does not compile.

in a TCP segment, the ______________________ field indicates how many bytes the sender can issue to a receiver while acknowledgment for the segment is outstanding. n a TCP segment, the ______________________ field indicates how many bytes the sender can issue to a receiver while acknowledgment for the segment is outstanding.

Answers

Answer:

Sliding window

Explanation:

A Sliding Window protocol is a feature of packet-based data transmission protocols. Sliding window protocols are used where reliable in-order delivery of packets is required, such as in the data link layer (OSI layer 2) as well as in the Transmission Control Protocol (TCP). They are also used to improve efficiency when the channel may include high latency. Sliding windows are a key part of many protocols. It is a key part of the TCP protocol, which inherently allows packets to arrive out of order, and is also found in many file transfer protocols

Write the definition of a class Telephone. The class has no constructors,
one instance variable of type String called number,
and two static variables. One is of type int called quantity;
the other is of type double called total. Besides that,
the class has one static method makeFullNumber. The method accepts two arguments,
a String containing a telephone number and an int containing
an area code. The method concatenates the two arguments in the following manner: First comes the area code,
then a dash, then the telephone number. The method returns the resultant string.

Answers

Answer:

public class Telephone{

   private String number;

   private static int quantity = 250;

   private static double total = 15658.92;

}

Explanation:

Answer:

The classification of a phone number

Explanation:

For example, this number represents a typical Nigeria phone number:

009-234-01- 463391

009 is the international dialing code

234 is Nigeria dialing code

01 is the state's area dialing code

Which operating system is often found on tablets but not on smartphones?
Android
iOS
Linux
Windows

Answers

I’m pretty sure it’s Linux
The answer is, Linux.

How many license plates can be made using either two or three letters followed by either two or three digits?

Answers

Answer:

20,077,200

Explanation:

We can resolve this problem multiplying:

We have 26 different letters in the alphabet, in the example says two letters and three letters, in addition, is followed by two or three digits, and there are 10 digits, the formula would be:

Using 2 letters and 2 digits is 26^2 X 10^2 = 67,600

Using 2 letters and 3 digits is 26^2 X 10^3 = 676,000

Using 3 letters and 2 digits is 26^3 X 10^2 = 1,757,600

Using 3 letters and 2 digits is 26^3 X 10^3 =  17,576,000

and the sum is 20,077,200

Your Windows PC has an AMD processor installed that includes AMD-V technology and the motherboard fully supports this processor. Which is the most capable version of a Microsoft hypervisor you can install on this machine, provided the computer meets all the requirements?

Answers

Answer:

Microsoft Hyper-V Server

Explanation:

Assume that a variable hoursWorked has been initialized. Write a statement that assigns the value True to the variable workedOvertime if hoursWorked is greater than 40 and False otherwise.

Answers

Answer:

Following are the statement which is given below:

workedOvertime= hoursWorked > 40 //assigns the value to workedOvertime

Explanation:

In this above statement, there is hoursWorked variable which is already initialized There is also another variable "workedOvertime" which assigns the value of the TRUE if the "hoursWorked" is greater then the 40 otherwise it initializes the value FALSE in the "workedOvertime" variable.

The > operator is used for checking the condition that variable "hoursWorked" is greater than 40 or not.

Final answer:

To assign the correct boolean value to the variable workedOvertime, use the statement workedOvertime = hoursWorked > 40; if hoursWorked is greater than 40, workedOvertime is True, otherwise, it is False.

Explanation:

To determine whether an employee has worked overtime and assign the correct boolean value to the variable workedOvertime, you can use a simple conditional statement. Here is how you would write this statement in most programming languages:

workedOvertime = hoursWorked > 40

This statement checks if hoursWorked is greater than 40. If it is, workedOvertime is set to True; otherwise, it is set to False. This is a common task in programming when dealing with pay computations that include overtime pay.

Which is true about SCSI connectors? Choose two answers. A SCSI controller can hold several devices on a single chain SCSI connectors are used in high-end servers SCSI connectors are used in laptops SCSI connectors are used on tablets

Answers

Answer:

SCSI controller can hold several devices on a single chain

SCSI connectors are used in high-end servers

Explanation:

Small Computer System Interface (SCSI) is a physical cable to transfer data between a computer and high-end server, and for that, we cannot use this cable in laptops or tables, only we must see the size of the cable to understand and discard that two options, and an advantage of the cable is held several devices on a single chain.

True statements about SCSI connectors are that a SCSI controller can hold several devices on a single chain, and they are used in high-end servers. SCSI is less common in laptops or tablets.

The question is concerning SCSI connectors which are primarily used in computer systems for peripherals. The two true statements about SCSI connectors are:

A SCSI controller can hold several devices on a single chain.SCSI connectors are used in high-end servers.

SCSI, which stands for Small Computer System Interface, is a set of standards for physically connecting and transferring data between computers and peripheral devices.

The SCSI standard has typically been used in enterprise environments due to its ability to support multiple devices on a single bus and its high performance compared to other interface types available during its prime use years. It is less common to find SCSI used in laptops or tablets, as these devices generally rely on newer, more compact connection technologies like USB or Thunderbolt.

Lisa has had her California real estate license suspended for violations involving mobile homes under the California Business and Professions Code. What could she have possibly done?

Answers

Answer:

Both A and B.

Explanation:

In the above statement, there some details of the question is missing that is options.

She has already had its California property license revoked under California Corporation and Occupations Law for breaches regarding mobile homes. So, she possibly she sent a check for mobile home payments to the State of California as well as the check was not honoured and she has participated knowingly in the sale of a mobile home.

Drag the correct type of update to its definition.

Answers

Answer:

Explanation:

PRI (product release information) is a connection between a mobile device and a radio tower.

Baseband is a ship that controls all the waves GSM, 3G phones, and the RF, this is in a mobile device network connectivity.

PRL is a list of radio frequency, we can find these lists in some digital phones, the phone can use in various geographic areas.

Dallas is an analyst at an online retailer. He is great at creating representative diagrams showing the relationships between customer purchases, billing, and shipment. This indicates that he has ________ skills.A) abstract reasoningB) collaborativeC) experimentalD) systems thinking E) spatial intelligence

Answers

Answer:

The answer is A. Abstract reasoning

Explanation:

Abstract Reasoning involves critical thinking to come up with solutions that are not generally obvious, we could consider it also as logical reasoning, a great sense of judgment, creativity, dynamic thinking and so on.

From our question, Dallas is great at creating representative diagrams that show the relationship between customer purchases, billing, and shipment. This implies that

Dallas will have to think out of the box for customers with complex purchases, billings, and shipment.Dallas's level of creativity is what makes him great at creating representative diagrams.

______ is the primary and dominant cryptographic authentication and encryption framework for security development within the TCP/IP family of protocol standards, including use for VPNs.

Answers

Answer:

"IP security" is the correct answer for the above question.

Explanation:

"IP security" is a set of rules or protocols which are used for the communication of the network.It is a protocol that is used to encrypt the data which is needed to transfer on the network.It provides security for the communication and it encrypts the data which is needs o transfer on the network.The above question asked about the term which is used for encryption and security. So the answer is "IP security", which is defined above.

Answer:

The correct answer is "IP Security".

Explanation:

The IP means internet protocol security .in the network layer of the OSI model Internet protocol is used. The main objective of IP Security provides reliable communication when the packets are sent across the network.

The IP Security provides the cryptographic authentication and encryption framework for security development in the Transmission Control Protocol/Internet Protocol family of the protocol standard. The  IP Security provides security in the encryption process of the cryptography.

In the context of security in networking, the letters AAA in the term "AAA servers" stand for _____.
A. allowing access automatically
B. accessing all appliances
C. access, applications, and accounting
D. authentication, authorization, and accounting

Answers

Answer:

D) AAA refers to Authentication, Authorization and Accounting.

Explanation:

Authentication

Answer the question of  who are you?.The two most popular options for external user authentication are RADIUS and TACACS

Authorization

Authorization services determine what resources the user can access and what operations are enabled to perform.An authorization type question is how much can you spend?

Accounting

Accounting records what the user does, keeps track of how network resources are used.Example question in what do I spend it?

Answer:

D. authentication, authorization, and accounting

Explanation:

A,List at least features that can be used to format a report. b,What must you do first in order to change the font type,size,and color of particular text. c,Would you consider using text effect for writing an application for sick leave yo your principle.Give reasons for your answer. d,If you want to draw the attention of the readers towards the key point in your study notes,which tool would you use. e,outline the steps needed to create borders for a flyers you are making for the spring carnival in your school.

Answers

Answer: (A)= font size, font colours, font type, text effects, shapes, bold, underlining, borders, margins, paragraphs, etc

(B)= Select that particular text by using your cursor to select and click on it.

(C)= yes, I would use text effects, REASON: to make it look professional

(D)= the bold option

(E)= Select page--->Click on the page editing tool---> select the border tool.

Explanation:

(A)== Features like the font size, font type, font colour, bold, underline, shapes, etc can be used to format a report.

(B)== You have to first select the particular text. This can be done by using the cursor to hover on the particular text then you select text, after which you can now edit it.

(C)== yes, Reasons: text effects can to used in making the application look more professional.

(D)== The bold text effect can be used to highlighten that a particular keyword is important.

(E)==

Step 1: select the particular page

Step 2: select the page editing tool

Step 3: select insert borders option

Step 4: customize it to your preferred taste.

A network uses category 3 cabling. It needs to be upgraded so that it can support faster 1 Gbps applications. In this situation what would be the minimum cable needed to accomplish this?

Answers

Answer:

The answer is "Category 5 cable".

Explanation:

It is also known as Cat 5 or class 5, but many of us consider it just "Ethernet wire". It was established in the early 1990s, which was included by the Electronics Industry group and the Telecom industry Association. It uses a twisted pair cable, which is used for carrying signals.  

It supports up to 100 MHz capacity and can be used for 10Base-T, 100Base-TX, or perhaps 1000Base-T Gigabit. It is the right solution for four twisted pairs of copper cable that attached to the RJ-45 connector.

Successful Web sites such as StumbleUpon ( www.stumbleupon) and Digg ( www.digg) use ____ by inviting their visitors to vote on recommended Web sites, articles, restaurants, photos, or videos, for example, by submitting links or reviews.

Answers

Answer:

"Crowdsourcing" is the correct answer for the above question.

Explanation:

Crowdsourcing is a term from which any organization advertises the thinks or can get the ideas or solutions for any particular problem.It is a term that refers to the problem to the number of solvers to achieve the result correct and frequent.For example, If anyone wants to prepare the two websites. Then he assigns the works to the number of people and the works done faster with the help of this.The above question states that some websites can be successful with the help of the type of work. They are successful with the help of crowdsourced work. Because it saves time. So the answer is Crowdsourcing.

Final answer:

Successful websites like StumbleUpon and Digg use recommendation algorithms to present personalized content to users, which are based on their previous interactions and behaviors on the site.

Explanation:

Successful websites like StumbleUpon and Digg utilize recommendation algorithms by inviting their visitors to vote on or review recommended Web sites, articles, restaurants, photos, or videos. These algorithms are computer programs integrated into social media platforms, e-commerce sites, and various digital applications that analyze users' past behavior to predict and influence their future choices. The more a user interacts with certain types of content, the more the algorithm learns about their preferences, and this data is used to personalize the content that is presented to them. Therefore, by modifying their recommendation algorithms, platforms can better deliver content they presume users will enjoy, which is crucial for media industries aiming to predict audience preferences.

True or False? When shooting OTS shots of two actors / subjects speaking to each other, it is best to place the camera(s) over the same shoulder of each subject (i.e. over both of their left shoulders or both of their right shoulders).

Answers

Answer:True

Explanation: when the camera is placed over the same shoulder of the subjects it enables clear picturing p

Drag the correct type of update to its definition.
PRL
PRI
Baseband
The connection between a mobile device and radio tower
The chip that controls the radio frequency waves within a device
A list of radio frequencies

Answers

Answer:

   

Explanation:

Baseband: The chip that controls the radio frequency waves within a device, is a range before to become in a different frequency range, for example, an audio frequency when is transmitted is a radio frequency.

The Preferred Roaming List (PRL) is a list of radio frequencies, and a database there residing in a wireless device like a cellphone.

PRI The chip that controls the radio frequency waves within a device.

This morning when Paul turned on his computer at work, it would not boot. Instead, Paul reported that he heard a loud clicking noise coming from inside his computer.What might be the problem with Paul's computer? Magnetic hard drive failed. hard drive failed. Magnetic hard drive crashed None of these

Answers

Answer:

The problem with Paul's computer is that the magnetic hard drive failed.

Explanation:

A magnetic hard drive or hard disk is a non-volatile storage device, which is used to store different information on a computer.

The magnetic disk is made up of numerous magnetic plates, these plates are divided into sectors and tracks. A spindle is present in the middle to rotate the combined plates or the whole unit.

When there is a clicking noise coming from the magnetic disk, it could mean that one of the plates is damaged or if the power to the computer is inconsistent. This can greatly affect the performance of your computer.

Consider the following sequence of items 10, 36, 25, 54, 37, 12, 75, 68, 42, 86, 72, 90. Insert these items in the order above, into an initially empty implicit binary max-heap. Show the heap throughout the process but write down the heap as an answer after every 3 INSERT() operations. (Just hand-simulate the behavior of the implicit binary max-heap, and draw the resulting heap, both throughout the entire process and the ones after every 3 INSERT() operations as answers (note that the former is to show all your work so that partial credits can be given in case you make mistakes, while the latter (answers) are the ones to be graded). Draw them in the form of a tree rather than an array.)

Answers

Answer:

See attachment below

Explanation:

According to the dual-process model, decision making is influenced by which systems? (Select all that apply.) Creative Gist-based intuition Socioemotional Analytical

Answers

Answer:

Gist-based intuition and analytical.

Explanation:

A 1-line script can be written that counts the number of words in two text files and compares the counts: IF [WC -w f1 -eq WC -w f2] THEN ECHO "equal" ELSE ECHO "not equal" Show the order in which the different tasks below must be performed to accomplish the same goal using a GUI.

Answers

Answer:

Hi Salhumad! A GUI for comparing 2 files would have select buttons for choosing the 2 files and a "Compare" button to compare the 2 files once they have been selected.

Explanation:

Your question is giving you most of the answer itself. The 1-line script counts the number of words in two text files and compares the results. Using a GUI, you would have a "select file" chooser button on one side of the screen to allow user to select the first file, and another "select file" button for the user to select the second file for comparison. Another button would be on the screen that would say "Compare files", which once you click, can invoke the one-line script already provided to you in the question. You can put error handling to only call the compare files code once both files are selected.

Ensuring data backups for data stored on a portable device is generally considered: a. Always required. b. Necessary when the device would otherwise be the only source of hard-to-replace data, but the backup mechanism must also be secure. c. Never necessary. d. Always detrimental to security, so universally discouraged.

Answers

Answer:

The answer is "Option b".

Explanation:

A data backup is a mechanism of generating a duplicate copy from your sensitive files and data like your photos, video clips, documents, and links, for example — so your data is safe and accessible when something occurs to your device, it would be the first to the provider of tough-to-replace data, and it is essential, but its recovery method must be safe, and other choices were wrong that can be described as follows:

In option a, It does not require always, that's why it is wrong. In option c, It is wrong because data backup is necessary. In option d, It doesn't provide detrimental security, that's why it is wrong.

The correct answer is b. Necessary when the device would otherwise be the only source of hard-to-replace data, but the backup mechanism must also be secure.

Backing-up is a crucial process to protect data from loss due to deletion, corruption, theft, or viruses. Here are some basic principles:

Back up your data as soon as possible to avoid relying on a single copy for too long.Identify where your primary dataset will be held and develop a strategy for backing up your data to other hard drives or via electronic transmission.Always ensure backups are stored in secure, separate locations to safeguard the data effectively.Utilize cloud storage as an additional backup measure but ensure the data is encrypted to prevent unauthorized access.For portable devices like laptops and smartphones, back up data regularly due to the significant amount of critical information they store.

Invest in reliable external hard drives, preferably SSD models, for better reliability and reduced physical damage risk. Ensure compatibility with project computers and never entrust the day's data to anyone without copying it to a secure place first. By following these practices, you can minimize the risk of data loss and ensure that your backups are both reliable and secure.

_____ maintains consistency among a set of DFDs by ensuring that input and output data flows align properly. A. Terminating B. Functioning C. Leveling D. Balancing

Answers

Answer:

D. Balancing

Explanation:

The concept of balancing states that all the incoming flows to a process and all the outgoing flows from a process in the parent diagram should be preserved at the next level of decomposition.  Process decomposition lets you organize your overall DFD in a series of levels so that each level provides successively more detail about a portion of the level above it.

The goal of the balancing feature is to check your system internal consistency, which is particularly useful as different levels of expertise are generally involved in a project.

Other Questions
Identify the correct sentence. A. You parked your car on the sidewalk at a time when no parking at all was allowed. This is why you are getting a parking ticket. B. You parked your car on the sidewalk at a time when no parking at all was allowed. That is why you are getting a parking ticket. C. You parked your car on the sidewalk at a time when no parking at all was allowed, which is why you are getting a parking ticket. D. You parked your car on the sidewalk at a time when no parking at all was allowed. So your ticket is for parking at the wrong time and in the wrong place. The _________ is fundamentally a client/server application running over the Internet and TCP/IP intranets. in circuit A, two resistors R1 and R2 are connected in series. In circuit B, two identical resistors are connected in parallel. Both circuits are powered by identical energy sources and include no other resistors. In which circuit, if any, is the current greater across R1?A. Circuit AB. Neither circuitC. Circuit B Read this excerpt from a letter to the city council:Dear city council members:The city has proposed limiting library hours in order tosave money. I understand that the city budget is beingchallenged at the moment, but no good will come ofdenying children access to the library after school.Children go to the library to learn and to get help with theirhomework. As a single parent, I rely on the library as anaffordable place where I know my kids will be safe. Of allthe programs to cut, the library should not be your firstchoice.Which statement best describes the author's point of view?A) the city should find another way to save money B)the city should stop ignoring voters opinions about libraries C)the city should expand library hoursD)the city should encourage better childcare options To make sound decisions about information security, management must be informed about the various threats facing the organization, its people, applications, data, and information systems.A. TrueB. False In 1990 the Department of Natural Resources released 1000 splake (a crossbreed of fish) into a lake. In 1997 the population of splake in the lake was estimated to be 3000. Using the Malthusian law for population growth, estimate the population of splake in the lake in the year 2020. I have my friends answer but I need to show working out? This really doesnt make sense to me... Please explain and tell me the answer A rocket is fired straight up. It contains two stages (Stage 1 and Stage 2) of solid rocket fuel that are designed to burn for 10.0 and 5.00 s, respectively, with no time interval between them. In Stage 1, the rocket fuel provides an upward acceleration of 16.0 m/s^2. In Stage 2, the acceleration is 11.0 m/s2. Neglecting air resistance, calculate the maximum altitude above the surface of Earth of the payload and the time required for it to return to the surface. Assume the acceleration due to gravity is constant.a. Calculate the maximum altitude. (Express your answer to two significant figures.)b. Calculate time required to return to the surface (i.e. the total time of flight). (Express your answer to three significant figures.) Suppose that you have 7 green cards and 5 yellow cards. The cards are well shuffled. You randomly draw two cards without replacement. G1 = the first card drawn is greenG2 = the second card drawn is greena. P(G1 and G2) = b. P(At least 1 green) =c. P(G2|G1) = d. Are G1 and G2 independent? "A student prepares a solution by dissolving 1.66 g of solid KOH in enough water to make 500.0 mL of solution. Calculate the molarity of K+ ions in this solution.A 35.00 mL sample of this KOH solution is added to a 1000 mL volumetric flask, and water is added to the mark. What is the new molarity of K+ ions in this solution?" PLEASE HELP ME!!! Ms. Grady has 150 pictures in an album. Of these pictures, 48 show her friends, 24 show her family, and 78 showonly Ms. Grady. Ms. Grady is in of the pictures that show her friends and of the pictures that show her family.Based on this information, which statement is true?a. The probability of randomly selecting a picture that shows Ms. Grady is 76%.The probability of randomly selecting a picture that shows Ms. Grady with her friends is greater than theprobability of randomly selecting a picture that shows Ms. Grady with her family.The probability of randomly selecting a picture that does not show Ms. Grady is 52%.d. The probability of randomly selecting a picture that shows Ms. Grady with her family is 3 times theprobability of randomly selecting a picture that shows only her friends. A tire for a car is 24 inches in diameter. If the car is traveling at a speed of 60 mi/hr, find the number of revolutions the tire makes per minute. (Round your answer to the nearest hundredth.) Henrietta is going off to her physics class, jogging down the sidewalk at a speed of 2.95 m/s . Her husband Bruce suddenly realizes that she left in such a hurry that she forgot her lunch of bagels, so he runs to the window of their apartment, which is a height 39.6 m above the street level and directly above the sidewalk, to throw them to her. Bruce throws them horizontally at a time 7.50 s after Henrietta has passed below the window, and she catches them on the run. You can ignore air resistance. With what initial speed must Bruce throw the bagels so Henrietta can catch them just before they hit the ground? What effect does epinephrine/norepinephrine have on the alpha receptors of the iris of the eye or the skeletal muscle vasculature? Speaking Of Courage means What is the connotation of the word rampaged? VIOLENCEAIMLESSNESS CONFIDENCE What is the overall tone of the passage? FRUSTRATEDPESIMISSTIC REGRETFUL Ever since A.D. 400, when invaders rampaged through Rome and the Roman Empire began to crumble, Europe had become increasingly violent, ignorant, and divided. While Muslims studied the words of the ancient Greeks, most Europeans turned to counting on their hands, and only a few knew how to read.Sugar Changed the World,Marc Aronson and Marina BudhosWhat is the connotation of the word rampaged? What is the overall tone of the passage? How is n1 in the Rydberg equation related to the quantum number n in the Bohr model of the atom? Data for an economy show that the unemployment rate is 6 percent, the participation rate 60 percent, and 200 million people 16 years or older are not in the labor force. How many people are employed in this economy? A. 300 million B. 30 million C. 188 million D. 282 million Solve using substitution:y = -3x + 55x - 4y = -3