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
What’s the converse of the statement???
BARSIC [14]
B would be the answer
5 0
3 years ago
I don't understand any of these things for algebra. HELP!!!
kodGreya [7K]
I think 1 is A , I think!
7 0
3 years ago
The difference of the product of 3 and m<br> minus the quotient of m divided by 2<br> m=6
s2008m [1.1K]

Answer:5m/2

Step-by-step explanation:

3m-m/2

(2×3m-1×m)/2

(6m-m)/2=5m/2

5 0
3 years ago
Jacob earned $80 babysitting and deposited the money into his savings account. The next week he spent $85 Lon video games. Use i
nexus9112 [7]
After one week, Jacob has earned $80 from babysitting, so his change is an increase of $80.  The next week, he spends $85, so he experiences a decrease of $85.  Over the two weeks, his overall change is $80-$85=-$5, or a decrease of $5.
5 0
2 years ago
Help please! I’m giving brainliest to however gets this question right.
Arisa [49]

Answer:

They both have area 4

Step-by-step explanation:

Area of the square:

base*height = 2 * 2 = 4

Area of the triangle:

Using the left-side of the triangle as the base, and the height from the left-side to the bottom-right corner:

\frac{1}{2}base*height

\frac{1}{2}4\sqrt2*\sqrt2=4

We know the length of the diagonal is \sqrt2 as we are using a centimetre grid, so we can create an isosceles triangle with side lengths 1 and our unknown length, we can then use Pythagorean Theorem to work out our unknown side length.

a^2+b^2=c^2

1^2+1^2=c^2

2=c^2

\sqrt2=c

7 0
3 years ago
Other questions:
  • A jar contains 4 white marbles, 6 red marbles, 8 black marbles and 2 green marbles. If a marble is
    10·1 answer
  • What is the answer and you are finding the volume. Use 3.14 for pi
    6·1 answer
  • Solve x:<br> 9 - 4x = -35<br> --Please Help! This is homework due in for Monday! Xx
    11·2 answers
  • Simplify the expression. 2(3y - 7) - 5y(2 - y)
    10·2 answers
  • Help asap!<br> its a surface area problem, please explain your answer.
    13·1 answer
  • What conclusion can be made based on this multiplication problem?
    12·1 answer
  • In the diagram, L= N and would be the Reason for Statement 4? Explain with<br> Stem<br> As<br> WONOM<br> AR
    14·1 answer
  • I'm getting different answers to this question and I'm so confused-
    12·2 answers
  • PLS HELP!!!!! Find the solution to (X+2)2=49
    14·1 answer
  • Which of the following methods of timekeeping is the least precise?
    13·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!