A histogram titled Greeting card sales has date on the x-axis and cards (millions) on the y-axis. January is 1 card, February: 11, March: 1, April: 1, May: 9, June: 7, July: 1, August: 1, September: 1, October: 9, November: 7, December: 12. The histogram shows the monthly sales for a greeting card company in one year. Which best describes the data for May–June and October–December? clusters no frequency gaps symmetry

Answers

Answer 1

Answer:

Clusters

Explanation:

Given

The histogram

Required

What does May-June and October-December represents

The data for May-June is:

[tex]May: 9[/tex]

[tex]June: 7[/tex]

For October-December, it is:

[tex]October: 9[/tex]

[tex]November: 7[/tex]

[tex]December: 12[/tex]

Notice that these data are close to each other.

This implies that they are clusters

Answer 2

Answer:

the answer is a

Explanation:


Related Questions

HELP ASAP! prompt what is search engine?

Answers

Answer:

Prompt Search allows a user to set a keybinding that when activated will open a small popup search bar. This allows the user to search their search engine of choice from anywhere within chrome. It also supports command line style interaction where users can use the up and down arrow keys to navigate previous searches.

Answer:The search engine is a software system that is designed to search the information about anything on the world wide web.

Explanation: got it correct edge

Why is data such a powerful form of evidence?

Answers

It proves the claim right being factual

Do you need a internet browser to go to the intrnet?​

Answers

Answer:

No you do not need a interent browzer to get to the internet.

Explanation:

Not sure but I don’t think so

Jason works for a restaurant that serves only organic, local produce. What
trend is this business following?

digital marketing
green business
e commerce
diversity

Answers

Answer:

green buisness

Explanation:

green business because it’s all natural and it’s organic

HELP!!!!!!!!!!!

A program that converts a program to binary all at once and runs the entire program when finished with the conversion
Group of answer choices

Complication

Compiler

Function

No answer text provided.

Answers

Answer: Compiler

Explanation:

Complete the static method stringSearch, which returns a String that tells where the first occurrence of the characters (chr) were found ("The characters were found at ____ index.") or it says, "Those characters could not be found." The String to be searched (phrase) and the characters that are being looked for (chr) are passed in as arguments. (9 points) public static String stringSearch (String phrase, String chr) { ** Complete the code ** }

Answers

Well can't do it for you but try using that phrase argument with string compare functionality

KeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnnKeyonnn

Answers

Answer:

Hey

Explanation:

Thank.you for your comment!

You use the analogy that a four-dimensional array is like a shelf of books.

Which part of the analogy does 3 refer to in myData[1] [3] [2] [6]?

page

book

row in the table

shelf

Answers

Answer:

Page

Explanation:

Edge 2020

The page part of the analogy, 3 refer to in myData[1] [3] [2] [6]. The correct option is A.

What is array?

An array is a collection of memory locations, or "boxes," each of which has the same name and can store a single piece of data. An array's data must all be of the same data type.

The metaphor suggests that a four-dimensional array is similar to a book shelf.

A dimension is used in addition to length, breadth, and depth to enable the use of geometrical language when discussing occurrences that depend on four parameters.

Consequently, it may be said that a four-dimensional array is comparable to a shelf of books. In my Data are page, 2 refers to the analogy's relevant section.

Thus, the correct option is A.

For more details regarding analogy, visit:

https://brainly.com/question/2403481

#SPJ5

Suponiendo que el centro de la gravedad de la barra se enchentra a 3 m del punto de apoyo,y su contrapeso, de 4800 N, se encuentra a la distancia indicada en la figura, ¿Cual deberia ser el peso de la barra para que la barrera este equilibrada?

Answers

Answer:

C

Explanation:

because...

Match the example with the type of collection.

{'casa': 'house'}


[3, 5]


(3, 5, 'dog')

Answers

Answer: First is a dictionary, second is a list, and third is a tuple

Explanation:

Help brainliest True or False

In Python, the first character in a string has an index position of one.
TRUE/False

Answers

Answer:

False

Explanation:

Hope this Helps! :)

Answer:

False

Explanation:

The first character in the string has an index of 0

Which details in paragraphs 1-5 contrast with your experience and expectations?

Based on these details,what do you think the setting of the story is?

Answers

Answer:

among us

Explanation:

Drag each label to the correct location. Each label can be used more than once. Match the device to the port through which it connects. Monitor External hard drive Flash drive Flash drive Mouse hdmi usb- c display port thumder port

Answers

Answer:

Mouse - USB

Monitor - display port, HDMI, and thunderbolt port

External hard drive - USB and thunderbolt port

Flash drive - USB

Explanation:

A computer mouse is an input device used to interact with a computer system. It connects with the computer through the USB port.

A Monitor is an output device that is used to display information on a computer system. It can be connected to the system through the display ports, HDMI, and the thunder port.

The External hard drive is a storage device that holds data for a long period of time. It has adapters to connect to the computer through the USB ports or thunderbolt ports. The flash drive is similar in function to the hard drive but small in size and storage space. It only connects with the computer through USB ports.

Answer:

HDMI- Monitor

DisplayPort- Monitor

The other two, I dunno

In the movie Charlie and The Chocolate Factory, why did Augustus Gloop go against Mr. Wonka’s instructions and drink from the chocolate river?

Answers

Answer:

He likes chocolate

Explanation:

He's a selfish chocolate lover. Mr. Wonka stated that it must not be touched by human hands, simply children being stubborn.

I need help with this program. I need code for this . Java if statements Determine the amount of discount a person should receive. If the bill is more than 2000, then the person should receive a 15% discount. If the bill is 2000 dollars or less, the person does not receive a discount of any kind. Sample Data: 500 2500 4000 333.33 95874.2154 Sample Output= Enter the original bill amount :: 500 Bill after discount :: 500.00 Enter the original bill amount :: 2500 Bill after discount :: 2125.00 Enter the original bill amount :: 4000 Bill after discount :: 3400.00 Enter the original bill amount :: 333.333 Bill after discount :: 333.33 Enter the original bill amount :: 95874.2154 Bill after discount :: 81493.08

Answers

Answer:

The program in Java is as follows:

import java.util.Scanner;

public class MyClass {

   public static void main(String args[]) {

     double bill;

     Scanner input = new Scanner(System.in);

     System.out.print("Enter the original bill amount : ");

     bill = input.nextDouble();      

     if(bill>2000){

         bill-=0.15*bill;

     }

     System.out.println("Bill after discount: " + bill);

   }

}

Explanation:

This declares bill as double

     double bill;

This lets the program accept input

     Scanner input = new Scanner(System.in);

This prompts user for the original bill amount

     System.out.print("Enter the original bill amount : ");

This gets the bill from the user

     bill = input.nextDouble();      

This checks if the input bill is greater than 2000

     if(bill>2000){

If yes, the bill after discount is calculated as follows:

         bill-=0.15*bill;

     }

This prints the bill after discount

     System.out.println("Bill after discount: " + bill);

Based on the following passage on construction technology during the Middle Ages, why might a worker not be allowed to join a guild?
During the Middle Ages, a family worked in a trade for generations, with fathers training sons and passing knowledge along bloodlines.
Masons learned how to carve elaborate gargoyles; glaziers made intricate stained-glass windows. These skilled workers were organized into
guilds, and on a construction site, guild workers were highly esteemed while lower-level unskilled workers completed simple routine tasks.
All laborers were paid.

He did not pass the necessary exams to qualify for guild membership

He had signed a contract forgoing payment in exchange for on-the-job training.

He was not born into a family of skilled laborers

His specialty did not fall under masonry or glazing.

Answers

Answer:

He was not born into a family of skilled laborers

Explanation:

Do you think it's better for a young designer to use free, open-source art programs or to pay for commercial programs? Explain your answer, but come up with at least one counterargument that forces you to defend your position when you explain why you think one option is better than the other.

Answers

Answer:

The young designer should use free open-source art programs for his designs. The designer can create new tools and get and update a verse collection of design tools in the software.

Explanation:

An open-source program is a software or application whose source code is available for changes, upgrade and sharing within the public.

Rather than in closed-source software where all upgrades and changes are made only by the tech-company with the license, and the expensive nature of the purchase, the open-source code programs are mostly free with a general public license.  

a certain kind of fish in the ocean eats only algae. a seal eats this fish a bear eats the seal .when the bear dies,it’s recycled by bacteria

Answers

Answer:seal

Explanation:

Please explain what Level 5 Automation is and give 2 examples of the technology

PLEASE ANSWER

Answers

Answer:

Automation is the process by which AI is adapted, trained, and refined to perform actions that are similar/mimic those of human behavior and actions There are 5 levels to automation, 0 being the lowest and 5 being the most "autonomous" and independent.Level 5 automation is complete control of the action essentially a true self-driving car that can go anywhere and at any time, assuming that a human driver could do the same.This is based under the assumption that the human can perform the same action as the AI.Fully autonomous vehicles Robot Conveyer belt

Please explain what Level 5 Automation is and give 2 examples of the technology.

Answers

Level 5 ( Full Driving Automation ) Level 5 cars won't even have steering wheels or acceleration / braking pedals . They will be free from geofencing , able to go anywhere and do anything that an experienced human driver can do .

Pls follow me and Mark as brainlest!!! :-)

Which shot is not the best for a widescreen image

Long shot
Closeup
Establishing shot

Answers

Closeup because well it’s close and not far away

Which of the following is true of functions?

Answers

Answer:

their is nothing

Explanation:

functions are true ....

Which field in the contacts form is used to control the order in which contacts are displayed in the current view.

Answers

Answer: File as

Explanation:

A contact form is simply refered to as a web based form which is usually short and then published on the website which can be filled out by people in order to pass a message across to the person who owns the site.

The field in the contacts form that is used to control the order in which the contacts are displayed in the current view is "File As".

Why was the Internet first developed? Use details and information to explain your answer.

Answers

Answer:

for military purposes,

Explanation:

and then expanded to the purpose of communication among scientists. Unlike the telephone network, the Internet uses packet switching. Packet switching was invented by three different independent research groups around the world.

which of these exemplifies an iterative process
A: you walk to school everyday with a friend
B: you do homework at a different time each day
C: sometimes you eat breakfast at school and something you eat at home
D: you write a research paper, review it, revise it, review it again, revise it again

Answers

Answer:

its D

Explanation:

took the test

Answer:

d

Explanation:

You created a two-dimensional array with the following code.

>>> A = [21, 'dog', 'red']
>>> B = [35, 'cat', 'blue']
>>> C = [12, 'fish', 'green']
>>> E = [A, B, C]
How do you refer to 'cat'?

E[1, 2)

E[1,2]

E[1][2]

E[1,2]

Answers

Explanation:

My answer is E[1][1]

but I don't see it here

Answer:

E[1][2] that is correct I just took t

Android OS "AFTER" Beta.
A. Cupcake
B. Candy
C. Cookie
D. Carmel

Answers

Answer:

Android OS "AFTER" Beta is;

A. Cupcake

Explanation:

The Android Beta mobile operating system was released on November 2007 while on the 23rd of September, 2008, the first commercially available version of the Android, Android 1.0 was released

Android 1.0 and 1.1 were not assigned actual code names and the first Android mobile operating system release to be assigned a code name is the Android 1.5 which was code named Cupcake by the project manager

What potential problems could come up if I tried to use a function without knowing what it does or how to interact with it?

Answers

Answer:

You won't get the result you are expecting. Or you may get a result, you just don't know what it represents. Or the function could do any number of other things that may effect values already stored in the instance of the class that you weren't intending. It all depends on what the function is and how dependent other things are on it.

Answer:

My friend wants to use my findSmallest() function in her program. Is this function ready to be shared in a library? Why or why not? This is the answer to the next question.

Explanation:

No, this code is not ready to be shared in a library. This is because this code has a global variable that will only allow the code to work for one case and cannot be applied to other problems my friend might have. This function also does not have a return call which will result in no answer when fed with an input.

What is the output?
X = 9 % 2
if (x == 1):
print ("ONE")
else:
print ("TWO")

Answers

Answer:

ONE

Explanation:

9 % 2 = 8 remainder 1

mod is asking for the remainder, so x = 1.

Since x equals 1, it will print ONE.

How do I do this? Can someone please tell me.

Answers

Answer:

Below is a quick example of how to do it.  Note though that the instruction to output "annual rainfall to one decimal place" sounds erroneous to me, as I would expect the numbers to be entered as integers (but perhaps I'm wrong).

In my opinion it would be far more sensible to round the average to a single decimal place instead.

start a running tally at zero

set "aboveTally" to zero (this will be used to count which months are above the average)

for each month{

   prompt for rainfall that month, storing it in an array

   Also add that value to the running tally

}

average = tally / 12

// Output list of month's rainfalls, and get a tally of those above average

for each month{

       print month + ": " + amount input for this month

       if total for month > average: aboveTally++

}

//output total anual to one decimal place:

print "total anual rainfall: " + (int)(tally * 10) / 10

//output number of months above the average:

print "Number of months above averayge: " + aboveTally

Other Questions
Explain how to recognize when a system of equations has no solution. Wade Boggs played professional baseball for three different teams in 18 years. The table shows his total number of hits for each team. Table showing the Red Sox had 2,098 hits, Yankees had 702 hits, and Devil Rays had 210 hits. Suppose he made the same number of hits each of the 18 years. If t = total number of hits and a = number of hits per year, which two equations can be used to determine the number of hits he made each year? Drag these equations into the box. t = 2,098 702 210. t = 2,098 + 702 + 210. t = 2,098 (702 + 210).a = 18 t. a = 18 t a = t 18 best buys sells laptops for $422. If the sales tax is 5.5% what is the sales tax of the laptop?**Write the decimal (this is money, so to the hundredths place Please help-Tell which postulate, if any, make the triangles congruent Which Neoclassic artwork directly reflects the propaganda during the French Revolution?Group of answer choicesA. Jacques-Louis Davids The Oath of HorattiB. Michelangelos David Lady Macbeth refers to many events and conversations in her sleep-walking scene. Chart as many as you notice: Textual Evidence Explanation / reference to what event the meaning for the word neutrality A full glass of water can hold a bottle.How many glasses of water can be filled with 3 and 1/2 bottles of water? Help pls. HJ is an altitude of triangle FGH. M can someone help on these two thanks In "Mary Cassatt: Artist and Trailblazer," how does Vanessa Wright convey her viewpoint that Cassatt cared more about her art than popularity and wealth?Wright explains how Cassatt was the only American artist to exhibit with the Impressionists.Wright states that Cassatt moved to Paris to study painting.Wright describes Cassatt's reaction when she first saw Degas' art.Wright describes how Cassatt left the Salon to paint with Degas' group. How is 2(2x +2y) and (4x + 4y)^2 equivalent to (4x+4y). Explain your thinking. Hi! during this pandemic it's kind of hard to learn math over the screen. no one is willing to help since my teachers are busy and my mom is confused. I Don't have friends to go to who could help me..So i'm hoping someone here could help! ...!!i cropped it so you could see better..Thanks! PLEASE HELP IN ONE MINUTE Find the value of x.9236 The cost of renting a boat is $51 for 4 hours. Which of the following is not an equivalent rate? Give the letter of your answer and justify your answer. Show your work.A. $76.50 for 6 hoursB. $38.25 for 3 hoursC. $89.25 for 7 hoursD. $63.00 for 5 hours How did George Orwell's writing shape our world? Expand 3(c+7) I need this answer quick! A snail moves at the rate of 1/8 inch per minute. How many minutes does it take the snail to move 1 1/3 inches? How many people work in the factory? When- 800 people live in the town. 15 out of every 50 adults work in the factory. The town has 200 children aged 17 or younger. 18 is considered the age for being called an adult. Children under 18 may not work in the factory.