Math Is Fun Forum

  Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °

You are not logged in.

#9776 Re: Jokes » Jokes » 2011-11-02 04:38:20

well maybe the probability is 50%

#9777 Re: Jokes » Jokes » 2011-11-01 01:04:06

i searched it,and now i get it,and it's true and i can prove it.

#9778 Re: Jokes » Jokes » 2011-11-01 00:56:05

don't think so,but i don't understand 17.

#9779 Re: Jokes » Jokes » 2011-11-01 00:53:12

and I can prove 1,4,7,8,14 and 18.

14 is only partially true because "The chances of an open-faced jelly sandwich landing face down on a floor, are directly correlated to the newness and cost of the carpet or rug ,the cost of the jelly and bread and the hunger of the subject in question."

#9782 Re: Help Me ! » Orbifolds!!! » 2011-10-30 07:55:18

that's different.the guy needed the food to live so if he wanted to live,he wouldn't have i choice.i have a choice because my life doesn't depend on it.

and i cannot see how the second moral relates.

#9783 Re: Help Me ! » Orbifolds!!! » 2011-10-30 07:06:32

i'm not crying because you're dumb,i'm crying because i'm dumb,and no one can help me. sad

#9784 Re: Help Me ! » Orbifolds!!! » 2011-10-30 07:01:10

hi

ok.but now you will have to excuse me while i go to my room and cry...

#9788 Help Me ! » Orbifolds!!! » 2011-10-30 03:08:39

anonimnystefy
Replies: 10

hi guys

i have recently found out about a book called "Geometry and the Imagination".There's a lot of cool stuff in there,but i am having trouble understanding the section about orbifolds,finding quotient orbifolds,and naming orbifolds.

can anybody help?

#9789 Re: This is Cool » LaTeX practice » 2011-10-30 01:53:56

Hay,do you maybe have a relative called Jon bon Jovi?

#9790 Re: Guestbook » How old are you bobbym? » 2011-10-29 06:23:32

hey Sarah

i like your signature! bobbym's not here at the moment.

#9792 Re: Help Me ! » Equations with parenthesis? » 2011-10-20 08:27:43

hi guys

here's a program:

program Project1;

{$mode objfpc}{$H+}

uses
  {$IFDEF UNIX}{$IFDEF UseCThreads}
  cthreads,
  {$ENDIF}{$ENDIF}
  Classes
  { you can add units after this };

{$IFDEF WINDOWS}{$ENDIF}

var s:string;

function IzmedjuZagrada(s:string;i,j:integer):boolean;
begin
  IzmedjuZagrada:=(pos('(',copy(s,i+1,j-i-1))=0) and (pos(')',copy(s,i+1,j-i-1))=0);
end;

procedure IzbrisiZagrade(var s:string);
var
  i,j,l:integer;
begin
  l:=length(s);
  while (pos('(',s)<>0) and (pos(')',s)<>0) do
    for i:=1 to l-1 do
      for j:=i+1 to l do
          if (s[i]='(') and (s[j]=')') and IzmedjuZagrada(s,i,j) then
            delete(s,i,j-i+1);
end;

begin
  writeln('Unesite string:');
  readln(s);
  IzbrisiZagrade(s);
  writeln('Novi string je:');
  writeln(s);
  readln;
end.

#9793 Re: Introductions » Greetings » 2011-10-19 04:25:11

hi TheGimp

welcome to the forum!!!

#9795 Re: Introductions » Introduction pinkdaisy » 2011-10-14 23:33:40

hi pinkdaisy

welcome to the forum!!!

all questions are welcome here!

#9796 Re: Puzzles and Games » Clock puzzlers » 2011-10-14 04:18:32

hi Darby

i sometimes like to do that game w/ old car registrations

which contain only numbers in it,but i allow myself to change the order,and restrict myself to the four basic operations!

10=2+8?

#9799 Re: Maths Is Fun - Suggestions and Comments » Birthday page for members » 2011-10-13 05:57:44

that seems like a nice idea!
we should have a birthday notifier!

#9800 Re: Help Me ! » 3.3333333 + 6.66666666 » 2011-10-10 07:05:20

i like persistence,as long as it doesn't turn into stubbornness.we didn't get there yet,but we may very soon. smile

i also like your point of view,but if infinity had boundaries it wouldn't be infinity.

if you go through the digits of 9.9999...899999999...,you would never get to the 8.in order for this number to exist you would need a finite number of 9s before the 8.

and btw even if 9.9999...899999...exists it isn't the same as 9.9999... so you haven't disproved that 9.9999....=10 tongue

Board footer

Powered by FluxBB