geno3141

avatar
Usernamegeno3141
Score23254
Membership
Stats
Questions 1
Answers 7089

 #1
avatar+23254 
0

Solve:     x2 + y2  =  26     and     x + y  =  6

 

Solve the linear equation for either  x  or  y:     x + y  =  6     --->     y  =  6 - x

 

Replace this value into the other equation:     x2 + y2  =  26

                                                                        x2 + (6 - x)2  =  26

Simplify:                                                 x2 + 36 - 12x + x2  =  26

                                                                    2x2 - 12x + 36  =  26

                                                                    2x2 - 12x + 10  =  0

Divide by 2:                                                       x2 - 6x + 5  =  0

Factor:                                                            (x - 5)(x - 1)  =  0

Solve:                                                                    x = 5     or     x = 1

 

Substitute these values into the other equation:

     x = 5     --->     x + y  =  6                                    x = 1     --->     x + y  =  6

                             5 + y  =  6                                                           1 + y  =  6

                                   y  =  1     --->     (5, 1)                                        y  =  5     --->     (1, 5)

Aug 27, 2016
 #1
avatar+23254 
0

Solve for  x  and  y:                                x2 - 11x - y  =  -24

                                                              x2 - 11x + y  =  -24

Add down the columns:                       2x2 - 22x       =  -48

Divide by 2:                                           x2 - 11x        =  -24

Add 24 to both sides:                          x2 - 11x + 24  =  0

Factor:                                                 (x - 8)(x - 3)  =  0

Solve:                                                 x  =  8     or     x  =  3

 

Replace  x  in the first equation:  x2 - 11x - y  =  -24

                                               (8)2 - 11(8) - y  =  -24               (3)2 - 11(3) - y  =  -24

                                                     64 - 88 - y  =  -24                        9 - 33 - y  =  -24      

                                                           -24 - y  =  -24                            -24 - y  =  -24

                                                                  -y  =  0                                       -y  =  0

                                                                   y  =  0                                         y  =  0

                                                           --->     (8, 0)                                 --->   (3, 0)

 

You would have gotten the same  y-values had you replaced  x  in the second equation.

Aug 27, 2016