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
How do u solve it, I'm stuck please help.
allochka39001 [22]
I think it’s 3 I’m not sure
3 0
3 years ago
Read 2 more answers
Quest-Room ist die beste Unternehmung für Gruppen in Köln und liegt nur wenige Minuten vom Hauptbahnhof und dem Kölner Dom entfe
kramer
Idk...........................................................................................
8 0
3 years ago
50 POINTS
Marina86 [1]

vi is going in the positive direction (up). (That's my choice). a (acceleration) is going in the minus direction (down). The directions could be reversed.

Givens

vi = 160 ft/s

vf = 0 (the rocket stops at the maximum height.)

a = - 9.81 m/s

t = ????

Remark

YOu have 4 parameters between the givens and what you want to solve. Only 1 equation will relate those 4. Always always list your givens with these problems so you can pick the right equation.

Equation

a = (vf - vi)/t

Solve

- 32 = (0 - 160)/t Multiply both sides by t

-32 * t = - 160 Divide by -32

t = - 160/-32

t = 5

You will also need to solve for the height to answer part B

t = 5

vi = 160 m/s

a = - 32

d = ???

d = vi*t + 1/2 a t^2

d = 160*5 + 1/2 * - 32 * 5^2

d = 800 - 400

d = 400 feet

Part B

You are at the maximum height. vi is 0 this time because you are starting to descend.

vi = 0

a = 32 m/s^2

d = 400 feet

t = ??

formula

d = vi*t + 1/2 a t^2

400 = 0 + 1/2 * 32 * t^2

400 = 16 * t^2

400/16 = t^2

t^2 = 25

t = 5 sec

The free fall takes the same amount of time to come down as it did to go up. Sort of an amazing result.

6 0
3 years ago
One number is 2 less than a second number. Twice the second number is 5 less than 3 times the first. Find the two numbers.
Evgen [1.6K]

Answer:

9 and 11  

Step-by-step explanation:

First number = x -2

Second number = x

  and   2x = 3(x-2)  - 5

            2x = 3x - 6 - 5

             x = 11

              first number = 11-2 = 9

8 0
2 years ago
7) I am saving up for a video game. I currently have $28. If this is 30% of the
Snezhnost [94]

Answer:

93.3333333333 I think

7 0
3 years ago
Other questions:
  • A soda container holds 51\2 gallons of soda .how many
    9·1 answer
  • Lisa has a home-based business making and selling scented soaps. She intially spent $72 to purchase soap-making equipment, and t
    15·1 answer
  • A local parking garage charges $2.50 per hour. If Jason parks in the parking
    10·1 answer
  • Plz answer ASAP I will give you five stars
    9·1 answer
  • How do I find the domain for a function
    6·1 answer
  • What is the area of a square with sides of length 8
    8·1 answer
  • Estimate a 15% tip on a dinner bill of $49.76 by first rounding the bill amount to the nearest ten dollars​
    8·2 answers
  • Squares square roots, perfect square
    10·1 answer
  • Heather puts together 25 of a puzzle on Saturday and 310 on Sunday. Nicole has the same puzzle, and she puts together 45 of her
    15·1 answer
  • Please help 11 points worth
    11·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!