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
In a parking lot there are totally 70 vehicles, cars and motorcycles. all together they've got 258 wheels. how many cars are the
docker41 [41]
1 car - 4 wheels
1 motorcycle - 2 wheels

x - number of cars
y - number of motorcycles

so, there are 70 vehicles: x + y = 70
and all togeather they've got 258 wheels: 4*x + 2*y = 258
because each car has 4 wheels, so all car wheels = 4*x,
likewise 2*y for motorcycles

x + y = 70  /* 4
4 x + 2y = 258

4 x + 4 y = 280  (R1)
4 x + 2y = 258    (R2)

2y = 22  /:2      it is R1 - R2
x = 70 - y

y = 11    /motorcycles
x = 70 - 11 = 59  /cars

check:
59 + 11 = 70  ok
59 * 4 + 11 * 2 = 236 + 22 = 258  ok
5 0
3 years ago
Find the center and the radius of the circle with the equation x^2 -2x+y^2 +4y +1
steposvetlana [31]

Answer:

Center = ( 1,-2)

radius = 2

6 0
3 years ago
Sam received 74 dollars for his birthday. He went to a sporting goods store and bought a baseball glove, baseball,and bat. He ha
tigry1 [53]

Answer:

he spent 48 dollars

Step-by-step explanation:

74-x=26

or

74-26=x

8 0
3 years ago
(01.02)
Bas_tet [7]

Step-by-step explanation:

it is option c. you interchange the value with y and take inverse.

8 0
3 years ago
Hello,
Damm [24]

Answer:

  -1

Step-by-step explanation:

The axes on your graph are not labeled, so we have to assume they follow the usual convention. That is, the vertical axis is the y-axis, and the horizontal axis is the x-axis.

The x-coordinate tells how far to the left or right of the y-axis the point is. Here, point L is 1 grid square to the left of the vertical line that is the y-axis. If you follow the vertical line through L down to where it crosses the x-axis, you will see an unlabeled open circle there. (We don't know the purpose of that circle, but we call it to your attention so you know you're looking in the right place.)

Looking 4 more grid squares to the left of that point, you see the marking "-5". This tells you each grid square corresponds to one unit. Then the first one to the left of the y-axis (where the open circle is) has a value of -1. That is the value of the x-coordinate of point L.

The x-coordinate of point L is -1.

4 0
3 years ago
Other questions:
  • A rescue shelter has a total of 30 occupants. The number of legs at the shelter totals 96 legs. There are spiders and frogs at t
    8·1 answer
  • What is the answer to 2X +1=-15
    15·2 answers
  • What is 9b^2+25 ??? pls help
    12·1 answer
  • What is eaquel to 27:81
    5·1 answer
  • HELP URGENT!! Is the following relation a function?
    7·2 answers
  • What is the probability of spinning the spinner below once and having it land on blue or an even number?
    11·2 answers
  • Need help! 20 points!<br> No links please
    7·1 answer
  • -7/33 x (-11/7) PLEASE ANSWER ASAP &gt;_
    7·2 answers
  • A certain television is advertised as a 59-inch TV (the diagonal length). If the width of the TV is 49 inches, how tall is the T
    14·1 answer
  • Can someone help me with this? Thank you so much! I mark as brainliest :)
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!