Answer:
k-n+1
Step-by-step explanation:
How many numbers are written from n to k
Lets look at a smaller example with real number
Lets go from 3 to 8
3 4 5 6 7 8
There are 6 numbers
We take 8 -3 = 5, but we include the number 3 so we add it back in +1
5+1 =6
Lets look at a larger example
2 to 11
2,3,4,5,6,7,8,9,10,11
There are 10 numbers
11-2 =9 but we have to add back in the first number
9+1 =10
Now we are going from n to k
k-n = k-n, but we have to add back in the first number
k-n+1
Answer:
B) 864 feet
Step-by-step explanation:
Here's my answer. I'm not too sure how to form the equation though. Hope this helps :)
Answer:
Perpendicular
Step-by-step explanation:
m=y2-y1/x2-x1
m=15-3/14-(-2)
m=3/4
Answer: 
We have something in the form log(x/y) where x = q^2*sqrt(m) and y = n^3. The log is base 2.
===========================================================
Explanation:
It seems strange how the first two logs you wrote are base 2, but the third one is not. I'll assume that you meant to say it's also base 2. Because base 2 is fundamental to computing, logs of this nature are often referred to as binary logarithms.
I'm going to use these three log rules, which apply to any base.
- log(A) + log(B) = log(A*B)
- log(A) - log(B) = log(A/B)
- B*log(A) = log(A^B)
From there, we can then say the following:
