#help-0
1 messages · Page 897 of 1
@shell obsidian Has your question been resolved?
i'll need to confirm this later, this is the first question of the set and i solved the rest of them
can't just picture this in my head somehow 😅
Closed by @shell obsidian
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.
What is the question ?
@alpine sable 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.
The ages of theatergoers vary quite a bit. For stage performances of Shakespeare's Othello, it appears that age is a normally distributed variable with μ = 50 years and σ = 12.
(a) What is the probability that a random audience member is younger than 35 years old?
(b) What is the percentage of visitors who are 65 years of age or older?
(c) What is the probability that a group of 10 randomly selected visitors is on average older than 55 years?
To encourage more young people to attend the performances, people under 35 years of age are given a 30% discount on the price of a ticket, not €20 but €14. The result is that three times as many young people come to the performance than would be expected based on the calculation in question (a).
(d) What is the average price of tickets sold after this action?
Translated with www.DeepL.com/Translator (free version)
answer of a and b
answer of c
answer of d (this part, is the part, I don't get)
note: in answer d, there are some dutch words.
I understand the dutch words, but if you don't, I can explain what the texts says in english
so, the probability that a random audience member is younger than 35 years old = 10.56%
wow
but in (d) says this: to encourage more young people to attend the performances, people under 35 years of age are given a 30% discount. The result is that three times as many young people come to the performance than would be expected based on the calculation in question a.
that means, 10.56 times 3 = 31.68%
why would the the chances keep the same at the elder people (older than 35 years old)?
Why wouldn't it?
but then it wouldnt be 100% total
Explain to me what this means better
I get it, because 3 times more younger people, goes beyond the 100% total people
then before
lets say for example:
10 young people and 90 elder people.
And then 30 and 70?
no
3 times of 10 young people, becomes 30 young people.
so, 30 + 90 = 120 total people.
before 100% now, 120%
idk, how to explain, what happens next?
That wouldn't be 120% though
It's always 100%
So 30 would be 30/120
so 25%
But yes, the elderly percentage does decrease
Was this part of the problem? Or is this your own speculation?
and for the elder percentage becomes 75% of the new whole.
Yeah
whats with this?
note: "prijs kaartje" means price of ticket.
I wasn't following all the stuff
Tell me this though
I thought that 120 would be a percentage
but its like, 120 as a whole unit.
120 people = 100%
Yes, exactly
But you were saying this:
I don't see how that's the case, so I was wondering if the task was asking you this
when I saw this bit:
I thought that 31.68 and 89.44 are like percentages
but they are people, in decimals
I got this. that E(stochastic variable y) formula, is just how to calculate the expectated value.
.close
Closed by @teal plover
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 many routes a player can take in a game I'm making and each route awards them a specific score (ranging from 4 to 31, but mostly concentrated around 15) and I need to decide which difficulty challenge to present the player with in order to progress through that route. The difficulty of challenges I have range from 1 to 9 and I want each difficulty to have as close to an equal chance of being chosen assuming the player takes a random route. Is there any formulae I could use to find a corresponding difficulty for any route based on that route's score relative to the scores of all the other routes? All I have tried is trial and error with divisions on roots of the score but the conventration to 15 is causing issues and I'm not sure where to start, so any resources which might point me in the right direction would be amazing! Thanks so much in advance
@woven timber Has your question been resolved?
So the difficulty is supposed to be dependent on the score of the route, but simultaneously also being dependent on randomness because you want "each difficulty to have as close to an equal chance of being chosen assuming the player takes a random route"?
Unless you mean that each difficulty will have as close of an equal chance overall, not once the player has been selected a route?
Sorry, no, I'll try and clarify what I meant. So, take every score and put them through this formula to get the difficulty and count how many times each difficulty is chosen. I want these counts to all be as close as possible
Hopefully that makes sense
Right, so the scores should be evenly distributed as well
The scores are not evenly distributed, that's the problem. But, the scores are fixed values, the scores of each route is the same no matter who is playing on what device etc. I pretty much need a way to convert a score to an evenly distributed value then I would just be able to multiply this value by something to put it into my 1 to 9 difficulty range
The scores are not evenly distributed
Then I don't know how you can expect to get the same amount of each difficulty after the scores go through the formula which is supposed to match the score with the difficulty
Say the distribution of scores was -(x-15)^2+100 (which is kinda close to the actual distribution), I would want the formula to convert these values to roughly x/2.8
In that case, I believe the formula would be (sqrt(-y-100)+15)*2.8?
But, the distribution isn't actually -(x-15)^2+100, so I need a way to do the equivalent for the actual distribution
Sorry if I got that wrong, but hopefully it atleast shows what I mean 😅
So the formula isn't linear. I see
I wonder if it's anywhere near close to achieving what you're trying to achieve
Don't you know what score you want to be attributed to what difficulty?
Start from there, no?
Not sure what you meant, but here's the actual distribution of scores (score on left, occurrences on right). So, I need to convert the numbers on the left to a number from 1-9 with an equal distribution, unlike the distribution of scores
But you know what those numbers should be, right?
Hm?
30
Because there are 273 routes and 9 difficulties, so each difficulty should appear 273/9 ≈ 30 times. But, how do I cause this from the scores given?
I've graphed the score occurrences, so this is the graph I need to flatten
<@&286206848099549185>
@woven timber Has your question been resolved?
@woven timber Has your question been resolved?
@woven timber Has your question been resolved?
@woven timber Has your question been resolved?
the scores almost seem irrelevant at this point
couldn't you just make it so that every route has a 1/9 chance of giving you any given difficulty?
@surreal meadow "find a corresponding difficulty for any route based on that route's score relative to the scores of all the other routes"
Well no because I want higher scoring routes to give a higher difficulty challenge
Otherwise people would always just go the route that gives the highest score for the lowest difficulty
@woven timber Has your question been resolved?
@woven timber Ah, easy one
You said there was 9 difficulty levels
Just divide the number of routes by 9 to figure out how many routes each difficulty level has
mhm
Then, sort them by score and pick that number of lowest scored ones for difficulty one, then the next ones for difficulty 2 etc
This way, the higher score, the harder the route and there's pretty much as much routes for each difficulty
Oh wait... yee I was really overthinking it haha
😅 Ye, thanks so much, this has been doing my head in. Been looking into stuff like https://en.m.wikipedia.org/wiki/Histogram_equalization for ages lol
.close
Closed by @woven timber
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.
The environmental festival has its own logo (see picture). Angle x relates to angle y as 5: 8. How big is angle x?
Try to find 360° relative to x and solve from there
Ping if you need clarification
So x would be 37.5?
I didn't actually go through the math, let me check
kk
Sorry, I was helping someone else at the same time. Yes, 37.5
Ok nice
You're supposed to do .close when you're done
@rigid ravine 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 the following correct in terms of how you would write an equation? 2^(4x+1) mod 20 = 12, x ∈ N
@distant epoch Has your question been resolved?
@distant epoch Has your question been resolved?
Closed by @distant epoch
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 go about reducing sin(theta + pi/2 - arctan(-x))/cos(theta - arctan(x)) into a tan expression?
@acoustic wave Has your question been resolved?
<@&286206848099549185>
<@&286206848099549185> can anyone tell me what's the ans of this is it 1/2
@acoustic wave Has your question been resolved?
.close
Closed by @acoustic wave
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.
$\int\frac{sin(37x)}{1+cos^{2}(37x)}dx$
Raged
At first I set u=37x, but I got stuck down the road
could we first simplify using half angle rule?
Yeah let u = 37x. Then du = 37 dx.
ok so then we're left with
$\frac{sin(37x)}{74-sin^{2}(37x)}+C$
Raged
?
so does dx = 1/37 du?
yes
show what u have
$\int\frac{sin(u)}{2-sin^{2}(u)}dx$
Raged
$u=37x$
$du=37dx$
$dx=\frac{1}{37}du$
Raged
now
what will u do
think of a goniometric identity
how can u write sin^2x as
btw dx should be du
Closed by @sterile oyster
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.
h= xTan66
h= (x-20) tan60
h=?
what
How to find h if I don’t have x
what
Yes I was given 2 different equations for h.
set the first h equal to the second h
actually what are you even solving for
wait never mind
Closed by @solid sphinx
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 don’t know where to start, I can’t show the process
I think I have to use roots, because that is what I am studying now
wait a sec
numerator will be 10ab
ignore me
a^2+b^2+2ab=8ab+2ab
yeah
that problem has the result, do I send it here?
ok
ok so (a+b)^2=10ab
so (a+b)=$\sqrt{10ab}$
Bubbles
and (a+b)(a-b)=8a
you can divide first
then take square root
so (a-b)=$\frac{8a}{\sqrt{10ab}}$
Bubbles
right???
ok so
hm
did i frick anything up?
(a-b)^2=a^2+b^2-2ab
yep
yuh
the double product
so you directly get (a-b)^2=6ab
ig u could do that
but my way should also work
2 routes to the same destination
wait let me sympliby the radical
let me understand something, I'm writing it on my exercise book
$\frac{8a\sqrt{10ab}}{10ab}$
Bubbles
$\frac{4\sqrt{10ab}}{5b}$
Bubbles
where’s this coming from
WAIT
NO
IM SO DUMB
LMAO
i read it as a²-b²
ok
i see where i fucked up
so is it $\frac{\sqrt{10ab}}{\sqrt{6ab}}$
Bubbles
yeah
$\frac{\sqrt{15}}{3}$
Bubbles
right?
sqrt(5/3)
same thing
yes
.close
Closed by @twin gust
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 to tell whether an equation represents a direct proportion, then if so, identify the constant of proportionality. 3y=1/2x
.close
Closed by @eager linden
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.
Need help on doing this using an implicit function
setup: integral of integral of y^2/z dA
clearly this is incorrect, why?
formula i used
y^2/z dA --> sin(phi) * (sin(phi)*sin(theta))^2 / (cos(phi)) d(phi) d(theta)
@amber iron Has your question been resolved?
@amber iron 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.
(sin^2 x/x^2) != (sin/x)(sin/x) right?
@sterile crescent sin/x doesn't seem to mean anything.
Chai T. Rex
Just by how fraction multiplication works.
Closed by @sterile crescent
Use .reopen if this was a mistake.
No 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.
what is this type of sequence called?
algebraic sequence
and it's equal to n(n+1)/2
when summing from 0 to n
@glass tide
thank you
@glass tide if ur done do .close plz
why do people insist on others doing that?
there are 5 open ones
and this one closes on its own after some time
but it will get full
u still need help or not?
Closed by @glass tide
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 can someone please help me with factoring polynomials? here is a question for example 4x^4 y +8x^3 y
you have to find what each term has in common
they both have a multiple of 4, three x's, and a y, so you can takes those in front
they both have y
oh you mean the greatest common factor is 4
exactly
yeah by the stuff they have in common
ohh
thank you
explained way better than yt vids
btw
can i use this method to
do bigger polynomials?
something like 6 j^2 k^4 h^3 + 60 j^3 k^6 +36 j^3 k^4 h - 36 j^3 k^2
ye
it's a waste of time and ull never get asked such question
,w gcf 6 j^2 k^4 h^3 + 60 j^3 k^6 +36 j^3 k^4 h - 36 j^3 k^2
cheat
this is from my practice sheet the teacher gave me
then he needs help

it's like saying
wish i could use this lol
solve the det of 9x9 matrix with no zeroes
is constant the number infront of a variable
Ye
btw how do ik if something can't be factored anymore
3k+4p
If there's no more factors
I'm not sure there's any sure way to decide if it's done
You just gotta stare at it and be like "yeah that's done" or "yeah I'm done with this annoying problem"
they're both divisible by 1 but i dont think 1 counts
so is it done
Closed by @weary rose
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 problem?
Can't you split it
linearity
Im not sure how to split them
linearity
Linearity
$\int f(x) + g(x) dx = \int f(x) dx + \int g(x) dx$
PapaBread
Closed by @sacred carbon
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 I ask why he took the derivative of this equation instead of doing x = a - y?
I believe y’ appears to be used later in the calculation
Perhaps it was used as an aside (to help with computation later)
Hmm. That kinda answered my question
But I kinda would like to know the thought process behind it. Anyways, thank you~
.close
Closed by @abstract 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.
How do i do 24.2% out of $120?
You can technically multiply these together
Know that k% = k/100
So 24.2% = 24.2/100 = 0.242
i needed help with turning the percentage into a decimal
like this
i got that
bc 126% is easy
but 24.2 is something new
thats how the teacher showed us
do you understand why 126% = 1.26?
imma be all honest, no
do you know what % means
percent
do you know what percent means
Closed by @wooden harness
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 u do a question like this?
integrate, use the given condition to determine the constant of integration and hence the original function
@sick torrent Has your question been resolved?
How
have you integrated stuff before?
No
Can u wall me through it
have you been taught any integration at all?
Usually I follow the questions in my textbook to solve but I can’t find it in my textbook
I’ve missed my classes
so you haven't encountered anything with
$$\int$$
before?
ℝamonov
No
your textbook should have stuff on integration
It does but I can’t find a question similar to this one
don't have to find something similar / in the exact same format
just learn the concepts
Can u please just teach me how to do this question.
i don't plan to teach you integral calculus from scratch
Not from scratch just this question like what u would do
So I can use it to solve my other questions
you implied that you had next to 0 knowledge of integration
first try and get to a point where you can do
$$\int x^2 \dd{x}$$
ℝamonov
would you be able to?
your textbook should have stuff on integration
start from the beginning of the chapter
Crap
instead of blindly diving in to questions
Sir or ma’am. I’m desperate. Just please tell me what to do step by step.
i suppose if you insist, you'd first want to learn what some people refer to as the (reverse) power rule
I can only learn from doing / seeing that’s why I use example questions as reference I can’t find any in my textbook they’re all different
I know the power rule
power rule is what's is applied when differentiating something in the form ax^n
(reverse) power rule is what you apply when integrating (but its pretty much the same rule)
Oh
$$\int x^\blue{n} \dd{x}= \frac{x^{\blue{n}\red{+1}}}{\blue{n}\red{+1}} + c$$ since
$$\dv{x}\br{\frac{x^{\blue{n}\red{+1}}}{\blue{n}\red{+1}}} = x^n$$
ℝamonov
@sick torrent Has your question been resolved?
Oh
I see
My notifications aren’t working so I didn’t see this earlier
you seem to be lacking the basic knowledge / understanding
and i would highly recommend that you
start from the beginning of the chapter
and or search up an introductory video on integration on youtube
My assignment is due in an hour :/
I think the approach they want is to use the power rule to find the general equation for f(x) and then can you can use f(-1) to solve for c
how are you getting 3.62
Closed due to timeout
Use .reopen if this was a mistake.
✅
Bc this
This is wrong since the rectangle approach is approximation not the exact value
they want riemann sum indicated in the image
Like the scale
what scale
they want you to find the sum of the area of the blue rectangles
wdym
What’s the x value? I’m not sure Idk Pi like that
@sick torrent Has your question been resolved?
Closed by @sick torrent
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 guys can you explain me cancelation law by addition or a+c = b+c is a=b
@restive sphinx Has your question been resolved?
Closed by @restive sphinx
Use .reopen if this was a mistake.
thank you sir
but still i dont get it if i making an adition how im gonaa subtract
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.
@alpine sable Has your question been resolved?
Well we know that sin(x) is positive for (0,pi/2) and negative for (pi/2,pi)
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.
pretty simple question but what part of a logarithm can't be a negative?
also how do this
the argument and base both can't be negative
use a log law to combine the lhs into a single log and see if you can do it from there
so you multiply x and 2x^2 which would get you log2 2x^3 right?
👍
if you could help me with just one more thing that would be great
ok so i did log3 x - 2log3 7 which it divides x/7 right?
what do i do with the 2 infront then
cause ik it's supposed to be exponent of 7
so do i simplify it before i use the log law and make it x/49?
ya
so then it would become log3..
oh wait it's log base 3
i thought it was log base 2
mb lol
thx for the help
nw
.close
Closed by @vague portal
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 folks!
I'm sorry for asking too much about LU factorization, but I sometimes get confused
Let's say I'm calculating Upper matrix, is it legal to make an operation like this: Row3=4Row3-3Row2?
Row3 being the row number 3 and the same for Row2
Like i don't know if it is legal to multiply 2 rows and then do the operation
pretty sure thats legal, as you are doing two things, one you scale the row3 and minus by a scaled row 2 . I just personally wouldn't do that because means that you are way more likely to mess up, and also there times where need to operation by operation
and how could I avoid that?
sometimes it seems like the only way
Also another question, when doing the reverse elemental operations in the Identity (to get L), should I do them in reverse order?
what do you mean its the only way, as it just doing two steps in a single step, so anything done in that way should be able to be done in two step, can give example?
This what I'm doing rn, I want to make zero the number 18 [4,3]
There is no number I can multiply to 19 that gives me 18
and I assume is better to avoid divisions
you can do this row3 - row 4 and then you get a 1 in row 3 for that column and then you can get 0 in row 4 for that column by row4- 18row3
And sometimes fractions are unavoidable
hmm i see
i somehow never thought about applying an elemental operation to the row above and then work with that
About this question, should the last elemental operation of U, be the first one (reverse) of L?
Do you mean for LU=A and then using L^-1LU=L^-1U?
@austere jetty Has your question been resolved?
@austere jetty Has your question been resolved?
@austere jetty Has your question been resolved?
hi there
Could someone help me with this numerical calculation problem?
Solve using the LU Factoring method the system
@austere jetty Has your question been resolved?
Closed by @austere jetty
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.
When is multiplying these matrices allowed? Which format does a matrix need to be able to multiply them?
just two of them
Closed by @soft meteor
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.
okay, so it's possible if the the rows in the first matrix are the same amount as the columns in the second matrix right?
No, it’s columns of the first matrix and rows of second matrix are the same. You have it flipped
oops, thank you :) 
@alpine sable Has your question been resolved?
Closed by @soft meteor
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 was wondering how to eval this limit?
After I extract the n from the numerator, I'm basically stuck and don't know how to progress.
How did you extract n from the numerator?
Try converting it into limit of Riemann sum format and evaluate using integral.
Here is my work at trying to convert it into a Riemann sum:
By the way, I saw your message in the help channel I used yesterday after waking up, so thanks for that 
Yes. Correct
Now, what is f(x)?
Not necessary
$f(x)=\frac{1}{1+x^2}$
Euclid31415
Apologies, I am a tad confused. Why/how did you just convert it to this?
Are you indicating that
$x=\frac{i^2}{n^2}$
Ev
$x=\frac{i}{n}$
Euclid31415
???
Yep
I'm confused as to how you just realised that i/n = x though

Like, that didn't come to me naturally
Sorry, gtg now
@void swift Has your question been resolved?
I think I'm beginning to understand, although I still have a question on why necessarily it's that $x_i=\frac{i}{n}$
Ev
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 guys
i got stuck while trying to compute the limit of this function
could you help me ?
Euclid31415
The first two brackets reduce to 1
@midnight void Has your question been resolved?
Closed by @midnight void
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 finding the area of the triangles as well as S, i wasnt in when we did it and now im stuck
@teal ridge Has your question been resolved?
area of triangle on 4
and coordinate of s and area of 5
ive never done this lmao
but some of it is logic
@teal ridge let's do this one step at a time from the beginning
ok
there's a line that passes through (9, -4) and is parallel to 3y - x = 2
what does it mean if another line is PARALLEL to another
mhhm
they have the same gradient
mhhm
yep
so we know that our line has a slop of 1/3
so we have
y= mx + b
y = 1/3x + b
so how will we find b
tell me
not a clue lmao
1/3 of 9 is 3
-4 = 1/3(9) + b
-4 = 3 + b
b = -7
i want you to show me like that
but yes
you got it right
good job 👏
next part
so next
ii
wait a sec let me write it all down
we have a nother line l_2
we have some info on it
it passes through (0, 0) and has m = -2
and intersects l_1
so how will we fine the point of intersection
mhhm
how about
we start by finding l_2
y = mx + b
what should we sub in first
tell me what variable
id do the gradient
mhm
so flipping the other gradient to get 3
-2
so y= -2x + b
mhhm
sub in 0
for what varaibles
x and y
mhhm
mhhm
thats the y intercept
yeah so (0, 0) is where it intercepts
so graph these equations on desmos
and see the triangle it forms
I have to go now
just
you can use Heron's formula to solve for the area
google Heron's formula and try to figure it out
Closed by @teal ridge
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.
not getting the right answer
|dF| / |dF * k| = 2 * 2 / 2z = 2/z
double integral over the region of 2x^2/z dA
conversion to polar --> x = rcostheta, y = rsintheta
z = sqrt(4-r^2)
so $\int_0^{2\pi} \int_0^2 r^3\frac{\cos^2(\theta)}{\sqrt{4-r^2}} dr d\theta$
ykj3
= 8pi/3
still not getting correct answer
<@&286206848099549185>
Anything wrong I did with my substitution? correct answer is 64pi/3, so I'm off by a factor of 2^3
@amber iron 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 need help finding the angle of flight
Trig function using the resultant components
Yeah, sounds right
Closed by @slate hornet
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 anyone correct what i did wrong im 100%possitive i messed this up and im answering number 1 btw
@sly stream Has your question been resolved?
Closed by @sly stream
Use .reopen if this was a mistake.
I think you may have used the wrong formula. the formula should be $A = P(1 + r/n)^n*t$
Thanks i got it already and i use the correct formula but i didnt do it correctly
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.
Thanks for your time💖
.close
Closed by @sly stream
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 there an equivalent for the product of two general sequences?
Clearly, $\sum({a_n \times b_n}) \not= \sum{a_n}\sum{b_n}$
azeem321
But is there any formula for this sum?
@supple tundra Has your question been resolved?
@supple tundra Has your question been resolved?
Closed by @supple tundra
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.
log _(5)(x)+\log _(5)(x+5)=k Im having trouble finding x
is that $\log(5x)+\log{((5(x+5))}=k$?
a disappointing son
kinda
what is it?
yep
but they have the same base
a disappointing son
from there's it's just a matter of converting from log form to exponential form
So I don’t know if I did it
I did the last problem like this
Idk if that is the right steps?
@analog garnet You seem to have changed the 5 to a 7 and then the 7 to a 3.
thats the recent one
Chai T. Rex
Do those steps make sense?
sorta
Do you have the logarithm rules?
like input should be bigger than zero and stuff like
Chai T. Rex
log_b (y) is the exponent of b that gives you y. In this case, you have
log_9 (x(x+5)) = k
The log is k, so k is the exponent of 9 that gives you x(x+5), i.e.
9^k = x(x+5)
Multiplication inside the logarithm turns into addition of the two parts.
Thinking more in terms of definition of log than rules
I used rules 1 and 7.
Chai T. Rex
i did that kinda
OK, and then you take 9 to the power of both sides.
That's so that you can get rid of the log.
Rule 7 has a log in it.
And it lets you get rid of it.
Chai T. Rex
Does that make sense?
ok
Logarithms have a base, the little number that's written below and to the right of log.
Like log₁₀₀(x) has 100 as the base.
And then you write that base.
And then you take it to the power of the logarithm.
Chai T. Rex
See how I wrote the base of the logarithm, and then put the logarithm itself as the exponent?
yea
Well, now they cancel.
Chai T. Rex
Chai T. Rex
Chai T. Rex
What's the base of the logarithm there?
Chai T. Rex
ok
But since you did that on one side, you have to do it on both.
ok
Then since the 9 matches the base of the logarithm in that exponent, they cancel.
You get x(x + 5) = 9ᵏ.
Does that make sense?
yes because they log cancels right?
Right, a number to the power of a logarithm with that same number as the base gets rid of the number and the logarithm.
It also works in reverse.
Chai T. Rex
Notice how the base of the logarithm and the base of the power match there too.
But back to the problem, you have x(x + 5) = 9ᵏ.
yea you foil next right?
Almost, subtract 9ᵏ from both sides.
ahh ok
No, use the quadratic formula.
Chai T. Rex
For later, here's someone who explains logarithms really well: https://www.khanacademy.org/math/algebra2/x2ec2f6f830c9fb89:logs.
There's some videos to watch.
No problem.
.close
Closed by @analog 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.
can someone get me started on this one?
i'm not sure how to approach this.
from the L² norm, i have:
║Tn║²=1=∫0,1dx
i think i'm supposed to use bessel's inequality,
i can show:
SUM|<1,Tn>|²=SUM|∫[0,1] 1*(Tn)dx|² <= ║1║²
through bessel, but i'm not quite seeing how to relate this to the inequality in question
also, does the space being of piecewise cont. functions factor into this in any way? why is it given as L²pc ?
@native willow Has your question been resolved?
<@&286206848099549185>
@native willow Has your question been resolved?
<@&286206848099549185>
@native 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.
<@&286206848099549185>
4
im having trouble factor the equation i need some help 😦
$\log_x9=\log_x3^2=2\log_x3$
Euclid31415
oh sorry
ik still can't factorise it tho
Euclid31415
Closed by @barren glade
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.
@hollow atlas Has your question been resolved?
@hollow atlas Has your question been resolved?
start with n = 1 and substitute 3 to the value of a_0
then you can do the same for values of n>= 1
and you get the pattern
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 on how to do this proof
what do i begin by
prove E is dense by showing every point in X is a limit point or a point of E?
<@&286206848099549185>
@candid nova Has your question been resolved?
<@&286206848099549185>
<@&286206848099549185>
@candid nova Has your question been resolved?
<@&286206848099549185>
<@&286206848099549185>
@candid nova Has your question been resolved?
@candid nova Has your question been resolved?
Closed by @candid nova
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 how do you transform 121/100=1.01^x to logarithmic function
log_1.01 to both sides
@slim sparrow 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 pronounce a/b in english word?
a over b,
a divided by b
and various other ways
no
or du divide by dx
no
how
it seems like you're getting into derivative territory
and that would be best represented in words as
the derivative of u w.r.t x

verbally people could say (in context) the letters d u d x
so it pronounce as d u d x?
in the right context yes
Closed by @cunning anchor
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

Closed by @elfin crow
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.
