Questions tagged [square-numbers]

This tag is for questions involving square numbers. A non-negative integer $n$ is called a square number if $n = k^2$ for some integer $k$. Consider using with the [elementary-number-theory] or [number-theory] tags.

A number $n$ is a square number if and only if it is the square of an integer. That is, if $n = k^2$ for some integer $k$.

The name square number, or perfect square, comes from the fact that these particular numbers of objects can be arranged to fill a perfect square.

The square numbers begin $$0, 1, 4, 9, 16, 25, 36, 49, ...$$

The $k$th square number is given by $k^2$ with the zeroth square being $0$. Square numbers are strictly non-negative as $k^2 \ge 0$ for all real $k$. There are $\lfloor \sqrt{n} \rfloor+1$ square numbers in the range $[0, n]$.

References:

https://en.wikipedia.org/wiki/Square_number

1340 questions
0
votes
1 answer

Finding square numbers in arithmetic progression

Say I have three square numbers (these are squared whole numbers greater than ZERO) S1 < S2 < S3 how would you go about showing that the following is possible S2 - S1 = S3 - S2 e.g. the difference between S1 and S2 is the same as that between S2…
Hector
  • 219
0
votes
3 answers

Can 40 divide n with the following conditions

If $2n+1$ and $3n+1$ are both perfect squares then prove that $40$ divides $n$. I tried to solve the problem by taking $a$'s values as multiples of $40$. But the number of such cases would not ever end. So, Probably I need to use some theory- how…
0
votes
2 answers

Trying to find out the cost of a square meter

I am looking for the prices of a land And I would like to find out how much is a square meter cost if a 391,000 square meter is Equal to 6.5bil
0
votes
1 answer

Basic algebra square numbers

Hello I'm new to algebra, I can't solve this: $x+\sqrt{x}=13$ $x+\frac{1}{\sqrt{x}}=?$ can you help Thank you.
0
votes
2 answers

Solving for a square as the sum of 2 evens

Let $m$ and $r$ be an even, and $n$ be odd Let the following be a square defined as the sum of two even numbers $$m^2 = 10 n + r $$ Examples that would satisfy this equation: $$ \begin{array} {c|rrrr} \\ \hline m & 4 & 6 & 14 & 16 & 24 & 26 & 34…
lambda
  • 159
0
votes
1 answer

Square roots and horizons

This is embarrassing - please forgive me :) I am going through an old high school textbook and the second chapter is in square roots. Page two has a figure a that demonstrates how the formula: d = 8 x sqrt (2h) At least I think that's how I am to…
0
votes
1 answer

Perimeter/footprint and square meters

I'mIf a room is 8x8 meter the perimeter will be 32m, and 64m2. If add 2m on two sides and subtract 2m on two sides the room will be 10x6m. The perimeter, and footprint, will be the same for both rooms but the square meters will be different, can…
Kjetil
  • 1
0
votes
2 answers

Square Number Problem

If one is given a set of digits, such as 3352, is there a simple way of finding the square numbers closest to 0 that would begin with the given digits?
Jamie B
  • 13
0
votes
1 answer

Calculating answer using Ratios

been having some issue with this question, mainly because it's a specific question and I don't really know where to start. I took 12 and basically tried to find it's square root, I'm assuming newtons means speed but I don't really know, never used…
0
votes
2 answers

Problem with Indices question

I have an indices related question I've been trying to figure out tonight. Basically I have the following question: $$\sqrt{\frac{\left(25z\right)^6}{4z^{-3}}}\frac{2z^{-\frac{1}{2}}}{\left(\left(5z\right)^{-2}\right)^{-3}}$$ I know the answer is…
0
votes
2 answers

Please help me solve for $L-L^2$?

Unfortunately, I don't know any basic maths, and I need to solve the following equation for $L$ using the intercept of my graph: $$\begin{aligned} intercept & = \frac{2L}{\pi^2 + L(L - 1)} \\ \end{aligned}$$ So far, I…
user187999
0
votes
1 answer

way to find sqrt

In my previous question I asked what is $\sqrt{0}$ and learned that it is 0. I learned also that $\sqrt{2}^2=2$ in my class. Then I see $\sqrt{0}^2=0^2=0$. So in general to find $\sqrt{x}$ is it to find $y$ such that $y^2=x$? Also i see it works for…
Jacob
  • 87
-1
votes
1 answer

Could square minus square be a square?

I wondered if a square minus a square could be a square ? When I put question into equation, I have aa - bb = cc (when condition is a > b) *I don't know what is the correct notation of a mathematical condition Q1: Is that right, that we always got…
Muflix
  • 121
-1
votes
2 answers

nth term of the series 1, 16, 24, 1024

What will be the formula for finding nth term of the series for eq for n = 1 it will be 1 for n = 2 it will be 16 for n = 3 it will be 100 for n = 4 it will be 1024 And am i doing it the correct way?
srox
  • 15
-1
votes
1 answer

Finding n and n^2 in a collection of digits

I need to find the biggest $n$ and $n^2$ given a collection of digits. I need to use every digit. For example the biggest $n$ in the collection { 1, 0, 0, 1, 0, 0 } is $10$, because $10^2 = 100 = 00100$ (leading zeroes are allowed). How can I do…
Bálint
  • 299
  • 1
  • 10
1 2 3
8
9