#help-42
1 messages · Page 84 of 1
ok
thats alot
bro let me send you my syllabus
so mostly from how you study you watch youtube and practice problem right
sure
the 1010 1000 binary additon thing right?
ok we learn that
shift operations circular operations right ??
yep
memory reference instructions
register reference instructions
right this kind of stuff
can you send your syllabus
computer organisation?
yes
you dont have detailed syllabus
gimme 1 min
lets chat on personal
.close
Closed by @golden dragon
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.
You are playing a game where you start from a very high number. You flip a coin: if it lands heads, you subtract one. If it lands tails, you subtract two. The game ends if you reach either 1 or 0. What is the probability you reach 1?
Ummm... How would you approach this problem?
I drew a graph thingy but idk if it's the right approach
you mean states?
like this
Keyword here being "very high number"
starting from 5 might get you biased in one way or another
yeah I was trying to figure out a pattern but I'm not sure how to approach it generally
I mean, the only thing that really matters is the last coin flip isn't it?
if you reach 2
yeah, but if you reach 3 you can get to 1 immediately
I feel like this is a game of even and odd numbers
like, 1 coin flip gets you to an even
another gets you to an odd
the question is are you more likely to end up odd or even
with a large starting number
Or rather
subtracting 1 changes if it's odd or even
and subtracting 2 keeps the oddness (eveness lol)
is it 50/50 then? I feel like it is not for some reason
because 0 seems harder to reach than 1
hmmmm... to get to 0 you need to ensure that you have an even number of 1 rolls
To get to 1 you need to get an odd number of 1 rolls
assuming the initial number is even
but if it's odd it's the other way around
I guess
I think I just confused myself
xd
Hold on, lemme make a program to check this empirically
it's not
my approach to this was computing the SM matrix
what's that?
so uhh... on a sample size of 10 I get 5 times 1
and 5 times 0
small sample size ik
but it's funny I got 50/50 lol
did it in excel
interesting
can't be bothered to do it in python
probably should
and then run a sample size of 100000
or something
you'd very quickly see the answer with a number as small as 10
no I went with a random large number
545
but I ran the coin flips 10 times
Like so
Ik this isn't mathematical proof but I found it interesting
call a transition matrix P in canonical form, which can be split into matrices R, S, O, Q
matrix R is the transition matrix for the recurrent classes (in this case, the 2x2 identity for the absorbing states of 0 and 1)
matrix S has the transition probabilities from the transient classes into the recurrent classes (in this case, the 2-by-(n - 1) matrix which has 3 entries of 0.5 and 0s elsewhere)
matrix O is the (n - 1)-by-2 zero matrix
matrix Q has the transition probabilities between the transient classes (in this case, the (n - 1)-by-(n - 1) matrix)
matrix M is the inverse of (I - Q)
the product SM provides the probabilities of starting at a state and being absorbed into state 0 or 1
i computed this product and limited it to infinity to get a result
(there is likely an easier way to do this using high school method, but i recently learned about the SM matrix and wanted to apply it)
1/3 to reach 0
2/3 to reach 1
oh nice
that's what I figured too after doing it for small numbers
it looked like it converges to 2/3
very interesting
yeah it's a quick convergence by geometric series
each term for n > 1 is defined by 1/2 + sum from 2 to n - 1 of (-1/2)^i
Closed by @frosty leaf
Use .reopen if this was a mistake.
Just for fun, on a sample size of 1000
nice
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Anyone have any idea on how I could start this problem
g''(0)/2
well, the coefficient for $x^2$ in the maclauran series for g would be $\frac{g''(0)}{2!}$, so just find g''(0) from $e^{f(0)}$ via $f'(0)e^{f(0)}$, and take derivative again.
woah
huh
fish
Closed by @chrome barn
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 is it B?
if we plug in let’s say 1 for x, we would get -2/1, which is a negative number
E doesn’t correlate with that
so it must be B
If you take calculus you’re going to learn to recognize the graph of 1/x really fast (in this case -1/x)
I am going to take further maths next year and that involves calculus I guess
Why does it not correlate? Is it because when x is positive you can't get a negative y number?
E is the graph of 1/x
I see
It’s Like this, they’re opposites
Oh that makes sense
Thanks
@glacial inlet thanks, I understand your explanation perfectly
.close
Closed by @lilac shoal
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 for this one
I know I want y-y1=f'(x) (x-x1)
and simplify
so to start
f(-1)
3(-1)^2=3 , - 2(-1)=2, 3+2=5+1=6
so (-1,6)
take the derivitive of 3x^2-2x+1
using the power rule
we get 6x-2
sp
y-6= 6x-2 (x--1)
what now?
what did I do
Plug into the derivative to find the slope of the tangent line at that point and use it for m
6x^2+4x-2
oh
y-y1=f’(-1)(x-x1)
so f'(-1) is -8
6x-2
6(-1) -2
y-6=-8(x+1)
and simplfy
y+8x+2=0
right?
@rigid mist all good?
Closed by @steady ocean
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 we start with this question
@mossy wigeon 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.
here why the position vector of G1 is( b+c+d)/2
Did you mean (b+c+d)/3?
If so, recall that the centroid splits the median in a 2:1 ratio from the vertex
yeah
We have smthn like this
pretend it's more general than an isosceles right triangle
you get the idea
anyway, we know that $$\overrightarrow{OG}=\overrightarrow{OM}+\overrightarrow{MG}$$
Civil Service Pigeon
no what do this means
basically get the right hand side in terms of $\overrightarrow{OA}$, $\overrightarrow{OB}$, and $\overrightarrow{OC}$
Civil Service Pigeon
yes
m-o
(in terms of the position vectors of the vertices)
i can't remember
It's $\frac{1}{2}(\overrightarrow{OA}+\overrightarrow{OB})$
Civil Service Pigeon
since it's halfway b/w the pts A and B, you just take the "Average" of their position vectors
does this make sense?
yeah
alright
$$\overrightarrow{OG}=\frac{1}{2}(\overrightarrow{OA}+\overrightarrow{OB})+\overrightarrow{MG}$$
Civil Service Pigeon
now we need to deal w/ vector MG
recall what I said earlier abt the 2:1 ratio
how can we rewrite that as a vector in terms of one of the vertices
i think i understood that to find position vector of g here we have to add p.v. of A+B+O/no of vertices
is this what happened here
I mean that's a well known result for the centroid
I was going through the proof of it but you can always look it up
not sure if you're trying to go the centroid of some regular n-something
ig you can always search it up
I started studying vectors now so idk but thanks of help
I have a quick question
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
btw do you need anything else
@dapper acorn Has your question been resolved?
so you were explaining me the proof i didn't understood that but now i also understood the proof you explained and left part from online so thanx for the help
Closed by @dapper 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.
Why the bounds for theta in the answer is from -pi/2 to pi/2? Why not from 0 to 2pi?
@pulsar ice Has your question been resolved?
@pulsar ice Has your question been resolved?
@pulsar ice 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 do d
<@&286206848099549185>
Yes?
Lemme look at it
So does the approximation you got in part A, does it overestimate or underestimate the volume? So technically you need to give an explanation, if it overestimates and or underestimates the volume of the tank. Hope that helps!
What about d
okay i dont think im much of help on this.. im not too sure.. but i would put 5 in (H) and then 6.5 in the lower part.. where (H) but im not to sure sorry! im mostly alg.. sorry!
@eager forge Has your question been resolved?
.close
Closed by @eager forge
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.
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.
How the heck do I do question 9 b
did you do part a)?
sauare?
Squared
you shouldn't be getting squared units
you are told that this will be the circumference of the circular base
so to find b), they want you to find the radius of a circle with this circumference
Yea
and there's a relation between radius and circumference
2pir
And pi r square
pi r^2, not relevant to this part
for the radius, yes
@peak mango 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 did P = 0.5(1-e^-t) + 0.5(1-e^-2t)
i'm not sure how to go from here
does this have something to do with uniform random variables
Hi guys. so i'm going through a 'draw on desmos' phase and I'm not sure what equation to put to get a happy face (like the line)
!occupied
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
@rotund perch 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.
Hi guys. so i'm going through a 'draw on desmos' phase and I'm not sure what equation to put to get a happy face (like the line)
very important math question
try a very wide parabola thats a few units down
and restrict it on the sides
something like this maybe
beautiful
thats so extra
@glacial oxide 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 fijd the ingetral of y)
pfd
!help
To ask for mathematics help on this server, please open your own help channel or help thread. See #❓how-to-get-help for instructions.
But what do I do with x^4+4
sophie germain identity
Is this some basic knowledge i should know
Or is there any way without knowing this one
@chrome plume Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hello, I have a simple question. How this equation turns to that (canonic form)
(image 1 is the equation and the second one is the solution)
U multiply?
what's LHS (im not native sry)
wait a sec
Mhm
How did u get 2x+1?
idk in english
uhh
Ok how do you multiply (ax+b)(cx+d)?
Not this also
How do you prove this?
wait pls
Ok
sry it wasn't me that did this
she doesn't know how she reached that result
we don't know how to start at this point, because the answer is that one
like where is the 2 and the 3?...........
Ok so what do you get when u multiply (ax+b) and x?
okok
@clear hill Has your question been resolved?
Closed by @clear hill
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
well to solve 1 and 2, you'll have to know 3 pretty much
what do you think the largest possible size could be
hmm lemme think
the two possiblities is froom question 1 and 2 right?
when there are no common elements in sets a b or c
right
each element of a b and c are unique
yup
therefore its a sum?
yup
that is the first question
yes, it's the largest possible size
you did first half of 3 (largest possible size occurs when they have no common elements)
now uh the minimum hmmm
maximum = not common minimum = common?
vice versa?
so if its common between a b and c does it mean intersection?
well yeah but the problem isn't asking about intersections
its asking about min
but you're right that the lowest possible size will be when there are common elements
is it possible to find the value
yes
think about if one is a subset of the others
assume that we try take a set with largest possible size
example in the set there is a b c d e f g ..... so on
like set A
so high chance / probability are there are letter in set B and C is in set A
yes?
I wouldn't think of it in terms of probability
ahh my mistake
so means Set B and C is a subset of Set A because all the letters in Set A are also in Set B and C
22?
but A has 30 elements
8
how can the union have less than the elements in A?
the union includes everything in A
yes, if the sets are all disjoint (no common elements)
ok this part im really stuck
you had the right idea already
if A = set of english letters, so |A| = 26. let's say B is the set of consonants and C is the set of vowels
so |B| = 21, |C| = 5
what is the size of the union?
52
there are 52 distinct letters of the alphabet?
there are only 26
right
so you want to narrow it down
idk what you mean by narrow it down
mistake agian
A u B u C is the total of the distinct elements of A, B, and C
how about another simple example
let's say you have 3 classes A, B, and C
A = {Tom, Dick, Harry}. B = {Tom, Dick}. C = {Tom}. what is A u B u C
tom dick harry
right. so |A U B U C| = 3 = |A|
if A (the larger set) contains B and C, then |A U B U C| = the size of the larger set
so in A ur saying theres no duplicate right?
sets never have duplicates
example like tom tom tom and dick harry
exactly, since there is only 1 Tom
woah my brain opening
so if i would give another example
lets say set A theres every letter which is 26 alphabet
b have 7 and c have 3
ok wait
em
there are letter in b and c that comes from A
in set A represent a -z
so my mistake before was taking set A subtracting my own subset
yea
yeah
but back to the stated problem, what would be the smallest possible union
30?
yup
just takes practice
so to summarize the biggest set is the min of the union
which include every children in there " no duplicates"
yes, if the biggest set contains the others
union is kind of like merging, yeah
yeah
the first condition is when all sets are disjoint (no common elements)
the second condition is when A contains B and C
so its more like writing a hypothesis?
not sure what you mean. I think so yea
because c is 8
they are asking about the union of A, B, and C
since A has 30 elements, the union must have at least 30 elements as well
there is no mention of probability
@reef nimbus can you verify this question if i did correct
not too sure on these problems, but I think the first one is wrong
should be 65, since you take |N| + |S| + |M| and subtract those who are in at least 2 classes, so 75 - 10 = 65
but I'm not 100% sure. haven't done these in a long time
ur in cs course?
dang
you could ask in #discrete-math or #probability-statistics , they might have better help
i was thinking 1 is 55
i just came in
ahh
i walk around see if i can learn anything
did you learn anything
for q1, o think the outer of your venn is correct but the overlapping bits are wrong
the overlapping bits should be a total of 10
and the union is correct
he helps me yesterday
so my final answers is Q1. 55, Q2. 35, Q3. 45
how did you prove q1 tho
30+10+5+10
10 is the flower shape right?
the 4 overlapping circles if thats what you mean
got it
the question never direcly specifies you need to know exact values for the students doing 2 things, you just need to know how many
in total
ah
GCSE Y10
how did you find the number for each class 30, 10, 5
i substract the flower in the middle
the given number - 10
and add the sides
yes
but there's a small part that should not be subtracted
the middle intersection we know is 2
call the others a, b, and c
so the students taking N alone would be 40 - 2 - a - b
so the 3 sides we know added to 10? right?
yes
but the purpose of question does not ask us to find the intersection right?
the answer for exactly one course should be 53
for at least one course should be 63
and for zero courses should be 90 - 63 = 27
those are my answers
i need use the same formula right?
call the other intersections (besides the middle one = 2) as a, b, and c
then the number of students taking only N = 40 - 2 - a - b
similarly, those only taking S = 20 - 2 - b - c
and M = 15 - 2 - a - c
add all these up gives you 75 - 6 - 2a - 2b - 2c = 69 - 2(a + b + c) = 69 - 2 * 8 = 53
damn
cuz the middle is overlapping
so i need remove n i m i s
2 times
but for question 2
why do i need to substract total with previous answer but not will the total of student who enrolled in courses
which is 75
some of those 75 will be "double counted"; i.e., in more than one course
sorry I gotta go
I recommend asking in #discrete-math to confirm
@golden dragon Has your question been resolved?
Closed by @golden dragon
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 distance between A and B cities is 24km. to meet each other 2 cars came out so they meet each other at the same time. After they meet the car that came out of A made it to B in 16 minutes and the second one made it to A in 4 minutes. Need to find the speed of each car
@normal wasp 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.
need help for (v)
its so difficult
i wanted to use induction
for r = 1 we have
$\sum_{n=0}^1 s(1,n) = s(1,0) + s(1,1) = 0 + 1 = 1 = 1!$
Derivative
Derivative
Derivative
i have trouble with this i dont know what to do
@remote mural Has your question been resolved?
what?
i listed my problem above
problem (v)
i showed my process but i am stuck at the last inductive step
k
ye can u help?
k
@remote mural Has your question been resolved?
@remote mural 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 want to prove that dimKerA+dimKerB ≥ dimkerAB
I know that KerB is included in KerAB but not more
I dont know how to continue
<@&286206848099549185>
@glass lagoon Has your question been resolved?
.close
Closed by @glass lagoon
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 to make a exponential formule for K with this information how do i do that?
substitute the points given into the formula y = bg^x
you have 2 points so that gives you 2 equations. 2 equations, 2 unknowns (b and g).
@finite lily Has your question been resolved?
i dont get it
do you mind writing it out?
The point (1,2) satisfies y = bg^x, so 2 = bg^1
do the same with the point Q(3, 4) and that will give u another equation
and how do you get the answers of b and g
so the 2 equations are: 2 = bg^1 and 4 = bg^3
you can divide the second equation by the first to get g^2 = 4/2 = 2
@finite lily Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hey, I need to show that if $\mathbb{A} = {A_i : i \in \mathbb{N} }$ such that each $A_i$ is countable and infinite, then $\cup \mathbb{A}$ is countable and infinite.
ecoproducts
Can anyone please give me pointers for this problem?
I started things off by saying that any countable and infinite set will have the same cardinality as N. Hence |N| = |A| is a given.
look up the proof that rational numbers are countable
think about how it works, you should be able to adapt it to this problem
Plus, we know that each set $A_i$ is countable and infinite. We can then say that $\mathbb{A}$ is a countable and infinite set of countable and infinite sets. Although sets' elements are usually unordered, we can index them as long as they are countable, hence the i-index of sets $A_i$. Using the same reasoning, we can order the elements of $A_i$ and return the j-th element of the i-th set $A_i$, with $i, j \in \mathbb{N}$. This ordering is some bijection $f_i : \mathbb{N} \rightarrow A_i$, which must exist as $A_i$ is countable. We can say that because $|A_i| = |\mathbb{N}|, f_i(j)$ functions exist.
ecoproducts
Now, I let $g : \mathbb{N} \times \mathbb{N} \rightarrow \cup \mathbb{A}$, given by $<i, j> \in \mathbb{N} \times \mathbb{N}, g(i, j) = f_i(j)$.
ecoproducts
I'm stuck right here. How do I show that g is well defined?
Sure. Will do.
Does the beginning of my reasoning align with that proof?
seems to yeah
if you can assume N^2 is countable that will be helpful i think
but... i'm not sure if you can assume that given that it's basically what you're trying to prove
I actually continued the proof after this step. Let me just try to prove that g is well defined, and I'll get back to you.
@remote mural Has your question been resolved?
I'm stuck, my bad. How do I show that every output $f_i(j) \in \cup \mathbb{A}$? To finish proving that $g$ is well defined.
ecoproducts
Would appreciate some help!
probably with the definition of union
but are you just constructing a mapping from N x N to UA?
keep in mind the sets might not be disjoint
Yeah.
Well, a mapping, which I prove is a function.
Then, I would use the diagonal argument (?) to prove that there exists a bijection from $\mathbb{N} \times \mathbb{N}$ to $\mathbb{N}$, i.e. $|\mathbb{N} \times \mathbb{N}| = |\mathbb{N}|$.
ecoproducts
if that function isn't an injection or a surjection i don't know how helpful it'll be for you
Then, using g, we'd be able to conclude that $codom(g) = \cup \mathbb{A}$ is countable and infinite.
But I guess that for that to work, g must be a bijection?
ecoproducts
yeah
you either need a bijection
or a surjection and an injection
the second one is often easier
Is this not how I should take things?
Setting up a mapping, etc.
Are there simpler ways of solving the problem?
Using rational numbers, or something?
what i would do here is show that 1) it's infinite, and 2) it's at most countable
No g needed?
like bijection? no
the Ai could be something really stupid like:
A0 = { 1, 2, 3, 4, ...}
A1 = {0, 2, 3, 4, ...}
A2 = {0, 1, 3, 4, ...}
A3 = {0, 1, 2, 4, ...}
Yes, I know. Thing is I tried setting up g to come up with some sort of proof... But if we don't need that, don't know where to start things off...
bijections are often really annoying to make
Considering that, do I need to go back to finding a bijection? Or nah?
no
What am I supposed to do with the g that I just defined then?
uh i think they want you to use it to show that the set is at most infinite: that you can define a surjection from N x N onto UA
If there exists a surjection from N x N to UA, that implies that UA is infinite?
no, it implies that UA is at most countably infinite
I'm not sure what that means.
Sure.
But UA is finite.
but you know that it's not as big as R, since then there wouldn't be a surjection N x N -> UA
ie UA is countable
Oof, this is very confusing. Haven't seen "at most countably infinite" in class.
it just means that [ \abs {\Union\AAA} \le \abs\N ]
@remote mural Has your question been resolved?
.close
Closed by @shell hamlet
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.
On April 30th, 15:23 GMT time, Kendrick Lamar drops his diss track, "euphoria", directed to Drake. (x^2 + 64) hours later, Drake drops a response to Kendrick Lamar, titled "Family Matters".
Sometime later, Kendrick Lamar drops his diss track, "meet the grahams", in response to "Family Matters".
The time between Kendrick Lamar's "euphoria" and "meet the grahams" is 3.52430554167 days.
Find)
a) The amount of hours it took for Drake to drop "Family Matters" after "euphoria"
b) How much faster Kendrick Lamar was (represented by a percentage) in dropping his diss track compared to Drake
c) The time "meet the grahams" was dropped
d) The time "Family Matters" was dropped
alright bro 😭
Let's break it down step by step:
a) To find the amount of hours it took for Drake to drop "Family Matters" after "euphoria", we need to solve for x in the equation (x^2 + 64) = 3.52430554167 days.
Converting days to hours, 3.52430554167 days = 3.52430554167 * 24 = 84.5833334 hours.
So, (x^2 + 64) = 84.5833334
Subtracting 64 from both sides, we get x^2 = 20.5833334
Taking the square root of both sides, we get x ≈ 4.537391 hours.
So, it took approximately 4.537391 hours for Drake to drop "Family Matters" after "euphoria".
b) To find how much faster Kendrick Lamar was in dropping his diss track compared to Drake, we need to compare the time it took for Kendrick Lamar to drop "meet the grahams" with the time it took for Drake to drop "Family Matters".
Kendrick took 3.52430554167 days, which is 3.52430554167 * 24 = 84.5833334 hours.
The difference in time is 84.5833334 - 4.537391 = 80.0459424 hours.
Now, we find the percentage difference: (80.0459424 / 84.5833334) * 100 ≈ 94.665%.
So, Kendrick Lamar was approximately 94.665% faster in dropping his diss track compared to Drake.
c) The time "meet the grahams" was dropped is April 30th, 15:23 GMT + 3.52430554167 days.
d) The time "Family Matters" was dropped is April 30th, 15:23 GMT + 4.537391 hours.
WHAT
copypasta? 💀
a would be atleast above 3 days
b would be atleast above 200%
c would be atleast above 30 minutes and below a day
d would atleast be above 3 days
actually when did kendrick drop meet the grahams
ye52 minutes but still idk how to solve the question the intended way
i never trust it
!nogpt
Please do not trust ChatGPT or similar AI tools for mathematical tasks, as they often generate output which "sounds correct" but has numerous factual or logical errors. Use of these AI tools to answer other people's help questions is strictly against server rules (see #rules).
@remote mural Has your question been resolved?
wrong
@remote mural Has your question been resolved?
@remote mural Has your question been resolved?
@remote mural Has your question been resolved?
@remote mural Has your question been resolved?
yes bro plz
isnt this 0 instead?
@remote mural Has your question been resolved?
what the hell is this 💀
this question is lacking information, you need to drop a diss track against your professor
i MIGJT have to
Whats lacking tho
i probably still have my work written down on a paper
so i can show where i got to
question doesn't say the time between family matters and euphoria so it's not fair (it doesn't specify x is the time between meet the grahams and family matters)
so unless you go and search the time for that you can't do it, in which case you'd just search up the time for everything and do 0 math 
oh I thought abt it like this
u can write the time between family matters and euphoria by doing
(time euphoria released + (x^2 + 64)) - (time euphoria released)
@remote mural Has your question been resolved?
what probably makes this super easy is to just draw it as a timeline
yeah and by drawing the timeline i realize that we have absolutely not enough info?
and this person is 100% correct
you can express all the answers in terms of x though if you want
e.g. the answer to a) is "it took drake x^2 + 64 hours because that's what the fucking question states"
and the answer to d) is "april 30th plus x^2 + 64 hours, or converting 64 hours to 2 days + 16 hours, may 3, at 7:23 GMT, plus x^2"
without knowing x you cannot simplify that further
dont we know the time of meet the grahams too?
yeah, i got stuck tho
i tried to do like
time between euphoria and meet the grahams - time between meet the grahams and family matters = time between euphoria and family matters
yea april 30 + 3.524... days
but we have absolutely no info about fam matters
we can only phrase it in terms of the unknown x
damnn
alr
tytysm
i thought it was solvable
.close
Closed by @shrewd vault
Use .reopen if this was a mistake.
Can someone explain how I'd get the answer to this?
The correct answer is "3" but I don't see how they got that...
check the y-coordinate of the graph when x=-2
That was too easy (face palming myself)
miky are you here
yes
✅
@remote mural Has your question been resolved?
!help
To ask for mathematics help on this server, please open your own help channel or help thread. See #❓how-to-get-help for instructions.
,list
Use ,ls to obtain a briefer listing, and use ,help <cmd>to view detailed help for a particular command, or ,help to view general help.
If you still have questions, talk to our friendly support team here.
Render LaTeX code and configure rendering options.
tex: Render LaTeX code.
ctan: Searches the ctan
texdoc: Searches the texdoc
autotex: Toggle whether your LaTeX is automatically rendered.
preamble: View or modify your LaTeX preamble.
texconfig: View or modify your personal LaTeX rendering options.
guildpreamble: View or modify the guild's default LaTeX preamble
Guild administration
config: View and set the guild configuration.
rmrole: Deletes the provided role
disable: Disable commands in this guild.
editrole: Create or edit a server role.
autoclean: Automatic deletion of messages in the current channel.
forgetrolesfor: Forget stored persistent roles for one or all members.
miky can close the channel, your question I think is incomplete so can we help you into it
@remote mural
💀
YOYOYOYOYOY
BRO SORRRY
i thofijt dis guy had an answer
i was gonna close after like a day if he didn't respond
my bad
.close
Closed by @shrewd vault
Use .reopen if this was a mistake.
It’s ok
Yeah, it seems that way
✅
.close
Closed by @hollow 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.
Hi, I need help with this combinatorics exercise pls.
Given the grid:
(a) How many ways can one go from square A to square B always moving one square to the right or one square up?
up?
b) How many ways if you have to go through the X square?
@frosty crane Has your question been resolved?
@frosty crane Has your question been resolved?
<@&286206848099549185>
Ok
a?
In a) I think there are 330 possible ways.
in b) 90
@frosty crane 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 find x :')
try substitution
𝔸dωn𝓲²s
find your solutions in terms of u and then resubstitute
oh..
ye..
what did they tell instead
well then what is your point
if theres another way to do it
it's just a tool
i mean id assume its something with logs or ln
to get a better overview of the given equation
but the substitution is easier
we didnt learn that yet
log wont probably work here anyway
well another way woul maybe be factoring
but that seems more difficult
i mean ur not gonna get marked down for substituting
substitution is not mystical
𝔸dωn𝓲²s
which looks familiar and so on
you can basically do the same without substitution too
but it looks ehh
ok
!nosols
As a helper, please do not give out answers that could be copied as a homework solution. Have the student work through the problem themselves and guide them along the way.
.
u know i have the answer key right..
lol
plus answers help me learn better
but either way ty
that didnt make sense but sure
.close
Closed by @stiff dragon
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
To ask for mathematics help on this server, please open your own help channel or help thread. See #❓how-to-get-help for instructions.
<@&286206848099549185> i just had a quick question involving matrix multiplication
just ask it
So when im doing these rows
i feel like im missing a step
cuz i know that the final matrix needs to be a 2 by 2
but when im getting these numbers itll be a 4 by 4, so what am i supposed to do? do i subtract the numbers
how come 4 by 4?
should be $0 \times 11 + \frac{1}{3}\times 18$
°Jason Parker°
the dimensions are 2 by 2 so it will be 2 by 2
Remember that when you have a row and column, you "multiply" them by taking each entry and multiplying, then adding up all the results
ohh so i add them
@sand dove 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.
so
ion know how to do dat
find the y intercept and then a second point on the line?
so y intercept is 0, 9
y = mx + b
b is your y intercept
for m take two points
,,m = \frac{y_1 -y_2}{x_1 -x_2}
𝔸dωn𝓲²s
Any random
asnywhere on the line?
Yes
,,m = \frac{6-3}{-6-(-12)}
𝔸dωn𝓲²s
o
evaluate and done
thank you too
Closed by @rich tangle
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 some way i'm missing to easily find all pairs of integer solutions, w and n, for an equation of the form w = (α - βn + β)/n for some given alpha and beta? (context: β is the width of a border around n boxes that are w pixels wide, on a screen that is α pixels wide, such that they fit exactly to the edges of the screen, with a border either side of the first and last box)
currently looking at the equation w = (1001 - n)/n (i.e α = 1000, β = 1), but for some reason i find myself doing this kind of thing a lot, be it how wide buttons on a screen can be to have equal spacing, or whatever, i'm always trying to find pairs of integer solutions for simmilar equations to this, so a generalized method would be nice
rearrange the equation into
[ nw = \alpha - \beta n + \beta \Implies n(w + \beta) = \alpha + \beta ]
then the only solutions correspond to factorisations of α + β
im not quite sure i understand what you mean, so say i have n(w+1) = 1001, then what?
,w factorise 1001
OH, prime factorisations?
so you can have
1001 = 1*1001, 7*143, 11*91, 13*77
Number theory ftw.
right, so i could have 11 boxes, 90px wide, for example, is what you're saying?
so the possible solutions are
n = 1, w = 1000,
n = 1001, w = 0
n = 7, w = 142,
n = 143, n = 6
n = 11, w = 90
n = 91, w = 10
n = 13, w = 76
n = 77, w = 12
okay, nice, i apparently fucked up the original equation, bcs if there are 11 boxes, there are gunna be 12 empty spaces between/around them, so that's 11*90 + 12 which is 1002px wide, not 1000px wide... but i think if i fix the original equation i should be good from there xDD
thank you!
.close
Closed by @pliant 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.
hi
