You are not logged in.
Bobbym is cooking dinner.
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? ![]()
How will you handle the rest of the posted problems? ![]()
Sure you wanted to go into that in the other thread?
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.
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.
Hello:
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.
What is this?
It looks like the right answer.
![]()
I think I have stepped on it as Agnishom did.
It raises two more difficult questions.
Did I guess the two questions?
Hello:
Did I get it right? ![]()
Hello:
For n = 1...3
Let
The equations are
I used the arithmetic nth term formula.
From what is above.
You mean two AP's.
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.
Hello Agnishom;
Bobbym showed me how to do these a long time ago. ![]()
Hope that is right.
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 ![]()
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] // Length252
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] // Length112
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] // Length42
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] // Length12
ans0 = Tuples[{{thk, thn}}];
ans0 = Union[Sort[#] & /@ ans0];
Length[ans0]
List @@ Expand[(thk + thn) (a + b + c + d + e + f)^0] // Length2
252 + 112 + 42 + 12 + 2 = 420 ![]()
I used m:) as you call it. I couldn't do the sum by hand.
JimmyR told me that you and him worked it out pretty easily.
How about sharing it?
That post earlier about .999999... it does sound like that guy you told me about:(
That pizza sounds good:)
Have you covered the least squares - orthogonality property of these approximations?
Hello ![]()
I see the problem! When will you post part 3?
Hello:
Why ask about her? I am getting jealous. ![]()
Well, the question is basically - Do you believe in free will.
It is the most basic attribute we have. M knows that.
Hello:
The best way is to work like the M would, experimentally!
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 ![]()
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.