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.
Answer:
A, C and E are true.
Step-by-step explanation:
The domain is a set of natural numbers.
The recursive formula is correct:
When x = 1, f(x) = 4 and f(x + 1) = f(2) = 3/2 f(x) = 3/2 * 4 = 6.
It is also true for the other points on the graph.
D is incorrect.
E is correct exponential growth with the formula 4(3/2)^(x-1).
Answer:
Step-by-step explanation:
Since the amount of soft drink dispensed into a cup is normally distributed, we would apply the formula for normal distribution which is expressed as
z = (x - µ)/σ
Where
x = amount in ounce of soft drink dispensed into cup.
µ = mean amount
σ = standard deviation
From the information given,
µ = 7.6oz
σ = 0.4 oz
a) The probability that the machine will overflow an 8-ounce cup is expressed as
P(x > 8) = 1 - P(x ≤ 8)
For x = 8,
z = (8 - 7.6)/0.4 = 1
Looking at the normal distribution table, the probability corresponding to the z score is 0.84
P(x ≤ 8) = 1 - 0.84 = 0.16
b) P(x< 8) = 0.84
c) when the machine has just been loaded with 848 cups, the number of cups expected to overflow when served is
0.16 × 848 = 136 cups
3(x+5)=39
3 * x + 3 * 5 = 39
3x + 15 = 39
3x = 39 - 15
3x= 24
x = 8
The answer is A
hope you found this usefull