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.
Step-by-step explanation:
an = 2n^2 - 3 · Anonymous. -1, 5, 15, 29, 47, ... an = 2 n^2 - 3.
Answer:
-2b/(a-b)
Step-by-step explanation:
1− (a+b/a−b)
We need to get a common denominator of a-b
1 = (a-b)/(a-b)
Replace 1 with (a-b)/(a-b)
(a-b)/(a-b) - (a+b)/(a-b)
Put over the common denominator
(a-b) - (a+b)
-----------------
(a-b)
Distribute the minus sign.
(a-b) - a-b)
-----------------
(a-b)
a-a-b-b
---------------
a-b
-2b
----------
a-b
I’m guessing that this is for systems of equations?
n - nickels
d - dimes
These are the equations you start off with.
n = 5d-2
0.95 = 0.10d+0.05n
Substitute the top equation for n into the variable n in the bottom equation.
0.95 = 0.10d+0.05(5d-2)
Solve for d.
0.95 = 0.10d+0.25d-0.10
1.05 = 0.35d
3 = d
Substitute d into the top equation and solve for n.
n = 5(3)-2
n = 15-3
n = 12
There are 3 dimes and 12 nickels in the coin purse! Hope this helped <3
Given, Customers pay $4 to enter the pumpkin patch.
And also given, customers pay $3 per pound for the pumpkins.
Given, $y be the total cost and there are x pounds of pumpkins.
The cost for pumpkin per pound = $3.
Therefore, the cost for x pound pumpkins = $(3x)
As the total cost includes the payment for entering the patch also,
So the total cost y = 3x + 4
We have got the required equation.
The equation to model the total cost is y = 3x+4.