( r − 1 n ) : ( r n ) : ( r + 1 n ) = 2 : 4 : 5
If positive integers n , r satisfy the ratio above , find the value of n + r .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Good job Curtis!I solved it quite the same way but I also noticed that 2+4+5=11 is there an explanation for that?
Log in to reply
Nope, my guess is that it's just coincidental because if the ratio was 1 : 2 : 3 , then we get n = 1 4 and r = 5 which gives the answer as 1 9 which is obviously = 1 + 2 + 3 = 6 .
Problem Loading...
Note Loading...
Set Loading...
Using the LHS: ( r − 1 ) ! ( n − r + 1 ) ! 2 n ! = r ! ( n − r ) ! n ! Cancelling n! and cross - multiplying: 2 r ! ( n − r ) ! = ( r − 1 ) ! ( n − r + 1 ) ! Now using the property that r! = r(r-1)! etc... 2 r = n − r + 1 ⇒ 3 r = n + 1 . . . . . . . . . . ( 1 )
Using the RHS: r ! ( n − r ) ! 5 n ! = ( r + 1 ) ! ( n − r − 1 ) ! 4 n ! 5 ( r + 1 ) ! ( n − r − 1 ) ! = 4 ( r ! ) ( n − r ) ! ⇒ 5 ( r + 1 ) = 4 ( n − r ) 9 r + 5 = 4 n . . . . . . . . . . ( 2 ) Substituting (1) into (2): 3 n + 8 = 4 n ⇒ n = 8 ⇒ r = 3 ∴ n + r = 1 1