Questions   
Sort: 
 #3
avatar
0
Jun 2, 2016
 #2
avatar
0
Jun 2, 2016
 #1
avatar+23254 
0
Jun 2, 2016
 #1
avatar+23254 
+10

Solve     sqrt(4x - 3) + 10 / sqrt(4x - 3)  =  7

 

First note that the expression 4x - 3 is under the square root sign.

Since this value must be positive:      4x - 3  >=  0     --->     4x  >= 3     --->     x >= 4/3

 

To remove the denominator from the problem multiply each side by  sqrt(4x - 3):

     sqrt(4x - 3) [ sqrt(4x - 3) + 10 / sqrt(4x - 3) ]    =    sqrt(4x - 3) [ 7 ]

--->     sqrt(4x - 3) · sqrt(4x - 3)  +  sqrt(4x - 3) · 10  sqrt(4x - 3)    =    7· sqrt(4x - 3)

--->                (4x - 3)                  +                  10                            =    7 · sqrt(4x - 3)

--->                                     4x + 7   =   7·sqrt(4x - 3)

 

Square both sides:             [ 4x + 7 ]2   =   [ 7·sqrt(4x - 3) ]2  

                                   4x2 + 56x + 49   =   49(4x - 3)

--->                             4x2 + 56x + 49   =   196x - 147

Subtract 196x from both sides, add 147 to both sides:

--->                          4x2 - 140x + 196   =   0

Divide both sides by 4:

--->                            x2 - 35x + 49   =   0

Factor:                      (4x - 7)(x - 7)  =  0

So, either 4x - 7  =  0   --->    x = 7/4     or     x - 7  =  0     --->   x = 7

Since both answers are > 4/3, these are possible answer.

I'll leave the check for you ...

Jun 2, 2016
 #1
avatar+23254 
+5

Solve:

5x       + 3z  =  1

-x +  y +   z  =  0

      3y + 2z  =  5

 

This is a nasty problem -- if you have a calculator that handles matrices, it would be easy to solve.

If you have to do it by hand:

Combine the first and the second equations:

5x      + 3z  =  1                                  --->       5x        + 3z  =  1

-x + y +   z  =  0     --->  multiply by 5  --->     -5x + 5y + 5z  =  0

                                                                      -----------------------

Add down the columns:                                          5y + 8z  =  1                                   --->        5y + 8z  =     1 

Combine this answer with the third equation:         3y + 2z  =  5     --->  multiply by -4  --->     -12y - 8z  =  -20

                                                                                                                                                  --------------------

Add down the columns:                                                                                                                -7y        =  -19

Divide by -7:                                                                                                                                           y  =  19/7

 

Take this value for y and substitute it into the third equation:

     3y + 2z  =  5     --->        3(19/7) + 2z  =  5     --->     57/7 + 2z  =  5    --->     2z  =  5 - 57/7

                                                                                                                 --->     2z  =  -22/7

Divide by 2:                                                                                                            z  =  -11/7

 

Take this value for z and substitute it into the first equation:

     5x + 3z  =  1     --->     5x + 3(-11/7)  =  1     --->     5x -33/7  =  1     --->     5x  =  1 + 33/7 

                                                                                                              --->     5x  =  40/7

Divide by 5:                                                                                                         x  =  8/7

Jun 2, 2016

3 Online Users

avatar