There are three groups of people, people who like Apples, Bananas, and Cherries. 19 people like Apples. 23 people like Bananas. 13 people like Cherries. 7 people like Apples AND Bananas. 7 people like Bananas AND Cherries. 6 people like Apples AND Cherries. 4 people like all of them. Using this information, answer the following questions.
1) How many people like Apples but don't like Bananas?
2) How many people like Apples or Bananas (not exclusively) but DO NOT like Cherries?
3) How many people only like one fruit?
4) How many people like AT LEAST two fruits?

Answers

Answer 1

Answer:

answer of QN 1 :10

QN 2:26

QN 2:27

QN 4:62

Explanation:

it goes long to explain


Related Questions

Which action is taken by a layer 2 switch when it receives a layer 2 broadcast frame?.

Answers

Answer:

When a Layer 2 switch receives a frame with a broadcast destination address, it floods the frame to all ports except the port on which it received the frame.

Explanation:

Imagine that you had to pick a new song for the opening credits for spider man no way home. What song or piece of music would you choose and why?

Answers

Answer:

I would choose "Home" by Bebe Rexha, X Ambassadors, and more.

Explanation:

I think this because it talks about your place where you feel safe, a place you can take off the unbearable weight of stress, and more.

Have an amazing day!!

PLEASE RATE AND MARK BRAINLIEST!!!

Indonesia is planning to move its capital from Jakarta to the island of Borneo in the hope that the burden of congestion, regular flooding and sinking will be reduced.

Discuss the issues that need to be considered in terms of Ethical; Environmental; Legal and Cultural for both the inhabitants of Jakarta and the Island of Borneo.

This is an essay question I have very little time to complete. First decent answer gets crown.

Answers

Answer:

Indonesia's capital has just been relocated from Jakarta to a site within the jungle of Kalimantan on Borneo island after parliament approved the bill. It will strengthen supply chains and place Indonesia "in a more strategic position in world trade routes, investment flows, and technological innovation."

Explanation:

mark as brainiest

Answer:

President Joko Widodo first announced the plan to move Indonesia's capital in 2019, in an effort to relieve the huge environmental challenges facing Jakarta, and to redistribute wealth. Indonesia's legislature on Tuesday passed a bill that creates the legal framework for moving the country's capital from Jakarta — a sinking, congested, polluted and flood-prone megacity with more than 10 million residents — to the jungles of Kalimantan, on Indonesia's portion of the island of Borneo.

Explanation:

hope you like it, brainliest is an option :)

12. Which expression is equivaleType the correct answer in the box. Spell all words correctly.

Nathan is creating a presentation for the employees at his office. Which media element should he use in the navigational buttons and menus in his presentation?

Nathan should use text or ______elements for the navigational buttons and menus in his presentation. Nt to the given expression?

Answers

Answer:

nathan should use text or media element for the navigational button and menus in the presentation

Answer:

i think the first drop down is normal and second one complex

Explanation:

Which one is correct

Answers

C The Excel PMT function is a financial function that returns the periodic payment for a loan.

Are you a computer science student. And why?​

Answers

Answer:

Kind of, I like coding and helping people with python, etc.

Planning to learn C# soon.

Consider the following method findValue, which takes an ArrayList of String elements and a String value as parameters and returns true if the String value is found in the list and false otherwise.
public static boolean findValue(ArrayList arr, String key)
{
for (int j = 0; j < arr.size(); j++) // Line 3
{
if (arr.get(j).equals(key))
{
return true;
}
}
return false;
}
Which of the following best explains the impact to the findValue method when, in line 3, int j = 0 is replaced by int j = 1 ?
A. It has no impact on the behavior of the method.
B. It will cause the method to return a different result when the key value is not in the list.
C. It will cause the method to return a different result when the key value is found only at the first index in the list.
D. It will cause the method to return a different result when the key value is found only at the last index in the list.
E. It will cause the method to throw an array index out of bounds exception.

Answers

The impact to the findValue method when, in line 3, int j = 0 is replaced by int j = 1 is (c) It will cause the method to return a different result when the key value is found only at the first index in the list.

How to determine the impact

On line 3, we have the following loop

for (int j = 0; j < arr.size(); j++) // Line 3

This means that the method searches through all elements of the array.

When this is changed to:

for (int j = 1; j < arr.size(); j++) // Line 3

The method searches through all elements of the array except the element at the first index

So, a different result would be returned if the key value is found only at the first index in the list.

Read more about methods at:

https://brainly.com/question/13795586

You've decided to go with a wireless guest network, which will be easy for customers to connect to throughout the bookstore's seating areas. Wireless networking has long been a request of customers, and you're excited to offer it to them. That decision was easy, but now you need to decide the technical details when setting up the wireless router. The router offers two Wi-Fi options: 802.11g and 802.11n.
Which wireless technology will you use for the guest network?
i. 802.11n
ii. 802.11g

Answers

Answer:

802.11n, but read explanation.

Explanation:

802.11n is faster because it supports 5GHz but also 2.4GHz. I don't know much about routers and networks, but as far as I know, 5GHz routers cover small area but since it supports 2.4GHz too, that should he superior to the 802.11g by any means. Though, once again, I don't know much about networks and routers.

What is the value of mystery(5)? int mystery(int n) { if (n > 0) return 3 - n % 2 + mystery(n-1); return 0; } Group of answer choices

Answers

Answer:

The function returns the largest of n number of elements in the array.

It takes an int array parameter int[] a, and an integer parameter n. It then assigns the first element of the array to an integer variable X.

The for loop begins at the second element of the array and loops less than n number of times. In each iteration, it checks if the element is greater than X and swaps it with X.

The function finally returns X.

Explanation:

hope this helped :)

Question #3
Multiple Choice
Often screen readers do not convey all of the necessary information to programmers about the programming environment or their code.
One solution for communicating indentations and the distinction between code and text is the use of
O audio cues
O text-to-speech
O screen readers
O a tree structure

Answers

Answer: audio cues

Explanation: "Specific sounds, or audio cues, can be used to convey visual information, like indentations."

Answer:

audio cues

Explanation:

i just took it hope im not too late :D

A CPU's job is to execute programs, which are made up of a series of individual operations called _________.

Answers

Answer: Instructions

Explanation: Common knowledge, plus i got it right on a test

What is an example of static we page?

A. the About Us page
B. the current affairs page
C. the ads in a website
D. the weather ticker

Answers

I’m pretty sure it’s B I hope this help you and I’m sorry if I got it wrong

Which configuration management tool helps developers track and manage the product’s build, deployment, and integration?
A.
SQL Integrity Check
B.
SpiraTeam
C.
Unified Modeling Language
D.
Quick Test Professional
E.
RS Project Manager

Answers

I believe it is quick test professional, granted I have never used Spirateam before so I’m not too familiar with it.

Okay so I am using the OBS video recording software to record gaming videos but for some reason, it won't record sound. Do you know how to fix this?

I know this isn't exactly computer science or anything but still related to computers.

Answers

Answer:

It could be broken, your browser does not support it, or something in your settings may be blocking it.

According to my knowledge, "The simplest solution is to reboot. Close it down and open it again. If the problem persists, try restarting your computer. Try restarting and see if your camera works."

Hope this helps!

_____ is the process of setting up a program or app to work with your computer, mobile device, and other hardware

Answers

Answer:

Installation

Explanation:

whenever you download a program like firefox you have to install it to use it first

I need sudo code! so that I can solve this question in PYTHON.

Answers

Coding:

   import java.util.ArrayList;

   import java.util.Comparator;

   import java.util.List;

   import java.util.Scanner;

   

   public class StuckInARutSilver {

   

       public static void main(String[] args) {

           Scanner in = new Scanner(System.in);

           List<Integer> eastCows = new ArrayList<>();

           List<Integer> northCows = new ArrayList<>();

           int n = in.nextInt();

           int[] xs = new int[n];

           int[] ys = new int[n];

           for (int j = 0; j < n; j++) {

               if (in.next().charAt(0) == 'E') {

                   eastCows.add(j);

               } else {

                   northCows.add(j);

               }

               xs[j] = in.nextInt();

               ys[j] = in.nextInt();

           }

           eastCows.sort(Comparator.comparingInt(j -> ys[j]));

           northCows.sort(Comparator.comparingInt(j -> xs[j]));

           boolean[] isStopped = new boolean[n];

           int[] amtStopped = new int[n];

           for (int j : eastCows) {

               for (int k : northCows) {

                   if (!isStopped[j] && !isStopped[k] && xs[k] > xs[j] && ys[j] > ys[k]) {

                       if (xs[k] - xs[j] > ys[j] - ys[k]) {

                           isStopped[j] = true;

                           amtStopped[k] += 1 + amtStopped[j];

                       } else if (ys[j] - ys[k] > xs[k] - xs[j]) {

                           isStopped[k] = true;

                           amtStopped[j] += 1 + amtStopped[k];

                       }

                   }

               }

           }

           for (int j = 0; j < n; j++) {

               System.out.println(amtStopped[j]);

           }

       }

   }

Explaination:

We can solve this problem by considering all pairs of a cow going east and a cow going north in order to determine which cow directly stops which other cow. Let's say the cow going east starts from (x,y) and the cow going north starts from (u,v). Their theoretical paths intersect if x<u and v<y, in which case they must intersect at (u,y). This means that, assuming both cows reach (u,y) (instead of being stopped earlier), the cow that reaches (u,y) first will stop the other cow (if they both reach at the same time, as per the problem statement neither one is stopped).

Therefore, in order to determine the stopping relations, you might naively loop through all pairs of eastward cows and northward cows and see which cows reach the intersection point first. However, this doesn't account for the fact that either one may have been stopped earlier.

A clean way to deal with this is to sort all eastward cows by their y and all northward cows by their x, then loop through all pairs of eastward and northward cows in this order. We then keep track for each cow of whether we know it is stopped and the amount of cows that we know it has stopped (directly or indirectly).

The sorting guarantees that each northward cow will be checked against the eastward cows in increasing order of when the northward cow would reach their intersection point, and similarly for the eastward cows. Because of this, when we check a pair of cows neither of which we know has stopped yet, we can be sure that both will reach the intersection point and thus the earlier one must have stopped the later one. We also know that this means that the later cow can't now reach any more intersections than it already has, so the amount of cows it has stopped is final and we can add it, plus 1 for that cow itself, to the count for the earlier cow. Note that with other approaches, it may be necessary to run a second pass of essentially a recursive depth-first search to identify and count sizes of "connected components" of stopped cows, in order to assign blame counts appropriately.

The complexity of sorting is O(NlogN), and looping through all pairs of northward and eastward cows is O(N2), so the overall complexity is O(N2). Solutions in O(N2logN) would also be fast enough.

Which type of document would be best created in Word? HELLP!!!!


Spreadsheet

Resume

Presentation

Animation

Answers

Answer: The answer is Resume

Explanation: I had this question on a quiz of mine and got the question right! Trust me it’s the right answer

It should be noted that the type of document would be best created in Word is B:Resume.

Documents serves as piece of written or electronic matter which gives information, one of this document is a resume.

A resume can be regarded as formal document which is been presented by job applicant to the employers, it itemize qualifications of the applicants for a position.

We can conclude that Microsoft word which is computer program can be used to create this resume.

Learn more about resume at:

https://brainly.com/question/800048

We're sorry, but an error has occurred.
Please contact your uPortal administrator and provide the following information:
Your name and user id
What content were you trying to view when this error occurred?
Any other useful information to help reproduce the error

Answers

Answer:

this looks pretty good

Explanation:

I would write with it

And we will contact you as soon as possible

how to prepare balance sheet and distributor of capital=175000, land=125000, investment = 80000, accrued income =10000, bank overdraft =30000, debtor=35000, net profit =40000, wages payable =5000​

Answers

Answer:

add them all

Explanation:

5 differences between a regular mouse and a gaming mouse​

Answers

Answer:

A gaming mouse has more buttons to keybind to while a regular mouse is simpler

Explanation:

Sea level is the average level of the sea between high and low tide. It is used as a reference point for measuring elevation, or height and depth, on Earth. Some places lie above sea level, while others lie below sea level. The lowest point in New Orleans is 8 feet below sea level. You can represent that numerically using . The highest point in Chicago is 735 feet above sea level. You can represent that numerically using .

Answers

Answer:

1.The lowest point in New Orleans is 8 feet below sea level. You can represent that numerically using

✔ a negative integer

2.The highest point in Chicago is 735 feet above sea level. You can represent that numerically using

✔ a positive integer

Hope I helped!! :))

Answer:

The lowest point in New Orleans is 8 feet below sea level. You can represent that numerically using

✔ a negative integer

.

The highest point in Chicago is 735 feet above sea level. You can represent that numerically using

✔ a positive integer

.

Explanation: the other person is correct they should get all the credit im  just saying this to let people know that its right so that they know these answers are correct

A good first step to understanding any kind of text is to :
A. take careful notes
B. create meaning
C. focus on the details
D. find the main idea

Answers

Answer:

find the main idea

Explanation:

On any given camera, a 50mm lens would create an image of a scene that would appear
enlarged compared to an image of the same scene created using a 25mm lens.
False
O
True
Answer this ASAP

Answers

Answer:

true

Explanation:

On any given camera, a 50mm lens would create an image of a scene that would appear enlarged compared to an image of the same scene created using a 25mm lens. This statement is True.

What is lens?

The lens may be diverging or converging which forms an image enlarged or diminished in nature.

The lens of dimension 50mm will make larger image as compared to the image by the lens of 25mm.

Thus, the statement is true.

Learn more about lens.

https://brainly.com/question/14413099

#SPJ2

What are merge fields?


Answer is "What are merge fields?"

Answers

Answer:

A merge field is a field you can put in an email template, mail merge template, custom link, or formula to incorporate values from a record. For example, you can place a merge field in an email template so that the greeting includes the recipient's name rather than a generic “Hello!”.

A single access point, and the set of hosts it serves, is called a(n) ________. BSS BSSID ESS None of these

Answers

Answer:

That's called a BSS! ^^

Explanation:

Does anyone know what to do when your PC is having internet connection issues and shuts down when you didn't even press the power button? This is happening to me and I don't know what to do! My PC is new too.

Answers

Answer: I think you need to reset your pc

Explanation: or get it fixed at a shop

why is the pc showing the same display on two monitors

Answers

[tex]Answer:[/tex]

Your computer is set to that by default. If you want the display to be separated, see what you can find in your settings[tex].[/tex]

If that doesn't work, try to find some reliable help on a browser search.

all of the following are types of education that you can receive at a two year college except
A. transfer
B. apprenticeship
C. developmental
D. career

Answers

Answer:

Apprenticeship

Explanation:

Apex, Just took the test

All of the given are types of education that you can receive at a two year college except apprenticeship. The correct option is B.

What is apprenticeship?

A new generation of practitioners of a trade or profession can be trained through an apprenticeship program, which combines classroom instruction with on-the-job training.

Apprenticeships can also help professionals get a license to work in a regulated field. A compensated work that allows the employee to learn and develop experience is called an apprenticeship.

Apprentices complete classroom-based learning with a college, university, or training provider for at least 20% of their working hours in addition to their on-the-job training, which results in a nationally recognized qualification.

With the exception of apprenticeship, all of the aforementioned educational options are available at two-year colleges.

Thus, the correct option is B.

For more details regarding apprenticeship, visit:

https://brainly.com/question/779411

#SPJ2

a computer can function in the absence of software true or false​

Answers

Answer:false

Explanation:

it’s false, but it doesn’t have to be a complete operating system.

What differentiates files stored on the same track and sector of different platters of a hard disk?.

Answers

Files that are stored on the same track and sector of different platters of a hard-disk drive are differentiated by a cylinder.

What is a hard-disk drive?

A hard-disk drive can be defined as an electro-mechanical, non-volatile data storage device that is made up of magnetic disks (platters) that rotates at high speed. Also, hard-disk drive are commonly installed on computers and other digital service for the storage of files.

In Computer technology, the Files that are stored on the same track and sector of different platters of a hard-disk drive are typically differentiated from one another by a cylinder configured with tracks of equal diameters.

Read more on hard-disk here: https://brainly.com/question/26382243

Other Questions
(I need help with 2 questions)1. what is the value of 3x^ + 5x when x=3?2. 3^3 +3(4+1/3) what do you think are the most important qualities for a best freinds to have. what would he or she be like write three senteces in Spanish at least 4 to 5 sentences What term applies to all of geologic time prior to the phanerozoic eon? why is this span not divided into epochs as is the phanerozoic eon?. Match each of the following prefixes with its meaning 27. ___ super-28. ___ inter-29. ___ intra-30. ___ counter-31. ___ anti-32. ___ hyper33. ___ pseudo-34. ___ non/un35. ___ in-36. ___ ad-37. ___ com- A. against or opposite B. not, in, within, on, or toward C. above or higher thanD. opposition or opposite E. withF. to or toward G. between or among H. over, above, or excessiveI. within or inside of J. fake or shamK. not Checkpoint Bohr ModWhich of the following statements is NOT true of Lewis Dot Diagrams?Give us a way to show the valence electrons without having to draw the entire BohrThe valence electrons determine whether or not the atom will react with other atomsAtoms strive to be stable with a full valence shell so they will give, take, or share eleshell.Include all of the known electrons for the atom it represents. Which of the following is NOT considered a sustainable-development strategy for management of Earths resources? 42,300 as a multiple of a power of 10 Aggregate demand refers to the relationship between :_________ A. the price level and the quantity of real GDP supplied. B. prices and the quantity of a good demanded. C. the price level and the quantity of real GDP demanded. D. prices and the quantity of a good supplied. yo, already tried -4 and -1/4. This is probs obvious but i need help. Thanks g PLEASE HELP, I AM BEING TIMED!!Assume line M and N are parallel lines cut by transversal L. Find the value of X.Options: A: X= -0.2 B: X=1.2 C: X=2 D: X=18.2 Hallie participates in the freestyle event for the school swim team. The fastest she can swim is 25 meters in 22 seconds. At this rate, in how many minutes could she swim the 200 meter freestyle event? In a chemical reaction, substance r reacts with compound xy to produce 47.0 g of compound rx. if the theoretical yield of rx is 56.0 g, what is its percent yield? use percent yield equals startfraction actual yield over theoretical yield endfraction times 100.. 9.00% 16.1% 83.9% 119% cul es el orden de las eras geolgicas? upply and demandQuestion 8 of 10Which situation would cause the price of a product to fall the most?A. Both the demand and the supply fall.B. Both the demand and supply rise.C. The demand falls while the supply rises.D. The demand rises while the supply falls. 9. List the sides of each triangle in order from shortest to longest. A rock sample has a mass of 16 grams and a volume of 8 cubic centimeters. 'When therock is cut in half, what is the volume and density of each piece? Answer the question below each diagramODa. 8+}.in adbeHow many thirds? Given: mABC = mCBD Prove: Ray B C bisects ABD. 3 lines extend from point B. One line extends to point A, another to C, and another to D. Justify each step in the flowchart proof. A flow chart with 3 boxes that are labeled A, B, C, from top to bottom. Box A contains m angle A B C = m angle C B D. Box B contains angle A B C is-congruent-to angle C B D. Box C contains Ray B C bisects angle A B D. find the value of x that makes f(x) continuous The word esteem comes from the Middle English root estemen, which means to fix the value of. Based on this information, what is the most likely definition of esteem as used in paragraph 3 of Shakespeare and Samurai (and Robot Ninjas?)?A. A scathing judgmentB. To categorizeC. A favorable opinionD. Moderate rating