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
Who can help me needed for tomorrow please
blagie [28]

a) 170.00 =8n -30

200= 8n

n = 200/8 = 25 items


b) since the expenses increased the profits would decrease

profit = 8(25)-40 = 200-40 = 160

170-160 = 10.00

 profit decreased by $10.00

6 0
3 years ago
Read 2 more answers
If jim had 8 apples and you took 5 away and gave him two back how many apples do you have?
max2010maxim [7]
5 apples is the correct answer:)
8 0
2 years ago
In circle Y what is m angel 1 <br><br> 6<br> 25<br> 31<br> 37
BigorU [14]

The answer is definitely 31

7 0
3 years ago
Read 2 more answers
Brainlist if right no lnks
zloy xaker [14]

Answer:∠1 and ∠5

Step-by-step explanation:

(A) ∠3 and ∠6  forms the interior angles on the same side of the transversal. Thus, this option is incorrect.

(B) ∠1 and ∠4 forms the linear pair on the straight line a, thus this option is incorrect.

(C) ∠1 and ∠5 forms the corresponding angle pair, thus this option is correct.

(D) ∠6 and ∠7 forms the linear pair on the straight line a, thus this option is incorrect.

5 0
2 years ago
What is the mass of an object that has a density of 5.25 g and a volume of 10 cm³
Shalnov [3]
The mass of the object would be 52.5g
3 0
3 years ago
Other questions:
  • The perimeter of a rectangular garden is 43.8 feet. Its length is 12.4 feet. What is its width?
    6·2 answers
  • Solve the following equation. 2x - 1 ≤ x 5
    11·1 answer
  • 1. Which pair of expressions is equivalent?
    5·1 answer
  • If square root m= 8, then m must equal ____. 4. 8. 16. 64
    15·1 answer
  • What is the value of 6[4-9.47]?
    7·1 answer
  • You are playing a board game with your little sister. Moves are determined by rolling 2 six-sided dice. The red die tells you th
    12·1 answer
  • What is the simple interest earned on $2500.00 that earns 3.5% interest for 24 months?
    8·1 answer
  • Solve for θ. Please help me!!
    10·1 answer
  • Susan and Tom want to know the combined amount of money they earned last week. They both earned $9 per hour, but Susan also earn
    10·1 answer
  • →<br> Enter a formula using k to connect the two<br> variables.<br> y is proportional to x³
    13·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!