The weight average of the coordinates is -4
<h3>How to determine the
weight average?</h3>
The complete question is given as:
The coordinate -6 has a weight of 3 and the coordinate 2 has a weight of 1. And we need to calculate the weight average
The given parameters are:
- Coordinate -6 has a weight of 3
- Coordinate 2 has a weight of 1.
The weight average is then calculated as:
Weight average = Sum of (Weigh * Coordinate)/Sum of Weights
So, we have:
Weight average = (-6 * 3 + 2 * 1)/(3 +1)
Evaluate the products
Weight average = (-18 + 2)/(3 +1)
Evaluate the sum
Weight average = -16/4
Evaluate the quotient
Weight average = -4
Hence, the weight average of the coordinates is -4
Read more about average at
brainly.com/question/20118982
#SPJ1
<u>Complete question</u>
The coordinate -6 has a weight of 3 and the coordinate 2 has a weight of 1. Calculate the weight average
Answer:
0.25
Step-by-step explanation:
Remember you can do anything to an eqautoin as long as you do oit to both sides
-5x=15
try to get 1x by itself
remember
(ax)/a=x when a=a
so
-5x=15
get x
divide both sides by -5
remember to flip sign
(-5x)/(-5)=15/(-5)
x=-3
answer is first one
x=-3
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
The answer is A. 9, 12, 15,