#help-0
1 messages · Page 556 of 1
uh yeah ig
Like 5x + 3 = 1?
xy+yz+zt+tx = 55
x; y; z; t are positive integers. How many solutions does this equation have?
can someone please explain this
anyone know how to do this?
x(y+t)+z(y+t) = 55
(x+z)(y+t)=55
Does this help?
@jade birch but what are the number of solutions?
Because they are all positive integers
you only have to look at
x+z=5 and y+t=11
and also
x+z=11 and y+t=5
No
How many solutions does x+z=5 have? Where x and z are both positive integers?
What'd you get?
this one would have 4 solutions @jade birch
and y+t=11?
So?
these r the number of solutions
Those are the solutions, and there are 10 of them
Now, x+z=5 and y+t=11 have how many different solutions?
Calculate that
And then the same for x+z=11 and y+t=11 and then add the two up
That'd be your final answer
is -4^{2} =16 or -16
because my calculator says -16 but i learned that if its ^ {2} so its always positive
.itsjustnai
.itsjustnai
.itsjustnai
ok ty
but wait a sec
so g(x)= -x^2 -ax
g(x)= 16
x= -4
the -x^2 is -16
ya?
wait no its 8
There you go
ty so much ❤️
Np 
This is kind of computer science problem, but I hope you all can help me you out: Currently trying to simulate reflections, but how can I calculate a lines 180° angle based on a start and end point?
so lets say the coordinates are (0,0) and (4,4) should be 45°, (0,0) and (0,10) 90°, (4,4) and (0,0) -45° etc.
for context: I'm trying to get the angle of the white lines based on a 5x5 area where the red line hits the white line. it basically gets the first and last white pixel and gets their coordinates https://i.imgur.com/kam0jCg.gif
Isn't (0,0) and (4,4) the same angle as (4,4) and (0,0)?
If I recall correctly, it had to do something with tangent of the slope
I gotta look it up though
try drawing out the triangle to see
you can make a right triangle and know all 3 sides, which it's easy to use trig to get either angle
it's probably gonna be arctan((y-y_0)/(x-x_0))
Yeah, this is a better idea
Alright, thanks a lot
it's literally the arctangent of the slope but it's better if he finds out why himself
K
Ohhhhh right
Yeah I know I know
But the reason I said this
Is because I got confused by the lines and thought he was looking for the angle at which the red line hits the white ones

Im a calc ab middle school sophomore 
edit: calc ab isn't the right name
ap?
tbh I have no clue what it's called considering I'm not a native english speaker, but it's basically just graphs, linear algebra and chance maths
well not ap then, ap is advanced placement
hi
emm
i need help in something
I need help to identify the property or properties of each exercise.
try YouTube
help
😐🤨
Khan academy?
that's the question
im watching but i dont understand some parts
anyone know if exist any tool for arithmetic calc?
Why would u need a specific youtuber to learn math online
3b1b possibly has a vid on it can't promise anything tho
Cuz some of them r bad
??
Thanks
And you can ask your question here, so just do it, please.
No.
so what is it?
You cannot write a function that is vertical.
You can do it like x=5, but I don't know if Desmos graphs that.
They cross, but that is not horizontal.
they cross at one googol?
You can do y=1, then you get a horizontal line.
oh
They cross around (4,-1), as you can see on the picture you sent.
oh
the commutative property also applies to radications ?
Two lines NEVER have more than 1 intersection.
oh didn’t know that
Well, if they lie upon each other, some might say they have infinitely many intersections.
is it possible for seemingly parellel lines to cross at one googol?
Sure.
Like y=-0.000000000001x + 100 and y=1.
You can just add some more 0s or write it as -10^(-123091820954823) or something.
What do you mean by radication?
sorry if i interrupted your talk xd
No problem, what do you mean by radication though?
i was wrong
this
xd
im searching the properties
but i think what i need help with this
What even is this line I made lol
i dont know which properties aplicates there
@inland hawk what language do you speak? There might be some good videos on YouTube that could help you.
Why is sqrt(2024 ) veritcal?
i think know a little bit of that, but i dont understand this
Basically, there are three properties: Commutative, Distributive and Associative.
I'm currently trying it out, but I think I'm doing something wrong, considering it doesn't give the right angles.
(10, 0) (10, 19) gives the angle 141.371, using atan*90
the issue may also be that I'm working with range 0 to 20 integer coordinates. here's my code in case someone might be able to understand: ```py
atan = math.atan((last[1]-first[1]) / (last[0]-first[0]))
Parathesis, Braces, something....Exponents Multiplication/Division, Addiction Subtraction @inland hawk
that’s the order of operations so
@inland hawk what is your problem now? Do you have to calculate them?
hmm
i think what i was confused
because
39-25+25=39 
explains the appropriate properties, that is what the sentence said
what angle is (10,0) and (10,19) supposed to give?
oh should be 90
explains the appropriate properties and obtains the result of each exercise
@inland hawk Is C confusing let me solve it then do B
okay
@inland hawk , well, when there is a number in front of the parenthesis, you can distribute that number. $3(9+4)=(3\cdot9 + 3\cdot 4)$
veryhappyperson
yes
That is called the distributive property of multiplication.
that should give some sort of division by 0 error in whatever you are using (py?) but the idea should work idk what's wrong with yours
ok
Solve this problem, you can use a calculator and the internet : D
Problem created by @signal wolf
A.- Imagine that you have a message app, which you can put as a maximum of 500 characters per message, how many message configurations are there? (It is assumed that the Spanish alphabet is used and accents with and without capital letters, also the period, comma and space, and in the message, also you cannot put 0 characters (that is, you cannot put anything)) [Write your answer as summation]
Answer =
2A.- Solve the summation with at least 10 digits of precision and the corresponding exponent.
Answer =
Yes A(b + c) = Ab + Cb
Why do people love posting 10 different questions into one channel? xD
because it’s convient
'Tis annoying.
lol
@inland hawk, Do you know what the Associative property and the Commutative one is already?
yes
0 degrees
So what is your problem then, @inland hawk ? There are only those three.
i was confused
atan(19/0) should be undefined
So now you are no longer confused?
anyway, thank you
Okay, great.
yes, i guess
You're welcome.
ok
ok
let me solve C for you
welp, you're right. For some reason Python returns infinite from 19/0 
It isn't horizontal, you have just zoomed out very far.
The violet function is not even a line, @sick river xD
hi
emm xd sorry if i interrumped
but im confused in the property of this
i said conmutative
and
additive identity
Sorry Vertical
Why is the sqrt(2024)
which is 1 less then the square of 45
is vertical?
Negative numbers that’s what
@inland hawk Well, I am not sure what to say here, I would not call this commutative, since subtraction isn't. Maybe they want you to say that 0 is the Identity Element.
10-1 is the same as 10 + -1 or -1(-10 + 1)
@inland hawk I think you could call that Associativity, since you change the order in which the stuff is done.
ok
i just thought what if 0 is there it could be that
and this two ?
asociative, right ?
yes
obviously
what’s the issue
id it’s not about negative numbers it’s the associative property
look
It does this because $lim_{x\to 0} \frac{n}{x} = \infty$
hiidostuff
ahh
It’s fine just google algebraic properties
and read 4 articles on it
Bc its like how 1/2 is bigger than 1/10000000 because 2 is smaller than 10000000
So bc of that u can kind of infer that $\lim_{x\to \infty} \frac{n}{x} = 0$
hiidostuff
Find the largest and smallest possible value of the total mass of:
a) 12 boxes, each of which, approximately 14 kg (in the nearest kilogram)
b) 8 packages, each of which weighs approximately 3.5 kg (in tenths of a kilogram)
Can some1 help me with this?
an eigenvector is a generator for a 1 dimensional invariant subspace of a linear operator
So if you have a line that passes through origin (a 1d subspace), applying the linear operator sends that line to itself (invariant)
I tried a couple solutions but still didnt solve it right 😫
v eigenvector of T iff Tv is multiple of v
(and v nonzero cuz else thatd always be eigenvector)
no this is not correct.
take n=1. lim x->0 1/x does not equal infinity. the limit doesn't exist
lim x->1 1/x =1, think you mean x->0
@alpine sable can u help me with this? I have like 30 mins dealing with this and I cant find the solution of it
this channel seems to be occupied, please read #❓how-to-get-help.
I've read that
python does not calculate limits. it uses floating point numbers. its a different "number system" than R or Q
<@&286206848099549185> can one of u help me with this? I've tried to solve this for like 30 mins and I cant solve it
what does it mean with "approximately" 14 kg 
well if each box is aprocimately 14kg to the nearest kilogram
need to elaborate on what nearest kilogram then, there might or not be a minimum
I know what ur saying but I think u mean n can't equal 0
but in either case, the infimum of the weight of each box is 13.5 kg
13.5 rounds to 14 so theres a minimum
idk. they said "nearest kilogram"
yes
13 is as near to 13.5 as 14
thats not how rounding works
rounding works however you define it to work
Hmmmm
depending of the convention there is or not a minimum
Dont wanna be that guy but not helping
do you round 13.5 to 14, psy?
Ye
okay
U didnt know that?
no i didnt
you said nearest integer and 13.5 is as near to 14 as to 13
but lets ignore that
So, you say each box weights 14 kg rounded to nearest kilogram
Ye
so the minimum each box can weight, by your rounding method
is 13.5 kg
do you agree?
its analogous
I need help with this proof
I think I need to use the summation definition if a determinant, but I don't really know how to use that well.
What kind of handwriting is that? xD
😑
Let me convert it into LaTeX if I interpret it correctly: $$-x_1 +x_2 \geq 3, x_2 \geq 4x_1$$
Forget my question then
veryhappyperson
@dapper schooner Yes. xD Didn't see that, sorry. There is a linear algebruh channel though, there you will probably find better help.
Thanks
?
the last answer is wrong but I keep getting the same answer as fxx.fyy-fxy^2<0
at these points
<@&286206848099549185>
Teacher handwriting be like
;-;
<@&286206848099549185>
need a little insight
i dont think i 100% understand what it means for the function to be riennman integrable, is anyone able to help clear up my confusions with this q?
The Riemann Integral is just the "normal" Integral, @untold warren .
a function is riemann integreble when it is non increasing/decreasing between a set interval?
What? No, a function may be increasing or decreasing, you can still integrate it.
i see
what about monotone and such, having a hard time understanding the definition
it just means that its only increasing/decreasing between a set interval im assuming?
,w plot (1-x, for 0 <= x <=1) and (2-x, for 1<=x<=2)
havent a clue lmao
MOnotone means it doesn't change increasing/decreasing in the interval.
who can tell me why 60 is wrong pls
o thats it
also ive already wrote the graph
something like this for the piecewise function
define what you mean by “properties”
Okay. Proving that doesn't appear to be that easy, since you cannot just say it is continuous, @untold warren . You would have to show that the function is bounded, which it is, and that it is continuous almost everywhere.
It depends on what you are allowed to use, you could show the upper and lower integral are the same. You could use that the function has one discontinuity at 1. (A function with at most countable discontinuities is Riemann integrable).
ah wait nvm i could be wrong
mathematic properties
like assosiative
not piecewise monotone since I cant divide up the partitions and have 2 different monotone functions
i think i got a good answer..
i can probably explain the piecewise as a sum of 2 riemann integrable functions, -x and a piecewise of +2 and +1
Suppose that a ≡ 2 (mod 17), b ≡ 4 (mod 17), and c ≡ 5 (mod 17). Using the algebraic properties of
modular arithmetic, calculate the least residue of a + bc (mod 17)?
im not quite sure what to do here, i understand my notes but this looks different than everything on it
ohhhh
As long as all the moduli are the same, you can add, subtract, or multiply with no problems
okay, thanks
the problems come with division and with different moduli
wait, but it says a ≡ 2 (mod17), not a = 2 (mod 17)
so am i still solving for 22 (mod 17)
Yes
When you say a ≡ b (mod c), what it means is that when you divide a by c, the remainder is b, or in other words a=cd+b for some integer d
i missed one class cause i had to drive my brother to get his wisdom teeth removed
ah oof
Small Problem... I'm tryin to get get back to the formula of the area of the circle via fubini's theorem and it's not working so far.
0 < x² + y² < 1
so -1 < x < 1 AND x² -1 < y < 1 - x²
and I'm supposed to integrate 1 on these 2 ranges to get Tau/2 ( Pi ) as the result for the area.
Problem : that's not what I'm getting.
Help anyone ?
Oh wait forgive me I'm such a dumb mother fker, I forgot the square root

ah
The price of a range of circular rugs is directly proportional to the square of the radius.
P = kr^2
A rug of radius 2m costs £60.
Calculate the value of k.
any idea?
<@&286206848099549185>
You’re supposed to wait for 15 mins before pinging them
help
would i end up with
k= sqrt 60/2
It’s multiplication of fractions, so cancel galore
Why plus?
Oops
anyone?
Still need help?
yes please on 3c
ok 1 sec I just need to get into class
mind if you wait 5 more mins?
Just for registration and the introduction of the lesson and blah blah blah
Yes
Where did your x^4 term go?
@hardy geyserIt seems as though you're canceling terms when they're being added , instead of using expansion you can just use factoring, and cancel like terms out of the equation
Can't you just cancel from the initial expression
If you factorise top quadratic and bottom, they should hopefully cancel out
not the initial
after you multiply the reciprocal
$\dfrac{\left(x^2-9\right)\left(x^2-1\right)}{\left(x+1\right)\left(x+3\right)}$
oh no wait
I've written it incorrectly
no wonder
Several people are
So you could factorise (x^2+9)
and x^2-1
(x+3)(x-3)
Oh forgot that's not the point of this
which we could cancel (x+3)
True
the op hasn't even responded
I mean you could cancel out (x+1)
I mean just factor and cancel really
So at the end you're left with
(x-3)(x-1)
So it's one of the last 2 options
cause it's one of the distributed binomials
ok back to you
reposting for refrence
Have you done anything in the time being
i mean
ive found a colliner line and u=-3 w=18
but it doesnt make 3:5 area with both trapzoids
Hm ok
im sorry if I keep leaving
my teacher is just talking
to us all the time
ok if you're happy with that you're happy with that
i'll just do it myself
afterwards
o alr, im just tryin find the last pair
How do you solve 5+5 because my teacher said i do it weird
wdym solve?
troll
You have to first find the average of the two numbers
Then the number of numbers
Take the natural log of both
Find the sum of the natural logs
And raise e to that product
then integrate it from 0 to 1?
@potent marten
Yeah pretty much, I just wanted them to do the last step by themselves
is there a monotonic sequence that is not convergent?
if it's not bounded and it's an increasing sequence
Hello is this channel free
i don't think so
Ok
thanks!
Bruh
does that mean that not all monotonic sequence are convergent?
Hmm
@fading zephyr can u help me
so, the volume is x^2y
Where did u get this
where did YOU get this?
yeah but the sides are not all equal
the surfaces, i mean
it would rather be 2x^2 + 4xy = 66
the base is square, but they said nothing about the height
it's not a cube, it's a cuboid
the cm shennanigans is also going to be a mess
Can u explain how u got it
it's better to convert to meters first
Ok
gimme a min to get my tablet and make a drawing
Oh sure
ok
@pine lake see, you have the top and bottom surfaces as squares
but the sides have area xy, as they are rectangles in general
and there's 4 of them
the 4 are identical because they have the same height, and the same base length (since the base is square)
are all bounded sequences automatically convergent? @fading zephyr
monotonous increasing, i think there's a theorem for it
Lemme understand this
should have 2 solutions for x
Ok
@fading zephyr
i think so? this isn't my specialty
So factorise this
but what if a bounded sequence is not monotonic, it that possible?
well
the sequence -1, 1, -1, 1, -1, 1 is bounded from above and below
if it's possible, can you also call it convergent?
and it does not converge
Hmm
and yes jigger, factorize or use the quadratic formula or whatever you like
so not all bounded sequences are convergent?
Oh ok
And also another question
i explicitly said bounded and monotonically increasing earlier, @craggy bronze
So just ignore the 40cm?
other sequences have different convergence conditions
wdym just ignore
i put it in there via substitution
Oh i just saw that
Sorry
And also can i use cm instead of m cuz im not confortable with it
all convergent sequences are bounded, right? @fading zephyr
that's my last question by the way
seems like it
thank you so much!
good luck to you as well @pine lake
You too!
Hello, I need help understanding this
what's troubling you
so im isolating whats in the bracket and whats outside
-6x multiplied by -6x
= positive 6x^2
and then we add the minus sign outside the bracket
BIDMAS
yeah -6x multiplied by -6x ? thats within brackets
no
🤔
@fading zephyr
which is... x^2
you are told the total side lengths are 40cm
Yes
give me a sec i'm trying to absorb that 😄
Can i do it like
Add all the sides = 40
it's possible i misunderstood what they meant by the total length of the sides
that looks ambiguous to mee
4x + 4x + 4y = 40
Yes
I think its 2x + y = 10
Because u simplified the equation
aight
Do you know where can I read more about that topic 😄
Why does my eulers method chart for Lotka volterra have increasing peaks
which topic?
this, its not covered well in my book 😦
the difference between them
i wouldn't know
like
-6x^2 is -6 multiplied by x^2
remember that multiplication can be made clearer with parentheses
ahhh
-6x^2 is the same as (-6) x^2
so x^2 is separate
yes
unless they explicitly put a parenthesis before exponentiating
like (-6x)^2
just follow the order of operations
okay got it!! thank you very much
do you know how to take partial derivatives in general
||just take the derivative as normal, treating all variables except y as constants||
No, read the hint that Ann gave again
$\dv{\ln(x)}{x}=\frac{1}{x}$
The Godfather
So 8y + 1/x ?
Yes
You are not only treating x as constant but everything except for y as constant
That's the definition of partial derivative
You are taking partial derivatives wrt y
To treat everything but y as a constant?
Yes, when you take partial derivatives wrt y
pretty much exactly the same way you did the last question
=x^3y^3
heyguysimhere
heyguysimhere
8y + 1/y
don't say things you don't mean
x turns into 0 when you take partial derivative wrt y
and no, $\pdv{y} (x^3y^3) \neq x^3 + 3y^2$
nope. you probably took the derivative of x^3y^3 wrong
x^3 is a constant
Ann
$\pdv{y}(x^3y^3) = x^3 \cdot 3y^2 = 3x^3y^2$
Ann
How
because its what ann posted and not what you seem to have done?
Ok
any help
,rotate
ola
$\angle RTS = \frac{1}{2} \angle ROS$ where $O$ is the center
andreO
Thank you @normal lagoon
Inscribed Angle Theorem, which has been provided to you by andreO
Can someone help me with this, do I need to do the elimination method first before substitution?
doing both elimination and substitution would be more work than necessary
are you instructed to use the substitution method here?
@fleet stream
yes, i need to find x and y
no
that's not what i'm asking you
you need to find x and y, that much is clear already
what i'm asking is, does it say anywhere in the problem to "use the substitution method"?
^
pick one of the variables and isolate it in one of the equations.
if you're having trouble making this nearly inconsequential choice with no wrong options, isolate x in the first equation.
like 15x-3y=45
since all the terms are divisible by 3
solve that first?
yes^
kommy is suggesting a route that will cut down on arithmetic a little bit
but in the end, the result is the same
solve for one of the variables in one of the equations, and sub it into the other equation
it doesn't matter which one you choose
3y?
?
Don't i need to choose one variable?
yes
it doesn't matter which one you choose
so you can do 3y
or you could do another one
3y
And I start from that?
you have two variables here. two unknowns. x and y.
So i have to get rid of 3?
so now, take one of your equations and solve it for y.
you have to isolate the variable
is it going to be y=15x-45?
no
when you do something to one side of the equation, you have to do it to the other side too
you can't just surgically remove the 3 from this equation simply because you have a personal vendetta against the number 3
:P
so how do i do it?
Ann can u help me after this
@pine lake you could ask in another channel
What were the steps you used to get to y=15x-45?
i just removed the 3 lol
post the question in another channel
Do I do this?
yeah, im done with elmination
Good
i still cant do the substitution
the video that you suggested is different
What no
it only has 'y' and not like the one in my activity
Oh ok
so i dont get it
it's ok
I'm not entirely sure what you've done here. Do you think you could describe each step
sorry lol
systems of equations eh?
i kinda did the solution that i did on elimination
should it be like this?
3x-8y=24
15x-3y=45
You're trying to solve this right
Yes
It needs to be done with sub
Oh
Thats the instruction says
Well
@fleet stream u can simplify the second equation to make it more easier
How do i do that
wdym by isolating
yes ive been seeing that
3x-8y=24 and 15x-3y=45
I choose one equation?
great
So
15x-45=3y
then
You know how I got that right
I just swapped it around
Yes
Understood
So how do we get rid of the 3
so that y
can be just there
like
just one y
how do we get rid of the 3
do you know?
No
So
When it's for example 2y=x+1 you just divide the whole thing by 2 and you'll get rid of the 2 from y
Which will become
y=x/2+1/2
you know?
Y at the left and x and numbers at the right
so i divide 3y with 3?
Or vice versa
15x-45=3y
Just 3y?
Oh I only did 3y and 45 at my first try
so 3x-15=y
Great
See it looks so much simpler now
Now let's plug that in
to the other equation
3x-8y=24
can you plug in y
?
3𝑥 − 8(3x-15)= 24
So you already have y=3x-15
Is that right
Multiply to 3x-15?
Yep
3x-24-120=24
Yes because -8 multiply to -15
@fleet stream did u find out the calculator checking method
3x-24x+120=24
3x and 24x?
Well yea you can 3x-24x
I nned to combine that right? the one with x?
Of course
21x+120=24?
It's -21x+120=24
I always mess up the signs lol
Oh its substract
Yep to get rid of that 120 there u can -120 on both sides
And then i divide -21 to -96?
Yes!
mm hold on so it will be x=-96/-21
which is just the same thing as
x=96/21
Can we simplify that
96/21
by 3 right
Yep
32/7
Ok let me check on the calculator
that's the x?
If we didn't do any mistakes
it should be
but let me check on the calculator
That is weird
is it wrong
Yea
is it not okay if its in decimals?
Okay
Okay okay
Plug it back into the second equation
3x-8(5x-15)=24
-37x=-96?
In fraction?
Is it free?
Plug x back to the first equation which you would then solve for what it y
3(97/37) − 8𝑦 = 24
ummm


