#help-0
1 messages · Page 215 of 1
Void Walker
Wait...
If what I'm seeing is correct, this worked solution is incorrect...
Can you please post the values of both a and b vectors
pondering music
I believe this is out of my current knowledge; with the only answer I can provide is "the statement which has confused you, is wrong"
If anyone else is reading this channel, I would like to request them to pitch in
I may as well be wrong
yea i think the textbook solution is wrong but its been checked over a million times before it was published
thats y im ocnfusedxc
I mean, did a math guy check it? And even so, sign mistakes are one of the easiest to miss
Like get past 10 checks miss
It probably is right, thus me saying I may be wrong
@proper garnet Has your question been resolved?
Closed by @proper garnet
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
have you tried factoring?
do you know how to factor a polynomial?
yup
6x^4-13x^3-5x^2, 1, 1
do that
ok
actually no there is a way to factor this while maliciously complying
||x, x, 6x^2-13x-5||
ok
is this a multiple choice question
nope
you can take x^2 as common from the equation
ya
that will help
makes it much more easier
ok
i got x^2(2x-5)(3x+1)
Goodjob 😃
Closed by @chilly idol
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 stuck on this kinematics question for my class and I dont even know where to get the information for this question because its not anywhere in my class...
@thorn fractal Has your question been resolved?
<@&286206848099549185>
i do not even see a question.
in the screenshot is a part of a sentence. where or what is the question?
well, i cant see a question, but its on me. i wish you good luck for someone else to help.
@thorn fractal Has your question been resolved?
@thorn fractal Has your question been resolved?
@thorn fractal Has your question been resolved?
.
@thorn fractal 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
Having a better idea of what I'm looking for i'd appreciate any help.
I'm trying to construct $h(x)$ a bijection from $\mathbb N \times \mathbb N \to \mathbb N$ using the following functions:
$f(n,m) = 2^n\cdot 3^m$, $g(n) = (n,0)$ I'm suppose to use some version of the following proof somehow and construct it formally, but not sure how. Like which x should use f and which should use g.
https://www.cs.cornell.edu/courses/cs2800/2017fa/lectures/lec14-cantor.html
meitar5674
that doesn't look like a bijection
ah okay, you're supposed to use those functions
Yeah
what have you tried?
Was trying to construct those chains and somehow get a closed formula for h but got stuck when trying to go left (use the inverses of the functions)
Sorry forgot to tag
are you supposed to construct those chains? can't you just use schroder-berstein theorem to show the bijection
In fact I think that's what your supposed to do
Well schorder-bernstein tells you there is a bijection but they want me to find that h(x)
h(x) - my bijection
In that case the given functions won't help
So those chains in the proof are a way to construct h using f,g I think
yet I'm having trouble how to construct it using those two
Are you supposed to use those to get the function h(x)?
Yeah
one last question, is this a homework problem?
Sort of, not exactly, why? 🙂
whoever gave is probably an asshole 
lolllll
anyway, best of luck
haha thanks 🙂
so basically you have to use f and g to construct a new function h that is a bijection from NxN to N?
Yes
hmm
with all honestly the function g seems a bit useless
my intuition is that you should focus on 2^n
g would probably be the last function in the composite function from NxN to N wires crossed oop
in the sense that you can use a sum of powers of 2 to represent a number
This is the way to construct it from the site I've sent above
But no clue how to find the close formula
that's probably not the intended solution, it's literally the proof of the Cantor-Bernstein theorem
unless you are deliberately being asked to convert the solution from the theorem into a function
Well I think thats what I'm suppose to do honestly
note that the Cantor-Bernstein theorem doesn't necessarily provide a closed (arithmetic) formula but rather the mapping from input to output
"I'm suppose to use some version of the following proof somehow and construct it formally, but not sure how. "
hmmm
According to that proof if I find when a chain stops in B I'm done but no chain stops at B I think? cuz u can always use g
so you start with the pair
so let's say x = (a,b)
so a chain would be
x, g(x), f(g(x)) , g(f(g(x))), ...
so the chain would be
(a,b), (a,0) , 2^a , (2^a,0), 2^2^a, ...
oh wait a chain can stop at B cuz we look at the inverse
if b!=0, then there's no way to reach (a,b)
that chain is wrong I believe?
if b=0, then we end with (a,0)
and you can only reverse (a,0) if a is a power of 2
until you reach some a that is not a power of 2
how so
we start with g not f
actually no you're right mb
apologies
so you do start with
(a,b), 2^a 3^b , (2^a 3^b, 0), 2^(2^a 3^b) , ...
now you can only reverse (a,b) if b=0 because of how g works
and as well only if a is in the very form the "tower" of powers of that specific form
that's like freakish complex find when giving and (a,b) we won't be able to use g^{-1}
yes because g is only onto
then you have 4 types of chains
- The chain forms a loop
- Chains that go "backwards" forever without repeating.
- Chains that stop in NxN , That is, they end on some x with g−1(x) undefined.
- Chains that stop in N
when we are going back with f,
we can only do so when b=0, otherwise we are stuck
and again we can only go back when a is of the very form of the "tower" of powers.
eventually you reach an a that is either 0 or not a power of 2
But I can't tell using that fact if a,b will end at A or B
so in that case
h(a,b) = { 2^a 3^b - when b!=0 or a is not in the form 2^x 3^y for some x,y , log_2(a) - when it's not of the first case (and for the case a=0 we return 0) }
NxN or N
no I feel like I butchered something here
it's computable hence you can know whether it will end at A or B
f-^-1 will work if the number is composed of powers of 2,3
g^-1 will work if the number if the tuple ends with 0
so say we start with a pair (a,b)
g^-1 will work only if b=0
if b!=0 we stop at NxN
alright this is too annoying lol
might as well run a program that visualizes this
Yeah thats my problem 😦
No idea if there's a way to really find the closed solution
@charred plank Has your question been resolved?
@charred plank Has your question been resolved?
@charred plank 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
Hey there, i want to prove that every 3-cycle is a commutator of An, i found this proof online but i do not understand it properly so i'm looking for an explanation
the idea is that if it worked for this 3-cycle then it will also work for others
cause there is nothing special about the numbers 1 4 3 here
if you switched the roles of lets say 3 and 5 you would get a similar identity for (1 4 5)
Interesting, what would be the formal explanation, simply that we can find a similar identity for any 3-cycle?
I mean if you want you can replace 1,2,3,4,5 by a,b,c,d,e and get it that way
but like its just different symbols
Ho yeah maybe it'll be slightly more clear
just with variables you kinda have more the feel "I could plug in everything I want"
Closed by @next musk
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
Really quick question
Are the two sample hypothesis test (dependent and independent) only calculated using t-test?
@unreal valve 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 really struggling on how to show the F(x) = (1+x+x^2)F(x^2)
I can show the second part of the question given this
Any guidance would be appreciated
@fading plume 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 let me know if my answer is correct please.
,rotate
looks good! One thing you can clean up for it is rather than doing $x = \frac{\pi}{2} + 2\pi n$ and $x = \frac{3\pi}{2} + 2\pi n$, you can do $x = \frac{\pi}{2} + \pi n$
MellowDramaLlama
Do you see why?
otherwise the pi/6 and the 5pi/6 in their current state are fine
but yes those are the answers, nice work 🙂
@pearl nacelle Has your question been resolved?
ty
Closed by @pearl nacelle
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 first tried to let z = (x + yi). That gave me terms with and without i, so I collected the like terms and set them equal to 0.
I got two equations, one was quadratic and the other linear, both with two variables, x and y. I tried substituting the linear into the quadratic to reduce it to single variable equation but that quickly grew to a messy equation.
So I scrapped that idea and tried to solve it with the quadratic formula, setting a = 1, b = 2i -3 and c = 5 - i. That gave me -15 - 8i for the discriminant, which I have no idea how to solve.
How should I go about solving this?
If nothing works you can always bash it into quadratic formula
Yeah that was my 2nd idea, just didn't know how to continue solving the discriminant.
-15 - 8i
Do you know euler’s formula
yeah
Hmm but that’ll come out pretty ugly

Maybe try something like
Let w = \sqrt{-15-8i}
And then solve for a+ib form for w
So -b^2 +a^2 + 2abi = -15 -8i
@neat canopy Has your question been resolved?
shut I'm trying what they recommended
@neat canopy Has your question been resolved?
i got 1-4i for k=0 and -1+4i for k=1, after solving using De Moivre's theorem. But now idk which to use in the quadratic. With the +/- of the quadratic equation, wouldn't this make it have 4 solutions. The choice given in the question only had 2 solutions.
If the bot closes this, anyone can DM if you have any insight on this.
If you’re concerned about too many solutions, you can always put them back in to see if they work
I found out that when I substitute both values for the discriminant as well as using the + and - values of the quadratic formula (for a total of 4 different equations), I get only 2 solutions. The correct answer according to my working is choice D.
Thanks for all those that gave me ideas.
.close
Closed by @neat canopy
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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'm trying to prove a result in case of ideals on Commutative Unital Rings.
rikusp2002
Now what I tried to do was to apply Strong Induction
So I assumed this is true upto n - 1
How do I proceed from here?
Because afaik I need to show the product of the first n -1 ideals is also coprime with the last ideal
then we can apply the case of n = 2 (I already proved this by Set-theoretic inclusion)
but how do I show that?
@thorn tapir Has your question been resolved?
<@&286206848099549185>
Let $\mathfrak{\beta} = \displaystyle \prod_{i = 1}^{n - 1} \mathfrak{\alpha}$
rikusp2002
rikusp2002
Hello!
Reviewing the problem…one moment.
Is the $()$ notation correspond to some operation? And how is $A$ defined?
stokhosUrsus
That's the principal ideal generated by an element
And A is an commutative unital ring
it'sokii
Oh boy! Funny enough I just dug out my algebra text today, but I’m quite rusty.
I just need to ask one term: unital?
No worries. My brain is pretty fuzzy today. I have my algebra book out refamiliarizing myself.
How about this? Let’s talk it out. Explain your thought process about the problem and the related ideas that come to mind. Sometimes saying things to someone else can help shake loose the ideas you likely already know.
I’ll keep looking at the text and see if we can figure it out together.
ok so
i'll reiterate what I did
I already have proved this case for n = 2
now I'll use strong induction. So let's assume n > 2 and the statement is true for n = 3, 4, .... n - 1.
I'll take the product of these first n - 1 ideals to be beta
If I'm able to show that the last ideal is coprime with the product, then by induction hypothesis, the statement is also true for n.
but that's where I'm getting stuck
I have
all the ideals to be coprime with n
And also that, every element of beta is a product of elements from each ideal.
but can I show that the smallest ideal generated by a_n and beta containing both is the unit ideal, that is, the whole ring? which imples they are coprime
i know it's true but I can't prove it for some reason
I'm stuck
<@&286206848099549185>
@thorn tapirearly uni or #get-advanced-access
Closed by @thorn tapir
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 have problem in root operations and rationalization

ok ill find question




lol ok @wild trail it's your turn!
@alpine sable Has your question been resolved?
The solution ↑
A dancing furret is the solution to everything. Only depends on your ability to draw a gif in an eggjam.

(the dog has been patiently waiting for problems in root operations and rationalization for 10 years but the food has ran out so the only water source the dog can get is the water dripping from the walls)
they are coming
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
Closed due to the original message being deleted
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 did it become 2pi/18 ?
You're finding a common denominator
The common denominator is 18
So you make pi/9 have a denominator of 18 by multiplying by 2
ohh so if the numerator is pi I have to multiply it by 2?
Yes
Closed by @gaunt turret
Use .reopen if this was a mistake.
How is it wrong?
Btw you need to open your own channel
ok its fine
you forgot to multiply both sides by 9-c
rather than just -c
you cnat do what ytou did
As a helper, please do not give out answers that could be copied as a homework solution. Have the student work through the problem themselves and guide them along the way.
!volunteers
Helpers are just people volunteering their time to help you. Be polite.
!help
Please read #❓how-to-get-help
Ik
I was asking to help me here
Cause the other dude closed the channel anyways
Also so -144c?
you should use a channel that doesnt have someones name on it...
BRO THWY CLOSED THE CHANNEL
And I had this one open before and went to try and slive the problem
And came back and just posted my problem
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
its still marked as closed,
hard to spot the op
if it abruptly locks then it doesn't work out well for anyone involved
please try to abide by the rules
.close
Closed by @gray isle
Use .reopen if this was a mistake.
Ok anyways
This correct?
open your own channel
So no?
doesn't matter if its right or wrong because noone will look
Hmm
if you don't have your own channel
Is this how to do it?
Please read #❓how-to-get-help
Open your own channel
This channel will close and possibly lock up
Stop crying
If you want proper help, that's what you need to do
Cry babies
last try, or we won't bother
DONT
(or at least i won't)
Again?
You realize that when this channel fully closes, and possibly locks up, you're going to need to open your own channel
the reason people are asking you to follow the rules is because the bot system literally breaks if you dont
as in like
youll be cut off from the channel abruptly
insulting people trying to tell you how NOT to get cut off by the bot
is not a good move
mute lasts for 30 minutes
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 do you distinguish which one has mu and which one doesnt
If the net force in one direction is less than μN, then the friction adjusts itself to equal that force, else it just equals μN
but for this its in equilibrium
so wouldnt the net force of the entire tihing be 0
Yup
So balance the force along the incline and perpendicular to the incline
Assume friction at its maximum value
It will even be in equilibrium for values of the coefficient over the minimum value ofc
and why are they both denoted as normal in the diagram
i thought the normal was only the force holding up the object
Is there some sort of external force on the block
The friction seems to be in the wrong direction
Yes but that doesn't mean there can't be an ext rnal force
Like the purple arrow to the right
i think thats just to show that its at equilibrium
Friction should be acting in the opposite direction
yea thats what im saying
but if we calculated the right side it would equal to the left side as well right?
since its at equilibrium
Yes
You would equal the friction to the component of the gravitational force acting on the block
wait im still kinda confused on how do u know which one the coefficient of friction is on
For a moment imagine there is no friction
And think of where the block would slide
Friction acts opposite to that direction
ohh ok
wait why tf is friction on the left side in the diagram then
oh and why are they both denoted as normal in the diagram
It's incorrect
oh ok
Which both?
Closed by @proper garnet
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 is the area of the trapezium found?
@hollow thicket Has your question been resolved?
Shall I tell?
yes pls
Okay I'm
And then area of trapezium= 1/2 × height × ( sum of parallel sides)
Here height = 2sin(theta) and parallel side 1 = 2m
Parallel side 2 = 2m + 4sin(90-theta) which is equal to 2m + 4sin(theta)
@hollow thicket Has your question been resolved?
wait so how is cos (theta) acheived?
oh yeah complementary angles nvm lol
thanks
.close
Closed by @hollow thicket
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
For 16 how did u get x to be 2? That would make 2^x = 4
he did not?
i see x ∈ (2,3) written down
which is correct
so i take the smallest value and the largest value
yes looks like it
Yes it is correct
I'm so confused
what about this
Is the 2^x = 5 irrelevant then or smth
the blue text should have (-3**)**^2 + 1
no, it's how we get that 2 < x < 3 (which is the most you can get with mental math)
it is
-3^2 +1
its will be 9 +1
right?
He took a range
x must lie between 2,3 (there could be more precision but not required, just simple math)
you're missing the (), is what i'm saying.
Oh I c ty
haa so the - have the ^2
but the results are right?
your calculations are right yes
Closed by @molten sky
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
Yes
Take tensions as T1 and T2, Then simply resolve into components, and also take that the system is in equilibrium and solve for T1 and T2
@proper garnet 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 tell me how to do this? the instructions says to collect like terms, and to not factorise the answer
i know 4f^2/2f is 2f i think
but i don't know if i'm meant to do g/2 + 11fg
if this is how you're meant to do it
use BODMAS
yes
5.5g?
and then left to right
sorry i dont understand what common means
11/2g
both the terms -g/2 and 11/2g contain g as a variable
So you can do g(-1/2+11/2)
oh yes i can
no
the rest of the questions were like so easy and didn't need special tricks
wait so -g/2g + 11g/2g
,rotate
where did the g go?
i just wrote down what i could understand up to
we dealt with the 11g getting divided by 2
basically the end is simplified already i guess
$4f^{2}-\frac{g}{2}+\frac{11}{2}g=4f^{2}+g\left(-\frac{1}{2}+\frac{11}{2}\right)=4f^{2}+5g$
B-eard
Closed by @honest oxide
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
hello
`This question concerns a game called Families.
The game is played by three players, each starting with a hand of four cards. There are three families in the game: α, β, and γ, and each family contains four cards.
The game proceeds with players asking questions of the form: Player A asks Player B, "Do you have any cards from family β?" Player A can only ask this question if they already hold some β cards. If Player B has any β cards, they must answer "Yes" and give one of them to Player A. We notate this question and answer as (A, B)β₁. If Player B has no β cards, they must answer "No," and we notate this as (A, B)β₀.
If a player receives a card after a positive response and ends up holding four cards of the same family, they must declare the family they constitute, and those cards are removed from their hand and the game. We notate this as (-, A)γ₄, for example, when Player A declares a family of four γ cards.
A player continues to make moves until they receive a negative answer. Then, play passes to the next player in alphabetical order (A-B-C-A).
If a player declares a family of cards and holds no remaining cards in their hand, they have won the game, and the game stops.
If a player lies about their hand or makes a statement that creates a logical contradiction, they have lost the game, and the game stops.
To prevent trivial wins, no player may start with all four cards of the same family.
In the examples that follow, each move in the game is separated by a dash, —.
(A,C)α₁ — (A,B)α_ — (B,A)β₁ — (_,Α)α₀
what should be in each blank space? Explain your reasoning carefully.
`
im totally confused, spent hours on this question
gonna pay to whoever solves it
<@&286206848099549185>
don't multipost
@edgy olive 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 is this not one to one
Is [] supposed to be floor function
Closed by @teal robin
Use .reopen if this was a mistake.
What are f(1) and f(2)?
edit: already answered
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 double-check this for me?
@cosmic crow Has your question been resolved?
<@&286206848099549185>
Just double check the image above
Thanks
?
Umm ok
Thought asians were like calculators or smth
brooo don't just randomly ping me
let me rewrite it, tell me if it's wrong
Turned 14 this Jan smh
ok
Uhm yes
,,15(x^2 + \frac{1}{x^2}) - 10(x + \frac{1}{x}) + 9
help
Ye
?
dude. not true!!!!
wait i think i did something wrong
yeah but this is a help felix channel
wait yeah 180
Help me when?
LOL
It's fine sao is good
see even Felix knows
Too much bullshit in the gun Gayle part tho
Okie thanks
lots of people hated it
Closed by @cosmic crow
Use .reopen if this was a mistake.
byee
Time to skedadle
Dms
Study and skip 8th grade
Become a true asian or smth
Idk what you mean
You said you were in 7
hmm
Idk
imma get the heck outta here
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 formula do i use? i forgot sorry
Find the base of the triangle
Then since the altitude is in the exterior part of the triangle you have to draw it
It has to be perpendicular to the base
So like this
Then the angle adjacent to the 120 degree angle is 60 degrees
Then use 30-60-90 triangle ratio
To find the side length
And then just use bh/2 formula
@scenic falcon 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 get the blacked out triangles surface?
You mean area?
Also this image is so low quality x what are the sides for the right square?
Is that a 1 ?
@delicate kernel
It’s a 3
Yes
What have you tried so far?
Getting area of 7x10 and cut it in half to get 35
What is 35 the area of?
Full big triangle
From there, can you see the next step to get the area of the smaller triangle?
Nah
Hint: similar triangles
3:10=x:7?
What is x?
Unknown side
And can you use this to get the area of the triangle?
I can use Pythagoras to get all sides
What about the area?
,rotate
Using this formula, what is the area of the triangle?
do you have an exact value?
Did you use exact values when you calculated the square root?
And there is a simpler way to find the area than heron’s formula: you can use bh/2
h is height?
yes
Why is it 3.15?
(3x2.1)/2
Where did 2.1 come from
this
Then 3.15 is correct
If you don’t have any other questions, you can .close this channel
Actually
I have
If you dont mind
The guy yesterday couldnt figure it out and me neither for the last 2 hours
How do i get lenght DE
can you send a clearer image
I dont have clearer
I can draw it on paper if you want
give me a sec
The top corner is not 90 degrees so Pythagoras is out of the question
Hint: similar triangles
Yes man i tried so i can get constant but idk how that helps me with those that i have no info on
if i had AB i would put 3:8=DE:AB
or no
4/8
And then DE is 0.5 AB
have you missed some important information that you might not have seen?
Probably
And I still not see it
Hint?
Wait you teasing me the answer or you seriously asking for more info?
Because that is all I am provided with
I am seriously asking because I overlooked something just now
And as I see it now, if that is all you are given, then all you can tell is that DE = AB/2
But I think that it’s likely the questioner forgot to mention that angle ACB is 90°
Nah our teacher said it is not 90
I think you should ask the teacher then
We already did in class, she just said we'll figure it out
Could you try asking again, this time saying “we have tried everything and still can’t figure it out”
I dont think so because the test is in 2 days and we wont really have time for her to explain anything to us
I can ask thursday when we have her second time but i think thats kinda useless then
It looks like this question is wrong, so you might want to focus on other ones to prepare for the test
Ye
But this one is defo on the test because she told us she is just going to change values but the same exact triangles will be there
Try messaging her because this question actually doesn’t seem to make sense
Ionno man
Ive been trying forever to figure it out
Tried everything
Thx for help man
.close
Closed by @delicate kernel
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 can someone send me a video link where they teach how to use integration by parts on problems like these?
I can find a video where they teach how to use integration by parts on problems like this
<@&286206848099549185>
@haughty gale Has your question been resolved?

@haughty gale Has your question been resolved?
This calculus video tutorial provides a basic introduction into integration by parts. It explains how to use integration by parts to find the indefinite integral of exponential functions, natural log functions and trigonometric functions. This video contains plenty of examples and practice problems.
Get The Full 1 Hour 32 Minute Video on Patr...
would this help?
@haughty gale 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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
Closed due to the original message being deleted

i gotu
Read the Guidelines.
"We're not here to do your homework", but to help you understand the concepts
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 this example, why did they use the gran schidmt process to find another eigenvector to create the change matrix? why couldnt they have just used the three eigenvectors they originally found?
because when i did diagonalising endomorphsisms in the previous chapter, i just used the three eigenvectors i orginally found
eigenvectors from different eigenspaces are orthogonal, not necessarily ones from the same space
so the two vectors from h = -1 are not orthogonal, they do the orthogonalization to make those two vectors orthogonal, making an orthogonal basis
yh yh i get that but what im asking is, why didnt they just use the same three eigenvectors they orginally found to diagonalise the matrix?
why did they find another one
like what was the point in that
the two vectors from the h = -1 space are not orthogonal.
ik
therefore they cannot make an orthogonal basis
but why do they need to be orthogonal
but
i used the three eigenevctors
we originally found
and they diagonalise the matrix
the same way
i used this as my change matrix
and the matrix was still diagonalised
with -1 -1 1
you probably can? I don't know what exactly they're trying to do.
nah it works
they want C to be orthogonal
is that a must for self adjoint endomorphisms?
cuz i never did that for normal endomorphsims
no but it is desirable
i see
it also asks for it in the question
albeit it in a weird way
orthogonal matrices are nice:)
true
Orthonormal matrices are nicer
orthogonal matrices have orthonormal columns
dont ask why the terminology is dumb
Not always
That's why Gram Schmidt exists
What I'm saying is that not all orthogonal matrices are orthonormal but all orthonormal matrices are orthgonal
But I could be wrong
orthogonal matrices and orthonormal matrices are two names for the same thing
I just know that I was taught that orthogonal matrices have vectors that are orthogonal but not always normalized
yeah thats just incorrect
by definition orthogonal matrices satisfy QQ^T = I = Q^TQ
which immediately implies its cols and rows are orthonormal
did u guys enjoy linear algebra as a module
i find its kinda meh
sometimes good
sometimes abstract and kinda nasty
I think the confusion comes, because I was taught orthonormal matrices have orthogonal vectors and magnitudes of 1 while orthogonal matrices do have orthogonal vectors but it's magnitude isn't always 1
yeah i think thats just non-standard
i agree the actual terminology is misleading/confusing
not all orthogonal matrices are orthonormal but all orthonormal matrices are orthogonal
Which leads back to this, orthogonal matrices can be orthonormal but not always
But that does lead to terminology being confusing
@steady basin Has your question been resolved?
Closed by @steady basin
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 guide me through this questions
@surreal meadow no
try a u substitution
im confused about the table values
what about them confuses you
how would i integrate f'x and fx
first do the u substitution
would would i even sub out 😭
u = 3f(x)
in the future, if you're not sure what to sub then just try some stuff out
that's how you learn
what's the derivative of 3f(x)
f'x
god damnt
wait no thats what i did
now im confuse
wait no actually would f(x) be a constant itself?
@surreal meadow
yeah looks good
ite lemme try b and c on my own
ill be back!
@surreal meadow i dont need +C for a right
is the integral definite or indefinite?
definite
That should answer your question
So these should be right?
Doesn't look like you changed your limits with the u-sub
@dark pelican Has your question been resolved?
?
sorry im kinda stupid
@surreal meadow
if you substitute some x with u
then the integral is in terms of u
so you need to change the bounds, which were originally in terms of x, to be in terms of u
they just did haha
i'll elaborate
if we make the substitution u = 2x, then the bounds need to change to u = 2(4) and u = 2(0)
when you write a number next to the integral symbol
it doesnt just mean plug in that number into the variable in the integral
it means that some variable is equal to some upper and lower bound
so there your bounds are x = 2, x = 6
when you do a u sub and get a function in terms of u, you cant plug in x = 2 for u
cause x isnt u
at least not in your case here
so you need to find u such that x(u) = 2, and x(u) = 6
your bounds are x = 4 and x = 0
your sub was u = 2x
so your upper bound is now u = 2(4) = 8
No I know I’m just calling myself stupid
Correct?
1 - 15/2 = 13/2?
More reading and examples about substitution
https://tutorial.math.lamar.edu/Classes/CalcI/SubstitutionRuleDefinite.aspx
In this section we will revisit the substitution rule as it applies to definite integrals. The only real requirements to being able to do the examples in this section are being able to do the substitution rule for indefinite integrals and understanding how to compute definite integrals in general.
2 - 15
Learning curve is high from precalc to calc
@dark pelican Has your question been resolved?
Closed by @dark pelican
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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 started off by realizing that there are like 4 cases where there are 2-steps
2
2,2
2,2,2
2,2,2,2
so in the first case, a double step will be taken, and the rest will be single steps
I believe that correlates with C(8,1)
n=8 possible positions to take the double step
and r=1 being one double-step to take
the rest would be single steps, and there would only be one way to do the remaining single steps
then for the next case...
I thought it would be: C(8,1) * C(6,1)
but I'm not sure that's right
oh, maybe that is right, haha, I think I just screwed up when I was entering it into the desmos calculator
damn, I still got it wrong
how is that not right
son of a bitch, I think I see what I did wrong
nope, still wrong
You should add the number of cases for each case (the cases based off the number of double steps)
oh, instead of multiplying?
Yeah
Send your working
I think it is rule of product for each tier
so let's say you have 9 steps
S S S S S S S S S
D = double
S = single
D S S S S S S S
is that different from S D S S S S S
Your setup for 0 double steps is correct.
Your setup for 1 double step is incorrect because there will only be 8 total steps, not 9. This means that there are ||(8 choose 1)|| possibilities.
Your setup for 2 double steps is also incorrect because once you choose where to place the double steps, you also already choose where to put the single steps. Hence, the total number of possibilities is ||(7 choose 2)||
8 total steps, of which you choose 1 of those to be a double step.
what if you're on the ground initially
like you don't start out on a step
I guess the problem assumes that you start from the first step, like you're standing on it?
you're standing on the first step before you move anywhere
I think the problem assumes you’re traveling 9 steps in total
So I assume you’re on the ground initially
oh, I see, if you're taking one double step, you will have 8 total steps
oooh, okay, I think it's starting to make sense
so you essentially count how many steps you would be taking total
if you were to count a 2-step as a single step
and then you choose r 2-steps
out of n total steps
I think you have the idea
awesome, got it, thx
@keen orbit Has your question been resolved?
Closed by @keen orbit
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.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• 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.
with trigonometric functions
mhm 😅
Does "SOH CAH TOA" ring a bell?
sine = opposite / hypothenuse. Can you give me the sine of theta in your drawing?
imTyp0
oh well yeah I get that. so ?/20
not ?/20, a/20
yes you don't know the value of a, but that's fine
the question asks you to find the value of a represented with theta
so taking this equation, what would a be?
just take what I sent above. Do you remember in algebra how to isolate a variable?
yeah! Because the question asks for a, but written only with theta's
20sin(theta) that's right. Now you can do the same for b by using a different trigonometric function
20cos
yup
what now lol
