451 views
0 votes
0 votes
Given that the N is a 4 digit positive integer and we plan to plant exactly N trees in a memorial park. How many distinct values of N are possible such that each row of trees planted has as many trees as the number of coloums?

1 Answer

Best answer
1 votes
1 votes
smallest number which have 4 digit square is 32; 32*32=1024

largest number which have 4 digit square is 99; 99*99=9801

so we have to find the numbers between 32 and 99(both inclusive)

99-32+1=68
selected by

Related questions

0 votes
0 votes
0 answers
1
sim1234 asked Nov 30, 2018
308 views
A rectangular room having dimensions 3.74m x 5.78 m is required to be tited using a minimum number of identical square tiles. The number of such tiles and area of each ti...
1 votes
1 votes
1 answer
2
sim1234 asked Dec 26, 2018
707 views
Assuming that a pointer take 4 bytes and the size of an integer is 2 bytes. What is the size of the *a in declaration: int (*a) [10] ? 4802040
0 votes
0 votes
0 answers
3
sim1234 asked Dec 21, 2018
715 views
Suppose R is a table with 4 attributes A,B, C and D, and S be a table with 3 attributes B, E, F. Now given a particular instance of R and S.S is empty, having no tuples. ...
0 votes
0 votes
0 answers
4
sim1234 asked Dec 17, 2018
403 views
Database that are designed and managed specifically to meet information needs are calledDatabase Management systemData WarehousesTransaction databasesProduction databases...