<h3>
Answer: Median = 7</h3>
=======================================================
Explanation:
Sort the values from smallest to largest. Doing so leads to the list {1,4,6,8,8,9}
Since the set is small enough, you can probably notice that the middle most number is a tie between the 6 and the first 8. The midpoint is (6+8)/2 = 14/2 = 7.
The median is 7.
---------------
If you wanted, you could cross off the first and last items of the set
That means we go from {1,4,6,8,8,9} to {4,6,8,8}
Then repeat to get the smaller set {6,8}
This shows we have a tie between the 6 and 8 as the middle most item, and why 7 is the median (since 7 is the midpoint between 6 and 8).
Answer:
IS LINEAR
Step-by-step explanation:
It seem like there are information missing on the question posted. Let me answer this question with all I know. So here is what I believe the answer is, <span>GK¯¯¯¯¯¯</span>
Hope my answer would be a great help for you. If you have more questions feel free to ask here at Brainly.
For AD:
AD=root((c-0)^2 + (d-0)^2)=root((c)^2 + (d)^2)
For BC:
BC=root(((b+c) - b)^2+(d-0)^2)=root((c)^2+(d)^2)
For AB:
AB=root((b-0)^2 + (0-0)^2)=root((b)^2 + (0)^2)=root((b)^2)
For CD:
CD=root((c-(b+c))^2 + (d-d)^2)
CD=root((b)^2 + (0)^2)
CD=root((b)^2)
Answer:
(0, -3)
General Formulas and Concepts:
<u>Pre-Algebra</u>
Order of Operations: BPEMDAS
- Brackets
- Parenthesis
- Exponents
- Multiplication
- Division
- Addition
- Subtraction
Equality Properties
- Multiplication Property of Equality
- Division Property of Equality
- Addition Property of Equality
- Subtraction Property of Equality<u>
</u>
<u>Algebra I</u>
- Terms/Coefficients
- Coordinates (x, y)
- Solving systems of equations using substitution/elimination
Step-by-step explanation:
<u>Step 1: Define Systems</u>
6x - 5y = 15
x = y + 3
<u>Step 2: Solve for </u><em><u>y</u></em>
<em>Substitution</em>
- Substitute in <em>x</em>: 6(y + 3) - 5y = 15
- Distribute 6: 6y + 18 - 5y = 15
- Combine like terms: y + 18 = 15
- [Subtraction Property of Equality] Subtract 18 on both sides: y = -3
<u>Step 3: Solve for </u><em><u>x</u></em>
- Define original equation: x = y + 3
- Substitute in <em>y</em>: x = -3 + 3
- Add: x = 0