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
18. Which of the following is true for a circle that has a circumference of approximately 75 feet?
anyanavicka [17]

Answer:

A) The diameter is approximately 12 feet.

Step-by-step explanation:

C= piD

sq ft would be wrong bc this is not talking ab area

6 0
3 years ago
Help me plsss!! Thank youuuu.​
Andru [333]

Answer:

The answer is B.

Step-by-step explanation:

7 0
3 years ago
Given f(x) = -4x - 2, solve for x when f(x) = 6.
Andrej [43]

Answer:

use

Step-by-step explanation:

calculator

6 0
3 years ago
What is the value of g(-4)? HINT: It's not A.<br><br> A. -1<br> B. 27<br> C. -5<br> D. 1
GalinKa [24]
Answer: C
I hope this helps
6 0
3 years ago
Read 2 more answers
What is the value of x to the nearest tenth?<br> A. 6.0<br> B. 13.4<br> C. 26.8<br> D. 30.0
lilavasa [31]
Use the Pythagorean theorem:

\left(\dfrac{1}{2}x\right)^2+12^2=18^2\\\\\dfrac{1}{4}x^2+144=324\ \ \ |-144\\\\\dfrac{1}{4}x^2=180\ \ \ \ |\cdot4\\\\x^2=720\to x=\sqrt{720}\\\\\boxed{x\approx26.8}
8 0
3 years ago
Other questions:
  • What is the answer to 39 And 41
    5·1 answer
  • There is 100 people in each train car so how many people are they in each train there is ten cars in each train and thirty train
    5·1 answer
  • NEED THE ANSWER ASAP PLEASE
    12·1 answer
  • Suppose triangle TIP and triangle TOP are isosceles triangles. Also suppose that TI=5, PI=7, and PO=11. What are all the possibl
    15·1 answer
  • Please help ASAP Very URGENT Need help Due Tomorrow Need your help PLEASE ANYONE PLEASE COME AND HELP
    7·1 answer
  • Can someone answer quickly
    13·1 answer
  • Last year Victoria paid £354 for her car insurance
    14·1 answer
  • 100 point for free giving it away bc I want to be nice
    11·2 answers
  • Please help I'll give 50 points and brainliest!!!
    10·1 answer
  • Elena is 56 inches tall. (Note: 100 inches = 254 centimeters)
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!