Mathematics question.

Think of it this way


(A + B) * (A + B) = A^2 + 2AB + B^2

Therefore

32 * 32 =(30 + 2) *(30 + 2)= 30^2 + 2( 30*2) + 2^2 = 900 + 120 + 4 = 1024

Simples! :D

You missed out the 2AB! ;)

(There are no Dumb questions, Only Dumb answers!)

How do you do all that in your head?
 
So in Hex, 0 = 3? I thought HEX = 6? 6x400 = 2400?
Hex is a base 16 system, so 20 = 32...

1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 1a, 1b, 1c, 1d, 1e, 1f, 20... and so on.

Takes a while to get your head around as we're so hard-wired to work in base10.
 
Last edited:
Consonant... Consonant... Vowel please.. Another consonant.. And two from the bottom please Rachel..:)

32X32

(2X2)= 4 + (2X30) = 60 + (30X2) = 60 + (30X30) = 900 =1024
 
I kind of see where you are coming from, but the math does not work like that.

For example in simple person talks.

32*32 is basically 32 32s.

So 32... 32 times...

By splitting it up into two sums, 30*30 is having 30 lots of 30, and 2*2 is having 2 lots of 2... So it will be less than adding both sums together.

Okay I suck at explaining, but this makes sense in my head. :D
 
pUgbuoy.png
 
Think of it this way


(A + B) * (A + B) = A^2 + 2AB + B^2

Therefore

32 * 32 =(30 + 2) *(30 + 2)= 30^2 + 2( 30*2) + 2^2 = 900 + 120 + 4 = 1024

Simples! :D

You missed out the 2AB! ;)

(There are no Dumb questions, Only Dumb answers!)

Similar approach to what I use:

A 2 digit number can be expressed as 10x+y where x and y are the 2 digits.

To square that number:
(10x+y)(10x+y)=100x^2+20xy+y^2

Or in simple "do it in your head" terms:

Take the first digit (x), square it (x^2). put 2 zeroes on the end (100x^2). File that number away

Take the 2 digits and multiply them together (xy), double it (2xy) and put a zero on the end (20xy), file that number away.

Take the second digit (y) and square it (y^2)

Recall the two numbers from earlier and add all 3 parts together.
 
This is purely Maths, not IT (bits/bytes).

What is 32*32?

The way I do this in my head is 30*30 = 900, and 2*2 = 4. Therefore answer is 904.

However the answer is actually 1024.

This confuses me entirely. I thought I was good at Mathematics.

:confused::confused::confused:


And here was me thinking that was Arithmetic !
 
This is purely Maths, not IT (bits/bytes).

What is 32*32?

The way I do this in my head is 30*30 = 900, and 2*2 = 4. Therefore answer is 904.

However the answer is actually 1024.

This confuses me entirely. I thought I was good at Mathematics.

:confused::confused::confused:

You are stupid, sorry to inform you. To use a simpler example;

11x11 = 121.
10x10 = 100, 1x1 = 1.
101 does not equal 121.
 
Bet you got caught cheating by using a slide rule :D

A bit before my time, I've seen/handled one but never used one - they look really cool. Must put that on my to do list

Slide-rules were a brilliant tool, especially for Engineering!

They were not "Precise" enough to yield nonsense 8dp answers and by their nature you had to have an estimate of the answer you were looking for before you even picked one up so magnitude errors were much less likely than with electronic calculators.

Don't forget. some of the most impressive technical achievements of all time were achieved by really smart people without computers using mostly pencils and slide rules! Take away the shiny electronic tools and I doubt if these could be replicated today! :(

(Electronic computers were coming in during the 50's but they were pretty basic by modern standards. Analogue computers have of course been used for millennia for specific tasks)
 
I kind of see where you are coming from, but the math does not work like that.

For example in simple person talks.

32*32 is basically 32 32s.

So 32... 32 times...

By splitting it up into two sums, 30*30 is having 30 lots of 30, and 2*2 is having 2 lots of 2... So it will be less than adding both sums together.

Okay I suck at explaining, but this makes sense in my head. :D

That's a far more logical explanation to me than the others here :)
 
Back
Top Bottom