Yes, I believe the points are indeed correct.
Answer:
As per dot plots we see the distribution of prices is close but majority of prices are concentrated in different zones. So MAD would be more similar by the look.
<u>Let's verify</u>
<h3>Neighborhood 1</h3>
<u>Data</u>
- 55, 55, 60, 60, 70, 80, 80, 80, 90, 120
<u>Mean</u>
- (55*2+ 60*2+ 70+ 80*3 + 90+ 120)/10 = 75
<u>MAD</u>
- (20*2+15*2+5+5*3+15+45)/10 = 15
<h3>Neighborhood 2</h3>
<u>Data</u>
- 100, 110, 110, 110, 120, 120, 120, 140, 150, 160
<u>Mean</u>
- (100 + 110*3+ 120*3+ 140 + 150+ 160)/10 = 124
<u>MAD</u>
- (24+14*3+4*3+16*3+16+26+36)/10 = 20.4
As we see the means are too different (75 vs 124) than MADs (15 vs 20.4).
You at the photos and what you see put it down and what you know put it down
Answer:
y = 2x^2 - 12x + 27
Step-by-step explanation:
<u>Step 1: Distribute the power</u>
y = 2(x - 3)² + 9
y = 2(x^2 - 6x + 9) + 9
y = 2x^2 - 12x + 18 + 9
y = 2x^2 - 12x + 27
Answer: y = 2x^2 - 12x + 27
Answer:
c=√74
Step-by-step explanation:
h=c
p=5
b=7
Using pythogorean theorem,
h^2=p^2+b^2
c=√(7^2+5^2)
c=√(49+25)
c=√74