Question 750854
<pre>
Draw 5 blanks for the 5 digits:
<u> </u> <u> </u> <u> </u> <u> </u> <u> </u> 
</pre>
the last is one half the second and one third the first
<pre>
That narrows it to these three possibilities:
<u>3</u> <u>2</u> <u> </u> <u> </u> <u>1</u>

<u>6</u> <u>4</u> <u> </u> <u> </u> <u>2</u>

<u>9</u> <u>6</u> <u> </u> <u> </u> <u>3</u>
</pre>
the first two digits are the square of the third
<pre>
The only one of those three that has the first two digits 
forming a square is

<u>6</u> <u>4</u> <u> </u> <u> </u> <u>2</u>
since 64 is the square of 8.  So the third digit is 8.

<u>6</u> <u>4</u> <u>8</u> <u> </u> <u>2</u>
</pre>
the last two digits are the sum of the second and third
<pre>
4+8=12 so the last two digits is 12, which means the
fourth digit is 1
<u>6</u> <u>4</u> <u>8</u> <u>1</u> <u>2</u>

That's the answer!

We didn't need to use:
</pre>
the third is double the second,
<pre>
But it checks since 8 is indeed double 4
We also didn't need to use
</pre>
The sum of all the digits is 21.
<pre>
But it checks also since 6+4+8+1+2 = 21 

Edwin</pre>