Pretty basic right?

How many perfect squares are there in this list of 3000 integers ?


The answer is 597.

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.

1 solution

Giorgos K.
Feb 23, 2018

quick check using mathematica (the list is called t)

Length@Select[t, IntegerQ@Sqrt[ToExpression@#] &]

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...