SOLUTION: Please find the solution of: {{{ sqrt(5x+1) + sqrt(3x+4) = sqrt(16x+9) }}}

Algebra ->  Radicals -> SOLUTION: Please find the solution of: {{{ sqrt(5x+1) + sqrt(3x+4) = sqrt(16x+9) }}}      Log On


   



Question 554219: Please find the solution of: +sqrt%285x%2B1%29+%2B+sqrt%283x%2B4%29+=+sqrt%2816x%2B9%29+
Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
 +sqrt%285x%2B1%29 + sqrt%283x%2B4%29 = sqrt%2816x%2B9%29+

To make things easier, let the radicals be letters and only
replace them when they get squared: 

let A =  +sqrt%285x%2B1%29, B = sqrt%283x%2B4%29, C = sqrt%2816x%2B9%29

then A² = 5x+1, B² = 3x+4, C² = 16x+9  

Since A and B are on the same side they will be multiplied, so

(AB)² = (5x+1)(3x+4) = 15x² + 23x + 4 

The original problem becomes
                     
                A + B = C 

Square both sides:

             (A + B)² = C²

        A² + 2AB + B² = 16x + 9

5x + 1 + 2AB + 3x + 4 = 16x + 9

         8x + 5 + 2AB = 16x + 9

                  2AB = 8x + 4

                   AB = 4x + 2
     
                (AB)² = (4x + 2)²
 
       15x² + 23x + 4 = 16x² + 16x + 4  

                    0 = x² - 7x            

                    0 = x(x - 7)

                        x = 0;  x - 7 = 0
                                    x = 7

We must check both 0 and 7 for irrational solutions:                         

Checking x = 0

    +sqrt%285x%2B1%29 + sqrt%283x%2B4%29 = sqrt%2816x%2B9%29+
 +sqrt%285%280%29%2B1%29 + sqrt%283%280%29%2B4%29 = sqrt%2816%280%29%2B9%29+
      +sqrt%280%2B1%29 + sqrt%280%2B4%29 = sqrt%280%2B9%29+
          +sqrt%281%29 + sqrt%284%29 = sqrt%289%29+
            1 + 2 = 3
                3 = 3

So x = 0 is a solution 

Checking x = 7

    +sqrt%285x%2B1%29 + sqrt%283x%2B4%29 = sqrt%2816x%2B9%29+
 +sqrt%285%287%29%2B1%29 + sqrt%283%287%29%2B4%29 = sqrt%2816%287%29%2B9%29+
    +sqrt%2835%2B1%29 + sqrt%2821%2B4%29 = sqrt%28112%2B9%29+
        +sqrt%2836%29 + sqrt%2825%29 = sqrt%28121%29+
            6 + 5 = 11
               11 = 11

So x = 7 is also a solution

So x = 0 and x = 7 are the solutions.   

Edwin