You are not logged in.
I think there is some character code issue in the post, for example i see "2?3" ie "2 question mark 3" and "? [question mark] this is sqrt right? " which makes me think that the question mark was possibly supposed to be a square root sign, and not a division sign... in which case the solution would read:
So, did you mean (2 divided by 3) * cos(60 degrees) , or 2 * sqrt(3) * cos(60 degrees) ?
Yes I agree, mathsyperson's and Ricky's excellent solutions were not trial and error!
Hi! Welcome to the forum.
Indeed, a wonderful solution.
Here is my procedure for solving it.. which is probably not too good but it is easy to follow:
let N = number of comp disks.
N < 100
By the descriptions:
11A + 10 = N .. eqn 1
10B + 7 = N .. eqn 2
6C + 3 = N .. eqn 3
tweak these starting with maximums for A, B, C:
A = 8 -> N = 98
B = 9 -> N = 97
C = 16 -> N = 99
They are not equal, try again.
There is no way to make eqn 2 produce 98, so lower A to 7.
A = 7 -> N = 77 + 10 = 87
Try to make eqn 2 produce 87:
B = 8 -> N = 80 + 7 = 87
Yay it worked! Now try to produce 87 with eqn 3
C = 15 -> N = 93 ,
C = 14 -> N = 87 ; works!
So it seems 87 is the highest number we can get out of all 3 equations at once.
But perhaps there are other combinations that work?
I don't really like this question, it seems to be all about trial and error.
I guess Devanté got it by just reasoning it out.. impressive!
What do you mean by 'combination of quantities' ? I mean, are you allowed to combine expressions of the parts (a) to (e) together with operators?
Or are you just supposed to identify which of these parts has a straight line graph?
If it is the latter, then only (d) is a straight line. (b) is an exponential curve, (e) is a hyperbola, and the others are other non-linear graphs.
I assume you mean:
and not:
If you mean the first one, then the answer is:
If you mean the second one, there is no further way to simplify it.
If you want to know why this is so, just ask.
There are two integers.
The difference between twenty-five times the first integer and the second integer is five.
Four times the square of the first integer is equal to one-fifth of the second integer.
What are the integers?
SOLUTION
--------
The sentences translate to these eqautions:
25x - y = 5 .. (1)
4x^2 = (1/5)y .. (2)
Re-arranging (1) :
y = 25x - 5
Substituting this into (2) :
4x^2 = (1/5)y
4x^2 = (1/5)(25x - 5)
4x^2 = 5x - 1
4x^2 - 5x + 1 = 0
Applying quadratic formula:
x = [5 (+/-) sqrt(25 - 4*4*1) ]/8
= (5 + 3)/8
= 1
(reject 2/8 since we are looking for integers!)
Now using re-arranged (1) :
y = 25x - 5
= 25 - 5
= 20
So the two integers are 1 and 20.
I hope u are still awake since I did finally prove this! :
let A be nxn
We need to use these facts:
(1) (A^-1)^-1 = A
(2) (k A)^-1 = (1/k) A^-1
(3) det(adj A) = (det(A))^(n-1) where n is the dimension
(4) A^-1 = 1/det(A) adj(A)
begin with (4):
A^-1 = 1/det(A) adj(A)
(A^-1)^-1 = (1/det(A) adj(A))^-1
A = (det A)(adj A)^-1
A = (det A) [ 1/(det (adj A)) adj(adj A) ]
A = (det A)/(det (adj A)) adj(adj A)
A = (det A)/(det A)^(n-1) adj(adj A)
A = (det A)^(2-n) adj(adj A)
adj(adj A) = (det A)^(-(2-n)) A
adj(adj A) = (det A)^(n-2) A
and clearly as a special case for 3x3 matrices:
det(A) = 1 -> adj(adj A) = A
Finally !
I found a result online that states that
if n = 2 then adj(adj A) = A
But I guess we are talking about nxn, in which case it does not look like it holds.
I wish I could be of more concrete help, but this is kindof obscure.
Well, writing out the definition of adj(A) for A nxn is long and annoying, and then taking the adjoint of that, would be painful. I'm not sure what the point of the question is, but perhaps this is an acceptable answer (since this is an expression for ajd(adj(A)):
A^(-1) = (1/det(A)) * adj(A)
det(A) * A^(-1) = adj(A)
adj(adj(A)) = adj(det(A) * A^(-1))
Though this may not be what is required.
You're welcome.
Well, you are not solving ONLY that equation -- that equation has *2* unknowns, so you cant solve it by itself.
you are solving *both equations simultaneously*, 6J + 5L = 63 AND J = 3L - 1.
So here is what you do:
We know that 6J + 5L = 63
But we know also that J = 3L - 1
So substitute this second fact about J into the first equation:
6(3L - 1) + 5L = 63
18L - 6 + 5L = 63
23L = 69
L = 3
Now you can go back to either equation and get J.
J := jacks age
L := larrys age
"The sum of 6 times jacks age and 5 times larrys age is 63" means:
6J + 5L = 63
"Jack is 1 year less than 3 times as old as larry" means:
J = 3L - 1
Now just solve these
Thanks for this great tutorial, hope its ok to 'practice' on this thread.
But i wonder, im getting some odd behaviour: if i add lots of newlines inside the math tag, the interpreter gives me something like 'math?' in latex font. e.g. this does not work because of the newlines inside the math tag:
what could be wrong?
Wow, this is the coolest page I've seen all week.
Thanks for posting this!
Here is my understanding:
It has to do with the fact that we can never measure a circumference to an infinite number of decimal places -- so whatever we do measure is a finite decimal expansion, and therefore rational. So calculating pi as a ratio of circumference to diameter is just a rational approximation to pi. The actual irrational number pi can be defined as various infinite sums or products.
There is a good Dr Math article about this:
http://mathforum.org/library/drmath/view/54660.html
Actually you can make this a little more pleasant by using the formulas:
cos(t) = ( e^(jt) + e^(-jt) )/2
sin(t) = ( e^(jt) - e^(-jt) )/(2j)
Thus:
5cos(120pi t) = 5/2 e^(j120pi t) + 5/2 e^(-j120pi t)
3sin(360pi t) = -(3/2)j e^(j360pi t) + (3/2)j e^(-j360pi t)
Now we can write x(t) as:
x(t) = 5/2 e^(j120pi t) + 5/2 e^(-j120pi t) +
(3/2)j e^(j360pi t) - (3/2)j e^(-j360pi t)
so now Cn is as below (I'll use "INT" for the integral sign):
Cn= (1/T) INT x(t)e^(-jwnt) dt
= INT 60 x(t)e^(-j120pi nt) dt
now the integrand will be the product of e^(-j120pi t) with the 4 terms in the expression for x(t) above.
And the integration will be very easy.
The integrand is:
60 x(t)e^(-j120pi t) =
150 e^( j120pi t - j120pi nt ) +
150 e^( -j120pi t - j120pi nt ) +
90j e^( j360pi t -j120pi nt ) -
90j e^( -j360pi t -j120pi nt )
=
150 e^( j120pi(1-n)t ) +
150 e^( -j120pi(1+n)t ) +
90j e^( j120pi(3-n)t ) -
90j e^( -j120pi(3+n)t )
Now this is easy to integrate, so Cn is:
Cn = -j150/(120pi(1-n)) e^( j120pi(1-n)t ) +
j150/(120pi(1+n)) e^( -j120pi(1+n)t ) +
90/(120pi(3-n)) e^( j120pi(3-n)t ) -
90/(120pi(3+n)) e^( -j120pi(3+n)t ) .
But that's still rather ugly... if anyone has a nicer solution, please post.
Recall that the base-4 logarithm with argument y is the function that gives you "what number 4 needs to be raised to, in order to get y", and the equation says: "this number which 4 needs to be raised to, is x".
Thus, this is the same as saying: 4^x = y. Which is in exponential form.
If you like a more algebraic method:
x = log4(y)
apply the change of base formula logb(t) = ln(t)/ln(b):
x = ln(y)/ln(4)
x*ln(4) = ln(y)
recall that k*ln(t) = ln(t^k):
ln(4^x) = ln(y)
exponentiate both sides:
e^(ln(4^x)) = e^(ln(y))
4^x = y
Same thing.
The second method is better if you remember those formulas and it requires less thinking.
another way is to take the 'Antilog base 4 ' of both sides:
antilog4(x) = antilog4(log4(y))
4^x = y
Well I think it looks like you just have to carry out the integral.
But first:
w=2(pi)f = 2pi * 60 = 120pi
Cn= (1/T) ∫ X(t)e^(-jwnt) dt
= (1/T) ∫ [5cos(2pi60t)-3sin(2pi180t)]*e^(-jwnt) dt
= 60 ∫ [ 5cos(120pi t)e^(-j(120pi)nt) - 3sin(360pi t)e^(-j(120pi)nt) ] dt
These 2 integrals are fairly simple using integration by parts, but its just messy numbers.
(b)
Here I think you need the formula:
P[a < X <= b] = F(b) - F(a)
so
P[2 < X <= 4] = F(4) - F(2) = 1 - 11/12 = 1/12
Recall the definition (note that X is a random variable and x is the argument to the function):
the probability P[X <= x] = F(x)
We know F(x).
a) P[X > 1/2] = 1 - P[X <= 1/2]
now use the definition of F(x):
P[X <= 1/2] = F(1/2) = (1/2)/2 = 1/4
since this is F(x) for 0 <= x < 1
So now,
P[X > 1/2] = 1 - P[X <= 1/2] = 1 - 1/4 = 3/4
I don't quite remember how to do the others at this moment, hopefully other posters can help!
notice that:
f(x) = cot x = 1/tan x
set f'(x) = 0
ie:
d/dx f(x) = -csc^2 x
-1/sin^2 x = 0 -> no solution.
But at the boundaries:
lim as x->0 f(x) = lim x->0 1/tan x -> infinity
So we have a vertical asymptote at x=0.
lim as x->pi f(x) = lim as x->pi 1/tan x -> infinity [since tan x is 0 at x = pi]
So we have a vertical asymptote at x=pi.
Also note that tanget of pi/2 goes off to infinity. So, for 1/tangent:
lim as x->(pi/2) 1/tan x = 0
This is an important point since concavity changes on opposite sides of this.
Now we must check for concavity on both sides of this point using:
d^2/dx^2 f(x) = -csc x * -(csc x)(cot x) = (csc^2 x)(cot x)
Shall I go on?
I think part (a) can be approached like this:
The values that X can take on are the possible number of times that we have to toss the coin until a head appears.
We might have to toss it once, or twice, or three times.. ie, X belongs to the set:
{1, 2, 3, 4, 5, 6, 7, 8, .... }
This is just the set of natural numbers, N, which is countably infinite.
(If I'm wrong surely someone will correct me )
oops! sorry about that, i thought that post was lost, but i must have just used the wrong button