English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

True or false?

see if anyone can get it...

2006-07-13 03:55:49 · 27 answers · asked by outcast_of_2004 2 in Computers & Internet Programming & Design

27 answers

00010 + 00010 = 00100
00100=4, therefore
00010 + 00010 = 4

The answer is True.

2006-07-13 04:08:18 · answer #1 · answered by Anonymous · 6 3

False

2006-07-13 03:58:59 · answer #2 · answered by Anonymous · 0 0

In the language of math it is false. Even if the first 2 were binary, for it to be true you would be mixing decimal systems with out any indication of what decimal systems are used. Even in C/C++ you must indictate the base type, 0x for hexadecimal or 0 for octal, or the parser will fail.

In some alien math language it could be true. Where '10', '4', '+', and '=' could represent different things then our language. But since this is not an alien website, it is false.

2006-07-13 06:15:55 · answer #3 · answered by humean9 3 · 0 0

Well... true if you consider binary code.

10+10=4
=> (2^1+0^0) + (2^1+0^0) = (2)+(2)= 4
4 in binary is 100 or (2^2+0^1+0^0)

For those of you who don't know, here's a quick example of binary codes. I'll let you see if you can figure out the pattern.

0001= 0^3+0^2+0^1+2^0 = 1
0010= 0^3+0^2+2^1+2^0 = 2
0100= 0^3+2^2+0^1+0^0 = 4
1000= 2^3+0^2+0^1+0^0 = 8

0011= 0^3+0^2+2^1+2^0 = 3
0110= 0^3+2^2+2^1+0^0 = 5
1100= 2^3+2^2+0^1+0^0 = 12

2006-07-13 04:16:22 · answer #4 · answered by joshman 3 · 0 0

10+10=4 = 20 is not equal to four therefore the answer is FALSE

2006-07-13 15:31:28 · answer #5 · answered by MC 2 · 0 0

in maths way its false
but in funny n normal without math its true
because 10+10= 4
2 (words)+2(words)=4
u can say here is 2words 1n 0 n then 2 words 1 n 0 then it made 4 alrightttttttt

2006-07-13 04:22:15 · answer #6 · answered by chamaktaysitary 2 · 0 0

10+10=4 is almost correct you have to add up a few more things to balance the equation ... that is 10+10 = 4 + 16

2006-07-13 04:06:13 · answer #7 · answered by Anonymous · 0 0

Uuuuuuuuummmmmmm....Nooooooooooooooo!!! 10+10=20

2006-07-13 04:00:25 · answer #8 · answered by mervy 2 · 0 0

10 binary is same as Decimal value of 2.

So if you want to make that equation work, then its actually:

Binary Integer 10 + Binary Integer 10 = Decimal 4

2006-07-13 04:00:32 · answer #9 · answered by Sean I.T ? 7 · 0 0

10+10=0

just kidding like u

2006-07-13 03:59:48 · answer #10 · answered by Anonymous · 0 0

If you are doing binary to integer addition, true. Or for sufficiently small values of 10.

2006-07-13 04:06:12 · answer #11 · answered by John J 6 · 0 0

fedest.com, questions and answers