Question #313e5

2 Answers
Aug 3, 2016

The reqd. larger even #+ve# integer is #10#.

Explanation:

Let the reqd. first even integer be #2x#, then, observe that, the next to this even integer will be #2x+2# and not #2x+1#.

Now, "The square of the sum of 2 consecutive positive even integers" #=[(2x)+(2x+2)]^2#. Let us call this #A#.

Next, "the sum of their squares" #=[(2x)^2+(2x+2)^2]#. Call it #B#.

We are given that, #A > B# by #160#, i.e., #A=B+160#.

Hence, we have,

#[(2x)+(2x+2)]^2=[(2x)^2+(2x+2)^2]+160#

#(4x+2)^2=4x^2+4(x+1)^2+160#

#4(2x+1)^2=4x^2+4(x+1)^2+160#.

Dividing throughout by #4# and then simplifying, we get,

#4x^2+4x+1=x^2+x^2+2x+1+40#, or,

#2x^2+2x-40=0 rArr x^2+x-20=0#

#rArr (x+5)(x-4)=0 rArr x=-5, or, x=4#.

since we need #+ve# integers, #x!=-5#.

#x=4 rArr 2x=8, 2x+2=10#

Hence, the reqd. larger even #+ve# integer is #10#.

Hope, this'll help! Enjoy Maths.!

Aug 3, 2016

The other solutions are correct. This is a very slightly different approach. Upon reflection, it is virtually the same as that by Ratnaker

The larger number is 10

Explanation:

The two numbers are even so my starting point is to make sure the first integer is even (divisible by 2)

Let the 'seed value' (can be even or odd) be #n#

Then #2n# is even

Let the first number be #2n#
Let the second number be #2n+2#
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#color(blue)("Breaking the question down into its component parts")#

The square of the sum of 2 consec. numb. #->[2n+(2n+2)]^2#

is greater than #->[2n+(2n+2)]^2>?#

the sum of their squares#->[2n+(2n+2)]^2>(2n)^2+(2n+2)^2#

by 160 #color(blue)(->[2n+(2n+2)]^2=(2n)^2+(2n+2)^2+160)#
#" "color(brown)(uarr)#
#color(brown)("Changes the > to = by fixing their difference")#
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#=>(4n+2)^2=4n^2+(2n+2)^2+160#
#=>16n^2+16n+cancel(4)=4n^2+4n^2+8n+cancel(4)+160#

#=>16n^2+16n=8n^2+8n+160#

#=>8n^2+8n-160=0#

Divide by 8
#=>n^2+n-20=0#

#(n-4)(n+5)=0#

#n=+4 or n=-5#
'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#n=-5 #is discounted as our numbers are positive

#color(brown)("Remember that "n" is a 'seed value'")#

#=> "first number is "2n=2(4)=8#

#color(blue)("So the larger number is "8+2=10)#