Answer:
232
Step-by-step explanation:
9 x 25 = 225 225 + 7 = 232
another way to find it
9 x 20 = 180 9 x 5 = 45 180 + 45 = 225 + 7 = 232
Hey there! :)
6n + 12 = 6
Isolate our given variable.
We can do this by subtracting both sides by 12.
6n + 12 - 12 = 6 - 12
Simplify.
6n = -6
Divide both sides by 6.
6n ÷ 6 = -6 ÷ 6
Simplify.
n = -1
~Hope I helped!~
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
Answer:
<h2>3x + 6y = 0</h2>
Step-by-step explanation:
Equation of a line = y = mx + c
where m = slope
m = (1 - 4) / (-2 - (-8))
<h3>m = -3 / 6</h3>
y - 1 = -3/6 (x + 2)
6y - 6 = -3x - 6
3x + 6y = 0
Answer:
y-intercept = (0, -2)
x-intercept = (2, 0)
Step-by-step explanation:
The y-intercept is the value of y when x = 0. Therefore, Given the linear equation, y = x - 2:
Let x = 0:
y = 0 - 2
y = -2.
Therefore, the y-intercept of the linear equation, y = x - 2 is (0, -2).
The x-intercept is the value of x when y = 0.
Therefore, let y = 0:
y = x - 2
0 = x - 2
Isolate x by adding 2 to both sides of the equation:
0 + 2 = x - 2 + 2
2 = x
Therefore, the x-intercept is (2, 0).