#help-38
1 messages · Page 232 of 1
So when it is explicit n is equal to or greater to is the same as the first step number
I think you're conflating several things together
explicit just means that it's not recursive
Idk how else to make sense of these equations
it has nothing to do with what n is greater than or equal to
Yea but when you write the equation you also have to write that
Thats right
Since it doesnt need to start on the 2nd step like in a recursive it can start on 1
you have to write it because you're saying that "this formula works for D(n) when n >= 1"
it's not just that you have to write it because someone told you to
Is this true for both geometric and arthmetic
it's part of the meaning conveyed by writing the formula
Not for this problem but other problems I have to
again, geometric and arithmetic have nothing to do with what you write n >= somethinng
But it is apart of the equations I need to know
these are separate parts with separate meanings
okay, but if someone writes three sentences, it doesn't mean that all three have to be together
if you order large purple shoes, it doesn't mean that purple has to be with shoes
I mean it’s on my math final 😀
okay, but what does that have to do with what I said?
just because I ordered large purple shoes once doesn't mean that red shoes can't exist
or small shoes
I dont understand what you mean I have to know both versions
when you say "n >= 2 goes with explicit formulae" you're saying that "purple" goes with "shoes"
they're separate concepts enntirely
For the most part yeah
Unless theres something else telling you that it isnt allowed, yeah
They r separate I understand that but I need to know how to write them correctly based on certain equations
All D(1) = 1, D(n) = 2 + D(n-1) for n >= 2 is saying is:
If n = 1, then D(n) = 1,
otherwise, if n >= 2, then D(n) = 2 + D(n-1)
so if you want to evaluate, for example, D(3), you see that 3 >= 2, so you write: D(3) = 2 + D(3-1) = 2 + D(2)
and similarly you can figure out D(2)
if they're separate concepts entirely, then that means you can't simply guess n >= 2 because it's explicit or whatever
that's like guessing purple based on ordering shoes
Yea I was just confused because I thought when a equations has n>=# it has to always be the second step
what has to be the second step?
your job is to write something for D(n) that accurately expresses the pattern given
I mean yea but the only way I’m going to be able to write these equations is if I know the differences between them
Not necessarily
Thats what sacc is trying to say. It's based on what youre doing not what you have
to know the differences between them you have to know what each of the parts mean, not just try to guess at what to write
Yea but if I am given a table and the steps are 1,2,3,4,5 I have to know if I put n>=1 or n>=2
yeah and my point is that you can't just guess it off whether it's explicit or recursive or whatever
that's not how it works
it's part of the meaning you need to express
But when I’m writing a equation I have to know which one to use I can’t just guess
Unless the instructions say which one to use you have the freedom to use whatever one is easier for you to use
For example, you can also write:
D(1) = 1
D(2) = 3
D(n) = n + 2 for n = 3
D(n) = 2n -1 for n >= 4
the n >= part is describing for which n the equation you wrote applies
My tecaher said for recursive ones it has to be the second step
Based on the table or the sequence
Maybe? Ids hard to explain
if it's hard to explain, then it's probably not correct
Like for this table . When I write a recursive equation it would have n>=1
no? that's not true at all
I mean, it can
But it depends on the pattern and where they start you at
- the table only expresses a subset of values
- even if you assume the sequence starts at 0, there's nothing wrong with assuming that it has several base cases
If I did not start at 0 I would just add 1 to the step I started at
take for example the fibonacci sequence
Here your "2nd" step is at n=1 because n=0 is the "1st" step
Yea
like I'm sorry what you're saying about the second step just isn't correct
I mean it’s the only way I’ve been able to do the work and it’s been correct so far
I just forgot the question above cus I did this packet last week
okay well maybe it lets you write down the correct answers to some problems but it's just wrong in general
So I don’t remember the rules
there aren't any rules except that you have to write down something that accurately represents the sequence
I think theres just a bit of technicalities here on vocabulary and being able to understand the concept
no, the second step thing is just blatantly false
the fibonacci sequence has two base cases
I mean it works for high-school math I’m not like planning on doing anything begind pre calc
sure, if you just want to pass a test and not understand anything, just memorize every single pattern and match it I guess
And I don’t really undestand the unit cus it’s from September but I got good grades on those tests in Septembers either A’s or A+
it's more effort than learning it properly, but whatever floats your boat
I understand, which is why i disclaim that it depends on the case in my responses to them
But in generality it's likely to be a linear or geometric equation
I mean if you're going to assume that, then why not just tell everyone to check the differences between the terms and just write the memorized formulae for them?
Hey thats a bit harsh i think. I get that its better in the long run to learn and understand but not everyone is cut out for higher math. If the goal is just to be able to pass then let it be and get your head out of your ass
You dont have to stay to help if you dont agree
that's not being harsh; I'm saying that's a valid approach
There’s nothing wrong with studying to pass, other than school is supposedly trying to teach you skills, and maths isn’t the subject that teaches memorisation
like if you're sure that it's a one-off and you're not learning anything that relies on the knowledge, there's nothing wrong with just memorizing all of the patterns and accepting you'll get something wrong
I agree it doesnt, but some classes does end up thst way sadly
But right now we're trying to help someone to study
Not bicker about how it should be learned
but you shouldn't reinforce false information like "the second step is right' or whatever; it makes for more confusion
Maths is supposed to teach you how to reason logically, and that’s the skill you should be focused to practicing when you study maths…
You’re not a computer that just follows predetermined algorithms given to you by a teacher
I personally dont agree is false
If youre going from a list thats in numeria order, then its just 1st 2nd 3rd with the placement, not necessarily the n's numerical value
some people just want to pass math class, and I think it's valid to just not understand it and memorize some heuristics
yeah, but it's not "when it's recursive, you start n at the second thing"
How would you type the equation in number 4 into a calucltor?
depends on what calculator you have
And i have said it depends on the pattern
TI-83
You shouldn’t think of it that way
What other way would you do it?
if you have just a scientific calculator, then you have to do it the manual way of figuring out what D(2) is
Did you do part a
then D(3) and so on
That’s the part I’m trying to do
Okay so you have f(1) and now you want to find f(2)
Yea
Allie doesn't understand what the notation means, so you have to go over that first
Well it says f(n) = 2 + f(n-1)
that's what I've been trying to get at
What does this mean for f(1)
This is really bad, it’s like trying to write an essay in French but you don’t know how to spell in French
I mean I’ve been going over it for the pass week I just forget it
Over and over
I’ve been going over notation for the last 15 years of my life
it's fine to not know it, but all that means is that when you do these problems, you have to spend time understanding the notation
A week is nothing
You cant use an actual equation. However
If you follow what it says and type 43 =12
Then multiply ans4
You can keep clicking enter to make it recursive
I'm not saying that's a bad thing; I'm just saying that you have to start from the basics and work your way up
I mean I don’t really have time to do that 😭
you can get away with using a dictionary and memorizing the whole thing, and tbh if it's the last essay in French you'll ever write, that might not be a bad idea
what I'm saying is that it actually doesn't take nearly as long as you think
the notation is simply a short way of saying something in english
To me the methodology of doing maths is far more important to the actual maths itself for most people
I mean like I really don’t have time to learn the thoery of it unless I want to go to bed at five am
f is a function do you know what a function is?
I mean not exactly
f(n) = 2 + f(n-1) is literally just saying "if you want to calculate f(n), you take what you have for f(n-1) and add 2 to it"
For example, if you want to calculate f(3), you take f(2) and add 2 to it
It’s a process that you give it some ingredients, and it gives you some output
For example, the process of baking a cake is a function
it literally takes less time to learn the theory of it than to memorize all of the patterns and the cases
I tried that it gave me the wrong answer
You put the ingredients in and you get out a cake
f(n) = 2n means you give it n, you get out 2n
4 is the gf right?
The 2n is like the recipe of the cake, it tells you what exactly to do with the input
then you didn't do it correctly, because that's literally what it means
For example, if I want to calculate f(2):
I need to take f(1) and add 2 to it.
what is f(1)?
the problem gives f(1) is -5
therefore, I add 2 to it and I get -3
The process of turning the problem into this message is what maths is trying to teach you
But what about the f(n-1)
Where did that go
That just means the previous number
The statement was "for any integer n bigger than 1, if you want to calculate f(n), you take what you have for f(n-1) and add 2 to it"
So if you using n=3 and trying to find f(3), f(n-1) means use f(2)
since 2 is an integer bigger than 1, if you want to calculate f(2), you take what you have for f(2-1) [this is f(1)] and add 2 to it
But we know f(1) = 3 because that’s what they told you
So for the problem I send does f(2)=12
Oh oops
yes, f(2) = 12
How did you get 12
She send a few problem a few min back
@supple copper
Prob not the right way but I knew the nth term started with the starting value. And that is 3. But we have 4 in the orginal equation so that must be the gf and also it says f(1)=3 which proves it is the starting amount
I do math very weirdly like the way I multiply and divide stuff is crazy
Or the fact I cannot do long devision but I can do polynomial long devision
What is the gf
Growth factor
Hmm
that makes it much more difficult than saying, for example:
the problem gives f(1) = 3
the problem also gives that f(n) = 4 x f(n-1)
so if we plug 2 in for n, f(2) = 4 x f(1) = 4 x 3
Therefore, f(2) = 12
If its weird but has mathmatical value youre fine
I learned abacus method a few years back
Its weird but it works
note that nothing in what I just wrote required you to memorize what a "growth factor" was
So the way we’d normally say is the nth term is the last one * 4
So you can interpret f(n) = 4* f(n-1) as the value quadruples every time
Is that what you mean?
I mean I just say that cus it’s different equations for arthmetic and geometric sequences and a gf is multiplication while a rate of change is addition or subtraction
But the fact you know this but not how functions work is strange
I’m bad at memorizing vocab
And also middle school screwed me up cus it was Covid
And that’s like the fondation of a lot of things
Work with how her brain works then
Thats what i've learned when teaching students 1 on 1
okay but do you see how what I wrote doesn't even require you to know what an arithmetic or a geometric sequence is?
Really?
At n=4 and on is incorrect. You added weird
yeah I never used either of those words
Whoops
How do you know how to write the equations then since it switches orders
if you approach it from a logical and mathematical perspective, you don't have to memorize very much
It might help to actually dissect what you said here, because your reasoning is very strange and doesn’t make sense
what switches orders?
Well I had somthing typed out now I’m confused and don’t know how to write a nth term equation for geometric
How do I know what the n is going to be subtracted by
In the exponent spot
Wait
Yea I’m confused
Is the nth term equation wrong should it be n-2 or n-1
That’s…not right
Itd take the form a(k^(n-1)) where a is the starting number, k is the gf (what youre multiplying by to get from one n to the next), and n is your "step" so to sprak
I feel like you trying to remember how to do everything by heart is confusing the hell out of you
Yes, n-1
So that way when you plug in n=1 the exponent turns to 0
Yea but the thing is I neeed to knwo everything by heart but I have no idea how to memeorize it if the own keys I keep making are wrong
I had this problem when I first did this also
So now I just don’t know the rules for any of the equations
The idea is you don’t really need to remember all that much in maths
It’s always been the reason I liked it in school
But I have to know how to write these equations
I can always derive the things I need in the test
So I have to memorize them
If I forget
The thing is if I forget if the growth factor goes first or the starting value goes first it messed up the equation and I fail the test
So why don’t you try to stop remembering and just understand it intuitively
Idk how I would do that cus the equations don’t make sense when they r together so u have to memorize them separately
WAIR so is it n-2 or n-1
Okay, let’s take the a geometric progression, where you start with a and every step you multiply the last by b
So first step you have a
Yea
Second step is ab
Third step is, take whatever was in step 2 and multiply that by b
Which is (ab)b
Fourth step is abbb
Yea I undestand that part
Or rather, first step is ab⁰
Second step is ab¹
Third step is ab²
Fourth step is ab³
So the intuition is that the nth step is ab^(n-1)
If you mean if you should have a(k^(n-1)) or (k^(n-1))*a then it doesnt matter. As long as you use proper notation and the exponent goes on the growth factor you'll be fine
So then the nth term of a geometric progression is ab^(n-1) for starting amount a and growth factor b
If im starting at the first value
See how I didn’t need to remember anything
How do we know it is -1
Look here
Because if we started at step 0 it would just be n
Its because you need starting number times 1
So to get 1 you need growth factor to the power of 0
Hence, n-1
If you’d prefer you can call the base amount step 0, then the formula becomes abⁿ
So for geometric you are never adding 1 to the starting amount for the n-#
Where does this n-2 come in
I still don’t see how this would help me know without memorizing the equation
I’m not sure what u mean
The idea isn’t the forgo the formula entirely
Either the second or third step
It’s to understand how you get the formula vs memorising the formula
I don’t understand
You ask if it’s n-1 or n-2, why would it be n-2
Oh actually I see your point
I don’t know the answer for this question so I don’t know how to answer your question
Suppose you aren’t given the base amount
Then you would not know
(Here base amount is step 1)
What if I gave you the value at step 4
And I want you to find the value at step 10
I would rewrite the equation 😀
Assuming I’m getting at least one other value
In the table
How would you do that
So let’s say the growth factor is 3 and the 4th term (or fourth step) is 6
The question is, what is the 10th term?
Is the gf 3 for every 1 step or every 2 steps , every 3 steps etc
So you just keep multiply
So how do you find the 10th term
I would put it into a table and fill it out by multiplying
I would make an equation by using my table to either get a value at f(1) or f(0) that input that term into f(n)
Okay good
Right
So you can do that
But what if I asked you, the first term is 6, the growth factor is 3 every step, what is the 7th term?
One sec
Going from first to 7th term is 6 steps
What is the gf?
3
So it’s •3 every 3 steps?
Every step
Or…
.
Yea but the table way is wayyyy easier
I’m putting small numbers so it’s easy to write but we should be able to do this with any number
Okay then I ask you what is the 350th term
You’ll be forced to use the formula
Yea
I’m trying to explain how the formula works and you’re just going “oh but it’s easier without”
Yes it’s easier for the examples I’m giving you but that’s not the point
I mean yea but if I was doing a test I would donthe way I’m most confident with and I do understand in order to get larger terms I need a equation
Going from 4th to 10th term is also 6 steps, and in fact, you will get the same answer as if you went 6 * (3)^(10-4)
This is where the n-# comes in
that might be so but it's likely you'll be asked to write the recursive and explicit formulas. you're gonna have to know it anyway. and you might be asked to evaluate when n=15 for example
We have f(10) = 6 * 3^(10-4), or in general, f(n) = 6 * 3^(n-4)
The reason there is a 4 there is because 6 is the 4th term, not the first time
If 6 was the first term then it would say n-1
If you call the “base amount” the 0th term then it will say n-0 or just n
Everything I have said is to answer this question
That’s only for nth term equations not recursive
Right so that’s not the recursive form
This is the equation that brings you from the 4th term to the nth term
But if it was recursive would we do n-5
???
Right
Yes
But we wouldn’t write it like that
We’d still say f(n) = 3 * f(n-1)
The n-1 here means “the last term”
The power means to do the multiplication n-4 times
@wooden hamlet Has your question been resolved?
you need to finish simplifying for part c
you can also pull the number from the equation too. Focus on sine, specifically the argument (the stuff inside the parentheses)
How would simplify? Is it 10pi/pi•t
yes, long division, but if i remember correctly there's a formula or a process that tells you the remainder without actually having to do the division
What would I divide?
closer. remember that pi is a number, and that you don't need the variable t here
t is the time it takes. just give the number of minutes
hold on a minute. I need to look it up to rmember. it's been a while since i used this method
But I cannot just get rid of t
Closed due to timeout
Use .reopen if this was a mistake.
so the method is called remainder theorem
if you have the polynomial f(x) and you're being asked to divide by (x-a), then you can find the remainder by evaluating f(a)
.reopen
✅
it's not that you're getting rid of it, it's just not needed
Do I just input the values
So what do I do with it
I cant take it away
that's right. so if it says divide by (x-4) plug in 4, if it says (x+2) plug in -2
Kk
it's not that you're manipulating it in anyway, you literally just don't need it. you wrote too much. it didn't need to be there to begin with
so inside the sine function you're given (2pi*t/10)
2pi is the length of sine's period
10 is the length of the story's period (in this case how long it takes the ferris wheel to make 1 revolution)
t is the variable that represents time
the question only asks how long it takes the wheel to make 1 complete revolution. so you only need 10 minutes
Ohhh ty
@wooden hamlet Has your question been resolved?
fuck you no one answered my question
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.
why did he use pythagoras?
Why wouldn't you use Pythagoras here
20 is our only given base
Also whatever is that?
sin o h , cos a h, tan o a
That's the height of the pyramid at base, not the height of the pyramid at each triangle
huh
This is what X and M are
So how was i supposed to get real height then because wheres the other side to calc pythagoras
What do you mean?
All four triangles are equal. Equal area, equal lengths, equal sides
Also why are X & M being mentioned, it's not even in the question itself
Im referring to the solution they've given
It's to represent midpoints so we can write the formulas simpler
Since you have a problem with the solution
Which height?
Yes
We need to find the height of the pyramid first in order to get the height of each triangle
but that gives me AC
Can you draw your explanation please?
No?
You're not splitting the square into triangles
No
Just imagine point X as the center of the base and the midpoint of each base side as M. The height of the pyramid is VX, and the height of each triangle is VM.
To find the surface area of each triangle, we need to find VX and VM first.
Do you get it?
No worries
@glad lake 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.
that is dot product becuase note that BA and BC are vectors not scalars :)
ok
can some1 verify this final answer
also i saw in my answer key that that instead of finding a unit vector of BC for the projection they just square BC, is it fine to do that
@vocal epoch Has your question been resolved?
@vocal epoch 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.
somebody pls help with my calculations
i got a bit stuck here
@full willow Has your question been resolved?
Do you know where the circuit starts and ends?
starts at vin and ends at rl
Yes
i saw an exampe
but the
i know that
av =
rc/re
and rc = RC/RL
but cant seem to figure out how to find re
So what's the load resistor here?
Rl, correct?
ignore this
Rc is parallel to Rl, so Av should be - Rc || Rl over Re
Pretty sure it is
av =3.6 || 10 / 1
Don't forget negative
Av = -(Rc||Rl)/Re
The voltage decreases across Rc
So that's the voltage gain
ye
Now we just need to calcullate the output voltage
Which uuses the formula of Vout = Av * Vin
2 mv x 2.64 v is 0.02 x 2.64?
@tawdry bloom sorry for ping
Don't forget Av is negative
Approximately -0.053 V
Sure
this basically
is re = re'?
@tawdry bloom will u be available after like a few hour maybe 4-5
Not really
I'm just heading to sleep in a few minutes
Next morning maybe
The prime (') is just used to distinguish it from other resistances
Both denote the same emitter resistannce
Or otherwise written as r'e
No problem
now i hope i remember my boolean algrbea for tmews exam
Good luck 
wait do u think u cantell me how 2 more things work prettly pls
Mm alr
you know k-map?
Im afraid not
boolean algebra stuff ukk karnaugh map
then it is fine another thing i wanna ask is op amps
this
What's your specific need
I believe they are different voltages
Np
.close
Closed by @full willow
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.
@late flume Has your question been resolved?
<@&286206848099549185>
what have you done/tried?
I have tried for 20 21 and 22
And I have found a way for those
But I am not sure how to generalize it
For 20 I formed pairs
hmm
We had an extra 2 x 4 x 6 .... 20
Since there is an even number of 2s
We can neglect that
well on first thought seeing this the only reason the product 1!2!...n! is not gonna be a square is that it has an odd amount of some prime
and then maybe prove that there exists some j such that it makes the prime count even
(probably some logic holes but you get the idea)
I have no idea how to generalize though
oh yea the qn said to make cases
let n = 4k, 4k + 1, 4k + 2 and prove for each case i guess
you should start from n = 4k
I tried 20
But I am not sure if this works in the specific case or is the general idea
your idea works yea!
(or maybe theres some other way to solve this that i dont see)
How do I create a general arguement out of this
Like a proof
Or something
With complicated symbol manipulations
^(maybe)
sorry i have to go😓
gl on this tho
Have a nice day
<@&286206848099549185>
@late flume Has your question been resolved?
@late flume Has your question been resolved?
Not a solution but some ideas:
-
$n^2$ mod 4 is 0 or 1 (for an integer n)
-
$1! * 2! * 3! * ... * n! = n^1 * (n-1)^2 * (n-2)^3 * ... * 2^{(n-1)}$
-
For the product to be a square, the exponents in its prime factorization must be even
whiskyheat
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.
.reopen
@late flume Here is my proofsketch. It turned out to be quite easy. I hope everything is clear and I did no mistakes.
For shorter notation, let $sf(n) = n! (n-1)! ... 2!$ be the superfactorial.
Notice that $sf(n) = n (n-1)^2 (n-2)^3 ... 2^(n-1)$.
We make cases for n=4k, 4k+1, 4k+2.
Case I: n = 4k
Prove by induction that sf(4k)/(2k)! is a square.
Base case: k = 1: sf(4) = 4 * 3^2 * 2^3 and sf(4)/2! is a square.
Assume the statement holds for some k, e.g. sf(4k)/(2k)! is a square.
k -> k+1:
sf(4(k+1))
= sf(4k+4)
= (4k+4) (4k+3)^2 (4k+2)^3 (4k+1)^4 (4k)^4 ... 2^4 sf(4k)
= 2(2k+2) (4k+3)^2 (2(2k+1))^3 (4k+1)^4 (4k)^4 ... 2^4 sf(4k)
Dividing by (2k+2)! gives a square.
Case II: n = 4k+1
sf(4k+1) = (4k+1)! sf(4k)
Dividing by (4k+1)! and (2k)! gives a square
Case III: n = 4k + 2
sf(4k+2)
= (4k + 2)! (4k+1)! sf(4k)
= (4k + 2) (4k+1)^2 (4k)^2 ... 2^2 sf(4k)
= 2(2k+1) (4k+1)^2 (4k)^2 ... 2^2 sf(4k)
Dividing by (2k+1)! and 2! gives a square.
This completes the proof of the exercise.
As the exercise states, this does not work for 4k+3. Indeed, one cannot use the same trick as in the steps above. This is because 4k+1 and 4k+3 may be prime twins (for example, 5 and 7, 17 and 19, 41 and 43) of which there are infintly many.
whiskyheat
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
.close
Closed by @raw estuary
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.
@full willow 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.
for this function f the teacher wants me to give an alegebraic analysis on it
i understand everything but how to describe the behavior
i know that the end behavior is the quotient of the leading terms so 2/1= 2
but i dont know how to describe why this function increases on its intervals
no derivative given
i dont understand that
$2\left(\frac{w + 4 - \frac{5}{2}}{w + 4}\right)$
knief
now split the fraction
as in split the numerator and denominator?
knief
choose a and b appropriately
@rough turret 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.
Hello, could someone show me how they pulled out a 1/3, when I distribute the 3^n/n^3 im not seeing how there's a 1/3 in there
or uhhhh
3^(n+1) is 3 times 3^n
yw
.close
Closed by @upbeat 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.
• 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've stumbled upon this quite seemingly basic idea while studying rational canonical form, yet I'm in doubt. Consider p(t)^m where p(t) is a monic, irreducible factor and m a positive integer. Also consider q(t)^n where q(t) is a monic irreducible factor and n a positive integer. Now in a proof I'm reading that proceeds by contradiction, we have that p(t) and q(t) are relatively prime, yet p(t)^m = q(t)^n. The book says this is impossible. Somehow I can't see why this is false. Can someone elucidate this?
Well, let's say a and b are two relatively prime numbers. That means they will have no prime factors in common.
Eg. 12 and 19
12 = 2^2 * 3
19= 1* 19
Now let's raise a and b to some powers m and n.
a^m, b^n. Do you see that even when we raise them to some power, they still will have no prime factors in common?
Yeah, makes sense. I guess we can say something similar for irreducible, monic polynomials too then?
Correct.
You can type .close if your doubt is resolved btw.
.close
Closed by @jagged wharf
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.
Is the working out enough reasoning for part i
yes
Q'(x) should be there tho
check your product rule
also last line P'(a) dont forget ()
Closed by @frank rain
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.
help
@olive cargo Has your question been resolved?
@olive cargo 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.
.reopen
.close
Closed by @frank rain
Use .reopen if this was a mistake.
Need to explain your thought process, can't just give out answers.
but i think im wrong with my working out
Why give them the answer then? That'll just cause uneeded confusion.
if u multiplied the vector by itself, is it 0
sorry 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.
• 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, i am a student for entrance exams. Can someone help me with the probability content?
A math teacher gives his students a list of 10 problems and tells them that 5 of them will be chosen at random to be on the final exam. If a student was able to solve only 7 of the 10 problems correctly, the probability that he will get all the problems on the exam right is:
Alternatively, you could just calculate how many different groups of 5 questions could be formed of the 7 and divide it by number of groups of 5 questions out of all 10
@long bridge Has your question been resolved?
Closed by @long bridge
Use .reopen if this was a mistake.
ok, thanks
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.
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.
• 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.
open
oh thanks
share ur question and ping me once u wanna close the channel
well, I can tell you the short method
since it's (x+1)^1/2, it would mean that after squaring both sides you'll get a polynomial of degree 1 and some sqrt term
also x is a real number by the way
THAT'S WHY I ASKED 😭
it's 1/8th power then
i can't just square two times and do my own stuffs 😭
the short method is to waste an hour to square both sides twice 😭
Well you can still visualise the thing tho, if you raise to power 8 and can imagine the binomial exp but atp maybe it's just better to solve it properly if udk binomial well
the pascal triangle thing?
i know (a + b)^2 = a^2 + 2ab + b^2
(a - b)^2 = a^2 - 2ab + b^2
a^2 - b^2 = (a - b)(a + b)
alright
But nm that now
but i think we need to solve it properly
3x^2 - 2x + 1, 2x^2 - x + 1, x^2 + 1
there's literally no way to factorize those
i tried a = fourth root of x + 1 and got x = a^4 - 1
but substituting won't work (even if i tried to expand)
also, this was wrong so nm
i can see two roots for this.
0 and 1 right?
Ye
that's literally the two roots
some says to assume x^2 = x
and x^2 != x
of course that x^2 = x leads to x = 1 and 0 being the correct roots
Why would you do that
That's such a random assumption lol
it's not me to come up with that
it's someone else to come up with that
i don't even know why lol
ai told me to subsitute each 4th root into their own variable
like a + b = c + d
a - d = b - c
and assume a = d then b = c
I'm trynna brute force it with binomial rn since I cannot think of any way to simplify
I can think of one other way
me either
We can see one root x= 0, then assume LHS as a function f and RHS as a function g. Then check if they are increasing and decreasing, draw their graphs
That's the best I can come up with except binomial
yeah then i'd rather do binomial
BECAUSE MY SYSTEM HASN'T LEARNED HOW TO GRAPH YET
Lmao. Maybe I'm hallucinating too and this is just a one line solution idk.
I can't think of any perfect squares or anything.
K
i tried to set t = x^2 + x + 6
then i got t - x + cbrt(t) = 8x^3 + x
t + cbrt(t) = (2x)^3 + 2x
so cbrt(t) could possibly be 2x
or cbrt(t) can't be 2x
yes
but what if cbrt(t) != 2x
man algebra is a bad way to these imo, just setting the opposite sides of the equality as functions and checking their behaviour is so much simpler
I DON'T KNOW HOW THAT SLID INTO MY REVISION
Do you know what rational root theorem is?
I think that's what you're supposed to use for both these questions
It's basically a method for cubics and higher deg polys where we just guess all integers from [-3, 3] and put them in to check
Then we have no solutions from that case, so we can just discard it btw
Can just move forward w this
well then that's easy
But this still stands, especially for the previous qn.
how can i use the rational root theorem to solve these?
btw the definition i just said is just a general way, it's not really the rational root theorem
I'll explain it first
then if you want can prove it
Ok so let f(x) = px^3 + rx^2 + zx + q
The rational root theorem says that we need to find all the divisors of p and q
And our roots will be from all the possible combinations of (p/q)
Do you get that@nocturne mural ?
That's the general format for a cubic, but it is also applicable for all polynomials
So in this question we can definitely see it's a cubic (or a higher deg poly if we cube it- we'll get extra solutions then)
and too really apply the rational root theorem we would have to do painstaking things like cubing and stuff, but since we know it's valid for all polynomials
we can just put x's from [-3,3] in to check
yes
@dusky thunder Has your question been resolved?
Maybe there's an easier way of solving this idk
Cause nothing is a perfect square in the first one, and the second if you cube you get a degree 9 poly, so you're gonna have to solve with the taking 't' method.
@dusky thunder im sorry but the question is too hard for someone to solve 😭
at this point paste i would paste this equation in wolfram
apparently x=1 is a solution
We know the solutions lol but the method is behind a paywall here
but how to deduce this idk
@dusky thunder Has your question been resolved?
This is one of those stupid trick questions that I hate. \ \ Let $k=\sqrt[3]{x^2+x+6}$. Then, $k^3=x^2+x+6 \implies x^2+6=k^3-x$. So, we can rewrite the equation as $$k^3-x+k-8x^3-x=0$$ at which the factorisation is trivial upon observing that the left hand side is zero when $k=2x$.
Civil Service Pigeon
im gonna go offline for a while so the channel may auto close
@dusky thunder Has your question been resolved?
you may auto close
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! need some help on the following problem:
For n>1 verify that $$1^2+3^2+...+(2n-1)^2=\binom{2n+1}{3}.$$
I tried induction but I can't get to something simple (which tells me it's probably not the way to go except if I made a mistake. What I get on the right hand side after adding $(2n+1)^2$ and some calculating is: $$(2n+1)\frac{(4n^2+10n+1)}{6}$$ which doesnt seem to simplify well.
Any inputs on how you would apporach this/any mistakes I made would be more than welcome!
One thing which I might have done wrong is simplifying the numerator/denominator since I do need to get back to a binomial coef, though it also seems like there is no other easy way to do this by induction 🤔
levpromano
Show your work, and if possible, explain where you are stuck.
I honestly wouldn't even use induction here
You just expanded it wrong, multiply out the parens and just apply the formula for a sum to n
Omg it’s u again I remember u from a. Long time ago
Try using the following identity:
C(N+1, k) = C(N, k) + C(N, k-1)
whoops
how else would you approach this problem?
If you already know that the formula is true, it is going to be 2(n+1)+1 choose 3, and the denominator is 6, you already know the numerator is going to look like (2n+3)(2n+2)(2n+1) and it's just a matter of doing the algebra correctly.
ah right. Im getting 4n^2+10n+6 now, which if I am not mistaken does simplify to (2n+3)(2n+2). In which case that solves the problem.
Sorry, stupid mistake, and I had verified my work too 😅
When you get stuck it is helpful to start with (2(n+1)+1) choose 3 and expand it to see what you are actually working with.
right, that's why I tend to do induction without thinking on these. for some reason my mind couldnt see that mistake..
yeah, ill try that, thanks!
could you expand a little on how that would work?
like I know the identity, but what would you use it for? to get the C(2n+3,3) on the right hand side?
C(2n + 3, 3) = C(2n + 2, 3) + C(2n + 2, 2) = C(2n + 1, 3) + 2C(2n + 1, 2) + C(2n + 1, 1) = C(2n + 1, 3) + 2n(2n + 1) + (2n + 1)
I see
thanks for the help! (and sorry for bothering for such a mistake..)
.close
Closed by @dense fractal
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've worked on this question for multiple hours now and can't seem to solve it
I've tried doing casework and stuff but it's still not right
nvm i js solved it
.close
Closed by @glad pumice
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
Well they're trolling in #discussion lmao, so prolly not 
.close
Closed by @spiral kettle
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.
@urban copper Has your question been resolved?
@urban copper Has your question been resolved?
Here is the translation of the text in the image:
2. Let $f : \mathbb{R}^4 \to \mathbb{R}^4$ be the linear transformation defined by
$$
f(x_1, x_2, x_3, x_4) = (x_1 - x_2 + x_3 + 2x_4,\ x_1 - x_2 + x_4,\ x_3 + x_4,\ x_1 - x_2 - x_3),
$$
and let
$$
S = \left{ \mathbf{x} \in \mathbb{R}^4\ \middle|\ x_1 - 2x_2 = x_2 - x_3 + x_4 = 0 \right}.
$$
Define, if possible, a linear transformation $g : \mathbb{R}^4 \to \mathbb{R}^4$ that simultaneously satisfies:
- $g \circ f = 0$,
- $(f \circ g)(S) = 0$,
- $\dim(\text{Im}(g)) = 2$,
- $(0, 0, 0, 1) \in \text{Im}(g)$.
gfauxpas
ugh i cant even read the notation like this its too messy, one moment
Let $f : \mathbb{R}^4 \to \mathbb{R}^4$ be the linear transformation defined by
$$
f\begin{pmatrix}
x \ y \ z \ w
\end{pmatrix}
\begin{bmatrix}
x - y + z + 2w \
x - y + w \
z + w \
x - y - z
\end{bmatrix},
$$
and let
$$
S = \left{ \begin{pmatrix}
x \ y \ z \ w
\end{pmatrix} \in \mathbb{R}^4\ \middle|\ x - 2y = 0,\quad y - z + w = 0 \right}.
$$
Define, if possible, a linear transformation $g : \mathbb{R}^4 \to \mathbb{R}^4$ that simultaneously satisfies:
$$
\left{
\begin{array}{l}
g \circ f = 0 \[4pt]
(f \circ g)(S) = 0 \[4pt]
\dim(\operatorname{Im}(g)) = 2 \[4pt]
(0,\ 0,\ 0,\ 1) \in \operatorname{Im}(g)
\end{array}
\right.
$$
gfauxpas
there now i can actually read it
yeah
this looks annoying
$$ (f \circ g)(S) = 0 \implies g(S) \subset \operatorname{ker}(f) $$
StrangeQuarkAL
ker g is contained in ker f
wait... it's getting confusing
ty for the translation gfaux
img(f)⊆ker(g)
g(S)⊆ker(f)
rho(g)=2
nu(g)=2
follows from the problem
i didnt solve anything im just observing, along the lines of what strange said
np
rho rank, nu nullity
ok i didn't know
its okay usually people just write rank and nullity i think
which vectors are in ker g
g o f = 0
and
(fog)(S)=0
f(g(S)) = 0
g(f(x))=0
Im f is in ker g
g(S) in ker f
g(f(g(S)))= g(0) = 0
g o f = 0, (fog)(S) = 0
(g o f)(g(S)) = g(f(g(S))) = g((f o g)(S)) = g(0) = 0
(g o f o g)(S) = g o (f o g)(S) = g(f(g(S)))
(f o g)(S) = 0
idk what i am doing
Maybe we should take a guess based on what we know.
g
g(S) c ker(f) so Im(g) should at least partially lie in ker(f). If we assume it lies fully in ker(f), perhaps we can find a g that satisifes the constraints
but we are still talking about f , but what about g
what about ker g
yeah, dim im g =2 = dim ker g
Still not sure
im being told ker(g) = im(f)?
but idk
this is what you meant above?
I just tried this. Found ker(f) and (0,0,0,1) doesn't lie in it so Im(g) doesn't lie entirely in ker(f)
So I think we can set (0,0,0,1) to one of the basis vectors and find the other in ker(f) with the constraints in mind
I think that's right
how??
Since they have the same dimension I think but I might be wrong
If g(v1) = 0 and g(v2) = 0 then surely {v1,v2} should form a basis for ker(g) if they are linearly independent yeah?
I just tried this. Found ker(f) and (0,0,0,1) doesn't lie in it so Im(g) doesn't lie entirely in ker(f)
so Im(g) not Ker(f)
So we know ker(g). I noticed that one of the basis vectors in S lies in Im(f)
Yes
But it does partially lie in ker(f)
ok
We know ker(g)
For Im(g), (0,0,0,1) can be one of basis vectors and the other must lie in ker(f). Let's call it v
Since:
- g(S) c ker(f)
- (0,0,0,1) not in ker(f)
(*) g must map S to scalar multiples of v
Basis for S: { (2,1,1,0), (0,0,1,1) }
So g will map both to scalar multiple of v
I think from here we get solve for the matrix representation of g. We just need to guess an appropriate v in ker(f)
Since we can definitely represent the matrix for g using (0,0,0,1) and v as columns, I would just try placing (0,0,0,1) and v in different column positions and testing against (*). For what v should be, just try one of the basis vectors for ker(f)
g o f = 0 ==> im(f) subseteq ker(g)
but dim(Im(g)) = 2 ==> dim(ker(g)) = 2
so if dim im(f) = 2 and dim ker (g) = 2
and im(f) subseteq ker(g) then im(F) = ker(g)
g o f = 0 <=> g(f(x))=0 <=> Im(f) ⊂ ker(g)
Im(f) = <(1,1,0,1),(1,0,1,-1)>
dim(Im(g)) = 2 <=> dim(ker(g)) = 2
and if Im(f) ⊂ ker(g) and dim(ker(g)) = dim(Im(f)) = 2
Im(f) = ker(g)
So Ker(g) = <(1,1,0,1),(1,0,1,-1)>
(f o g)(S) = 0
<=> f(g(S)) = 0
<=> g(S) ⊂ Ker(f)
but g(S) ⊂ Im(g)
so g(S) ⊂ Ker(f) ∩ Im(g)
S = <(2,1,1,0),(-2,-1,0,1)>
g(S) = <g(2,1,1,0),g(-2,-1,0,1)>
@urban 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.
• 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.
is this proof correct?
@limpid belfry 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 do i solve this
,rcw
Descartes rule of signs, rational zero theorem, then synthetic division?
do you see the instructions in the problem?
have you followed them?
@fallow meadow Has your question been resolved?
Closed by @fallow meadow
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.
$\sum_{k=0}^{9} {\left(k + \left(-9\right)^{k}\right) \cdot 8^{9-k} \cdot \binom{9}{k}}$ has exactly 6 prime factors. Compute the sum of the 6 primes
acgn
how can i even evaluate that sum 😭
pattern recognition the binomial theorem out
then consider $\frac{d}{dx}(x+a)^9$
Element118
wait
so
$\sum_{k=0}^{9} {\left(k + \left(-9\right)^{k}\right) \cdot 8^{9-k} \cdot \binom{9}{k}} = $\sum_{k=0}^{9} {k \cdot 8^{9-k} \cdot \binom{9}{k}} + \sum_{k=0}^{9} {\left(-9\right)^k \cdot 8^{9-k} \cdot \binom{9}{k}}$
acgn
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
yeah
$\sum_{k=0}^{9} {\left(-9\right)^k \cdot 8^{9-k} \cdot \binom{9}{k}} = \left(8 - 9\right)^9$
acgn
that simplifies down
how about $\sum{k=0}^{9} {k \cdot 8^{9-k} \cdot \binom{9}{k}}
alr wait
so $\left(x + a\right)^{9} = \sum_{k=0}^{9} {\binom{9}{k} \cdot x^{9-k} \cdot a^{k}}$
acgn
maybe x^k instead so you get the k out when you differentiate
$\sum_{k=0}^{9} {\binom{9}{k} \cdot x^{k} \cdot a^{9 - k}}$
acgn
using the constant rule then the derivative is
$\sum_{k=0}^{9} {\binom{9}{k} \cdot a^{9 - k}} \cdot kx^{k-1}$
acgn
how would you set x and a to match what you have?
a = 8
x = 1
you can also deal with the expression another way, just differentiate without applying binomial
$\sum_{k=0}^{9} {k \cdot 8^{9-k} \cdot \binom{9}{k}} = \dfrac{d}{dx} (8 + 1)^{9}$ ?
acgn
nvm
so $\sum_{k=0}^{n} {k \cdot a^{n-k} \cdot \binom{n}{k}} = n \cdot \left(a + 1\right)^{n-1}$
acgn
so the entire sum is just 9^9 - 1
now how do i factorize it
so 9^9 - 1^9 = (9 - 1)(9^8 + 9^7 + ... + 9 + 1)
yeah you need to differentiate before plugging in
9^9-1
yeah
but you might want to read it as a difference of cubes first
or you can read it as $3^{18}-1$
that gives 2^3 . 7 . 13 (729^3 + 729 + 1)
Element118
and do the difference of squares first, since that gives you smaller factors
(3^9 - 1)(3^9 + 1)
then by difference of cubes
(3^9 - 1) = 27^3 - 1 = (26)(27^2 + 27 + 1)
or 2 . 13 . 757 and 757 is a prime number by division until a <= sqrt 757 which is around 27
got it
$9^{9} - 1 = 2^{3} \cdot 7 \cdot 13 \cdot 19 \cdot 37 \cdot 757$
acgn
Closed by @tired shuttle
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.
So like
It looks like f is a single variable function
So would the b-1 be f'(x+y) and b-2 be none of the above -- 0 since there is no y based function?
the answer depends on the function, so I think it's gonna be none of the above
but it's really unclearly given
Oliver
Pretend all those d's are actually the partial derivative sign, i cba to do good latex unfortunately
I wanna assume that it's f(x) based on the first part
actually that's really bad lemme try again $\frac{dz}{dx} = \frac{df}{du} \cdot \frac{du}{dx} \quad \text{where} \quad z = f(u)$
Oliver
