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
Talya is putting up a fence around their rectangular yard. The fence will be 16 yards long and 5 yards wide.
ElenaW [278]

Answer:

80

Step-by-step explanation:

that would be the area of the YARD the fence is surround area is width times length.  

if they are really asking the area of the fence itself there isnt enough info here.  (I think)

4 0
2 years ago
Read 2 more answers
For f (x) = 4 x +1 and g(x) = x^2- 5, find (g/f)(x)
Lady bird [3.3K]

Answer:

The answer is: \frac{x^2-5}{4x+1}

Step-by-step explanation:

We are given: f(x)=4x+1 and g(x) = x^2-5

We need to find (g/f)(x).

Simply divide g(x) and f(x)\\.

Which equates to:

(g/f)(x)= \frac{g(x)}{f(x)} =\frac{x^2-5}{4x+1}

This cannot be simplified further, so it is the answer.

3 0
3 years ago
3) IN THE ORDERED PAIR: (7,3) TELL ME WHAT IT MEANS.
anygoal [31]
The ordered pair (7,3) means there is an “x” value of 7, and a “y” value of 3 at said coordinate.
6 0
2 years ago
Read 2 more answers
a size 8 kids shoe measures 9 2/3 inches. If 5 pairs of size 8 kids shoes are lined end to end, then how many inches will they c
TEA [102]
Answer: 96 2/3 inches


Explanation:

5 x 2 = 10

10 x 9 2/3 = 96 2/3 inches


The Wise Orange knows that there are 2 shoes in a pair. 
7 0
3 years ago
How can you quickly determine the number of roots a polynomial will have by looking at the eqation?
maw [93]
Easy way is to look at the term with the highest exponent.  The exponent determines the number of roots.  Some might be double roots.  THough not all of then will be real.  The imaganry ones come in pairs
Examples:
x^4 - 4 roots
x^7 - 7 roots
x^3 - 3 roots

3 0
3 years ago
Other questions:
  • Is it possible to make a triangle with 4 meters, 5 meters, and 7 meters
    12·1 answer
  • A group of 8 Trends (5 girls and 3 boys) plans to watch a movie, but they have only 5 tickets. How many different combinations o
    9·1 answer
  • Customers arrive at a movie theater at the advertised movie time only to find that they have to sit through several previews and
    6·1 answer
  • Simplify the expression (2j+1)(2)
    5·2 answers
  • M(x)=−(x−5) 2 +25m, left parenthesis, x, right parenthesis, equals, minus, left parenthesis, x, minus, 5, right parenthesis, squ
    8·1 answer
  • Math Trick<br> 43 x 67 = ?
    12·2 answers
  • Help asap give brain list
    5·1 answer
  • 1. A rectangular fish tank 60 cm by 15 cm by 34 cm find the volume of water needed to fill the tank 2/3 of the given aquarium.
    6·1 answer
  • A middle school has 950 students a survey was given to 20 randomly selected students and 8 said they would buy fresh fruit in th
    6·1 answer
  • 75,981 rounded to the nearest ten-thousand
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!