Perhaps the easiest way to find the midpoint between two given points is to average their coordinates: add them up and divide by 2.
A) The midpoint C' of AB is
.. (A +B)/2 = ((0, 0) +(m, n))/2 = ((0 +m)/2, (0 +n)/2) = (m/2, n/2) = C'
The midpoint B' is
.. (A +C)/2 = ((0, 0) +(p, 0))/2 = (p/2, 0) = B'
The midpoint A' is
.. (B +C)/2 = ((m, n) +(p, 0))/2 = ((m+p)/2, n/2) = A'
B) The slope of the line between (x1, y1) and (x2, y2) is given by
.. slope = (y2 -y1)/(x2 -x1)
Using the values for A and A', we have
.. slope = (n/2 -0)/((m+p)/2 -0) = n/(m+p)
C) We know the line goes through A = (0, 0), so we can write the point-slope form of the equation for AA' as
.. y -0 = (n/(m+p))*(x -0)
.. y = n*x/(m+p)
D) To show the point lies on the line, we can substitute its coordinates for x and y and see if we get something that looks true.
.. (x, y) = ((m+p)/3, n/3)
Putting these into our equation, we have
.. n/3 = n*((m+p)/3)/(m+p)
The expression on the right has factors of (m+p) that cancel*, so we end up with
.. n/3 = n/3 . . . . . . . true for any n
_____
* The only constraint is that (m+p) ≠ 0. Since m and p are both in the first quadrant, their sum must be non-zero and this constraint is satisfied.
The purpose of the exercise is to show that all three medians of a triangle intersect in a single point.
{x=2+y
{-6x-6y=-12
-6(2+y) -6y = -12
-12 - 6y - 6y = -12
-12y = -12 + 12
-12y = 0
y = 0
x = 2 + y = 2 + 0 = 2
Answer: x=2, y=0
F(x) = 12/(4x+2)
x = -1
f(-1) = 12 / [4(-1)+2]
f(-1) = 12 / (-4+2)
f(-1) = 12 / -2
f(-1) = -6
example: Two polygons are congruent if they are the same size and shape - that is, if their corresponding angles and sides are equal.
Answer:
The linear function that discribes the size of the population in function of the t in years is p = 700t - 1,397,300
Step-by-step explanation:
A linear function is defined by a line, so in order to determine the linear function we can use the two points that were given to us to create a line equation and use that as our linear function. The points given to us were (2009; 9000) and (2014; 12500), in this case the year is our value of "x" and the size of the population is our value of "y". The first step is to find the slope of the line which is given by:
m = (y2 - y1)/(x2 - x1)
m = (12500 -9000)/(2014 - 2009) = 3500/5 = 700
Then we can use the slope and the first point to build the equation:
p - 9000 = 700*(t - 2009)
p = 700t - 1406300 + 9000
p = 700t - 1397300