1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
bogdanovich [222]
3 years ago
11

Assume you have noted the following prices for books and the number of pages that each book contains. Book Pages (x) Price (y) A

500 $7.00 B 700 7.50 C 750 9.00 D 590 6.50 E 540 7.50 F 650 7.00 G 480 4.50 ​ a. Develop a least squares estimated regression line. b. Compute the coefficient of determination (r-squared). c. Compute the correlation coefficient between the price and the number of pages.
Mathematics
1 answer:
belka [17]3 years ago
4 0

Answer:

a) y=0.00991 x +1.042  

b) r^2 = 0.7503^2 = 0.563

c) r=\frac{7(30095)-(4210)(49)}{\sqrt{[7(2595100) -(4210)^2][7(354) -(49)^2]}}=0.7503  

Step-by-step explanation:

Data given

x: 500, 700, 750, 590 , 540, 650, 480

y: 7.00, 7.50 , 9.00, 6.5, 7.50 , 7.0, 4.50

Part a

We want to create a linear model like this :

y = mx +b

Wehre

m=\frac{S_{xy}}{S_{xx}}  

And:  

S_{xy}=\sum_{i=1}^n x_i y_i -\frac{(\sum_{i=1}^n x_i)(\sum_{i=1}^n y_i)}{n}  

S_{xx}=\sum_{i=1}^n x^2_i -\frac{(\sum_{i=1}^n x_i)^2}{n}  

With these we can find the sums:  

S_{xx}=\sum_{i=1}^n x^2_i -\frac{(\sum_{i=1}^n x_i)^2}{n}=2595100-\frac{4210^2}{7}=63085.714  

S_{xy}=\sum_{i=1}^n x_i y_i -\frac{(\sum_{i=1}^n x_i)(\sum_{i=1}^n y_i){n}}=30095-\frac{4210*49}{7}=625  

And the slope would be:  

m=\frac{625}{63085.714}=0.00991  

Nowe we can find the means for x and y like this:  

\bar x= \frac{\sum x_i}{n}=\frac{4210}{7}=601.429  

\bar y= \frac{\sum y_i}{n}=\frac{49}{7}=7  

And we can find the intercept using this:  

b=\bar y -m \bar x=7-(0.00991*601.429)=1.042  

And the line would be:

y=0.00991 x +1.042  

Part b

The correlation coefficient is given by:

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

For our case we have this:

n=7 \sum x = 4210, \sum y = 49, \sum xy = 30095, \sum x^2 =2595100, \sum y^2 =354  

r=\frac{7(30095)-(4210)(49)}{\sqrt{[7(2595100) -(4210)^2][7(354) -(49)^2]}}=0.7503  

The determination coefficient is given by:

r^2 = 0.7503^2 = 0.563

Part c

r=\frac{7(30095)-(4210)(49)}{\sqrt{[7(2595100) -(4210)^2][7(354) -(49)^2]}}=0.7503  

You might be interested in
What is the LCM of 21 and 105
astraxan [27]

the LCM of 21 and 105 is 105.

6 0
3 years ago
Read 2 more answers
What is the series in sigma notation? -5 + (-1) + 3 + 7 + 11?
EleoNora [17]
For the series:
- 5 + ( - 1 ) + 3 + 7 + 11
common difference between the numbers is 4 and a 1 = -5
The series in sigma notation:
  4
  ∑   ( 4 i - 5 )
i =0
7 0
3 years ago
The softball team is selling hats. John bought 3 for $24.00. Stacey bought 5 for $40.00. Jim bought 2 for $16.00.
iren2701 [21]

The value of the hats bought by John, Stacey, and Jim are $8 per hat. This shows a proportional relationship.

<h3>What is a proportional relationship?</h3>

It should be noted that a proportional relationship is one where it van be expressed as y = kx.

In this case, John bought 3 for $24.00. This will be:

= $24 / 3

= $8 per hat

Stacey bought 5 for $40.00. This will be:

= $40 / 5

= $8 per hat

Jim bought 2 for $16.00. This will be:

= $16/2

= $8 per hat

Therefore, it's a proportional relationship.

Learn more about proportional relationship on:

brainly.com/question/12242745

#SPJ1

8 0
1 year ago
To decrease an amount by 4% what single multiplier would u use ??
serg [7]

If you decrease something by 4 percent,

you are  keeping (100% - 4%) or 96% of the original

so multiply by the original amount by 96 percent or .96


If you have 100 pennies, and you  give 4 away ( 4 percent decrease), you still have 96 pennies.  You are keeping 96 percent of what you started with.  This works no matter how much you start with.


Example:


you have 40 dollars

4% decrease

40 * .04 =  1.6 take this away

40 - 1.6 = 38.4 left

you keep 96 percent

40 * .96 = 38.4 left

3 0
2 years ago
Read 2 more answers
A soccer ball was kicked in the air and follows the path h(x)=−2x2+1x+6, where x is the time in seconds and h is the height of t
madam [21]

The ball will hit the ground at 2 seconds.

Step-by-step explanation:

Given that,

The path of the ball = h(x)=−2x2+1x+6

Here,

x is the time while h is the height of ball.

When the ball will hit the ground, the height will become zero. Therefore,

h(x)=−2x2+1x+6

0 =−2x2+1x+6

or

2x2 -1x - 6 = 0

This is a quadratic equation, hence by applying quadratic equation formula:

x = \frac{-b +- \sqrt{b^{2} - 4ac }   }{2a}

here,

a = 2

b = -1

c = -6

Putting these values in formula, we get

x = \frac{-(-1) +- \sqrt{-1^{2} - 4.2.-6 }   }{2.2}

x = \frac{1 +- \sqrt{1 + 48 }   }{4}

x = \frac{1 +- \sqrt{49 }   }{4}

x = \frac{1 +- 7   }{4}

x = 2, -3/2

As the time cannot be negative. Therefore, the ball will hit the ground at 2 seconds.

6 0
3 years ago
Read 2 more answers
Other questions:
  • A desk is on sale for $391, which is 32% less than the regular price. What is the regular price
    8·1 answer
  • Multiply. Write your answer in simplest form.
    9·2 answers
  • What is the common difference between successive terms in sequence 9 2.5 -4 -10.5 -17
    15·2 answers
  • Newton's second law says force (f) is equal to mass (m) times acceration (a). A scientist wants to calculate the force of an obj
    5·2 answers
  • Are the triangles similar? If so, write the similarity statement and state which theorem or postulate is used to prove the two t
    15·2 answers
  • Please help meeeeeee
    15·2 answers
  • As part of an insurance company’s training program, participants learn how to conduct an analysis of clients’ insurability. The
    9·1 answer
  • Kevin measured a line to be 12.4 inches long. If the actual length of the line is 15.7 inches, then what was the percent error o
    13·1 answer
  • Find x to the nearest whole number
    14·1 answer
  • List the temperatures in order from hottest to
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!