100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Summary

Summary Unlock the Secrets to Success with [A Second Course in Statistics, Regression Analysis,Mendenhall,7e] Solutions Manual: Your Key to Academic Excellence

Rating
-
Sold
1
Pages
474
Uploaded on
06-07-2023
Written in
2022/2023

Take Control of Your Academic Journey with [A Second Course in Statistics, Regression Analysis,Mendenhall,7e] Solutions Manual Don't let challenging exercises hold you back from achieving your goals. Our Solutions Manual for [A Second Course in Statistics, Regression Analysis,Mendenhall,7e] provides a roadmap to success. By following the step-by-step solutions, you'll not only master the material but also develop problem-solving skills that will benefit you throughout your academic and professional life. Empower yourself with the tools to conquer any obstacle.

Show more Read less











Whoops! We can’t load your doc right now. Try again or contact support.

Document information

Summarized whole book?
Yes
Uploaded on
July 6, 2023
Number of pages
474
Written in
2022/2023
Type
Summary

Content preview

Appendix B B-1

Appendix

The Mechanics of a Multiple
Regression Analysis B
B.1 a. Since A is a 2× 2 matrix and B is a 2× 2 matrix, the product AB will be a 2 × 2 matrix, which
we will call S:

AB = S

⎡ 3 0⎤ ⎡ 2 1⎤ ⎡ s11 s12⎤
⎢ ⎥⎢ ⎥=⎢ ⎥
⎢−1 4⎥ ⎢ 0 −1⎥ ⎢ s 21 s 22⎥
⎣ ⎦⎣ ⎦ ⎣ ⎦

To determine the elements of S, the following calculations are required:

s11 = (3)( 2) + (0)(0) = 6
s12 = (3)(1) + (0) (−1) = 3
s21 = (−1) ( 2) + ( 4)(0) = −2


⎡ 6 3⎤
Hence, AB = ⎢ ⎥
⎢−2 −5⎥
⎣ ⎦

⎡ 3 0⎤ ⎡ 1 0 3⎤ ⎡ s11 s12 s13⎤
b. AC = ⎢ ⎥⎢ ⎥=⎢ ⎥
⎢−1 4⎥ ⎢−2 1 2⎥ ⎢ s 21 s 22 s 23⎥
⎣ ⎦⎣ ⎦ ⎣ ⎦

where s11 = (3)(1) + (0) (−2) = 3
s12 = (3)(0) + (0)(1) = 0
s13 = (3)(3) + (0)( 2) = 9
s21 = (−1) (1) + (4) (−2) = −9
s22 = (−1) (0) + ( 4)(1) = 4
s23 = (−1) (3) + ( 4)( 2) = 5

⎡ 3 0 9⎤
Hence, AC = ⎢ ⎥
⎢−9 4 5⎥
⎣ ⎦




Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall.

,B-2 The Mechanics of a Multiple Regression Analysis


⎡2 1⎤ ⎡ 3 0⎤ ⎡ s11 s12⎤
c. BA = ⎢ ⎥⎢ ⎥= ⎢ ⎥
⎢ 0 −1⎥ ⎢−1 4⎥ ⎢ s 21 s 22⎥
⎣ ⎦⎣ ⎦ ⎣ ⎦

s11 = ( 2)(3) + (1) (−1) = 5
s12 = ( 2)(0) + (1)( 4) = 4
s21 = (0)(3) + (−1)(−1) = 1
s22 = (0)(0) + (−1) ( 4) = −4
⎡5 4⎤
Hence, BA = ⎢ ⎥
⎢ 1 −4 ⎥
⎣ ⎦

⎡ 3 1 3⎤ ⎡ 3⎤ ⎡ 3(3) + 1(0) + 3(2) ⎤ ⎡15⎤
⎢ ⎥⎢ ⎥ ⎢ ⎥ ⎢ ⎥
B.2 a. AC = ⎢⎢ 2 0 4⎥⎥ ⎢⎢ 0⎥⎥ = ⎢⎢ 2(3) + 0(0) + 4(2) ⎥⎥ = ⎢⎢14⎥⎥
⎢−4 1 2⎥ ⎢ 2⎥ ⎢−4(3) + 1(0) + 2(2)⎥ ⎢ 8 ⎥
⎣ ⎦⎣ ⎦ ⎣ ⎦ ⎣ ⎦

⎡ 3⎤
⎢ ⎥
b. BC = [1 0 2] ⎢⎢ 0⎥⎥ = [1(3) + 0(0) + 2(2)] = [7 ]
⎢ 2⎥
⎣ ⎦

c. Since A is a 3×3 matrix and B is a 1× 3 , it is not possible to find AB.

B.3 a. If matrix A has dimensions r × d and matrix B has dimensions d × c, then the product matrix
AB has dimensions r × c. In this exercise, r = 3, d = 2, and c = 4 :

A B
3× 2 2× 4


Thus, AB is a 3× 4 matrix.

b. In order to multiply two matrices, the two inner dimension numbers must be equal:

B A
2× 4 3× 2


In this exercise, the number of columns of B (4) does not equal the number of rows of A (3);
thus, the product BA does not exist.

B.4 a. BC is a 1×1 matrix (1× 3)(3×1) ⇒ 1 ⇒ 1

b. CB is a 3× 3 matrix (3×1)(1×3) ⇒ 3× 3

⎡ 3⎤ ⎡ 3(1) 3(0) 3(2) ⎤ ⎡ 3 0 6⎤
⎢ ⎥ ⎢ ⎥ ⎢ ⎥
c. CB = ⎢ 0⎥ [1 0 2] = ⎢⎢ 0(1) 0(0) 0(2)⎥⎥ = ⎢⎢ 0 0 0⎥⎥
⎢ ⎥
⎢ 2⎥ ⎢ 2(1) 2(0) 2(2)⎥ ⎢ 2 0 4⎥
⎣ ⎦ ⎣ ⎦ ⎣ ⎦




Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall.

, Appendix B B-3


⎡1 0 0⎤ ⎡ 2 3⎤ ⎡ s11 s12⎤⎥
⎢ ⎥⎢ ⎥ ⎢
B.5 a. AB = ⎢⎢0 3 ⎥ ⎢
0⎥ ⎢−3 0⎥⎥ = ⎢⎢ s 21 s 22⎥⎥
⎢0 0 2⎥⎦ ⎢⎣ 4 −1⎥⎦ ⎢⎣ s 31 s 32⎥⎦


where s11 = (1)( 2) + (0) (−3) + (0)( 4) = 2
s12 = (1)(3) + (0)(0) + (0) (−1) = 3
s21 = (0)( 2) + (3) (−3) + (0)( 4) = −9
s22 = (0)(3) + (3)(0) + (0) (−1) = 0
s31 = (0)( 2) + (0) (−3) + ( 2)( 4) = 8
s32 = (0)(3) + (0)(0) + ( 2) (−1) = −2

⎡ 2 3⎤
⎢ ⎥

Hence, AB = ⎢−9 0⎥⎥
⎢ 8 − 2⎥
⎣ ⎦

⎡1 0 0⎤
⎢ ⎥
b. CA = [3 0 2] ⎢⎢ 0 3 0⎥⎥ = [ s11 s12 s13]
⎢0 0 2⎥⎦


where s11 = (3)(1) + (0)(0) + ( 2)( 0) = 3
s12 = (3)(0) + (0)(3) + ( 2)( 0) = 0
s13 = (3)(0) + (0)(0) + ( 2)( 2) = 4


Thus, CA = [3 0 4]

⎡ 2 3⎤
⎢ ⎥
c. CB = [3 0 2] ⎢⎢ -3 0 ⎥⎥ = [ s 11 s 12 ]
⎢ 4 -1⎥
⎣ ⎦

where s11 = (3)( 2) + (0) (−3) + ( 2)( 4) = 14
s12 = (3)(3) + (0)(0) + ( 2) (−1) = 7

Thus, CB = [14 7]

⎡ 2⎤
⎢ ⎥
⎢−1⎥
B.6 a. AB = [3 0 −1 2] ⎢⎢ ⎥⎥ = [3(2) + 0(−1) + (−1)(0) + 2(3)] = [12]
⎢ 0⎥
⎢ 3⎥
⎢⎣ ⎥⎦




Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall.

, B-4 The Mechanics of a Multiple Regression Analysis


⎡ 2⎤ ⎡ 2(3) 2(0) 2(−1) 2(2)⎤ ⎡ 6 0 −2 4⎤
⎢ ⎥ ⎢ ⎥ ⎢ ⎥
⎢−1⎥ ⎢−1(3) −1(0) −1(−1) −1(2)⎥ ⎢−3 0 1 −2⎥⎥
b. ⎢ ⎥ BA = [3 0 −1 2] = ⎢ ⎥=⎢
⎢ 0⎥ ⎢ 0(3) 0(0) 0(− 1) 0(2) ⎥ ⎢ 0 0 0 0⎥⎥
⎢ ⎥ ⎢ ⎥ ⎢
⎢ 3⎥ ⎢ 3(3) 3(−1) 3(2)⎥⎦⎥ ⎢⎣⎢ 9 0 −3 6⎥⎦⎥
⎣⎢ ⎦⎥ ⎣⎢ 3(0)

B.7 a. To obtain the product IA, the number of rows of A (2) must equal the number of columns of I:

I A
2× 2 2×3


An identity matrix is always square, so I will have 2 rows and 2 columns:
⎡ 1 0⎤
I=⎢ ⎥
⎢0 1⎥
⎣ ⎦

⎡1 0⎤ ⎡ 3 0 2⎤ ⎡ 3 0 2⎤
b. IA = ⎢ ⎥⎢ ⎥= ⎢ ⎥=A
⎢0 1⎥⎦ ⎢⎣−1 1 4⎥⎦ ⎢⎣−1 1 4⎥⎦


c. To find the product AI, the number of rows and columns of I must equal the number of columns
of A(3):

A I
2×3 3×3

Hence, I is the 3× 3 identity matrix.

⎡1 0 0⎤
⎢ ⎥
I = ⎢⎢0 1 0⎥⎥
⎢0 0 1⎥⎦


⎡1 0 0⎤
⎡ 3 0 2⎤ ⎢ ⎥ ⎡ 3 0 2⎤
d. AI = ⎢ ⎥ ⎢0 1 0⎥⎥ = ⎢ ⎥=A
⎢−1
⎣ 1 4⎥⎦ ⎢⎢ ⎢−1 1 4⎥⎦
⎣0 0 1⎥⎦ ⎣

⎡ ⎤
⎢ ⎥
⎡1 0 0⎤ ⎢1 0 0⎥
⎢ ⎥ ⎢ ⎥ ⎡⎢1 0 0⎤⎥
⎢ 1 ⎥
B.8 AB = ⎢⎢0 2 0⎥⎥ ⎢0 0 ⎥ = ⎢⎢0 1 0⎥⎥
⎢ 0 0 3⎥ ⎢ 2 ⎥ ⎢
⎢ 0 0 1⎥⎦
⎣ ⎦ ⎢0 1 ⎥⎥ ⎣
⎢ 0 ⎥
⎣ 3⎦

⎡ ⎤
⎢ ⎥
⎢1 0 0⎥
⎡ 1 0 0⎤ ⎡ 1 0 0⎤
⎢ ⎥ ⎢ ⎥ ⎢ ⎥
⎢ 1 ⎥ ⎢ ⎥ ⎢ ⎥
BA = ⎢ 0 0⎥ ⎢ 0 2 0⎥ = ⎢ 0 1 0⎥
⎢ 2 ⎥ ⎢ 0 0 3⎥ ⎢0 0 1⎥
⎢ 1 ⎥⎥ ⎣ ⎦ ⎣ ⎦
⎢0 0
⎢ ⎥
⎣ 3⎦
Since AB = I = BA ⇒ A = B−1 and B = A -1



Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall.

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
PracticeExams my own
View profile
Follow You need to be logged in order to follow users or courses
Sold
316
Member since
2 year
Number of followers
194
Documents
3272
Last sold
1 month ago
ExamPrepZone

4.1

41 reviews

5
25
4
4
3
7
2
2
1
3

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions