#help-23
1 messages · Page 139 of 1
For n=3 and k=2 you get 6
right
Generally you can think about it this way
When you select the k elements
for the first element you have n choices
basically it would just b n^k
for the second element one is already used, so n-1 choices remain
for the third element you already used 2, so n-2 choices remain
OHHHHHHH
^ hence you multiply decending numbers like in the last equation.
well you just go k down
3 * 2 * 1
no?
times?
A = {a, b, c, d, e}
Let's make 3 element tuples
alr so
We can start (a, ...), (b, ...), (c, ...), (d, ...), (e, ...).
That is already 5 or n options.
yep
b
(a, e, ...), (b, a, ...), (c, b, ....), (d, c, ....), (e, d ... ) ?
acc how abt this
jsut shifted one to the right
Let's just look at (a, ...) for now maybe
What are all the options we have for the first one.
oh so its always going to be like that
so if we fill 2 spots, we have 5*4 options in total.
Yes
5 in total but everytime 2 blocked
and this is n - (k-1)
aka 5 - (3-1)=3
So we mulktiply
5 * 4 * 3
so k = total - stuff alrdy used
to find all options

hm, k is fixed, let's not set k.
but
We just multiply all numbers starting at n and stopping at n-(k-1)
oh we started with k = 5 no?
This is what they mean.
oh nvm n = 5, k = 3
no
nvm
*starting at n, sorry typo
yes
5(5 - 1) * 5(4 - 1) * 5(3 - 1)
n-2 is n-(k-1), hence stop
n-1 is just next step
that is our 4
tbh it is not perfectly clear.
I just know from context and experience.
oh so its
5(5 - 1) (4 - 1) ( 3 - 1) ?
fuck
^
but ur missing
^
(n - (k - 1))
no in n(n - 1)(n - 2)
5(5 - 1)(5 - (3 - 1)) ?
yes
Let's compute n=20 and k=4
yes
oh my god
finally 🙂
It's okay, I admit the notation is not entirely clear.
Which is why other notations exist
Mathematicians like to write $\prod_{i=n-(k-1)}^n i$
M8732
It's less ambigious
nah I mean for 365^n alone
i was gonna say how would 365^2 make sense
would it still not be 365
yeah
because 365*365
Imagine as tuples again
alr
(date1, date2)
You can now put any of 365 dates in each spots.
Whatever you put as date1
there are another 365 options for date2
now they can be same.
so 365*365
wb?
That is just 1/365^2
If you have a dice
6 sides
you say probability 1/6
Here jsut the same
just now 365*365 sides 
and P(A) = 1 - P(A^c)
$P(A) = 1 - P(A^c)$
now how in the world
M8732
A^c is just the set of date tuples where there are no duplicates
but they said permutation/365^n
each of which occur with probsabily 1/365^n
$P(A) = \frac{|A|}{|\Omega|}$
M8732
what does omega represent here
All states we assume to be equally likely
Like dice or birthday.
i dont rlly understand
This may not be true always.
so like
(date1, date2) date1 = date2 ?
We assume that all numbers od a dice occur equally often on average.
nah
which is 1/6?
oh ok
because 6 states
and all equally likely
If we had an assymetric or just bad dice
maybe one number would occur way more often
whats a state here
then it wouldn't be all 1/6
oh
This terminology is extremely standard.
i am surprised your book hasn't mentioned it yet.
state = head or state = tails
yes
and event could be something like {H, T, T, H}

and the space would be {H, T}
oh so u r referring ot the space
Let's consider dice aain
alr
yes
ah got it
M8732
got it
Again I am surprised why Omega is not used in your book 😕
yes
M8732

It is more closely related to the first one.
^
Basically you now do this
Pick k elements of n
but you do not only disallow duplicates
but you also consider two tuples the same if they are jsut reordered.
(a,b) and (b,a) we do not count twice
so for the original example {a,b,c}
instead of 6
we only have 3
(a,b), (b,c), (a,c)
yo wth
what did u even say there
wzonly?
oh only
fixed
if you have 2 only
generally you need to divide by number of reorderings
if you have 3 elements
(a,b,c) tuples
then there are 6=3 * 2 * 1 ways to order differently.
This is why it is the same formula as before
but now we also divide by k!
6=3 * 2 * 1 = k!
wth why k! doe
I dont get that
lets say we have
{a, b}
then we got (a, b), (b, a)
but combination would be
(a, b)
and for 3 instead of 6 we have 3
First how many permutations like in 1 exist?
u mean like
4(3)(2) ?
I just find the names permutation and combination extremely confusing, so I am jsut refering to the first counting situation 
yes
riight so 24
fr
Here is another way to think about it
You take 3 elements from 4
this just means you omit one of them.
Let's just look at the ones where we specifically omit a.
I.e. tuples with b, c, d only.
Which can you find?
3(2)(1)
^ okay back to here now
We got 24 before
but had all those reordered variants
^ these
where we just reordered
Now we do not want to have reordered ones count again
So what we do
then it would just be 3
4 
huh
(a,b,c), (a,c,d), (a,b,d), (b,c,d)
oh then there would exist only 1
huhhhhhhhhhhhh
those are all just reordered
didn't you notice?
oh
ohhhhhhh
I seee
what u mean
my bad
I was only thinkin about the ones reversed
We have 6 dfuplicates
so we remove 5
if you omit any of the others you also have 6 duplicates.
in total we overcounted by a factor of 6 first
our 24
had 6 duplicates for each distinct pick out ofr {a,b,c,d}
So 4=24/6
Well had 24 and then we noticed
we could group them so that it would be 6 duplicates of 4 things
right
^
here we care about the 4
So we compute permutation and then divide by duplicates
The formula is the formula from the beginning
just now extra division by number of duplicates
yes!
you are welcome
.close
Closed by @crude star
Use .reopen if this was a mistake.
Tbh your book is kinda confusing.
.reopen
✅
oh mb u were typin

Closed by @crude star
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 can I find all complex numbers z for $z^4 = -7 - 24i$ ?
Jovan
I tried to expand z^4 and get a system with the real and imaginary part but I don't know how to solve that system either.
@copper stone Has your question been resolved?
<@&286206848099549185>
@copper stone Has your question been resolved?
Write -7-24i in polar form
Then take fourth root of both sides
Remember demoivre's formula
uh that looks like trig with complex numbers, we haven't done that yet
Is there a simpler way to solve it without polar form?
@copper stone 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.
@lean otter Has your question been resolved?
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.
Any hints or tips for the last part of the question? That is, showing that the decay is not exponential.
The solution to the DEq is $$x=\pm\sqrt{\frac{1}{2t+\frac{1}{x_0^2}}}$$
Goose on a Moose
@frosty ridge Has your question been resolved?
@frosty ridge Has your question been resolved?
@plucky elk I suppose I don't know what growth rate it. At least precisely.
2t + constant is approximately 2t for very large t
Then use exponent rules to simplify
so as t gets large, the growth rate would be 1/sqrt(2t).
which is clearly not exponential.
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 need help with this form of problem
ur going to use the second @obtuse harbor
@obtuse harbor 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.

.close
Snipd again
Closed by @warped roost
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 lost
yes
you'll get extra 2
tan = 1/cot
$$tan^2(x) + 2tancot + cot^2(x)$$
puckmyseen
what is tan * cot
?
1
ohhh yea
trig identites
ok i got the rest of it
thank you very much i forgot about that one
.close
Closed by @dark marlin
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.
Anyone able to help me with the second part of this question? My reasoning is that I am doing 5C4/16C5, but that doesn't seem to be working. Thanks!
You're missing a piece. You need to account for the remaining kids (that can't not wait to go home)
Can wait to go home? Whatever
ah I see, thanks, I'll try to work that into it
5C4 accounts for the eager kids, but you still have one slot to fill
would it make sense if I added that to the probability of any random kid out of the pile that's left? so 1/12
You aren't adding anything, no
oh wow i actually got it
it's 55/4368
basically what I ended up doing was multiplying what I got by the remaining 11 possible students
thanks for the help!
.close
Closed by @bright sable
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.
Please don't occupy multiple help channels.
Closed due to the original message being deleted
.close
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.
tan(π/4+x)^(1/x)=t
1/x log tan(π/4+x) =log t
1/tan(π/4+x) × sec^(π/4+x) =logt
Limit tends to infinity e^{1/sin(π/4+x) cos(π/4+x)} =t
where does x approach?
infinity??
1/x log tan(π/4+x) =log t
1/tan(π/4+x) × sec^(π/4+x) =logt
this smells like bullshit by the way.
I uploaded the picture 😮💨
well, as written the limit just does not exist lol
no, i mean the limit doesn't exist.
do you mean x tends to 0?
Yes
ok, this is moderately painful.
what's 4
you mean what's option 4?
as written or with the correction that x -> 0?
or do you mean you think option 4 is DNE
(4) looks like another e of sort
this feels like not answering my question fully
do you think the limit DNE as written, or do you think the limit DNE with arjunn's correction that x should go to 0?
Oh as written I think it might be dne
Correction
e^2 given answer
Write it as e^(ln(<expression>)) and then L'Hôpital should work.
l'hop is unneccessary imo.
Yes i did something like this@cold aurora
but i am using a different kind of lubricant to make this go down
And I asked to Wolfram they said something expansion of series at 0 i would love to learn that too
Yes. I did it in my head with L'Hôpital. Why is it getting complicated for you?
Wow
Can you see what i did?
At the start of question
Well, you didn't differentiate properly.
$\log(y) = \frac{\log(1+\tan(x)) - \log(1-\tan(x))}{x}$
Ann
since numerator -> 0 (as x approaches 0)
It's sec^2($\pi$/4 + x).
Enemagneto
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Which is 2.
BADTEX!!!!!!!!!!!!!!!!!!!!!!
$\sec^2(\pi/4 + x)$ for god's sake!!!! dollars are NOT meant to enclose individual symbols!!!
Ann
Well, it's understandable and that's all what matters. Lol
$\lim_{x \to 0} \frac{g(x)}{x} = \lim_{x \to 0} \frac{g(x)-g(0)}{x} = g'(0)$
Ann
for g(x) = numerator of that thing
noting that g(0)=0 of course.
99% chance i'll have to re-explain my thing like 5 times
because apparently everybody fucking forgets that defn of derivative is a thing after solving 1000 problems with l'hopital
Ohh limit x tends to 0 then my method is correct. e^2 yoo
We can do it ann without opening tan(a+b)
yes, e^2 is correct.
yeah i guess we can.
will make differentiation easier a bit.
my first thought was taylor, for which my form is somewhat more convenient.
So now your turn. I would love to know all other lubricant methods
Yes please teach me. I want to learn it
Wolfram did it same
$\log(1+x) = x - \frac{x^2}{2} + \frac{x^3}{3} - \dots$
Ann
for x close to 0
my idea would have been to expand log(1+tan(x)) as tan(x) - tan^2(x)/2 + ... and the same for log(1-tan(x))
end up with 2tan(x) + some bullshit
disregard the bullshit as negligible
@wraith prism 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.
$Draw the Function, showing all important features: y=2x^2+5x-3$
Ibrahim Adeel
Ann
yep
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'm told it's wrong
4. I got an answer and would like my work checked
5. I have a question about someone else's worked solution
6. None of the above
yep
ok then what is troubling you w this one
do you mean a(x-h)^2 + k?
yeeh y=ax^2+bx+c
how would u draw it by hand
i'm confused. you are contradicting yourself.
ok so let me just state for the record that my confusion regarding your statements of what you can and cannot do has not been clarified.
i cant graph this
sorry im raelly new to this area of maths
that is not even a parabola.
but to graph your parabola i would:
- factor it, or find its roots (basically the same thing).
- mark the x intercepts accordingly.
- mark the vertex's x coordinate as halfway between those two, and the y coordinate according to the equation
- mark the y intercept
- trace the parabola through the 4 points thus marked.
so wt would the qyestion i put down be?
i don't understand what you asked just now, please be more precise in your phrasing.
the question i asked for help in this chat, would that be classified as a parabola?
yes of course it would...
it's a polynomial function of degree 2
its graph is a parabola
wdym by degree
the degree of a polynomial is the highest power of x present in it...
oh ok
just a week or so ago you were asking about logarithmic stuff
yep
yeah so i'm surprised you don't know what a parabola is or couldn't definitively recognize yours as such
so wt would we do first to graph this parabola
ok let me repeat my instructions since they fell on deaf ears earlier
to graph your parabola i would:
- factor it, or find its roots (basically the same thing).
- mark the x intercepts accordingly.
- mark the vertex's x coordinate as halfway between those two, and the y coordinate according to the equation
- mark the y intercept
- trace the parabola through the 4 points thus marked.
read this through 5 times
so wt do i factor, meaning like do i factor factor the 2x^2+5x-3 (which would equal (2x-1)(x+3))?
yes, factor the 2x^2 + 5x - 3. what else could i be POSSIBLY asking you to factor?
just trying to be sure...
ok, then i have affirmed it for you already.
your factorization looks correct to me.
i dont understand by dot point 3
the what or the why?
the what
y = a(x-r)(x-s) has its vertex at x = (r+s)/2
how did u get that
there are various ways of explaining why this is the case.
if you've memorized the -b/(2a) thing, you can expand a(x-r)(x-s), get that you have -a(r+s) for b, and thus -b/(2a) will be (r+s)/2
or you could appeal to the symmetry of the parabola, or something.
isnt htat axis of symmetry?
how did get a(r+s) (where did it coem from?)
i got something completly different
i got somehting different when expanding a(x-e)(x-s)
hello
.close
Closed by @leaden pendant
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, given a 3x3 matrix A with 3 eigenvalues, 2, -1, 0, with corresponding eigenvectors of v1, v2, v3,
lets say i were to do A^2, does the sign of my (-1) eigenvalue become positive in my diagonal matrix?
yeah i believe so because you can use diagonalization to turn it into A^n=PD^nP^{-1}, but you can distribute powers into diagonal matrices so, yes, -1 would square to 1
so it would be correct to say that for every power of n that is even, i will get a change of sign in its corresponding eigenvalue in the diagonal matrix?
yeah i guess so, its like the space flips along the v_2 axis under the transformation A
each time you successsively apply A is oscilates back and forth
along the axis created by v_2 through the origin
okay! uhm i have another question regarding that
ok
my P doesnt change no matter how many A^n i do right?
no it wouldnt change
and the vectors are not unique too, so if i were to lets say A^3, and ill just bomb some scalar vectors eg, 2_v1, -_v2, v3 they still do diagonalise A right?
^ in this case i scalar-multiplied the eigenvalues towards the eigenvectors
yeah any element of the eigenspace could be put into P i believe
and its always the same
okay!
because theres nothing special about any given eigenvector
it is derived from the equation Av_i=lambda_i v_i
and any multiple of v_i satisfes it
yeah
one unit length means the scalar of the original lamda?
just so you can make an orthonormal basis
i mean choos v_i so it have norm = 1
but you dont have to
its just the standard
yeah its good to know tbh im trying to get the foundation up
smart with linear algebra
lots of people complain about this subject at first
but its pretty neat
and every so important
it surely gets easier but yeah the terminology is kinda hard to grasp at the start with all the subspaces rowspace etc
its nice to be able to look those things up
surely
also question
if a 3x3 matrix has 3 eigenvalues it means its distinct right?
so it goes along with 3linearly independent eigenvectors, so P definitely has an inverse and A is definitely diagonalisable
oh wait, if i have an eigenvalue of 0, A is not diagonalisable anymore? and P doesnt exist?
think about an eigenvalue of zero for a second
Av_0=0
it would mean that the eigenvector gets mapped to the zero vector
and so the matrix in the case of a zero eigenvector shrinks the dimension of the space
yes
i think it actually implies that the eigenvector is zero as well
so you have no linearly independent basis of eigenvectors and so it cannot be diagonalizable
so as long as i have an eigenvalue of 0, no matter how many n eigenvalues i have that equals to nxn matrix, that matrix is not diagonalisable?
does it mean that the zero eigenvector is not a basis? of E_0?
well eigenvector are non-zero by definition
oh because we are interested in finding its non-trival solutions?
yeah
it basically just pointless to consider the zero vector
since it doesnt given any new information
is there a case whereby
i'll use back my same example, eigenvalues of 0, -1, 2
and matrix A is diagonalisable where,
E_-1 gives 2 basis of eigenvectors
and E_2 gives 1 basis of eigenvector
oh wait nvm then the diagonal would be -1 -1 2?
man im fried tbh
i think i mightve misspoke, you can have a diagonalizable matrix with an eigenvalue zero of course because you did it in this example, but a matrix with eigenvalue 0 is not invertible
thats probably what i meant to say
oh!
okay ive cleared up my stuffs i guess
thanks for helping out today @idle widget
🫶
,close
.close
Closed by @thin halo
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.
Why does Horizontal Asymptote not exist?
why do you think there is one
Cuz of this haha
3x^2/3 tends to +inf, 2/x tends to 0, so overall it tends to +inf
So basically
0 ( inf ) = DNE
?
they arent multiplied, theyre added?
Added?
How did u get +0 ?
lim 2/x = 0
lim[3x^2/3 +2/x] = lim[3x^2/3] + lim[2/x]
Y go through the trouble of doing that instead of just taking it out?
Or is that a rule? 🥲
U mean the ques is wrong? (if it's [3x^2/3]/2x )
Closed by @untold topaz
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.
if you wanted to specify 3 then it would rather be 8.00*10^3
to show they are significant
Closed by @sullen crescent
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.
does anyone see how you can find angle ACD?
given angle E is 40, and the three big arcs are the same length
there's so little information that I think it's straight up impossible. i mean you don't even know how far E is from the circle or how long AD is
but the book says it's 15 degs
@sterile dew Has your question been resolved?
<@&286206848099549185>
i think 15 degs
@full tiger omg thank you
literally all i had to do was realise that triangle BEC is isosceles
.close
Closed by @sterile 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.
• 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 would I do this
@crude star Has your question been resolved?
<@&286206848099549185>
@crude star 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.
$\text{lcm}{a,b}\cdot \gcd{a,b}=ab$
How do I prove this?
are you familiar with the integer factorization theorem ?
bigpufik
Venn diagram
Closed by @brazen helm
Use .reopen if this was a mistake.
I see. But venn is just a digram, not a proof.
you can't prove something by drawing a diagram
Yeah it’s a hint
yeah
this guy closed the question a bit too fast lol
because I'm sure their teacher won't be happy with only a diagram as proof
Lol
well venn diagram is only a hint, not the full proof
I know:)
then prove it lol
The result becomes quite immediate with the Venn diagram, I think that’s why he was fast
still not proof, a diagram is a diagram
but yeah, whatever
this is not easy to prove, he needs a theorem called integer factorization. not sure this is what class
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.
please can someone help me with the same direction part
what should i do if they are in the same direction
like
vector 1 + vector 2 + vector 3 points at the same direction as the vector with the force of 6.8 N (to the right)
or at least I think thats what it means
@shy flame Has your question been resolved?
<@&286206848099549185> please i am completely stuck on this question
Wat question
@shy flame Has your question been resolved?
@shy flame 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.
ok
here we are
whats the first thing to do
want me to rewrite the system?
when solving a systems of euqations problem
um in this case I'm genuinely clueless because this is a system inside another system, I took the basic steps using elimination to solve the first part of the system but I can't solve the second one lol
so let me show you the whole thing
ok
give me thed problem
and ill break it down
so sorry about them and the moderators
anywho
you can send
the example
see what i mean
cant leave this ticket alove
alone
do you have it
the original problem is: 2x+y-3z=1, x+y+4z=4,x+2y=41
Now I divided it into two simpler systems, with the first and second part of it, and the first and third part of it. Solving the first part by subtracting gave me x-7=-3 but idk how to solve the second part which is: 2x+y-3z=1,x+2y=41
yeah sorry took me a while
all good
$$2x+y-3z=1$$ $$x+y+4z=4$$ $$x+2y=41$$
Austin
im already working with him
and there was no explaination
the one I'm trying to solve doesn't include the middle part tho
just making it more clear what the system is
can you go back
now ill ping mods
yeah thanks
are you trying to solve this system of three equations?
<@&268886789983436800>
yeah my bad it actually includes it
I'm just dumb
He isnt staying in his ticket, is their anyway you can talk to him not punish him
no worries, I'd start by manipulating the bottom equation in order to solve for x or y by itself
and then substitute that into the top two equations
that's substitution tho isn't it?
or am I wrong
are you for some reason not allowed to use substitution here?
cause they want us to solve it with elimination
ah okay that is also fine
nice
so it looks like
try subtracting equation 3 from equation 2
then write down what that gives you
actually I started off by subtracting equation 1 from 2
cuz they both had that y and I eliminated it
is it wrong?
it gave me x-7z=-3
it isn't wrong, you could also do that
I meant the opposite
nice
Could you show me your work for whatever you tried?
sure I just gotta go on my phone
gimme a sec
it's pretty awful but I was clueless when I started off today
it's sending the picture
so that works, you've now eliminated y from equation 1, now just go ahead and eliminate y from another equation (either equation 2 or 3) and then set up your new system. Since you eliminated y and now have two equations, this will be a 2 equation system with only x's and z's
from there you can choose to eliminate either x or z, and then once you have solved for that one variable you can just plug it into the other equations to get the rest
yeah I can move on from that point I just don't know which operation I should do with that second system that's unsolved
my bad I meant this
x-7z=-3 is half of it
yeah exactly
the one after it
idk how to solve it
how to eliminate y in this case
in the first case it was simply subtracting
but now what?
which equation do you want to eliminate y from now
either equation 2 or 3
it doesn't matter
but pick one
2
okay
so
you can take equation 3 and divide it by 2
this gives
$\frac{x}{2}+y=\frac{41}{2}$
actually no wait a sec
Austin
I just realized the way I separated the system I'm supposed to find 3 right?
no it doesn't matter. you just have to eliminate y from two of the 3 equations and make a new smaller system
oh alright
ok
so after doing this, you can subtract this from equation 2. Then you will have eliminated y from it also. Write down that new equation with your x-7z=-3 and show me what you got
oh ok
@loud oasis Has your question been resolved?
I got x/2 + 4z = -33/2 is it right?
@scarlet temple this is another reason why you should ask your questions in your own channel in the future.... if he does not respond to this for you, the channel will close abruptly
yes that looks good
nice
now create a system of 2 equations with 2 variables (x and z)
and do the same thing
eliminate either x or z
doesn't matter which
at the point that you have only one variable left, just solve for it
and then plug back in
alright man I'll be back
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 can u get unit normal vector given unit tangent vector?
cuz ik derivative of tangent vector would be normal
but how would u do it ONLY given the UNIT tangent vector
@devout raven Has your question been resolved?
<@&286206848099549185>
Normal vector and tangent vectors are orthogonal
right
but
what if i want to get the unit normal
cuz if i j took derivative of unit tangent
and divided by mag of that
thatd be wrong
@devout raven Has your question been resolved?
idk i j thought like
u divide by r' mag
then divide by r" mag
isnt that diff then j r"/r" mag
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.
