asked 180k views
4 votes
What is the SST for the data set (1,4), (2,6),(4,11)?

asked
User Iglo
by
8.3k points

2 Answers

4 votes

Answer:

26

Explanation:

SST = ∑ ( y − ȳ ) ² (ȳ = pronounced y bar is the mean of y values)

ȳ = (4+6+11)/3 = 21/3 = 7

∑ ( y − ȳ ) ² = ( 4 − 7 ) ² + ( 6 − 7 ) ² + ( 11 − 7 ) ²

= ( − 3 ) ² + ( - 1 ) ² + ( 4 ) ²

= 9 + 1 + 16

= 26

answered
User Ratty
by
8.3k points
5 votes

Answer: 26

Step-by-step explanation:

First Data: (4 - 7)^2

Second data: (6 - 7)^2

Third Data: (11 - 7)^2

So the SST is (4 - 7)^2 + (6- 7)^2 + (11 - 7)^2 = 9 + 1 + 16 = 26

Hope this helps! :)

answered
User Martinkabe
by
8.4k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.