Okay to split a segment in half you just need to find the midpoint of the two endpoints. Mathematically this is just the average of the coordinates of the endpoints which is:
mp=((x1+x2)/2, (y1+y2)/2)
Which in this case is:
mp=((-2+3)/2, (4+7)/2)
mp=(1/2, 11/2)
mp=(0.5, 5.5)
So the x-coordinate by itself is just 0.5, or answer c.
Background: log (a . b) = log a + log b
hence log(10000x) = log 10000 + log x but we know that log 10000 = 4
= 4 + log x
therefore the graph of log(10000x) is just the graph of log x transposed by 4
Answer:
Step-by-step explanation:
x + 3 /
-()
-
-()
-()
8x +22
-(8x + 24)
Answer:
f(8) = -9
Step-by-step explanation:
Substitute 8 in for x.
f(8) = -2(8) + 7
f(8) = -16 + 7
f(8) = -9
we can find the answer to this problem by thinking about it logically for a minute:
we know that she assigned "x" homework problems on Monday, so,
x=Monday
we also know that she assigned 13 more problems on Tuesday, so,
13=Tuesday
over the course of the two days she assigned a total of 23 homework problems.
to get the answer of how many problems she assigned on Monday, we have to do the total number of problems she assigned(23) minus the number of problems we know she assigned on Tuesday(13), so,
23-13=10
she assigned 10 problems on Monday.