#help-27
1 messages · Page 423 of 1
Yeah.
@dapper fable Do you understand it better?
@dapper fable Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
,rotate
If it is blurry then i can send a clearer version
!status
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
1
Wait no 2
Clearer question
Can you send what have you tried?
what's $k$?
1 divided by 0 equals Infinity
It was incorrect
I dont know
Im assuming we have to use the formula for framing a quadratic polynomial
k{ x² + (sum of zeroes)x + product)}
Is this formula correct
x^2-
Oh yeah
Sorry small mistake
But otherwise we have to use this formula?
Don't worry.
the question is wrong
I dont think so
the sum of the squares of the zeros is actually 56
Yeah, we need the k inside the equation.
better to ignore this question
Oh
But ignoring the values
What way do I have to solve
AI told me its 12 but i dont trust AI
Especially not for math
!noai lmao
Please do not trust ChatGPT or similar AI tools for mathematical tasks, as they often generate output which "sounds correct" but has numerous factual or logical errors. Use of these AI tools to answer other people's help questions is strictly against server rules (see #rules).
I dont trust AI for math
Or anything
as stated before, the problem doesnt give you what k is and the given statement is actually wrong
skip the problem and move on
if you dont have any other questions then i'll close it
the irrelevant !noai usage counter increases again
Is there any way to solve it without valjes
nope
there might've been a problem during the book's publishing
can we assume c= k
K is constant and c is constant
c in this problem is already give which is 4 (if i understand what you're meaning here) and the problem asks us to find k
however the given statement in the problem is wrong because of this
Oh
any other questions?
So it is absolutely wrong?
yeah something wrong happened during the book's editing
.close
Closed by @main axle
Use .reopen if this was a mistake.
Ty sorry for wasting your time
nah it's okay
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
in first is there a way to check transitive without taking example of exception?
and in 2nd i got 2^6
oh wait not 2^6 but 2^15
Please send working
wait a sec lemme do it neatly
- Suppose $(x,y) \in R$ and $(y,z) \in R$. Then, $x \in {y, 3y}$ and $y \in {z, 3x}$. This means that $x \in {z, 3z, 3z, 9z}={z, 3z, 9z}$. Since $x$ can be $9z$, the condition for transitivity fails.
Civil Service Pigeon
Also, in the future, please try to keep it to one question per channel.
Keeps this easier on the organisational side.
Anyway I'll let you two do #2 together
ah ok I'll be careful next time
this my working for question 4
this also works for natural numbers as well right?
did u get number 1?
I'm trying to understand what he wrote
why does x belong {y,3y}?
divide whole equation by y^2 , take x/y = t and then factorize
wait a sec
@rare kernel can you tell me where I went wrong here
1 sec havent read the question
kk np
i think i got it right but just want to double check
realised my mistake the moment I said I got 2^6
is 2^15 not correct?
that's the and given in the textbook
yeah its correct only
did I make a mistake in my solution?
initially I had 2^6
but I realised mistake
alr 👍 nw
.close
Closed by @frozen solar
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I am a little stuck on how to approach this
or is it obvious
I think my understanding of this problem is correct right for example this would the transformed graph look like
and the order will be something like
[0, 2, 4, 3, 1]
(1, 2, 2, 3, 4) - degree of undirected graph
(1, 2, 2, 1, 0) - out-degree of a graph
so right now im trying to see how i can use a vertex's outdegree to determine the relative position of verticies in sorted order
evidently if a outdegree = 0, then the vertex is either isolated or its the vertex with the biggest degree
if the outdegree is 1, than either its the second highest degree or it could be a vertex with exactly 1 degree
and so on
hmm
i think that might be a pattern
im actually kind of confused in this case wouldnt the outdegree of 0 $ > \sqrt{4}$?
We can have 2 cases, right?
Yeah, it's correct.
but then why is the maximum outdegree O(sqrt(M))
wouldnt it just be O(M) graphs with all verticies connected to each other
because then the maximum outdegree is just M-1
actually i am a little bit confused by the tie breaking process
Think about, in a complete graph with n$vertices, the maximum output degree is n-1, but since the total number of edges is $m \approx \frac{n^2}{2}$, then that degree $n- 1$ is still proportional to $\sqrt{m}$.
wait is m representing # of edges or verticies
M is the number of edges and n is the number of vertices.
oops my bad
Don't worry. 🙂
hmm alright now the problem makes sense
now i just need to figure out how to approahc it
Right!
so totally there are m directed graphs in the resulting figure
there will alwyas be a vertex with an outdegree of 0, this will always be the biggest vertex in our "sorted list"
hmm this feels tricky
The key is not to look at the entire graph at once, but to focus on a single vertex.
hmm
and this is any arbitrary vertex
or should i look at verticies one at a time
The objective is precisely to demonstrate that the property holds for any arbitrary vertex v, right? So analyzing just one of them is the right way to go.
Do you understand it better?
I think I understand what I'm supposed to do but its a little tricky
like im going to say if some vertex has k outdegree edges
try to figure something about its position in sorted order
Exactly!
Don't get obsessed with the position number, think about the fact that everyone who comes after v has degrees so high that they spend the total edge budget very quickly. 😉
wait
if a vertex has k outgoing edges, there there has to be k verticies who have a higher degree
Exaclty!
Think it.
hey
i think i have a weird argument
I don't know if this works
Tell me.
Denote $v_i$ as the vertex with $k$ out-degree edges. There are exactly $k$ verticies who have a higher degree than $v_i$, lets label them as $v_{i+1}, v_{i+2}, \dots, v_{i+k}$. Each vertex from $v_i \dots v_{i + k}$ has at $\geq k$ degree, and there are $k$ of them. I think there is some kind of lemma that tells you the total degree in a graph $(2m)$. So $k^2 < 2m \implies k < \sqrt{2m} = O(\sqrt{m})$
toast
Exactly! It's correct.
tysm, is there a way to work around this without using the handshake lemma
Yeah, it's better.
Do you have more questions?
could we argue that since there are k+1 veritices with at least k edges, then $\dfrac{(k+1) \cdot k}{2} \leq m$
toast
since its an unidrected graph, just divide 2 to get unique edges
Correct!
kk
i think this makes alot more sense
imma write it down tysm
i think there is one more problem but i will send after i transcribe this down
Good, now you have the a and you need the b, right?
What ideas you have?
@cerulean ruin Has your question been resolved?
Closed by @cerulean ruin
Use .reopen if this was a mistake.
ill close the channel
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
okie
So i guess we have to count number of triangles in a graph
and devise some algorithmn for it
so the original nbhd intersection algorithmn is like
for each (u, v) in G we look at the neighbors of u and v, then we take $N(u) \cap N(v)$. This will let us know how many triangles are associated with each edge, but each traingle is enumerated 3 times because each edeg of the triangle is checked
toast
Exactly!
so i guess our difference is that we actually perform it on the directed graph
and i actually think because its a directed graph, we don't overcount
You are correct. 🙂
now i need to explain why
well suppose we have a triangle in the undirected graph
when converting it into a directed graph using sorted order, we get edges
u -> v
u -> w
v -> w
we can only get at most 1 triangle from this and thats if we check u -> v's edge
any other triangle will have this pattern, so we never overcount
Yeah, you can.
hmm is this a strong enough answer to the problem
- we just run a neighbor intersection on the directed edges. We only count it there exists an intersection between the neigbors and this will only occur once per triangle, as our resulting directed graph has no cycles.
There are m edges, and we know by part a, each edge as at most sqrt(m) outgoing edges, so our total run time will be $O(m\sqrt{m})$
toast
For me looks really good.
ty
is an argument for each triangle cycle, there will always be one vertex with 2 outgoing edges, 1 vertex with 1, and 1 with none. The only edge that detects a triangle is the edge between the two vertex with at least 1 outgoing edge, since that is the only way to get to the third shared vertex
i think this might be good too
but tysm
.solved
Closed by @cerulean ruin
Use .reopen if this was a mistake.
You are welcome!
Have a nice day. 
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can someone explain why (iii) is true? because all elements of $\mathcal{P}(\bN)$ are countable but the set itelf isnt, is it not?
kesjykara
What would be the sets you’re taking the union of in that case? Would there be countably many of them?
i see i see
You can do the classic method with ℚ here
Do you know about the diagonal counting method for ℚ?
@green grove Has your question been resolved?
Closed by @green grove
Use .reopen if this was a mistake.
yeah
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Yeah just line up the A’s in a row and each A has a column of it’s countable elements
@jaunty mantle Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Combinatorics might be my biggest weak point... I have no idea how to sum the possibilities here, do you maybe have to calculate the amount of partitions of 2, 3,... 99 into two?
hi
Hai!
So like how many ways 3 numbers can add to 100?
um, honestly I have no idea
I would say:
you set 1 number and try to see how many ways 2 numbers add up to 100
So when x_1 = 1 and when x_1 = 98?
so:
If the first number is 1, there are 98 ways because the second number can be any number between 1 to 98
If the first number is 2, there are 97 ways because the second number can be any number between 1 to 97
etc
etc
If the first number is 98, there are 1 way, because the second and third number can only be 1
there we have it
add up 1 to 98 is the answer lol
Oh! I have this formula!
$\sum _{n=1}^k n= \frac{(k)(k+1)}{2}$
YeetusDeletus5
Ah
the trick is that: Once you have set the first and second number, the third number is automatically filled in, therefore, setting the first number makes it easier to logic and find a pattern
,calc (98)(99)/2
Result:
4851
There’s the answer
Brilliant, thank you both so much!
There is another part to this question that id like to discuss also
My first instinct was to divide by 6, but i realised that such an approach was flawed, and we'd need a way to separate X into partitions where all elements are distinct, and partitions where 2 elements are the same
I think there's 48 of these partitions of the form (x, x, y)?
ok, let's break this question down
let's look at the second half first:
so the question states that if two partitions satisfy that x*(a,b,c)=(d,e,f)
Then essentially, (a,b,c) and (d,e,f) and the same
however
is that actually possible?
because we know:
oh ok
then I don't need to break it down even further
we can assume:
for (a,b,c) in set G
a<=b<=c
cause why not?
That’s not necessary true
(98,1,1) might as well become (1,1,98) to fit our assumption
But in this case, that partition is "essentially the same" as (1, 1, 98)
I see
because we are only counting each set of 3 numbers exactly once
ok so, lets go over the special cases first, because they are easier, no other preferances
the special cases is where there are 2 numbers that are equal in the set of 3 numbers
and you would be one off, I believe there are 49 such sets
1,1
2,2
3,3
...
49,49
again, if the first 2 numbers are known, the third number is set
Oh wait i realise i didnt specify what the group action here is
The group acting on X is S_3, where some sigma in S_3 permutates some (x_1, x_2, x_3) in x by (x_sigma(1), x_sigma(2), x_sigma(3))
I see
ok so now the more complicated cases, where the 3 numbers are different
lets again use the set 1 number trick:
if a=1
then the second number is between 2 and 49, because if the second number goes past 50, the third number is less than 50, breaks our assumption of a<b<c
therefore there are 48 such sets of (a,b,c)
if a=2
3 and 48
the second number is between 3 and 48
46 such sets of 3
if a=3
the second number is between 4 and 48
45 such sets
So we do 47 + 46 + ... + 1?
not this time
Oh
No 47
46 to 45 is 1
you can do the good ol' (count down to 1 method)
48->46->45
2->1
U sure this isn’t 44?
44 will be skipped
yeah not 44
I am sure
so it goes jump 2->jump 1->jump 2-> jump 1 and continues
3,48,49
therefore every 3 numbers, there will be a skip
Oh ok
So the pattern is (50-3n)?
we have to make sure that a<33 as well
Am i okay to speak about a method that i came up with that might also work?
Go for it
yeah go ahead
So given that there are 49 permutations of the form (x x y)
Consider that the order of the orbit of all of these permutations is 3
Therefore, when we consider the original set X, these permutations will account for 49 * 3 = 147 of that 4851
So we can do 4851 - 147 = 4704
These 4704 are now all partitions of the form (x y z)
So the order of their orbit is 6
So we do 4704/6 = 784
Then just do 784 + 49 = 833
not 147 but um 49
OH WAIT YEAH
right answer tho
Closed by @runic dew
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I was messing around in desmos and made r = a(theta) + sec theta pi with a being a slider but I don’t understand why it does what it does and wanna know
Can you send us an ss of the graph so obtained along with the specifcs as to where you would want to know?
I want to know genuinely every part that goes into this
well that would be a bit intense,
Sorry am gonna have to sit this one out then😅
@quiet copper Has your question been resolved?
More or less your r value increases somewhat linearly with theta (giving you a vague spiral effect) and whenever cos(theta pi) = 0, r blows up to infinity which creates the big rays emanating from the origin
Ohhh thank you
I see
@quiet copper Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how to do integral from o to pi of 2sinx+sin2x dx
what have you tried?
integrate each term individually
then evaluate the bounds
ok
i got 4
for thsi question i got that integral is 0 to 3 of sqrt x^3/4-x
how do i do that integral
im kinda lost
they tell you to use a graphing utility for it
because it's hard to do by hand
integrate normally then sub
@vast ledge Has your question been resolved?
Closed by @vast ledge
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Could I receive help/answers for these problems? This is for business and economic stat midterm tmro.
@tepid isle Has your question been resolved?
What have you tried or what ideas you have?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
.reopen
I just need an answer key
We can’t give you the answer but we can help you.
@tepid isle Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
.reopen
✅ Original question: #help-27 message
would u be able to walk me through 4-6
Binomial theorem
yes wht about it
That's what you need to apply to solve 4
Cuz you have a probability of an event occuring so naturally you know the probability that it doesn't occur
And you know for how many trials you wish for it to occur out of a total number of trials
wait are you not able to solve other peoples problems on this server
shoot would you want to dm me or no

It's better to get help here there's a lot of smarter people who can answer your questions
Yea im on here mostly bc I didnt get an answer key with this sadly and I have a midterm and am struggling to see what answers r correct
give me your answers for 4 and I'll tell you
can people here help with math questions?
Yes! See #❓how-to-get-help
please get your own channel, as this one is occupied at the moment. #help-44|stanley-🌲-v2-dans is available right now.
I used deepseek as reference
and used the probability formula
That's the binomial theorem I was yapping abt fr
Yea I know but idk how to make it more simple to remember
I mean there's nCr events for which we want p and don't want 1-p
Easiest way to remember is to learn how we derived this formula
so how did we derive the formula
anyone dm me if you would like to help in anyway
@tepid isle Has your question been resolved?
when u get answers i'll mark them
since the issue is not having an answer key

I'll be around for answer checking as well, if Nyxzore is away and I happen to be here.
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
<@&268886789983436800>
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hehehe
you got any questions?
lol , no bro
please close the channel or ill report this as a troll
this channel is only for math-related questions that you needed help with
!done
If you are done with this channel, please mark your problem as solved by typing .close
close
it's .close
yeah bro i got it
hi
aaaaaaaa
hi
and please close the channel
hello i new
hello
@normal geode Has your question been resolved?
Closed by @normal geode
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hi so im not sure how to take the grad of x^T*Ax with the transpose there
one way is to write it out with Einstein notation
$x^T A x = x_{i} A_{ij} x_{j}$
plantsyavi
this can be differentiated somewhat easily using product rule. the k:th element (gradient with respect to k:th x) is:
$\frac{d}{dx_k}(x_i A_{ij} x_j) = {\delta}{ik} A{ij} x_j + x_i A_{ij} {\delta}_{jk}$
plantsyavi
ohh im unfamiliar with this. whats delta here?
kroneckers delta is super neat! it is equal to 1 if the indices match otherwise 0
e.g in simpler terms if you have a variable x_i and another variable x_j
$\frac{d}{dx_i} (x_j) $
Another way to do it that leads to the same conclusion is to differentiate $x^TAx = <Ax,x>$
Lin Xia
this is probably better if you’re unfamiliar with Einstein notation
hmm okay
so with this if i let f(x) = <Ax, x>
am i finding the directional derivative in some direction h is that how i would use this?
yes you can do that
is there anther way u would do it or
you can take the differential of the function aswell
but i dont know what your supposed to do exactly
So do it with the tools you are supposed to use
ah okay thanks
ping if you are stuck
i got df = (dx)^T Ax + x^T Adx so far after using product but what do i do with dx transposed
use symmetry of A
do i like apply the transpose (dx)^T to Ax or something
apply to the whole thing
hum wait a minute
i think it's easier to use the scalar product expression hhere
Do you know what the differential of the scalar product is ?
i mean this is just d(uv) = uv + vdu right
ye im not sure what to do abt that
just rewrite $(dx)^TAx = <Ax,dx>$ and use symmetry of A
Lin Xia
Seems simpler
well you dont even need symetry of A for this one but you need it for the other one
Yes this is exactly that formula
so df = (Adx) dot x + (Ax) dot dx
and Adx dot x = x^T * Adx
Ax dot dx = x^T * A^T dx
and then A^T = A so
x^T * Adx + x^T Adx
df = 2x^T Adx
right
perfect
and since grad f = 2Ax
we have df = (grad f)^T dx
so (grad f)^T = 2x^T A and then transpose both sides
grad f = (2x^T * A)^T
grad f = 2Ax
@arctic yarrow hows this
I suppose you want to say df = 2x^T Adx in your first line
or i didnt understand what you did maybe
i want to solve for grad f
wait
idk what i di actually i think imessed up
df = 2x^T Adx
so df = (grad f)^T dx right
i think you should start from $df = \grad f \cdot dx$
Lin Xia
df = 2x^T A dx
df = (grad f)^T dx
2x^T A dx = (grad f)^T dx
and matching coefficient i think
2x^T A = (grad f)^T
then transpose both sides so grad f = 2Ax
i think its correct
okay thank you
water blud…
do u think my works look rigth
you're welcome
i haven’t read anything in ts channel
okay i will close now my doubt is solved
W
.solved
Closed by @smoky gyro
Use .reopen if this was a mistake.
blud......
water blud…
wlud
who is this blud
mrx
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I want the proof of log a to the base b is equals to log a to the base C the whole upon log b to. and also how log a to the base C the whole divided by log b to the base C is equal to log a to the base b
Write out bro
my writing sucks
Upon log b to what?
1 sec I'll write it
If you speak like that no one understand
well, the second line follows from the first line easily
yea idk lol
so you just want to prove the first line
yes
just use the first line
that's how I got these questions
,,relax (log_b a)(log_c b) = frac{log a}{log b} cdot frac{log b}{log c} = frac{log a}{log c} = log_c a
oooo
and the first line?
on second thought
we deduced the second line from the first line, right? but we can also deduce the first line from the second
try to prove the second line instead
using the definition of log
we used the first line to prove the second so technically we can't use the second to prove the first?
Statement 1 implying statement 2 is indeed not reversible, the opposite isnt always true
However you can actually prove the first from the 2nd in this case (divide both sides by log base c of b)
yea I got that
in the second line the " b's cancel out on in base and the argument"
why
oh no
yea mb
got it
rysm
bye
.close 👍
Closed by @winged hearth
Use .reopen if this was a mistake.
✅ Original question: #help-27 message
.close
Closed by @winged hearth
Use .reopen if this was a mistake.
proving the first line from the second was what I meant
.This is exactly why we tell people off for forwarding things into hlounge.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
.reopen
Need help
Asking the actual question right away is more likely to get responses.
Asking "Can I ask...?" or "Does anyone know about...?" doesn't give people enough information to decide whether they can help, and answering can feel like a promise to help with the actual question, which they might find themselves unable to.
@indigo coral Has your question been resolved?
!status
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
So..
I have event A and B are two seperate events, and event X
-> P( AB | X) = P( A | X) * P(B | X)
I dont understand it, can someone elaborate the function?
Do you mean independent events ?
Also you might mean $\mathbb{P}(A\cap B)$ right ?
Lin Xia
yeah
A and B are independent events
What you don't understand here ?
why P(AB | X) = P(A | X) * P(B | X)?
You want to prove it ?
i do understand P(AB) = P(A) * P(B)
sure
Ok, what ideas do you have?
Do you know the formula for conditional probability ?
yeah
P(A | B) = P(AB) / P(B), correct?
Just to be clear, by $P(AB)$ you mean $P(A\cap B)$ right ?
Lin Xia
yeah
Correct!
Ok maybe you can use this formula to prove your statement
i just dont understand how does this make sense
P( AB | X) = P( A | X) * P(B | X)
how
Think that once you fix context X, events A and B become unknown to each other and behave as if they were independent.
uh huh
then why is it P(A | X) * P(B | X)?
what is the X doing here
and why is it.. like that
like if i wanna seperate it, why doesnt it be P(A | X) * P(B) or smth
Because multiplication is the mathematical way of saying that two things have nothing to do with each other, so the probability of both occurring is simply the product of their separate probabilities.
uh huh, i do understand that
Im just confused why.. is X like that
and this too
what's the problem
im not
@karmic mesa
im terrible struggling with probability
are A and B independent
The X has to be on both sides because it is the mandatory context, right?
yes
that is
use diagram
uh..huh.. wait wha?
uhm idk how to explain this to you
uhm let just think conditional probability in another way
think of it just like regular probability
but
modified space
nah
the given condition is the new space
new..space?
so like
in normal case
P(A) * P(B) works in the
uhh
P(omega)?
yeah
P(A) is actually P(A|Omega)
OH
yeah
Closed by @vagrant fulcrum
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Please don't occupy multiple help channels.
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
<@&268886789983436800> here as well
<@&268886789983436800> here too
oh damn
that's 6 in the span of an hour
gotta be a record
a ban auto clears all msgs so maybe just one ping will do it
tho better safe than sorry
ah mb
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can someone please explain why n and m have to be of opposite parity
i mean , according to me
m can be any arbitary value and n should be odd
it is quite weird
they are wrong it seems
6^1 + 9^1 = 15, which is divisible by 5. And 1 and 1 have the same parity
yeah, seems like it does
can you please help me understand the way they have counted their cases
the 2C1 picks the parity (odd / even), the 25C1 picks m and 25C1 picks n
isnt that where the flaw is...
we dont need to pick a parity imo
since there are only two sets
Their counting is fine, what isn't fine is the "m and n has to be opposite parity" line
the flaw was in that line, but coincidentally, it didnt change the result
but its still wrong
but if you are counting pairs of m,n with opposite parity, you do need to pick the parity
you can pick 25 odd n and 25 even m, that makes 25*25 odd-even pairs
you can pick 25 even n and 25 odd n, that makes 25*25 even-odd pairs
so in total, there are 2*25*25 pairs with opposite parity
Closed by @pure cedar
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
back with some more fun @raw cedar 🤣
what does multiple range queries really mean? is it like given a series of ranges, find the # distinct elements
so like
hi
[2, 3, 2, 5, 1, 1, 2, 3]
would a multiple range be like M = [0, 3) [4, 7)
Yeah, exaclty!
ah oki
ah and the challenge is getting a run time algorithm for n queries in nlogn
Yeah!
i see
and it also seems like queries can overlap
like [1, 5) [2, 4)
Yeah.
The best thing is to sort the queries by their far right (r) and use a Fenwick Tree to count how many items have their next appearance outside the current range as you progress.
hm
i see
(a) Define next(i) as the smallest index j > i such that A[j] = A[i], or n if no such index exists. Argue
that an element at position i contributes to the distinct count of a range [l, r) if and only if l ≤ i < r and
next(i) ≥ r.
so for part a, i think its just like
suppose we have some l <= i < r as our first index. There are no indicies j before i such that A[j] == A[i] by definition of i. Now suppose next(i) >= r. Then in the range [l, r) there is only one such instance of i so it contributes to the distinct count
for the <= direction
Right, exactly.
actually
hm
i think i misunderstood
the index we are counting is the last representative index
so if we have multiple duplicates we only consider the last one, so next(i) is either outside of the range, or out of bounds entirely
Yo y’all occupied?
The channel, yes.
Yeah! You are correct.
here is a proof i wrote
(a) $(\impliedby)$ Suppose $i$ is bounded within $[l,r )$ and $next(i) \geq r$. Clearly, there are no other indices $j > i$ where $j \in [i+1, r)$, where $A[j] == A[i]$, otherwise $next(i) \geq r$ is a contradicted.
\\
($\implies$). Now suppose an index $i$ contributes to our total distinct count. Assume by way of contradiction $i$ is bounded by $[l, r)$ and $next(i) < r$. $A[i] == A[next(i)]$, and $i, next(i)$ are both in the range. Both elements will be counted, hence a contradiction.
toast
Good, looks correct for me.
kk tysm
(b) Explain why sorting the queries by their left endpoint allows us to process them efficiently. What
invariant do we maintain as we sweep from right to left (from i = n − 1 down to 0)?
hmm
Think about, what ideas you have?
so wait we are ordering the queries ranges themselves from least to greatest by left endpoint
[1, 3) [1, 4) [2, 6) [2, 8) like so
we are sweeping right to left in the individual query? or do we consider query as a whole
ok
my idea is like
if we sweep right to left, we have an idea where next(i) could be without having to search for it
because we have al;ready searched for it
idk if that makes sense
actually hmmmm mm m m m m
actually that might work i am not sure
Yeah, it will work.
(b) If we sort by the left point and start sweeping from right to left, we can maintain the index of $next(i)$.
toast
Yeah. It’s necessary to do this.
All you need to do is describe what information you mark on the tree as you move from right to left.
@cerulean ruin Has your question been resolved?
so like
we can set each index to 1 if its the first occurance
and 0 otehrwise
like
[2,3,2,4,1,2,3,4]
[1,1,0,1,1,0,0,0]
but this only works for range queries starting from 0
oh
so we start from the right
so we dont have to re buiild every time
ok so this is where the hashmap comes in, we store the last seen for each index
for example in my example
at index i = 4
we have
[0, 0, 0, 0, 1, 1, 1, 1] HM = {1: 4, 2: 5, 3: 6, 4: 7}
then we have i = 3
well, A[i] = 4 and there exists 4 in the hashmap
set A[HM[4]] = 0
set A[i] = 1
set HM[4] = i
so is this the idea
we have a list of n range queries
we sort them from least to greatest by lower endpoint
then we start backwards from the last index
every time we get a new index, we set it to 1, and set HM[A[i]] = i (any value before index i should just be 0)
For every query [l, r) (in this case l = i) that starts at index i, simply perform a range sum query from [i, r) and this is our count of distinct elements
@raw cedar i think i got it
Yeah i think hes asleep rn
Fr
@cerulean ruin Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I dont really know what these h's are, it says its a linear filter, whatever that means
I need to model this system, problem is it wants initial conditions for a bunch of things and i dont know what the equations are, so i dont know how i could set initial conditions
for context here is the full system I need to model
@quasi nebula Has your question been resolved?
<@&286206848099549185>
.close
Closed by @quasi nebula
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
What is your question?
I just don’t understand how to start these questions, I understand I’m trying to find the asymptotes for the tan but I don’t know what to do with the value in the parentheses
Do you remember the approach from last time?
Oh dang that’s so embarrassing you already helped me with this exact thing 😭
Nah it still confuses me
It's okay
If the denominator gets close to 0 then tangens explodes, which means it goes to infinity or -infinity
That's why we do that
Ya I understand that
These examples are all similar, the only thing they differ in is the period, so their asymptotes appear at different times
Ya because tan is pi/b
.close
Closed by @upper forge
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can anyone give me a hint for this problem, i see the homotheties, but idk what to do with them
Area of big shape and subtract area of triangles
yea i've been trying to find the area of the triangles with side elngths 1, 3, something, and 2, 2, something
but idk how to find those areas
You got the area of the square triangle?
yea that's 1
and the one with with 3, 2, sqrt5 the area is sqrt5 by heron's
yes i know i found AC is 3sqrt5
okay i'm just stuipd
thanks!
.close
Closed by @turbid spoke
Use .reopen if this was a mistake.
You are not brother
BeautifulSoup
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
.
State the original question as it was given to you!
Okay, well could you show your working?
Because, PCMG, people aren't here to do your shit for you.
.
Please communicate in a more academic manner 
this was not clear from your original post
<@&268886789983436800> Look, I don't wanna have to jump through loops again; can someone please communicate this to him again
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
Are you familiar with the method of finding square roots manually?
list the first 10 squares
whats the closest number to 29 that u know the square root of
Well, you certainly aren't communiucating what you mean clearly at all 
Whale? 
this isn't even a language barrier at this point, honestly; this is just a lack of reading comprehension
What's that supposed to mean 
its not rocket science, we can tell you how in 5 minutes if you actually try communicating normally with us
without trolling
Please use the help channels responsibly as there a lot of people who dont really have all day for some stupid trolls!!
@shy osprey its not that bad
Dont need to help btw
Well then, you can close the channel if you don't have any extra questions 
Closed by @royal laurel
Use .reopen if this was a mistake.
And please don't call them a "stupid troll", as much as it may be frustrating, if you think someone's acting in bad faith, you can ping us (as @ebon coyote did
) or use ModMail to detail your concerns 
Okay sorry!!
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• Do not immediately ping people or roles. After 15 minutes, feel free to ping <@&286206848099549185> once.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hi could i please get help
Can we split the numerator into something desirable.
what do u mean
Try to split so that the denominator appears in the numerator
cam you convert this into theform you want?
Not really
then how do i go
ohh yeah u can
Well did it click for this one then?
Can you tell what this is?
a linear line
x - 1 +1 is just x right?
yeah??
so once again, note that we have to manipulate the numerator in this manner
but not change the value of the numerator !
okay lets take (x-7)/(x-1)
yep
now we want x-1 smwh in the numerator
Since both denominator and numerator are linear, we simply do this
x-1 + (some constant) = x-7
i am now simply trying to find what i can split the numerator into such that it contains th denominator!
thats correct!,
Also note that when you simplify this, you get x-7 back which tell us that we didnt change the value of the numerator
solve for what x?
Nope!
what did we do here?
we solved for ??
okayyy
We need to split x-2 into something which has x+1
if i have an example i can follow its process
back to this again,
we tried to rewrite x-7 as something like x-1 + c
c should be -6
now can you tell me what would c be if
x-1 + c = x-7
observe that i am applying this as i mentioned before, we need to value of numerator to remains the same even after spilttig/manipulatig
x-1-6=x-7
(x - 1 -6 )/(x-1)
is this correct?
sooo now how do i convert tp the form
Now lets remember back to fractions,
Okay now can you applysimilar logic here?


