Remark
You are using the midpoint formula. Instead of finding the midpoint, you are looking for one of the points, so you have to rearrange the formula a little bit.
Givens
Midpoint (4,2)
One endpoint (6,1)
Object
Find the other endpoint.
Formula
m(x,y) = (x1 + x2)/2, (y1 + y2)/2)
Solution
Find the x value
4 = (6 + x2)/2 Multiply both sides by 2
4*2 = 6 + x2 Subtract 6 from both sides.
8 - 6 = x2
x2 = 2
Find the y value
2 = (1 + y2)/2 Multiply by 2
4 = 1 + y2 Subtract 1 from both sides.
4 - 1 = y2
y2 = 3
Conclusion
R(x,y) = (2,3)
Answer:
Looks right, b is right
Step-by-step explanation:
The rest are false
We will use the right Riemann sum. We can break this integral in two parts.

We take the interval and we divide it n times:

The area of the i-th rectangle in the right Riemann sum is:

For the first part of our integral we have:

For the second part we have:

We can now put it all together:
![\sum_{i=1}^{i=n} [(\Delta x)^4 i^3-6(\Delta x)^2i]\\\sum_{i=1}^{i=n}[ (\frac{3}{n})^4 i^3-6(\frac{3}{n})^2i]\\ \sum_{i=1}^{i=n}(\frac{3}{n})^2i[(\frac{3}{n})^2 i^2-6]](https://tex.z-dn.net/?f=%5Csum_%7Bi%3D1%7D%5E%7Bi%3Dn%7D%20%5B%28%5CDelta%20x%29%5E4%20i%5E3-6%28%5CDelta%20x%29%5E2i%5D%5C%5C%5Csum_%7Bi%3D1%7D%5E%7Bi%3Dn%7D%5B%20%28%5Cfrac%7B3%7D%7Bn%7D%29%5E4%20i%5E3-6%28%5Cfrac%7B3%7D%7Bn%7D%29%5E2i%5D%5C%5C%0A%5Csum_%7Bi%3D1%7D%5E%7Bi%3Dn%7D%28%5Cfrac%7B3%7D%7Bn%7D%29%5E2i%5B%28%5Cfrac%7B3%7D%7Bn%7D%29%5E2%20i%5E2-6%5D)
We can also write n-th partial sum:
Answer:
0,1,2 and 3
Step-by-step explanation:
let the first number be b
therefore the second,third and fourth numbers are b+1,b+2 and b+3
b+b+1+b+2+b+3=b+6
4b+6=b+6
4b-b=6-6
3b=0
b=0