Chapter 1. Tutorial Regression

Problem Statement

{0.30, 0.35, 0.40, 0.45, 0.50}
rand(0,4)
0.5[4]
{0.70, 0.65, 0.60, 0.55, 0.50}
{2,3,4,5,6,7}
rand(0,5)
3[1]
{10,10,10,10,10,10}
10[1]
{20,30,40,50,60,70}
30[1]
{50,15,20,25,35,25}
15[1]
{5,5,8,5,12,14}
5[1]
{3,2,5,4,7,6}
rand(0,5)
4[3]
{5,4,5,5,5,5}
5[3]
{10,5,10,10,10,10}
10[3]
{15,10,25,20,35,30}
20[3]
{30,20,50,40,70,60}
40[3]
{2,3,4,5,6,7}
rand(0,5)
7[5]
{130,140,150,160, 170,180}
180[5]
{80,85,90,95,100,105}
rand(0,5)
105[5]
{6,5,4,3,2,1}
1[5]
{5,4,5,5,5,5}
5[5]
{16,17,18,19,20,21}
21[5]
{80,85,90,95,100,105}
105[5]

A dataset consists of the composition of 77 breakfast cereals. For each cereal, the following variables were measured:

  • Calories/serving
  • Fat/serving (g)
  • Fiber/serving (g)

Separate regression lines were obtained as follows:

(a) Calories = 110 + 10 (grams of fat)

(b) Calories = 110 – 5 (grams of fiber)

Step 1

questions

Question 1

For every additional gram of fat, the number of calories .

Correct.
Incorrect.

Step 2

Question 5

Suppose that two cereals differ by 3 grams of fat per serving. The caloric content per serving would differ by

A.
B.
C.
D.

Correct.
Incorrect.

Step 3

Question 7

The predicted number of calories for a cereal with 7 grams of fat is ______ calories.

Correct.
Incorrect.