The difference of the cubes of two consecutive odd positive integers is 400 more than the sum of their squares. Find the sum of the two integers.
Clarification : The odd positive integers are 1 , 3 , 5 , 7 , 9 , … . Two consecutive odd positive integers refer to two consecutive numbers in this sequence. It does not refer to two consecutive integers (of which one will not be odd).
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.
excellent solution
Since we are dealing with consecutive odd numbers, they can be expressed as 2 n − 1 , 2 n + 1 , because 2 n will always be an even number. We are trying to find 2 n + 1 + 2 n − 1 = 4 n (this is the reason why we didn't use 2 n + 1 and 2 n + 3 , as Arron Kau did: 4 n is easier to deal with than 4 n + 4 ).
From the problem, we know that ( 2 n + 1 ) 3 − ( 2 n − 1 ) 3 − ( 2 n + 1 ) 2 − ( 2 n − 1 ) 2 = 4 0 0 .
We shall now take out the common factor, 2 n . As ( 2 n + 1 ) 3 − ( 2 n − 1 ) 3 = ( 2 n + 1 ) 2 ( 2 n + 1 − 1 ) = 2 n ( 2 n + 1 ) 2 and − ( 2 n + 1 ) 2 − ( 2 n − 1 ) 2 = − ( 2 n − 1 ) 2 ( 2 n − 1 + 1 ) = − 2 n ( 2 n − 1 ) 2 , our expression becomes 2 n ( 2 n + 1 ) 2 − 2 n ( 2 n − 1 ) 2 = 4 0 0 . So, we have that 2 n ( ( 2 n + 1 ) 2 − ( 2 n − 1 ) 2 ) = 4 0 0 , and because ( a + x ) 2 − ( a − x ) 2 = ( a + x + a − x ) ( a + x − a + x ) = 2 a ( 2 x ) = 4 a x , 2 n ( 2 n + 1 + 2 n − 1 ) ( 2 n + 1 − 2 n + 1 ) = 2 n × 2 × 4 n = 4 0 0 .
Thus, our final answer would be 4 n × 4 n = ( 4 n ) 2 = 2 0 2 , meaning that our sum ( 4 n ) , is 4 0 0 = 2 0 .
Let the numbers be x and x + 2. (Even solution, if any, can be discarded afterward)
( x + 2 ) 3 − x 3 = 4 0 0 + x 2 + ( x + 2 ) 2 ( x + 2 − x ) [ ( x + 2 ) 2 + x 2 + ( x + 2 ) x ] = 4 0 0 + 2 x 2 + 4 x + 4 2 ( 3 x 2 + 6 x + 4 ) = 2 ( 2 0 0 + x 2 + 2 x + 2 ) x 2 + 2 x − 9 9 = 0 ( x + 9 ) ( x + 1 1 ) = 0 x = 9 , − 1 1
As the numbers are positive, x = 9 , x + 2 = 1 1
9 + 1 1 = 2 0
Let x denote the bigger of the two numbers and y the smaller one , then according to the equation x 3 − y 3 = 4 0 0 + x 2 + y 2 》 》 》 x 3 − x 2 = 4 0 0 + y 3 + y 2 》 》 》 x 2 ( x − 1 ) = 4 0 0 + y 2 ( y + 1 ) Now since x and y are odd consecutive so x − 1 = y + 1 = z ( l e t ) 》 》 》 x 2 × z − y 2 × z = 4 0 0 》 》 》 z ( x 2 − y 2 ) = 4 0 0 》 》 》 z ( x + y ) ( x − y ) = 4 0 0 》 》 》 ( y + 1 ) ( y + 2 + y ) ( y + 2 − y ) = 4 0 0 As x = y + 2 》 》 》 ( y + 1 ) 2 = 1 0 0 and y=9 , x=11
Problem Loading...
Note Loading...
Set Loading...
An odd integer can always be expressed in the form 2 n + 1 for some integer n . Let the two consecutive odd positive integers be denoted by 2 n + 1 and 2 n + 3 . Then the equation we need to solve is ( 2 n + 3 ) 3 − ( 2 n + 1 ) 3 = 4 0 0 + ( 2 n + 1 ) 2 + ( 2 n + 3 ) 2 . The expression ( 2 n + 3 ) 3 − ( 2 n + 1 ) 3 simplifies to 2 4 n 2 + 4 8 n + 2 6 , and the expression 4 0 0 + ( 2 n + 1 ) 2 + ( 2 n + 3 ) 2 simplifies to 8 n 2 + 1 6 n + 4 1 0 . Subtracting 8 n 2 + 1 6 n + 4 1 0 from 2 4 n 2 + 4 8 n + 2 6 gives us the equation 1 6 n 2 + 3 2 n − 3 8 4 = 0 . We can solve this equation by factoring: 1 6 n 2 + 3 2 n − 3 8 4 = 1 6 ( n + 6 ) ( n − 4 ) = 0 which gives n = − 6 or n = 4 . When n = − 6 , the consecutive odd integers are not positive; so the only solution occurs when n = 4 . When n = 4 , the two consecutive odd positive integers are 2 n + 1 = 9 and 2 n + 3 = 1 1 , and the sum is 9 + 1 1 = 20.