skilafresh0838 skilafresh0838
  • 13-05-2020
  • Mathematics
contestada

What is the best description for the histogram?

Respuesta :

ryanjcrooks2004
ryanjcrooks2004 ryanjcrooks2004
  • 13-05-2020

Answer:

A representation of numerical or categorial data. It is similar to a bar graph

Step-by-step explanation:

Answer Link

Otras preguntas

Use the ordered pairs below. (10,20), (11, 21), (12, 22) What patterns are used to create the ordered pairs?​
Which development occurred as part of the Second Industrial Revolution in the late 1800s?
75 POINTS!! PLS HURRY Choose the term that best completes each sentence. ___are intentional attacks on a system with the intent to do harm. a. cyberthreats b
Celebrities are not good role models
I need the answer to this quick pls​
What are the domain and range of the function f(x) = 3X + 5? domain: (-00,00); range: (0,0) domain: (-00,00); range: (5,00) O domain:(0.00); (-00,00) O domain:
Select two sentences from the passage that support the idea that Gutenberg considered the printing press his greatest undertaking.A"He had poured more than 20 y
Viruses ___________________________________________________. are living because they reproduce with help from a host. are not living because they do not grow. a
what is the third quartile of the following data set? 24,20,35,43,28,42,25,29,44,21,37
Consider the following recursive method. public static string recur(int val) { string dig = "" + (val % 3); if (val / 3 > 0) return dig + recur(val / 3); ret