#help-23
1 messages ยท Page 28 of 1
what is f between 1 and 3
yes
np
dont swap x swap f(x) to be clear
but yes
@shell adder Has your question been resolved?
Closed by @shell adder
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.
Could someone please explain why 160.6 is the mean - 1 standard dev and 175 cm is 2 standard devs above the mean??
this is from the 2021 advanced math hsc paper btw
do you know the empirical rule for the normal distribution?
i have the formula sheet with me, im confused because 68, 95 and 99.7 are not mentioned
its given to us on the formula sheet, im more confused as to why 16% is considered to be the mean - 1 standard deviation?
ill send solution
it comes from the empirical rule, which is why I wanted to know if you knew it
do you know what that 68 represents?
68 is the z score between 1 and -1 right?
0.68 is the probability of falling in the range [mu-sigma, mu+sigma]
a z-score is a value, it's not a probability
now, seeing as the normal distribution is symmetric about the mean, what would you say is the probability of falling in the range [mu-sigma, mu]?
what are you referring to for 'mu'?
$\mu$
Steakanator
oh ty, so do you mean the 'mean' - '1 standard deviation'?
yeah, I'm just using the greek letters since it's more concise
34%?
indeed
and lastly, what is the probability of falling in the range (-infinity, mu-sigma]?
16?
16%
oh my god
so the probability of being less than mu-sigma is 16%, and the probability of being less than 160.6 is 16%
it must follow that 160.6 = mu-sigma, yes?
great
thankyou thats a huge help that was throwing me off a lot
if you can apply similar logic to the other one, you can extract the mean and std dev
will do
one last question, is there a reason why the 16% is on the left and the 97.5 on the right?
left and right of what?
wait nevermind i am stupid
i simply did not read properly
@lofty elbow Has your question been resolved?
Closed by @lofty elbow
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 folks, I am trying a geometry problem. In this I want to calculate the arc angle.
id say need more info
Like...
radius
Oh... I forgot I have those 2 points coordinates
X1 y1 and x2 y2
Are known points
But we don't know the radius
you still dont have enough info
Ah, well it's not completely a curve but close to curve so it's kinda blocky curve. I am writing a program and I have normal to that point or can say vector
What else should I have ....
They are known but I don't have the exact value for now so wrote x and y๐
But they are known
What I thought was to calculate the intersecting point of those 2 normals
Which would be the center of arc and then I will have the radius
And it would be easy afterwards
well have you tried that
But finding intersecting point of those normals is what I couldn't able to๐
What id do is find distance between points
And then...
No, i don't have radius. those points are on Cartesian corrdinates
Sorry for my poor drawing๐
So, I have points x and y values
But because I don't have arc center value
I can't calculate radius
We need to find that center first
ok i just thought about it and i dont think you have enough info
Yeah, they are normals
huh?
its a circle
yeye i know
that points the origin
but
google it
Think of it as blocky line
its a circle fact everyone should know
the tangent just isnt drawn on
So we can't calculate from intersection of normals?
?
no
I mean calculate center
not enough info at all
@graceful sorrel well, consider it 90 and that curve as flat on that point.... because I programming everything is approximate ๐
And I am using this calculation there
Can you elaborate on that
whats the context here ?
the most you could do is use the law of cosines
but youd need radius
If I calculate the center of arc then we can get the radius .... right?
if u have the centre then it would be very easy yes
but from the info you have you cannot
So you mean to say we can't find the normals intersection point
we dont have enough info
whats the context here anyway
you mentioned a programming challenge, and it being a blocky curve
Welll, I am developing a game
I have set of points from which I create a catmull rom spline
Now, I want to find arc angle every 0.2 m
For that spline
oh got it
i got mad confused lol
sorry
Don't you think those normals are unique and we can make line equation for them
no
Np, happens๐
you dont have enough info
but yes he said it
i have said it 5 times
I am just thinking why?๐
you know what @elfin tusk
what @graceful sorrel
We need to find that
he needs anything
for to find the angle
@dusty cave
since its a game
just give it an angle for free thing
but if its a sphere
well its a spline
make a centre man
Yeah, I am also thinking that but then my game physics would break๐
It's a cycling game, I create roads from GPS coordinates
So I cannot assume every turn as same
can you just approximate it geometric in the game
Yeah, splines are also just approximations ๐
Anyways, thanks guys... i will try to find some other way๐
bro
the map is a sphere yeah?
Nope
a plane right?
plain
jesus christ
you could just have it be like a straight distance
or based on the rotation of the wheels
its much more easy to code than that i think
@dusty cave Has your question been resolved?
Closed by @dusty cave
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 been using a website to help me understand circle equations. I've understood it until the final part circled. How exactly do they get the equation to that point from the line above?
(a-b) ^2
that was the result of the idea in the previous steps
Is a^2 - 2 ร a ร b + b^2
(-2/2)^2 = (-1)^2
was the value that completed the square for x^2 - 2x
this should help
$\cts$
โamonov
so where exactly does the number without the x go?
oh nevermind
ok I'm pretty sure I understand It now. Thank you!
.close
Closed by @junior 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.
hey! its not like much help but i need someone to clarify this because i can't seem to find it anywhere
so i have square inequality, but all it matters is the result of this and if i get something like
xe(โinfinity;4)u(4;infinity)
i heard i just can write it like that:
xeR\{4}
is this true?
R - {4} yes
so both โ and \ is correct or just the โ?
both are acceptable
Closed by @woeful elm
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.
Guys what is the method called when he multiplys opposite squares?
Can you please mention me if u have an answer?
@peak badge Has your question been resolved?
@peak badge 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.
a bit confused by the explanation on quadratic residues here:
let k=1, then assuming p=4k+3, we have p=7.
assume x=5. 5^2 = 4 (mod 7). by the conditions below, i believe that it suggests 5 = 4^(1+1) = 16 (mod7), even though is is not true. any idea how this works?
link is here: https://mathworld.wolfram.com/QuadraticResidue.html
<@&286206848099549185>
@tender totem Has your question been resolved?
@tender totem Has your question been resolved?
the equation x^2 = 4 mod 7 has two solutions: one of them is given by the formula and it's 4^(1+1) = 16 = 2, and the other is its additive inverse (5)
oh, that makes sense. cuz they would become the same after squaring. thanks for clarifying
Closed by @tender totem
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.
ignore my working but helppp
@lean otter Has your question been resolved?
Iโm just confused on where to go
the question in general seems very daunting
log a to the base b = c
is the same as a =b^c
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.
write in polar form:
use the argument and modulus rules to determine the answer nicely
because this is a mess
im not saying its wrong but you can do it more easily
can you show me how?
to find out how to write it in complex form you just need to find the modulus and argument
so determine the modulus of and argument of this
(1 โ i)^3 ( โ 3 + i) / 4i โ
(1-3i-3+i)(โ3 + i) / 4i โ
(-2-2i)(โ3 + i) / 4i โ
2(-1-i)(โ3 + i) / 4i โ
(-1-i)(โ3 + i) / 2i โ
(-โ3-i-โ3 x i+1) / 2i โ
(-โ3-i-โ3 x i+1) x -2i / (2i x -2i)โ
(2iโ3 - 2 - 2โ3+-2i) / 4 โ
(- 2 - 2โ3)/4 + (2iโ3-2i) / 4 โ
-(1+โ3)/2 + (โ3-1)i / 2
Polar form:
r =โ( (-(1+โ3)/2)2 +((โ3-1) / 2)2) = โ2
tanv = (โ3-1) / -(1+โ3) โ v = arctan(โ3-2) <-- this i cant do by hand
why is it a trouble for you to express it as is
by that i meant just as arctangent itself
also, you took lightly of my warning earlier, the argument of z is not simply arctan(sqrt(3)-2)
yeah the exponent form wont be "nice"
technically there is an exact evaluation to arctan(sqrt(3)-2) in radians
but it's not really troublesome to express it like this either
can you explain this since i thought i got it but apperntly not
there is?
also does the last line here count as polar form?
so basically, arctangent will only output the angles in (-pi/2, pi/2) this does not cover every angle in a circle
I need help
now, note that z is in the third quadrant
this means that your argument is actually more than pi/2 radians, in the counterclock-wise direction
but arctan(sqrt(3)-2) will never give you such an angle
yes, it should be 5pi/12
have you reviewed the definition for principal argument?
this should be mentioned there
i did look for it, just wasnt able to comprehend a lot
any case i think i get it now
sure
this is basically what you should be doing
where z here can be represented as z=x+yi
x, y in R
would it make sense to use cosine and sine then?
right, for your method above, not quite
you can expressed it like that, but it will not help
perhaps it would be better to look at multiplication geometrically
(also not to mention, your argument of z1 is wrong too)
oh yea XD
oh and with your method above, you would actually be able to find exactly in terms of radians what your argument is
but with the cost of time
thanks a lot for the help again
np
i got lots of that lol
again, just be careful with the arguments stuff, it's hard to swallow at first, it's not very similar to the argument that you knew in polar coordinates
Closed by @autumn creek
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 hello. Got this question but I can't figure out how to solve it. Sorry if it's annoying:
Given a polynomial P(x), knowing that P(1) = 3 and P(3) = 33 write the polynonial.
do you know anything else about the polynomial?
is that it? any information on the highest degree?
It has to be a 1st degree polynomial, ye?
Well, no info about the deg.
That's what confuses me.
weird lol
well
It talks about a very generic polynomial.
could you send a picture of the question
"generic"
lol
No pic. That's it.
Just text.
It's something a dude told me. So I have no actual picture.
bruh
But I can't imagine it being over degree 1.
just ignore him lmao
Closed by @marble moss
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 with part b. I have no clue what each element would mean in terms of communication through the network
.close
Closed by @ornate acorn
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.
x can be anything right?
yes
Closed by @pale dock
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>
@final quail Has your question been resolved?
@final quail Has your question been resolved?
.close
Closed by @final quail
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.
who to open a math help
how do i put tan(pie/17)+i in the trigonemetric form
sum of all interior angles must be 360
!15m
Please only use the <@&286206848099549185> ping once if your question has not been answered for 15 minutes. Please do not ping or DM individual users about your question.
yes but x value
just add all and equate to 360, then solve for x
write 90+x+2x+3x=360
angle b is 90
360*
didnt work
lemme see
what did you answer?
you have to solve the equation
*6x=270
XD yea mb
x=45
they would be parallel only when angle A = angle B
In this case angle A is 2x = 2x45 = 90
angle B = 90
so they are equal
hence the sides will be parallel
Hi
.close
Closed by @rare grove
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.
A = ฯ rยฒ
Yes
@obtuse plover
Donโt know where to go from here
First time doing py stuff on circles
No clue
So the diameter is double the radius
So if the diameter is 14 mm, whatโs the radius
Pi* (49) ?
So 49 is the answer? @obtuse plover
No
Closed by @fossil 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.
can someone help me figure out what im doing wrong?
i found the antiderivative for height, but im having trouble with the constant
once u get the antiderivative + C, plug in 0 for t, and set it equal to 25
then solve for C
im an idiot thank you
np
@hallow sedge Has your question been resolved?
Closed by @hallow sedge
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
โข Ask your math question in a clear, concise manner.
โข Show your work, and if possible, explain where you are stuck.
โข After 15 minutes, feel free to ping <@&286206848099549185>.
โข Type the command .close to free the channel when you're done.
โข Be polite and have a nice day!
Read #โhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how is question 10 true
Why would it not be true
lool
@ionic juniper Has your question been resolved?
Closed by @ionic juniper
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 does x = 0 here. arenโt you supposed to set both the top and bottom to 0
the bottom would be x = plus or minus 3 too, so wouldnโt the answer be x= 3, -3, 0?
Division by zero is undefined
So you're saying the denominator will be 0?
which is equal to 18x/0?
I presume you want to solve this equation for x. So a fraction is equal to 0 iff the numerator is equal to zero and the denominator is not equal to 0.
If they are both equal to 0, the value of the fraction is indeterminate.
So .. hm
I am trying to find the critical #'s, so it has to be equal to 0 in this case
when your equate things to 0, the denominator does not matter
because 0 is not a multiplicative inverse
if you multiply both sides with (9-x^2)^2 which is your denominator it still would be 0
so realistically, only your numerator matters here
18x = 0 is obviously only equal to 0 when x = 0
@lean otter 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.
Itโs asking to evaluate the derivative?
H
Is this the right idea
Or would I have to do the logarithmic differentiation?
I feel like this is wrong tho
Thereโs no way itโs that easy
,rotate
I have to solve for dy/dx right?
To be able to evaluate the derivative
Cuz the question is asking EVALUATE THE DERIVATIVE
Rip
@lean otter Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
โข Ask your math question in a clear, concise manner.
โข Show your work, and if possible, explain where you are stuck.
โข After 15 minutes, feel free to ping <@&286206848099549185>.
โข Type the command .close to free the channel when you're done.
โข Be polite and have a nice day!
Read #โhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can anyone help me, i did a and b
aye aye
wassup
eh
alr
just do
long division
and get ur quad factor
and factorise
i got (x - 5) (2x - 1) (x+6) (x - 2)
so would the zeros be x=5 x=1/2 x=-6 x=2
?
@lean otter 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.
Well
That's a cyclic quadrilateral
And a property of cyclic quadrilateral is that its opposite side add up to 180ยฐ
wait so the whole thing adds up to 360?
Yep
opposite angles add up to 180ยฐ
also the sum of all angles is 360ยฐ regardless of whether or not your quadrilateral is cyclic
so u mean like HP = 180
dang
opposite ANGLES add up to 180ยฐ
the sum of either pair of opposite angles is 180ยฐ
angle P + angle H = 180ยฐ
I have to solve for X in this case btw right?
Ye
yes
so they add up to 180
ayy
Now pluck back into the eqn and you'll get your angles
yeah I get it now thanks
Ok
@short sky Has your question been resolved?
Closed by @short sky
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
โข Ask your math question in a clear, concise manner.
โข Show your work, and if possible, explain where you are stuck.
โข After 15 minutes, feel free to ping <@&286206848099549185>.
โข Type the command .close to free the channel when you're done.
โข Be polite and have a nice day!
Read #โhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hi im stuck at the complex partial decomp
so im not allowed to use residue to solve this
i got the decomp if the top is 1
dont remember what i should do next
@lean otter Has your question been resolved?
<@&286206848099549185>
<@&286206848099549185>
lol someone pls im losing my mind i cant do fkn hs math concepts and its cock blockign me from finish these questions
.close
Closed by @tacit gust
Use .reopen if this was a mistake.
w/e
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 is this incorrect
cos(ฯฮธ) would have period equal to 2, not pi as it really is
wdym
isnt my arguement suppose to be the period
i mean exactly what i said, and no, the argument is not supposed to be the period. that would exclude theta from it...
it's cos(2pi/period * theta)
(up to vertical adjustments which you did get right)
isn't the 2pi over the theta only for graphs that have radian measures
@quasi bison
i see
is verticle adjustments always the Y= x
?
โค๏ธ preciate it twin
@stuck wren 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.
[165^{\circ} * \frac{\pi}{180} = \frac{165\pi}{180} = \frac{33\pi}{35}]
Can this be simplified any further?
dopediscorduser
dopediscorduser
@craggy trout Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Yeah
Send your question here to claim the channel.
Remember:
โข Ask your math question in a clear, concise manner.
โข Show your work, and if possible, explain where you are stuck.
โข After 15 minutes, feel free to ping <@&286206848099549185>.
โข Type the command .close to free the channel when you're done.
โข Be polite and have a nice day!
Read #โhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
iโm not sure if iโm supposed to manipulate the arithmetic sequence formula or something else to get the number of chairs :โ)
Closed by @shell elm
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(6.28 rad)
how would i solve this
do you mean 6.2800 radians exactly or do you mean 2pi
no no
my bad
i didnt realize what it was asking
i didnt realize it was just 2pi lol
.close
Closed by @slender reef
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.
@toxic stratus can i get help with qn 30 pls
these are easy if you know the defn of linear independence.
do you know the definition of linear independence?
ok then you may have a somewhat easier time writing this out
hi
im in a class rn
Oh
you can and should remember that the map x โฆ Px is linear, and what that means
no, bad.
still bad.
you do not need to think about rows or columns or any of the nitty-gritty numerical details here.
when i said the map $x \mapsto Px$ is linear, what i meant is that, as a map, it preserves addition and scaling. i.e. $P(x + y) = Px + Py$ and $P(\alpha x) = \alpha Px$ for all vectors $x, y$ and scalars $\alpha$.
Ann
try contrapositive?
no need
you don't need contrapositive for (a) nor for (b)(i)
you can do a direct proof and imo you should do a direct proof and not saddle yourself with the labor of going through a contrapositive proof that will sound clunky and shoehorned and unexciting
@opaque sorrel Has your question been resolved?
Closed by @opaque sorrel
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.
A right angled isosceles triangle has the area of 4 square units. Determine the exact perimeter of the triangle.
Call CA=CB=x
8 = CA * CB
Here
?
I am lost here
Square root of X^2 + X^2 = AB
Ye
Square root of 8 + 8 = AB
right
which is
10.8284271247
๐
thank you
๐
.close
Closed by @vapid knoll
Use .reopen if this was a mistake.
How did you get that
Send your question here to claim the channel.
Remember:
โข Ask your math question in a clear, concise manner.
โข Show your work, and if possible, explain where you are stuck.
โข After 15 minutes, feel free to ping <@&286206848099549185>.
โข Type the command .close to free the channel when you're done.
โข Be polite and have a nice day!
Read #โhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
If there are 20 people, what is the probability, that they were born in 12 out of the 12 months?
what have you tried?
Probability that the 20 were born on December?
i think at least one birthday in every 12 months
assuming each of the months contains the same amount of days btw?
its probably just assume 1/12 chance for each month
every 4 years lol
you were born on leap year?
kind of an L ngl
leap day**
no
refining body layer
o
If there are 20 people, what is the probability, that they were born in 12 out of the 12 months?
So that there is no month in which no one was born.
- assuming each of the months contains the same amount of days and that all months are equally likely
trollin the child
this is just buns and raisins again
cake is tastier
@lean otter Has your question been resolved?
,w StirlingS2(20,12) * 12! / 12^20
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
Teacher gave us the answers but I donโt understand how to solve it
Second one was 0 I think
can you explain how you got that
Teacher gave us the answers
the one with 0?
or just the first one?
@timid goblet Has your question been resolved?
For both
your teacher's answer for the second question is wrong, 0 is the value you get for h(g(-8)) not g(h(-8))
||g(h(-8)=g(1/2(8)-2))||,this is||=g(2)=1/2(2)+8=9||(dont click it unless you really need help)
for q1 -7 is correct
just sub it in
Dam nah my teachers wrong ๐๐๐๐
it is an understandable mistake to make
since looking at g(h(-8)) you might think you apply g first then h but thats wrong
O
I think Iโm starting to remember
@timid goblet 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.
Negate the following statements and re-express the result in equivalent positive form: I have already tasted all the items in the food menu.
can you help me guys on this?
whats the negation of "all"?
I am yet to not taste all of the items on the menu
i do not understand the re-express the result in equivalent positive form
what i wrote
can you check my answer in negation: There is one item in the food menu, i have not tasted
and you mean this is the equivalent positive form?
this is my answer
It should be there is at least one item on the food menu that I have not already tasted
To verify that, you could e.g. assume you have not tasted 2 items
Your statement would be false, but the original statement with all is also false.
โI am still about to taste all the items in the food menuโ
is this possible?
because the re-expres the result in equivalent positive is included in the question
and this "I'm just about toย attempt to taste every thing on the menu."
@placid cove Has your question been resolved?
Closed by @placid cove
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 help me understand this
i dont get what the +0c means with respect to the new i coordinate x value
Closed due to the original message being deleted
Send your question here to claim the channel.
Remember:
โข Ask your math question in a clear, concise manner.
โข Show your work, and if possible, explain where you are stuck.
โข After 15 minutes, feel free to ping <@&286206848099549185>.
โข Type the command .close to free the channel when you're done.
โข Be polite and have a nice day!
Read #โhow-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can I say that any straight line is part of an infinite radius circumference?
@lean otter 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.
Translate it
ok
- In the squared plane, in the dotted plane, then in the non-squared plane (use a ruler and a square):
a) Construct a representative of the vector
๏พ๏ฎ
u of direction (BC), of direction B to C and of length 2 BC .
b) Construct a representative of the vector
๏พ๏ฎ
v of the same direction and of the same length as ๏พ๏ฎ
w , but of
contrary.
- a) In each frame, construct a representative of the vector ๏พ๏ฎ
u+
๏พ๏ฎ
v.
b) In each frame, construct a representative of the vector ๏พ๏ฎ
u+
๏พ๏ฎ
v+
๏พ๏ฎ
w.
You just connect the vectors tip-to-tail and then connect from the beginning point to the end point
@marsh patio 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 on this please
In how many ways can a committee with nine members form a subcommittee with at least one person on it?
potential answer= 511
find the number of ways you can get a subcommittee of 1 member, then 2, up till 8
so that is 9C1 + 9C2 ... + 9C8
i got 511
is it 511
the sum nC0 + nC1 + nC2 ... + nCn = 2^n
ok
here we don't have everything but 9C0 and 9C9, both of which are 1
so 2^9 - 1 -1 = 512 - 2 = 510
sure, go ahead. have a bit of time
ok, idk what that symbol between A and B is
me neither
is that al the question is?
or is there more
and did you try coppasting the question into a search engine
no
ok skip that question
Eight children are to be selected from a group of 15 children. In how many ways could this be done if either Danylo or Shuying must be included but not both?
@jaunty belfry are you there
yup
thanks
yes
one in the team, other out
yes
i got 2c1 x 14c7
ok
because you are accounting for Dan and Shu already
Rightttt
ok I got it thanks
can I post more questions
How many different sums of money can you make with three coins of different denominations?
ok
so the formula I told you
ok
there are some nuances here though
if you had denonations 1 2 and 3
then 1+2 would be same as just having 3
so it would be 7, or 8 different values, depending on whether the 2 smaller denominations add up to the larger one
2^3
yup
2^3
or 2^3 - 1 if the lower two add up to the largest one
ok thanks
A lottery ticket has six numbers selected from the numbers 1 through 49, without regard to order. How many combinations of six numbers are possible?
have to go now
can you please help me with a couple more
@jaunty belfry
just 10 mins
I have learned alot from you today
.close
Closed by @final flax
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 ask for help?
show your progress if youve made any?
I have not made any
All I know
is you have to make those 2 damn equations
and see if its
substitution or the other thing
In this kind of question always clearly define a variable(s)
Would the variables be anna and lincoln?
Their age rather but yes
aight
You also have to consider which time period we want to define these at
Wdym by that?
Want to know their age now.
Right so letโs say x is Anna age now and y is Lincolnโs age also now
alright
Base on this, what are their ages 6 years from now in terms of x?
Just their ages
Unknown?
Sure unknown but we can express it in terms of x
Exactly
Makes no sense
Letโs look at an example
Say youโre now 5 years old
How old will you be in 6 years?
11
In 6 yrs
Yes
So Anna age after 6 years is 2.2 times Lincolnโs age after 6 years
would it
be
uhh
multiplication since
is says
2.2 times?
Yes
x = 2.2 x 6
What exactly do you mean by plug in
so we know what x is now
and we know x is = to anna
so wouldnt we
do
2.2 x 6 + 6
but
that wouldnt make any damn
sense
if were salving for age
since age cant be a point
idk
at this point
Let me write the expression for you
Maybe you would understand why after you see it
alr
$x+6 = 2.2 \times (y+6)$
Pure

Aight
Well we need another equation
Letโs find the other one first
You need both x and y in your equation
Okay so firstly
What are their ages 22 years later?
3/5?
