First, reorder the numbers for each person.
The median is basically the middle number. If there are 2 middle numbers, then take the average of the two of them.
Pedro: 4, 5, 6, 7, 8, 9
The 2 middle numbers are 6 and 7. The average of 6 and 7 is 6.5 .
Median = 6.5
Alex: 3, 5, 5, 5, 9, 9
The 2 middle numbers are 5 and 5; so basically, the average is 5.
Median = 5
Jaime: 3, 4, 6, 8, 8, 9
The 2 middle numbers are 6 and 8 and thus, the average is 7.
Median = 7
So the answer should be Jaime.
Answer:
The reason Statement 1 can be both forward and reverse is because is Bo and Mel are related then it will word forward and backward.
The reason Statement 2 can be only forward is because is the sprinklers are on then the grass is wet will work since it is saying ONLY the sprinklers are on. If it is reverse and the grass is wet if the sprinklers are ONLY on than that is false since if it rains than the grass can also be wet. So there are multiple ways that the grass can be wet hence the answers.
Answer:
x=[15:-5:-25]'
Step-by-step explanation:
In order to create a vector you need to use this command:
x = [j:i:k]'
This creates a regularly-spaced vector x using i as the increment between elements. j is the initial value and k is the final value. Besides you need to add the character ' at the end in order to convert the arrow vector in a column vector
Answer:
width = 3.5 m
length = 18 m
Step-by-step explanation:
area = length x width
x is the width then length = 2x + 11
x(2x + 11) = 63
2x^2 + 11x - 63 = 0
The formula to solve a quadratic equation of the form ax^2 + bx + c = 0 is equal to x = [-b +/-√(b^2 - 4ac)]/2a
with a = 2
b = 11
c = -63
substitute in the formula
x = [-11 +/- √(11^2 - 4(2)(-63))]2(2)
x = [-11 +/- √(121 + 504)]/4
x = [-11 +/- √625]/4
x = (-11 +/- 25)/4
x1 = (-11 + 25)/4 = 14/4 = 3.5
x2 = (-11 - 25)/4 = -36/4 = -9
since width can't be a negative number, x is 3.5
length = 2x + 11 = 2(3.5) + 11 = 18
Answer:
23.4 cm
Step-by-step explanation:
If the base of the triangle is half of that of a given side, then we need to divide the given side by 2 to get the base.
46.8
---------2
23.4
There is your answer
Hope it helped
Bye