You are not logged in.
Pretty good problem.
Let the n be the number of the questions.
In general we'll have two cases:
1. If n is odd, then we can't have (YES=NO) case. So in this case, the answer is 2^(n-1).
2. If n is even, we'll have for the number of (YES=NO) cases:
Yes, the same.
Now, i'll uncover my results.
Let
About Mathsy post - good point.
I suppose the best will be to use the first greater or equal to the number exact square.
And the approximation is really good.
As you can see form the image :
Just "powering" the equation:
The system has not solution indeed.
that's a vector - row, it's (8x1) matrix and 8 dimentional vector
just having fun!
First I thought the same, but the proof works for every m,n.
If E bisects AD, then E is (the center of the bisectors) in ΔABD, Let BD intersects with AC in K. Then BK=KD and AK is a bisector of the triangle. Thus AP=2PK. Whe we disect ΔBCD in the same way, we have: KC=3PK, SO AC/AP=(AP+PK+KC)/AP=6PK/2PK=3=2+1=2+n/m.
This is an equation.
Function is for example:
You can use the general formula to obtain a formula for intervals:
And another - the degrees of x are only even. So you can plug y=x^2 and the degree of the equation will become form 6 to 3, which is some helpful simplification.
LQ, right. Just a little mistake:
Some good explanation:
http://en.wikipedia.org/wiki/Scientific_notation
You mean the determinant?
Here's the source of the page I got:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>403 Forbidden</TITLE>
</HEAD><BODY>
<H1>Forbidden</H1>
You don't have permission to access /forum/post.php
on this server.<P>
<P>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
<HR>
<ADDRESS>Apache/1.3.33 Server at www.mathsisfun.com Port 80</ADDRESS>
</BODY></HTML>
I was posting in the Help section, when some screen saying that there's error 404 and I do not have access to /forum/post on this server on port 80???
In my opinion you should use something like Proof: or Solution: to distinguish the problem from the solution.
I agree with Rob and mathsy. And if you split the pages you will have not only drawing problems. Sometimes we must work with HUGE equations and you just couldn't write them in a splited row.
Sorry for delaymant now it's edited.
-1999=-0.1999*10^4.
If you want:
-1999=-0.1999E4
-1999=-(11111001111) in binary
And, using induction, we will easily prove the interesting fact:
Many combinatorial problems yeld to fibonacci numbers.
It's good start to use some reuirrent relation.
Let
Q(n) be the total number of all combinations when a coin is tossed n times,
and
G(n) - the number of combinations in which there are at least 2 consecutive tosses.A combination of this kind we'll call correct.
Q(n) = 2^n (that's easy, because every combination of tosses can be represented as binary string :1 for heads ).
Now notice
G(1)=1;
G(2)=1;
Let compute G(n+1) , n>=2:
1.
If the first is 0, then we'll get
0xxxx... <--n x's
So this will be a correct combination, iff xxxx... is a correct combination.
So we have that the number of correct combinations of n+1 coins, when the first is null, is
G(n).
2. If the first number is 1, we get 2 cases:
2.1. If the second number is one, then we have:
11xxxx... <--n-1 x's,
which is always correct, so for every combination xxx...
In this case we have Q(n-1) correct combinations.
2.2. If the second number is 0:
10xxxxx <-- n-1 x's
As in point 1, this will be correct, iff xxx... is correct, so in this case we have G(n-1) correct cases.
And now: