1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Nataly_w [17]
3 years ago
12

1. Consider the chance experiment of selecting an adult at random from the sample. The number of credit cards is a discrete rand

om variable. The table above sets up the probability
distribution of this variable as a relative frequency. Make a histogram of the probability distribution of the number of credit cards per person based on the relative frequencies.

Mathematics
1 answer:
Fantom [35]3 years ago
5 0

Answer:

See the explanation below.

Step-by-step explanation:

Assuming the distribution table given:

X ( Number od Credit Cards)    Relative frequency

                   0                                    0.26

                    1                                    0.17

                   2                                    0.12

                   3                                    0.10

                   4                                    0.09

                   5                                    0.06

                   6                                    0.05

                   7                                    0.05

                   8                                    0.04

                   9                                    0.03

                   10                                   0.03

We can create the histogram for this data using the following code in R:

> x<-c(0,1,2,3,4,5,6,7,8,9,10)

> freq<-c(0.26,0.17,0.12,0.10,0.09,0.06,0.05,0.05,0.04,0.03,0.03)

> x1<-c(rep(0,26),rep(1,17), rep(2,12),rep(3,10), rep(4,9),rep(5,6),rep(6,5),rep(7,5),rep(8,4),rep(9,3),rep(10,3))

> hist(x1,breaks = x,main = "Histogram", ylab = "%", xlab = "Number of credit cards")

And we got as the result the figure attached. We see a right skewed distribution with majority of the values between 0 and 3

You might be interested in
Only false statements have counterexamples. true or false
ycow [4]
I think it is false, because you can have a contradicting statement to a true statement
5 0
3 years ago
Given the graph below, which of the following points would be included in the graph of the inverse of the function?
Svetlanka [38]

Answer : (1,-1)

a line through the points (-1, 1), (0, 2), (1, 3)

To find the point in the graph of inverse function we interchange x  and y values

For point (-1 , 1) , the point on inverse function is (1, -1)

For point (0 , 2) , the point on inverse function is (2, 0)

For point (1 , 3) , the point on inverse function is (3, 1)

so (1,-1) will be  included in the graph of the inverse of the function

7 0
3 years ago
Read 2 more answers
Write an equation of the graph:
katrin [286]
1. To translate to the left, add to x. 
The equation is: y = |x + 2|

2. To translate down, add to y. 
The equation is: y + 2 = |x| OR y = |x| - 2 (subtract 2 from each side)

Hope this helps!
5 0
3 years ago
Solve for n.<br> Q=5n+5z
kirill115 [55]
q=5n+5z\ \ \ \ \ \ \ |subract\ 5z\\\\q-5z=5n\ \ \ \ \ \ \ |divide\ by\ 5\\\\n=\frac{q-5z}{5}\\\\Answer\ is\ n=\frac{q-5z}{5}
5 0
3 years ago
Read 2 more answers
You bought a large cooler that holds 55 gallons. How many quarts is that?
Leno4ka [110]
I'm confused because the answer is 220 quarts.
If you look at the other one you asked, I explained it.
6 0
3 years ago
Other questions:
  • Rauls car averages 17.3 miles per gallon of gasoline. How many miles can Raul drive if he fills his tank with 10.5 gallons of ga
    13·1 answer
  • Simplify 7 log3 k + 6 log3 m − 9 log3 n
    14·1 answer
  • The equation of the line is 3y+2x=12 . what is the slope of the line perpendicular to this equation?
    5·2 answers
  • Jack's mother gave him 50 chocolates to give to his friends at his birthday party. He gave 3 chocolates to each of his friends a
    6·1 answer
  • Use this graph to make an equation using y= mx+b (worth 5 points) ​
    13·2 answers
  • Answer the following: <br> 5x6+3%5-12+3
    12·2 answers
  • A linear function that represents the number of hot dogs purchased at a football game is compared to a different linear function
    14·2 answers
  • What is the area of this...
    6·1 answer
  • Which type of interest rate is not adjusted for different factors, including inflation?
    12·1 answer
  • 7. 25 yards of hose costs $9.95. How much will 150 feet cost?
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!