Questions   
Sort: 
 #2
avatar+128633 
+3

 

Let  k-1  be  the  first coefficient we are looking for in the nth row of Pascal's Triangle

The second coefficient will be the  kth element  on row n  

And the last coefficient  will be the (k + 1) st  element  on row  n

 

 

We  have seen  that    C(n , k)  / C( n,  k  -1)  =  (n - k + 1) / k    

 

So...we can calculate   C( n, k + 1) / C ( n ,k)  as

 

      n!                                         ( n - k)!  k!

________________  *             _________   =

[ n - (k+ 1)]! (k+ 1)!                          n!

 

 

( n - k)!                          k!

__________   *          ______  =

[ n - (k + 1)]!                (k + 1)!

 

 

( n - k)!                  1

________  *       _____  = 

 (n - k - 1)!            k + 1

 

    n - k

________

     k + 1

 

 

So   we have these two equations

 

(n - k + 1)  / k =   7

(n-k) / (k + 1)  =  5         simplify

 

 

n  - k + 1   =  7k

n - k  = 5 (k + 1)

 

 

n - k  + 1  = 7k

n - k  = 5k + 5

 

n - 8k =  -1

n - 6k  =   5      subtract these

 

-8k + 6k  =  - 6

 

-2k  = - 6

 

k =  3

 

And

 

n  - 8k  =  -1

 

n  -8(3)  =  -1

 

n - 24  = -1

 

n =  23

 

Check : 

 

The coefficients  should be

 

C (n, k -1), C( n , k) and  C( n, k + 1)  =

 

C (23 , 2)  , C (23, 3)  and  C (23, 4)  =

  

253  ,  1771   and  8855

 

The ratios  are

 

1  :  1771/253  :   8855/253   =

 

1  : 7  : 35

 

 

cool cool cool

Feb 27, 2020
 #1
avatar+93 
+9
Feb 27, 2020
 #1
avatar+128633 
+2

1. The circles x^2+y^2 = 4 and (x-3)^2+(y-5)^2=25 intersect in two points, say P and Q. Find the slope of line segment PQ.

 

x^2  + y^2  =  4   

(x -3)^2  + (y - 5)^2  = 25

 

Expand  the  second equation

 

x^2  - 6x  +9  + y^2  - 10y  + 25  =  25      

 

x^2 + y^2  - 6x  - 10y + 9  =  0

 

4     - 6x  - 10y  =  - 9

 

13  =  6x  + 10y

 

y  =  [ 13 - 6x ]   /  10        sub this into  x^2 + y^2  = 4

 

x^2  +  [ 13 - 6x]^2  / 10^2 =  4

 

100x^2 + 36x^2 - 156x  + 169  =  400

 

136x^2  - 156x - 231   = 0

 

Using  the quadratic  formula....we  get two values for  x

 

              39       25√15                            39        25√15  

x =       ___  +    ______     and     x =   ___ -   ______

             68             68                             68          68

 

When  x  = the first  value  [ because of the messy math... I used WolframAlpha to calculate these y values ]

 

         65           15 √15

y =   ___   -     _______

         68             68

 

And  with the  second value of x,

 

        65            15√15

y  =  ___  +    _______

         68            68

 

We  can ignore  the first fractions and the denominators of the second  when calculating the slope

                 

 

                                       [ 15√15  + 15√15]             √15  [ 15 + 15]        30           -3

 Slope  of PQ     =            ________________  =   ____________  =   ___ =     ___

                                        [ -25√15 - 25√15 ]             √15 [ -25 - 25]       -50           5

 

 

 

cool cool cool

Feb 27, 2020

0 Online Users