Answer:
-16
Step-by-step explanation:
multiply 4x4 and then determine if its negative or positive
Answer:
y = 0.265x - 494.7
Step-by-step explanation:
Let median age be represent by 'a' and time be represent by 't'
In 1980, median age is given 30
which means that
a₁ = 30
t₁ = 1980
In 2000, the median age is given 35.3
which means that.
a₂ = 35.3
t₂ = 2000
The slope 'm' of the linear equation can be found by:
m = (a₂ - a₁) /(t₂ - t₁)
m = (35.3 - 30)/(2000-1980)
m = 0.265
General form of linear equation is given by:
y = mx + c
y = 0.265x +c
Substitute point (1980,30) in the equation.
30 = 0.265(1980) + c
c = -494.7
Hence the the linear equation can be written as:
y = mx + c
y = 0.265x - 494.7
Hello from MrBillDoesMath!
Answer:
225
Discussion:
Sum ( 2n - 1) from n = 1 to 15
= Sum(2n) - Sum(1) from n = 1 to 15
= 2 Sum(n) - Sum(1) from n = 1 to 15
= 2* 15(15+1)/2 - (1 + 1 + .. + 1)
The first value comes from the fact that the sum of the first n integers is n(n+1)/2. The latter value sums 15 1's.
= 2 * 15 * 16/2 - 15 => 2/2 = 1
= 15*16 - 15 => 15*16 = 240
= 240 - 15
= 225
Thank you,
MrB