The difference is 1

If a a is an integer number, which of the following numbers can't be written as ( a + a ) ( a + \sqrt{a} ) ?

1056 240 7800 5256 1806 8372

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.

2 solutions

Sahar Bano
Mar 13, 2020

We used the following program to get the answer

for i in range(200,8400):

 z=i+i**0.5

 if (z%1==0):

     print (z)

In the output you will not get 7800 but you will get all the rest numbers

Hence the answer is 7800

Ossama Ismail
Jan 9, 2018

Ans: \ 7800 )

The answer is an integer, this means that a a is a perfect square number.

You may note that ( a + a ) = a ( 1 + a ) (a + \sqrt{a}) = \sqrt{a}(1 +\sqrt{a}) , which is the product of two consecutive numbers. The only number that doesn't satisfy the equation is 8700 8700 .

Answer is 7800 not 8700

Sahar Bano - 1 year, 2 months ago

Thanks ...

Ossama Ismail - 1 year, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...