Answer:
N(t) = 0.188t + 22.76
Step-by-step explanation:
Number of licensed drivers in 2004 = 22.76 million
Number of licensed drivers in 2009 = 23.7 million
Number of licensed drivers, N as a function of t since year 2004 ;
General form of a linear function :
y = mx + c
c = intercept ; m = slope
Intercept c = value of y ; when x = 0
Here, population after uerssmmx,
Hence,
In 2004 ;
22.76 = mx + c
x = 0
22.76 = c
Number in 2009
x = number of yesrs after 2004 ; x = 2000 - 2004 = 5years
We can find the slope :
y = m*5 + 22.76
y = 23.7 in 2009
23.7 = 5m + 22.76
23.7 - 22.76 = 5m
m = 0.94 / 5
m = 0.188
Hence, the linear function can be written as :
N(t) = 0.188t + 22.76
Answer:
x=[15:-5:-25]'
Step-by-step explanation:
In order to create a vector you need to use this command:
x = [j:i:k]'
This creates a regularly-spaced vector x using i as the increment between elements. j is the initial value and k is the final value. Besides you need to add the character ' at the end in order to convert the arrow vector in a column vector
PEDMAS
The rule is Paranthesis First
|7-(24÷|3-6|)|
|7-(24÷|-3|)|
Now we have to get the -3 outside the 2 Lines but the lines are saying that if the number inside is negative when you get it outside it has to be positive.
|7-(24÷3)|-
|7-(8)|
|7-8|
|-1|
= 1
Answer:
y = (x - 2)² + 9
Step-by-step explanation:
To obtain the equation in vertex form use the method of completing the square.
Add/ subtract ( half the coefficient of the x- term)² to x² - 4x
y = x² + 2(- 2)x + 4 - 4 + 13
= (x - 2)² + 9 ← in vertex form