Answer: No endorphins
Explanation: cuz' she injured her ankle
Answer:
a) > x<-c(1,2,3,4,5)
> y<-c(1.9,3.5,3.7,5.1,6)
> linearmodel<-lm(y~x)
And the output is given by:
> linearmodel
Call:
lm(formula = y ~ x)
Coefficients:
(Intercept) x
1.10 0.98
b)
And if we compare this with the general model
We see that the slope is m= 0.98 and the intercept b = 1.10
Explanation:
Part a
For this case we have the following data:
x: 1,2,3,4,5
y: 1.9,3.5,3.7,5.1, 6
For this case we can use the following R code:
> x<-c(1,2,3,4,5)
> y<-c(1.9,3.5,3.7,5.1,6)
> linearmodel<-lm(y~x)
And the output is given by:
> linearmodel
Call:
lm(formula = y ~ x)
Coefficients:
(Intercept) x
1.10 0.98
Part b
For this case we have the following trend equation given:
And if we compare this with the general model
We see that the slope is m= 0.98 and the intercept b = 1.10
Answer:
sum of these two vectors is 6.06i+3.5j-3.5i+6.06j = 2.56i+9.56j
Explanation:
We have given first vector which has length of 7 units and makes an angle of 30° with positive x-axis
So x component of the vector
y component of the vector
So vector will be 6.06i+3.5j
Now other vector of length of 7 units and makes an angle of 120° with positive x-axis
So x component of vector
y component of the vector
Now sum of these two vectors is 6.06i+3.5j-3.5i+6.06j = 2.56i+9.56j
Answer:
a)
b)
c)
Explanation:
From the question we are told that
Distance to Betelgeuse
Mass of Rocket
Total Time in years traveled
Total energy used by the United States in the year 2000
Generally the equation of speed of rocket v mathematically given by
where
Therefore
b)
Generally the equation of the energy E required to attain prior speed mathematically given by
c)Generally the equation of the energy required to accelerate the rocket mathematically given by