Answer:
Below is the R code for the bootstrapping in exponential distribution. The result is attached below.
####################################
rm(list=ls(all=TRUE))
set.seed(12345)
N=c(10,100,500)
Rate=0.2
B=1000
MN=SE=rep()
for(i in 1:length(N))
{
n=N[i]
X=rexp(n,rate=Rate)
EST=1/mean(X)
ESTh=rep()
for(j in 1:B)
{
Xh=rexp(n,rate=EST)
ESTh[j]=1/mean(Xh)
}
MN[i]=mean(ESTh)
SE[i]=sd(ESTh)
}
cbind(N,Rate,MN,SE)
Step-by-step explanation:
3(4)x2(8)
12X16
192cm is the surface area of the blue paper
Answer:
31/3 or 31 over 3
Step-by-step explanation:
If you do the whole number (10) times the denominator (bottom number of the fraction,in this case 3) the add the numerator (top number of the fraction,in this case 1) you will get your improper fraction.
X = 36
simplify both sides of the equation, isolate the variable,
Use the poin-slope form of the equation of a line:-
y - y1 = m(x - x1) (where m = slope and the point is (x1, y1))
Plugging in the given values:-
y - 6 = 2/5(x - 10)
multiplying through by 5:-
5y - 30 = 2(x - 10)
5y - 30 = 2x - 20
5y = 2x + 10
In standard form the equation is
2x - 5y = -10 (answer)