Answer : Every wave has the same wave pattern.
Explanation : A pure sound wave has a single frequency and its generated by a tuning fork . The sound wave is a simple periodic wave.
When an object such as a guitar push and pull on the around it. When it pushes on the air, then the pressure increases and when it pull on the air, then the pressure decreases and sound waves are formed.
Hence, sound wave has the same wave pattern.
Action-reaction forces<span> act on different objects; </span>balanced forces<span> act on the same object. </span>Balanced forces<span> can result in acceleration, </span>action-reaction forces<span> cannot. ... Newton's Third Law of Motion does not apply to </span>balanced forces<span>.</span>
The person driving the truck was killed
the wall was destroyed
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:
Power factor = 0.87 (Approx)
Explanation:
Given:
Load = 1 Kw = 1000 watt
Current (I) = 5 A
Supply (V) = 230 V
Find:
Power factor.
Computation:
Power factor = watts / (V)(I)
Power factor = 1,000 / (230)(5)
Power factor = 1,000 / (1,150)
Power factor = 0.8695
Power factor = 0.87 (Approx)