What you want to prove is that no perfect square, expressed in base 10, can end in 45.
To prove this:
- Ask yourself: If a square ends in 5, what is the last digit of its square root?
- Then ask: If a number ends in that digit, can its square end in 45?
Each of these questions is relatively easy to answer, and answering them will give you what you need to write the proof.
2006-09-27 06:58:41
·
answer #1
·
answered by actuator 5
·
0⤊
1⤋
Basically, you're asking if, after squaring a number, the resultant perfect square can end in the digits 45. No, it can't.
First, the number has to end in 5, since these are the only numbers that, when squared, give a number ending in 5.
So, call your number (10a+5). Squaring this number gives 100a^2 + 100a + 25. The first two terms are divisible by 100, therefore the last two digits (i.e. the value if taken mod 100) must be 25.
2006-09-27 14:01:27
·
answer #2
·
answered by Anonymous
·
1⤊
0⤋
If true, then x^2 = 100*i + 45 = 5*(20*i + 9) where i is an integer.
However, for this to be true then 20*i + 9 must be divisible by 5. That is impossible since 5 divides 20*i and 5 does not divide 9.
2006-09-27 13:59:59
·
answer #3
·
answered by Joe C 3
·
1⤊
0⤋
If x^2 ends in 5 then x has to end in 5, easy to check. So you only need to check the last two digits of the squares of 5, 15, 25,...,95 to be able to say there is no solution.
2006-09-27 13:57:34
·
answer #4
·
answered by firat c 4
·
1⤊
1⤋