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
4 answers

Determining number of integer solutions for expression of perfect square

How many positive integer values of n are there such that $2^n + 7^n$ is a perfect square? I am not sure how to approach this question given that there are two different bases 2 and 7
0
votes
1 answer

Squares in different bases

In base 5, 121 is 25+10+1=36=6*6 In base 6 121 is 36+12+1=49=7*7 In base 7 121 is 49+14+1=64=8*8 In base 5 144 is 25+20+4=49=7*7 In base 6 144 is 36+24+4=64=8*8 Can someone please explain why there seems to be this pattern? Thanks Rik
Henk
  • 212
0
votes
1 answer

Number multiplied by itself does not give a square number

The answer to this is probably very simple but while working on a question I was surprised to discover than a number multiplied by itself does not give the same answer as the same number squared (in the case of negative numbers). Examples: $-1^2 =…
Xantium
  • 113
0
votes
1 answer

Can a sum of $n$ consecutive perfect squares be written as a sum of $n-1$ different perfect squares?

So, can $\sum_{i=1}^n i^2$ be written as a sum of $n-1$ different perfect squares? Surely if we are looking at this problem with small numbers, the answer is both yes and no. If we take $n$ to be 3, there can not be two different perfect squares…
KroTeK
  • 3
0
votes
1 answer

Consecutive Square Numbers divided by Consecutive Odd Numbers

Why do we get this pattern (note what has been highlighted or italicized) when you divide consecutive square numbers with consecutive odd numbers ? 4 ÷ 3 = 1 R 1 9 ÷ 5 = 1 R 4 16 ÷ 7 = 2 R 2 25 ÷ 9 = 2 R 7 36 ÷ 11 = 3 R 3 49 ÷ 13 = 3 R 10 64 ÷ 15 =…
W.G.
  • 1
0
votes
1 answer

Three Digit Square w/ Numbers 1-9

Using a computer/program, can anyone figure out: The square of 567 is 321,489. These two numbers contain each of the digits from 1 to 9 exactly once between them. What other three-digit number and its square have this property? And also explain…
Jolly
  • 123
0
votes
0 answers

Three-Digit Square Containing Numbers $1-9$

Question: The square of $567$ is $321,489$. These two numbers contain each of the digits from $1$ to $9$ exactly once between them. What other three-digit number and its square have this property? I know what the answer is, I just don't know how…
Jolly
  • 123
0
votes
5 answers

can anyone help me to find the square root of non perfect squares?

Can anyone give me good and more easier method to find the square roots of non perfect squares .It finds very hard for me to calculate without calculator in my exams
Akash. B
  • 123
0
votes
1 answer

Cubes and squares

Consider there are five consecutive numbers $a,b,c,d$ and $e$ such that $a \lt b \lt c \lt d\lt e$.Given that $b+c+d$ is a perfect square and $a+b+c+d+e$ is a perfect cube, find the least value of $c$. I just want to know how to approach these kind…
0
votes
1 answer

Sums of squares and then increasing the number being square: will the sum change?

100 numbers are written on a board. After each number was increased by 1, the sum of their squares did not change. Will the sum of squares change and by how much if the numbers are increased by 1 again? I don't know where to start since I can't find…
Gerard L.
  • 2,536
0
votes
2 answers

How to get a perfect square with this condition?

I'm looking for a mathematical method to find an integer X if I multiplied by N and add one on the result will get a perfect square value. $$X * N + 1 = (Perfect Square)$$ I need all X values under N Example: $N = 72311$ I found X can be: $7650 ,…
0
votes
3 answers

Squaring $a+b=c$ and squaring $a+b-c=0$

Suppose $$a+b=c$$ which is equivalent to $$a+b-c=0$$ However, squaring both equations results in $$a^2+2ab+b^2=c^2$$ and $$a^2+2ab-2ac+b^2-2bc+c^2=0\\a^2+2ab+b^2=2ac+2bc-c^2$$ which are clearly different. Which of the two is correct?
0
votes
3 answers

Quick Indices problem

I'm not entirely sure whether this is a suitable problem to ask. However, in trying to solve an index problem, I have been getting stuck in the same place for a while. The question is: $$(9a^3 b^{-4})^{1/2} \times 2(a^{1/2}b^{−2})^{−2}$$ I know…
S.Ban
  • 41
0
votes
3 answers

Proof by contradiction to show a number is not a perfect square

If n mod 4 leaves a remainder of 2 or 3, then n cannot be expressed as a perfect square. How can we prove this by Contradiction? Thanks in advance.
0
votes
5 answers

How to divide a number by $i$

I was wondering how to divide a number by $i=\sqrt{-1}$. E.g $$\frac{2}{i} = \ ?$$ Any help would be appreciated.
1 2 3
8 9