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
Roberto decorates rectangular signs. One sign is 2/3 foot long and 1/4 foot wide. Another sign is 1/2 foot long and 1/3 foot wid
nordsb [41]

Answer: It takes Him 1/4 hours to decorate both signs,

Step-by-step explanation:

Hi, since the area of a rectangle is equal to:

Area: length x width

Replacing with the values given;

Sign 1 =A1 = 2/3 x 1/4 =1/6 ft2

Sign 2 =A2= 1/2 x 1/3 = 1/6 ft2

If we sum both areas:

A1 +A2 = 1/6 + 1/6 = 2/6 ft2 = 1/3 ft2 (total area)

Since it takes Roberto 3/4 hour to decorate a 1-square-foot sign:

For 1/3 ft2

3/4 hour x 1/3 ft2 = 1/4 h

ITt takes Him 1/4 hours to decorate both signs,

3 0
3 years ago
I have a total of 29 coins-they are quarters and dimes. Together they amount to $5.60. How many quarters do I have? How many dim
Anna007 [38]
450/25= 18

where 450 is $4.50 and 25 is one quarter. there will be 18 quarters. 

560-450=110

110/10=11

where 110 is $1.10 and 10 is one dime. there will be 11 dimes. 

11+18= 29

where 11 is total number of dimes and 18 is total number of quarters. and 29 is total number of coins
6 0
3 years ago
Read 2 more answers
Which of the following describes the decimal .3?
N76 [4]
Hey there!

When you see the decimal that looks like (0.3) this would be called a terminating decimal, which is a decimal that always have extra numbers at the end.

For example:

2.(3)

1.(67)

The number's that are in the parenthesis are the terminating numbers.

Hope this helps you!
~Jurgen<span />
7 0
3 years ago
Read 2 more answers
Which equation represents the line shown on the coordinate grid below?
kondor19780726 [428]
I thinks it’s A or C )) but it’s not b or d, I’m pretty sure. So imma go with A or c
5 0
2 years ago
Plz hurry I will give 17 points
UNO [17]
Your answer should be organize, correct me if I’m wrong !
6 0
3 years ago
Read 2 more answers
Other questions:
  • Multiply (2.1 x 10^3) x (3.5 x 10^2)
    5·1 answer
  • Which point is collinear with points B and C?  
    6·1 answer
  • On a beach, there is a positive correlation between the number of bottles of water a person drank and the number of whales they
    13·1 answer
  • Juan proyecta alquilar un local para hacer funcionar un gimnasio cuando las normas sanitarias lo permitan. El alquiler mensual e
    8·1 answer
  • The temperature was 102 F. Two hours later it was 3 lower .what was his temperature then
    5·1 answer
  • How to calculate velocity
    13·2 answers
  • A store display rotates 40 times every half hour. How many times will the display rotate in 4 hours?
    7·1 answer
  • What is the ratio of the length of one midsegment of an equilateral triangle to the sum of two of its side lengths?
    10·1 answer
  • Eli makes a dozen cupcakes
    7·1 answer
  • Marcy went to store and bought a t-shirt for $7.89 and a skirt for $10.99. There was a 25% discount off everything in the store.
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!