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
Andru [333]
3 years ago
13

The "mammals" data set in the "MASS" library contains the result of a study of sleep in mammal species. 1 2 Load the "mammals" d

ata set into your R workspace. In Rstudio you can click on the "Packages" tab and then on the checkbox next to MASS. Without Rstudio, type >data(mammals.package-"MASS") Attach the mammals data frame to your R search path with > attach mammals) A random experiment is to choose one of the species listed in this data set. All outcomes are equally likely. You can obtain a list of the species in the event "body > 200" with the command > subset (mammals,body>200) What is the probability of this event, i.e., what is the probability that you randomly select a species with a body weight greater than 200 kg? You can obtain a count of the species with body weights greater than 200 kg, by >sum(body > 200)

Mathematics
1 answer:
dusya [7]3 years ago
7 0

Complete Question:

The complete question is shown on the first uploaded image

Answer:

The probability that the random you randomly select species that are greater than 200 kg is  = 7/62

Step-by-step explanation:

Step One: Load the data set in to the R work space

data(mammals,package="MASS")

attach(mammals)

Step 2 : Obtain the list of the species that are greater than 200  and store it on y variable.

y <- subset(mammals,body>200)

Step Three : Obtain the total size

nrow(mammals)

Step Four : Obtain the  sum of species greater than 200

sum(body > 200)

total size = 62

size with body > 200 = 7

hence

required probability = 7/62

You might be interested in
What is the sum of 63+(-81)
Bumek [7]
OK......
Your answer would be 
- 18

H0P3 It H3LPS :)
3 0
3 years ago
In a gambling game a person draws a single card from an ordinary 52-card playing deck. A person is paid $17 for drawing a jack o
Artyom0805 [142]

Answer:

E.G=\$2

Step-by-step explanation:

Sample size 52 card

Pay for J or Q =\$17

Pay for King or Ace =\$5

Pay for others =-\$2

Therefore

Probability of drawing J or Q

P(J&Q)=\frac{8}{52}

Probability or drawing King or Ace

P(K or A)=\frac{8}{52}

Probability or drawing Other cards

P(O)=\frac{36}{52}

Therefore

Expected Gain is mathematically given as

E.G=\sum_xP(x)

E.G=17*\frac{8}{52}+5*\frac{8}{52}+(-2)*\frac{36}{52}

E.G=\$2

3 0
3 years ago
Find the midpoint of the segment that has endpoints at<br> (a+b, a-b) and (a, b).
Hunter-Best [27]

Answer:

((2a+b)/2 , a/2)

Step-by-step explanation:

The midpoint is the mean/average of both the x and y values.

Our x values are a+b and a

Our y values are a-b and b

The midpoint x value is (a+b + a ) /2 = (2a + b)/2

The midpoint y value is (a-b + b) /2 = (a)/2

The midpoint combines these two values to get ((2a+b)/2 , a/2) as our midpoint

5 0
3 years ago
A florist uses 10 red roses for every 4 white roses in her bouquets. What is the ratio of red roses to the total number of flowe
Kruka [31]
10:14 or 10 to 14

The total number of roses is 14 and there are 10 red roses. For every 14 roses there are 10 red roses.
5 0
3 years ago
Read 2 more answers
What is the midpoint of line segment AB?
Elza [17]

Answer

Midpoint = (3, 5.5)

Step by step explanation

Here we have to use the midpoint formula.

Midpoint = ( \frac{x1 + x2}{2} , \frac{y1 + y2}{2} \\)

Here the point A = (-1, 8) and B = (7, 3)

x1 = -1, y1 = 8, x2 = 7 and y2 = 3

Now plug in these values into the formula.

Midpoint = (\frac{-1 + 7}{2} , \frac{8 + 3}{2}

= (6/2, 11/2)

= (3, 5.5)

Therefore, the midpoint the line segment AB is (3, 5.5)

Thank you.


8 0
3 years ago
Read 2 more answers
Other questions:
  • Comment denominator of 19/54
    15·1 answer
  • Which of the following is a rational number?
    7·1 answer
  • Help me pleaseeeeeee
    6·1 answer
  • I middle school took all of it six grade students on a field trip to see a play the students field 2200 seats which was 55% of t
    7·1 answer
  • One lap around the park is 0.65 mile. Hal ran 4.5 laps. How many miles did Hal run?
    9·2 answers
  • Initial value question help
    6·1 answer
  • Ruben put an empty cup underneath a leaking faucet. After hours, Ruben had collected cup of water. What is the rate, in cups per
    12·2 answers
  • It is given that 2^x = 5^y = 10^z , express z in terms of x and y​
    6·2 answers
  • How do i find the polar form of <br> 1-2i
    14·1 answer
  • The height of a tree is 42 inches. After 6 years the height is 15 feet 6 inches. How many inches did the tree grow each year?
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!