The sum of squares of 2 consecutive odd natural numbers is 74. What is the smaller odd number of the two?
Check out the set: 2016 Problems
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.
The start of this solution is unnecessarily complicated. What is the point of saying
We can express odd numbers of the form ( 2 n ± x ) where x is any odd number.
Here I take x = 1 . So, the odd numbers obtained are ( 2 n − 1 ) and ( 2 n + 1 )
This suggests
1. We arbitrarily made a decision about the value of
x
.
2. We are not answering the question as stated.
Instead, it should be "Consecutive odd numbers can be parametrized by 2 n − 1 , 2 n + 1 ".
l e t : x = 1 s t n u m b e r x + 2 = 2 n d n u m b e r ( x ) 2 + ( x + 2 ) 2 = 7 4 x 2 + x 2 + 4 x + 4 = 7 4 2 x 2 + 4 x = 7 0 x 2 + 2 x = 3 5 x 2 + 2 x − 3 5 = 0 ( x − 5 ) ( x + 7 ) = 0 x = 5 ∣ x = − 7 x + 2 = 7 ∣ x + 2 = − 5 x = 5 x + 2 = 7
I did the same way as yours..
( 2 x + 1 ) 2 + ( 2 x + 3 ) 2 4 x 2 + 4 x + 1 + 4 x 2 + 1 2 x + 9 8 x 2 + 1 6 x − 6 4 8 ( x + 4 ) ( x − 2 ) ⟹ x = 7 4 = 7 4 = 0 = 0 = 2
2 x + 1 = 5
Problem Loading...
Note Loading...
Set Loading...
We can express odd numbers of the form ( 2 n ± x ) where x is any odd number.
Here I take x = 1
So, the odd numbers obtained are ( 2 n − 1 ) and ( 2 n + 1 )
According to the given conditions:-
( 2 n − 1 ) 2 + ( 2 n + 1 ) 2 = 7 4
4 n 2 − 4 n + 1 + 4 n 2 + 4 n + 1 = 7 4
8 n 2 + 2 = 7 4
8 n 2 = 7 4 − 2
8 n 2 = 7 2
n 2 = 8 7 2
n 2 = 9
n = 9
n = ± 3
Now, as we need only natural numbers, n is not equal to − 3
∴ n = 3
So, the numbers obtained are [ 2 ( 3 ) − 1 ] and [ 2 ( 3 ) + 1 ]
= 5 and 7 .
So, the smaller number is 5 . □