Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

how strongly do physical characteristics of sisters and brothers correl…

Question

how strongly do physical characteristics of sisters and brothers correlate? the data in the table give the heights (in inches) of 12 adult pairs.
brother\tsister
71\t69
68\t64
66\t65
67\t63
70\t65
71\t62
70\t65
73\t64
72\t66
65\t59
66\t62
70\t64
to access the data, click the link for your preferred software format.
csv excel(xls) excel(xlsx) jmp mac-text minitab14-18 minitab18+ pc-text r spss ti crunchit!
use your calculator or software to find the correlation, ( r ), and equation of the least-squares regression line for predicting sister’s height from brother’s height, ( y ). make a scatterplot of the data and add the regression line to your plot. give your answer to three decimal places.
( r = )
enter the equation of the least-squares regression line, with the numerical values rounded to three decimal places and ( x ) as the explanatory variable. (if you are using crunchit, adjust the default precision under preferences as necessary. see the instructional video on how to adjust precision settings.)
( hat{y} = )

Explanation:

Step1: Organize the data

Let \( x \) be brother's height and \( y \) be sister's height. The data pairs \((x,y)\) are: \((71,69),(68,64),(66,65),(67,63),(70,65),(71,62),(70,65),(73,64),(72,66),(65,59),(66,62),(70,64)\)

Step2: Calculate necessary sums

Using a calculator or software (e.g., R, Excel), we find:

  • \( n = 12 \)
  • \( \sum x = 71 + 68 + 66 + 67 + 70 + 71 + 70 + 73 + 72 + 65 + 66 + 70 = 819 \)
  • \( \sum y = 69 + 64 + 65 + 63 + 65 + 62 + 65 + 64 + 66 + 59 + 62 + 64 = 768 \)
  • \( \sum xy = 71\times69 + 68\times64 + \dots + 70\times64 = 52338 \)
  • \( \sum x^2 = 71^2 + 68^2 + \dots + 70^2 = 56057 \)
  • \( \sum y^2 = 69^2 + 64^2 + \dots + 64^2 = 49324 \)

Step3: Calculate correlation coefficient \( r \)

The formula for \( r \) is:

$$ r = \frac{n\sum xy - \sum x \sum y}{\sqrt{[n\sum x^2 - (\sum x)^2][n\sum y^2 - (\sum y)^2]}} $$

Substitute the values:

$$ n\sum xy - \sum x \sum y = 12\times52338 - 819\times768 = 628056 - 630992 = -2936 $$
$$ n\sum x^2 - (\sum x)^2 = 12\times56057 - 819^2 = 672684 - 670761 = 1923 $$
$$ n\sum y^2 - (\sum y)^2 = 12\times49324 - 768^2 = 591888 - 589824 = 2064 $$
$$ \sqrt{1923\times2064} \approx \sqrt{3969072} \approx 1992.25 $$
$$ r = \frac{-2936}{1992.25} \approx -0.972 $$

Wait, this seems incorrect. Wait, recalculating the sums:

Wait, let's re - check the data entry:

Brother's heights (x): 71, 68, 66, 67, 70, 71, 70, 73, 72, 65, 66, 70

Sum of x: 71+68 = 139; 139+66 = 205; 205+67 = 272; 272+70 = 342; 342+71 = 413; 413+70 = 483; 483+73 = 556; 556+72 = 628; 628+65 = 693; 693+66 = 759; 759+70 = 829. Oh! I made a mistake earlier. \( \sum x = 829 \)

Sister's heights (y): 69, 64, 65, 63, 65, 62, 65, 64, 66, 59, 62, 64

Sum of y: 69+64 = 133; 133+65 = 198; 198+63 = 261; 261+65 = 326; 326+62 = 388; 388+65 = 453; 453+64 = 517; 517+66 = 583; 583+59 = 642; 642+62 = 704; 704+64 = 768. So \( \sum y = 768 \) is correct.

Now recalculate \( n\sum xy - \sum x \sum y \):

First, recalculate \( \sum xy \):

71×69 = 4899; 68×64 = 4352; 66×65 = 4290; 67×63 = 4221; 70×65 = 4550; 71×62 = 4402; 70×65 = 4550; 73×64 = 4672; 72×66 = 4752; 65×59 = 3835; 66×62 = 4092; 70×64 = 4480

\( \sum xy = 4899+4352 = 9251; +4290 = 13541; +4221 = 17762; +4550 = 22312; +4402 = 26714; +4550 = 31264; +4672 = 35936; +4752 = 40688; +3835 = 44523; +4092 = 48615; +4480 = 53095 \)

Now, \( n\sum xy - \sum x \sum y = 12\times53095 - 829\times768 \)

12×53095 = 637140; 829×768 = 829×700 + 829×68 = 580300+56372 = 636672

So \( 637140 - 636672 = 468 \)

\( n\sum x^2 - (\sum x)^2 \):

\( \sum x^2 = 71^2+68^2+66^2+67^2+70^2+71^2+70^2+73^2+72^2+65^2+66^2+70^2 \)

71² = 5041; 68² = 4624; 66² = 4356; 67² = 4489; 70² = 4900; 71² = 5041; 70² = 4900; 73² = 5329; 72² = 5184; 65² = 4225; 66² = 4356; 70² = 4900

\( \sum x^2 = 5041+4624 = 9665; +4356 = 14021; +4489 = 18510; +4900 = 23410; +5041 = 28451; +4900 = 33351; +5329 = 38680; +5184 = 43864; +4225 = 48089; +4356 = 52445; +4900 = 57345 \)

\( n\sum x^2 - (\sum x)^2 = 12×57345 - 829² = 688140 - 687241 = 899 \)

\( n\sum y^2 - (\sum y)^2 \):

\( \sum y^2 = 69²+64²+65²+63²+65²+62²+65²+64²+66²+59²+62²+64² \)

69² = 4761; 64² = 4096; 65² = 4225; 63² = 3969; 65² = 4225; 62² = 3844; 65² = 4225; 64² = 4096; 66² = 4356; 59² = 3481; 62² = 3844; 64² = 4096

\( \sum y^2 = 4761+4096 = 8857; +4225 = 13082; +3969 = 17051; +4225 = 21276; +3844 = 25120; +4225 = 29345; +4096 = 33441; +4356 = 37797; +3481 = 41278; +3844 = 45122; +4096 = 49218 \)

\( n\sum y^2 - (\sum y)^2 = 12×49218 - 768² = 590616 - 589824 = 792 \)

Now,
\[
\sqrt{[n\sum x^2 - (\sum x)^2][n\sum y^2 - (\sum y)^2]} = \sqrt{899\times792} \approx \sqrt{…

Answer:

For the correlation coefficient \( r \approx 0.555 \) (rounded to three decimal places).

For the regression line \( \hat{y} = 28.0 + 0.521x \) (where \( x \) is brother's height and \( y \) is sister's height, coefficients rounded to three decimal places).