When the ruler is broughı near the inetal knob, it repels electrons in the metal. Electrons move away froni the ruler and down the metal rod. The knob now has a positive charge. The thin pieces of metal foil at the bottom of the metal rod now have a negative charge.
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:
A - Crest, B - amplitude, C - wavelength, D - trough
Explanation:
Answer:
it needs to be shaken but make sure you have enough room to shake it safely
Explanation:
To properly operate the laboratory thermometer it needs to be shaken but make sure you have enough room to shake it safely. This done because there is a small bend in the mercury channel of a clinical thermometer that uses mercury. You must shake the thermometer to get the mercury from a previous reading from the thermometer back into the bulb for taking new reading. The bend prevents flow back into the tube so that one can comfortably take reading.
sorry - late reply...just stumbled across tis...hope u can still use it :)
By the mirror equation: 1/di + 1/do = 1/f
<span>
</span>
<span>where di = distance to image = +12cm (+ for real image)</span>
and do = distance to object = +8cm
Substitute and solve for f, the focal length
<span><span>
1/12 + 1/8 = 1/f
</span><span>
1/f = (8 + 12) / 12 * 8 = 20/96
</span><span>
so f = 96/20 = 4.8 cm</span>
</span>