Answer:
y = 1/4x + 1
Step-by-step explanation:
y = 1/4 x + b
take the point and plug it into the formula to solve for b
2 = 1/4 (4) + b
2 = 1 + b
b = 1
Answer: She needs 86 more pens
Step-by-step explanation: She starts off with 39 pens and she needs to get to 125 so you would subtract 39 from 125 and you would find the answer to how many more she needs.
Answer: x= 47 (If that says 3x+2)(the picture is a little blurry)
Step-by-step explanation:
Linear pairs of angles sum to 180.
37+(3x+2) =180
Combine like terms
39+ 3x = 180
Subtract 39 from both sides
3x = 141
Divide both sides by 3
x= 47
Answer:
μ = 1 The firm expects that one oil exploration will be successful.
v(x)= 0.9
Step-by-step explanation:
The first step is to define the random variable x as:
x: number of oil explorations being succesful
Then x can be take this values:
x = 0 , x =1 ... x =10
x is a binomially distributed random variable with parameters.
p = 0.1 and n=10
And the mean or the expected value of x is:
μ = E(x) = np
Then μ = 10*0.1 = 1
And the variance of x is:
V(x) = np(1-p)
V(x) = 10(0.1)(1-0.1)= 0.9
Answer:
Range = 13
Mean = 8.3
Variance = 17.61
Step-by-step explanation:
Given the population dataset :
2, 9, 15, 4, 12, 9, 13, 6, 3, 10
1.) Range : (maximum - minimum)
Maximum = 15 ; minimum = 2
Range = (15 - 2) = 13
2.) population mean (μ) :
μ = ΣX / n
n = sample size
μ = (2 + 9 + 15 + 4 + 12 + 9 + 13 + 6 + 3 + 10) / 10
μ = 83 / 10
μ = 8.3
3.) Population variance (s²)
Σ(x - μ)² / n
=[(2 - 8.3)^2 + (9 - 8.3)^2 + (15 - 8.3)^2 + (4 - 8.3)^2 + (12 - 8.3)^2 + (9 - 8.3)^2 + (13 - 8.3)^2 + (6 - 8.3)^2 + (3 - 8.3)^2 + (10 - 8.3)^2] / 10
s² = 176.1 / 10
s² = 17.61