Answer:
The equation in slope-intercept form will be:
Step-by-step explanation:
Given
We know that the slope-intercept form of the line equation is

where m is the slope of the line and b is the y-intercept
substituting m = -2 and the point (5, 4) in the slope-intercept form to get the y-intercept 'b'
y = mx+b
4 = -2(5) + b
4 = -10 + b
b = 4+10
b = 14
now substituting m = -2 and b = 14 in the slope-intercept form to get the equation in slope-intercept
y = mx+b
y = -2x + 14
Therefore, the equation in slope-intercept form will be:
The expression is
See
Its distributive property which states that
Option A
Symmetric property, I remembered the answer for this for my summer school. This is one of the equivalence properties of equality.
Answer:
f(N) = 2+ N/2 + 6N² units of time.
Step-by-step explanation:
Assigning 0 to the variable sum takes one unit of time.
Each time you increment sum by B, you need to call the value of sum, sum it to B and assign it to sum, which takes three units of time in total. You are repeating this process for each value of B which ranges from 1 to 4n and for each value of A which ranges from 1 to n/2. Opening the FOR takes also another unit of time, so, as a result, we have
f(N) 1 + 1 (open the FOR in A)+ N/2*(1 (open the FOR in B) + 4N*3) = 2+ N/2 + 6N² units of time. It has order complexity O(N²).
First step
Using substitution you can fill 2x + 11 in for the y part of the first equation
This will look like: 2x + 11 = -x^2 -2x + 8
Second step
Now we need to solve for the variable by combining like terms you can start by adding x^2 + 2x -8 to both sides
You get 0 = x^2 +4x +3
Third step
Factor
(X+3)(x+1)=0
If you need the y values you can fill in x= -3 to the second equation y= 2(-3) + 11 and y=5
First point is (-3,5)
The other point is found by filling x=-1 into the second equation: y= 2(-1) +11 and y = 9
Second point is (-1,9)