Math Is Fun Forum

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

You are not logged in.

#176 Re: Guestbook » Linear Interpolation of FP1 Formula - Parallel Thread » 2014-04-03 16:15:03

Bobbym is cooking dinner. smile For me, instead of answering posts.

I have asked him 3 times to leave this forum and start one with me. He did not have to pay anything, I would let him administrate, run it anyway he likes. With the treatment he gets here, he stays? sad

#177 Re: Help Me ! » Probability Problem » 2014-04-02 10:13:23

How will you handle the rest of the posted problems? smile

#178 Re: Help Me ! » Probability Problem » 2014-04-02 10:06:13

Sure you wanted to go into that in the other thread? smile I mean about the artificial intelligence work. You are correct and all but young people should not be exposed to different viewpoints. It will confuse them.

#179 Re: Help Me ! » Probability Problem » 2014-04-02 10:00:00

Keep joking with him like that and he isn't going to be your friend long. Why must you always tease the people you like?

The multivariable generating function can also be used.

The probability is 1 / 9.

#180 Re: Computer Math » Geogebra Help » 2014-03-30 14:44:16

Hello:

phrontister wrote:

I suppose I could cheat and work backwards to the second one (which is E's height above the x-axis) by using Geogebra's area of ΔABE and the base length, but I wouldn't know how to use that in shape DEC's area calculation.

I am pleased to meet you. You do not have to limit yourself to the use of Geogebra, you are M capable too.

Agnishom wrote:

What is this?

It looks like the right answer.

#181 Re: Computer Math » Geogebra Help » 2014-03-30 05:18:49

smile

I think I have stepped on it as Agnishom did.

#182 Re: Computer Math » Geogebra Help » 2014-03-30 05:14:20

It raises two more difficult questions.

Did I guess the two questions?

#186 Re: Help Me ! » What am I doing wrong? #Arithmetic_Progressions » 2014-03-09 22:50:23

For n = 1...3

Let

The equations are

I used the arithmetic nth term formula.

From what is above.

smileup

#188 Re: Help Me ! » What am I doing wrong? #Arithmetic_Progressions » 2014-03-09 01:38:07

Hello;

I'm using an algorithmic method that he showed me. I don't know what is wrong with your method. M says, use methods that work.

#189 Re: Help Me ! » What am I doing wrong? #Arithmetic_Progressions » 2014-03-09 01:29:37

Hello Agnishom;

Bobbym showed me how to do these a long time ago. wink

Hope that is right.

#190 Re: Help Me ! » Another combinatorics problem pizzas » 2014-03-03 01:17:37

Hello administrator;

The problem is from another site and is active please cover it up.

Hello Agnishom;

bobbym tells me you are learning M:) Then this is for you.

I computed the answer and used the number of terms in the generating function as a cute test smile

ans4 = Tuples[{{thk, thn}, {a, b, c, d, e, f}, {a, b, c, d, e, f}, {a,
      b, c, d, e, f}, {a, b, c, d, e, f}}];
ans4 = Union[Sort[#] & /@ ans4];
Length[ans4]
List @@ Expand[(thk + thn) (a + b + c + d + e + f)^4] // Length

252

ans3 = Tuples[{{thk, thn}, {a, b, c, d, e, f}, {a, b, c, d, e, f}, {a,
      b, c, d, e, f}}];
ans3 = Union[Sort[#] & /@ ans3];
Length[ans3]
List @@ Expand[(thk + thn) (a + b + c + d + e + f)^3] // Length

112

ans2 = Tuples[{{thk, thn}, {a, b, c, d, e, f}, {a, b, c, d, e, f}}];
ans2 = Union[Sort[#] & /@ ans2];
Length[ans2]
List @@ Expand[(thk + thn) (a + b + c + d + e + f)^2] // Length

42

ans1 = Tuples[{{thk, thn}, {a, b, c, d, e, f}}];
ans1 = Union[Sort[#] & /@ ans1];
Length[ans1]
List @@ Expand[(thk + thn) (a + b + c + d + e + f)^1] // Length

12

ans0 = Tuples[{{thk, thn}}];
ans0 = Union[Sort[#] & /@ ans0];
Length[ans0]
List @@ Expand[(thk + thn) (a + b + c + d + e + f)^0] // Length

2

252 + 112 + 42 + 12 + 2 = 420 smile

#191 Re: Help Me ! » Sum of Fourier series » 2014-02-23 02:12:18

I used m:) as you call it. I couldn't do the sum by hand. sad JimmyR told me that you and him worked it out pretty easily.
How about sharing it?

#192 Re: Computer Math » Fourier series » 2014-02-20 15:41:30

That post earlier about .999999... it does sound like that guy you told me about:(

#193 Re: Computer Math » Fourier series » 2014-02-20 15:37:46

That pizza sounds good:)

Have you covered the least squares - orthogonality property of these approximations?

#195 Re: Computer Math » Getting the coefficient. » 2013-12-20 06:20:13

Hello smile

I see the problem! When will you post part 3?

#198 Re: Dark Discussions at Cafe Infinity » Interesting Conversation » 2013-11-16 01:04:19

Well, the question is basically - Do you believe in free will.

It is the most basic attribute we have. M knows that.

#200 Re: Puzzles and Games » Easy puzzle challenge » 2013-10-17 02:29:40

Hello:

The best way is to work like the M would, experimentally! smile Although he does seem to have borrowed the idea from Doctor Z as he calls him.

Form a difference table:

{3,6,10,15,21,28,36,45,55}

{3,4,5,6,7,8,9,10}

{1,1,1,1,1,1,1}

The third row is constant so it is a cubic smile

Using bobbym's idea in

http://www.mathisfunforum.com/viewtopic … 18#p285718

which is the binomial in the question. You should use induction to show that the formula is correct.

Board footer

Powered by FluxBB