(22, 24, 26, 33, 36, 42, 62, 63)>>Total = 8
The probability is = 8 / 6^2 =8 / 36 = 2 / 9
What are the solutions of the equation x^4 – 5x^2 – 36 = 0?
Hello Guest!
x4–5x2–36=0
u=x2
u2–5u–36=0
p q
u=−p2±√(p2)2−qu=2.5±√6.25+36u=2.5±6.5
u1=9u2=−4
(x1,2)2=9(x3,4)2=−4
x1=3x2=−3
x3=+√−4 complex numberx4=−√−4 complex number
!
8√2−√24−√3+√128=8√2−2√6−√3+8√2=16√2−√3−2√6
Nice.
a1−r=3→a=3−3r by geometric sum formula, where r is the common ratio. Our sequence would be a,ar,ar2,ar3,.... When squared, it would be a2,a2r2,a2r4,a2r6. This sequence has first term a^2 and common ratio r^2, so by the geometric sum formula this is a21−r2=3→(3−3r)21−r2=3→9r2−12r+9=3−3r2→r=1±i2. So also a=3−3±3i2=3±3i2.
Let the number of gallons of the 60% alcohol solution =G
0.60G + 0.25 * 90 = 0.50 * [G + 90], solve for G
G = 225 gallons of 60% alcohol solution will be needed.
Let z=x^2 --> z^2-5z-36=0 --> (z+4)(z-9)=0 --> z=-4,9 --> x^2=-4 (no real solutions), x^2=9 --> x=3,-3
If you wanted imaginary solutions as well --> x^2=-4 --> x=2i,-2i --> x=3,-3,2i,-2i
2πr∗h=2π∗5∗2=20π. Now for top and bottom. Top is 52π−22π=25π−4π=21π, and so is bottom. So ans is 20π+21π+21π=62π.
I don't like point-slope so I will convert.
3x-2y=-9 --> 2y=3x+9 --> y=3/2x+9/2
Perpendicular has slope -2/3. So y=-2/3x+b. Plug (-4,-2) --> -2=(-2/3)*(-4)+b --> -2=8/3+b --> b=-14/3
So eqn. is y=-2/3x-14/3 --> 3y=-2x-14 --> 3y+2x+14=0
x
216 27 8 1
- 216
- 27
- 8
- 1
x = 216 + 27 + 8 + 1 - 216 - 27 - 8 - 1= 0
Case one:
4(x+7)+3x+2=32 --> 4x+28+3x+2=32 --> 7x=2 --> x=7/2
Case two:
-4(x+7)+3x+2=32 --> -4x-28+3x+2=32 --> -x=58 --> x=-58
x=7/2, -58
Note that (x+y)2−2xy=100−2xy=x2+y2=56→100−2xy=56→xy=22,x+y=10. So x and y are the roots to this quadratic: z2−10z+22=0→z2−10z+25=3→(z−5)2=3→z=5±√3→(x,y)=(5+√3,5−√3),(5−√3,5+√3).
n=1010101010101010101010101010..........;s=0;p=0;cycle: s=(n%10);if(s==1,p=p+1, 0);n=(n div 10);if(n!=0, goto cycle,0);print"Total Num =",p
There are 2005 digits in the quotient of N/11.
1002 of them are zeros, and:
1003 of them are "1's"
There are 506 zeros in N/11.
The sum of all possible values of x is 736.
that is wrong..... :(
can you explain what e is?
The sum of all the different possible areas of cool right triangles is 46.
The maximum value is sqrt(10).
since it was 18 more birds, 131-113 which is 18, and there were 3 extra days, you do 18/3 which is 6
then it is 131 mod 6 = 5
so 5 is the answer
Check the numbers 18 and 128 in your question carefully. Can't find a right triangle with perimeter of 18 and their squares summing up to 128. Maybe 122??
By Hamilton's Theorem, the solutions are z = 4^{1/4}*e^(pi*i/4), 4^{1/4}*e^(pi*i/4 + pi/4), 4^{1/4}*e^(pi*i/4 + 2*pi/4), and 4^{1/4}*e^(pi*i/4 + 3*pi/4). Since 4^{1/4} = sqrt(2) and e^(pi*i/4) = (1 + i)/sqrt(2), the first solution is 1 + i. Then the other roots work out as
4^{1/4}*e^(pi*i/4 + pi/4) = 1 - i,
4^{1/4}*e^(pi*i/4 + 2*pi/4) = -1 - i, and
4^{1/4}*e^(pi*i/4 + 3*pi/4) = -1 + i.
a) 4 red balls must be added
b) 11 black balls mus be added.
The score 72 has been removed.
a=listforeach(n, (-1, 1, 2), listforeach(m,(-2, -1, 0, 1, 2),(n^m));print sort(a),"Total =>>", count a
(-1, -1, 0.25, 0.5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 4) Total =>> 15
I count 5 distinct positive values [0.25, 0.5, 1, 2, 4]