#help-0
1 messages · Page 755 of 1
so we know have a fraction and I don’t know how to use latex so I’m going to write it in text
Post a neat pic of your solution
i still struggle with fractions.
alright sure give me a sec because my standard handwriting is extremely messy
i dont know my left from right 
Take your time but not too much
Damn I’m sorry I ran into a contradiction
Looks like I wasn’t smart enough to solve this
Maybe ping helpers in a few minutes?
How can i do ({ -15x + 3y = -6, 13x + 4y = -8}) , since i can't use ||*n
huh?
Who are the helpers?
This server is full of clowns
No one can help
let them try bruh 😭
Anyone have a clue how to help me?
what is your question i dont understand it
solve for one variable and then substitute
s
What is the problem in this you are facing?
Seems easy
Well i was used to ||*n both of them, i haven't done an uneven number one
uh please don't double ping helpers ... also I don't really have an idea on how to solve this problem so sorry 
Shut up pls
Can I ask for help in this server if it not homework?
yo whats an imanginary number?
refrain from making comments like these
also yes, ping helpers just once
you get imaginary numbers when you take the square root of negative numbers
thanks man
so find a single variable for any equation and plug it into the other one. let's say 3y=15x-6, divide by 3, y=5x-2. you put that into the other equation so that 13x+4(5x-2) to find the answer for x. then you plug the value of x into y=5x-2
Ping me only if you can help don't waste my time here
I need help this and yes this is not homework

I can't see the paper properly
@alpine sable does that make sense?
also i see you're also in mechkeys and kbdfans lol
I'm sorry, I was rude to you
Shouldn't it be 3y = -6 + 15?
I have changed the question
Everyone listen to me
same thing
wait no
3y=-6+15x is the same thing
do you insist on being rude toward others? if so then you'll be out
Instead of finding the min and max values of |z|, find the locus of z.
forgot the x soz
but you get it or nah
basically solve for one variable and plug it into the other equation
I think so, anyway ill try that.
I only want help, I don't want to indulge in any kind of arguments/hate speech. Thanks for your kind words.
search up systems of equations on youtube if you need more explanation
<@&286206848099549185>
bro we got kids sending in their homeworks now in class lmao
b& hazy
f
ok prob 1 what is length of x to y
Thank you
The class is doing the number version
what is the length of y to z?
8
24-8 is your answer
24
16
What about number 1
7 and 9
Do I do 3 the same
It alright 😊
so for 2 you are given z to x is 5 and z to y is 12
the answer for x to y is z to y or 12 minus z to x or 5
so it's just 12-5
you can also think what number plus 5=12 or 5+x=12
Where
The answer is 5
No
5+5=10
The total length is 12
You are trying to find the segment where 5+x=12
Are you in school?
You should ask your teacher
They will probably explain it better
Because im guessing you didn’t learn algebra yet
Whay went wrong?
He just us right now please let me dm you right now
Simplify the 3y equation into just y before you substitue
Go send a pic of wha u need
Divide everything by 3 so you get y
Could you mark them, i dont know all these english terms
y=-2+5x
I get brain farts, i get stupid things like that accidently
Lol
gotta start lining up your = and using the lined paper to your advantage
It's my #1 problem
is there a way to count the number of distinct partitions without using a generating function?
i've thought about using bars and stars to do it but that would over-count
Can someone help with c)
@alpine sable Sorry, channel is busy.
pi/3 ,4pi/3
@jade canyon please don't give away answers, it doesn't help them learn and doesn't follow the purpose of this server.
read what Al wrote...
what?
@jade canyon For helping, read the rules in #❓how-to-get-help. One of them is to not just give the answer, but to lead them through how to get the answer.
That way, it helps them to understand how to get the answer so they can do well on tests and so on.
Hello
Hello.
Hello
Hello
$\sqrt{25}$
QAQ
@alpine sable
that is an exponent, not multiplication
The 1/2 is supposed to be seen as if it's up above the number.
"raised to the one half power"
what
Chai T. Rex
so what wud b the answer to
sqrt25
we dont give answers... but it was already stated
Chai T. Rex
WAIIITT
I THINK I UNDERSTAND
BC
IF IT WASNT LIKE IN A SQAURE ROOT
IT WUD BE
25^1
BUT BC 25^1 IS THE SAME THING AS 25
ITS 25
IS THAT RIGHT???<
Chai T. Rex
No problem.
Nope, with a fraction, you put the exponent on the whole top and on the whole bottom.
Chai T. Rex
See how I put the fraction's exponent on the whole top and the whole bottom?
@alpine sable
kind of
oh for this question im suposed to write it as a square root
if u didnt know
sorry i shud have told earlier
Oh, OK.
Chai T. Rex
See how I turned the 1/2 exponent into a square root?
yes
cant we simplify the a^2 to a?
Yes, a square root of a fraction is the square root of the top over the square root of the bottom.
Chai T. Rex
$\frac{\sqrt1}{a}$
ok i see it would be
The square root of a² is |a|.
it just says rewrite the folliwing expressions as square roots
Oh, then this ^
Chai T. Rex
ok ty
You're welcome.
@pale cloud Do you know how to convert degrees to radians?
multiply the degree by pi/180?
Right.
So, arc length is radius times radians.
Which is sort of easy to remember if you can.
So, you multiply the radius times the radians.
but isnt arc length circumference times the degree/360?
Circumference is 2 pi times the radius, right?
yeah
And the angle of a full circle is 2 π, right?
mhm
So, it's the radians times the radius.
The arc length of the entire circle is the radius times the radians of the entire circle.
And that works for smaller angle arc lengths, too.
ohh so i need to convert 20 degrees to radians and times it by 10?
Yes, that's right.
okay thank you
You're welcome
I have the following inequalities $|a|\leq 2, |a+b|\leq 2, |a-b|\leq 2$.
peaceGiant
OK, so the last one is the distance formula.
Could for all numbers $\lambda \in [-1, 1]$ the following hold $|\lambda a + b| \leq 2$
peaceGiant
Let me check.
I feel like it should hold, but can't quite show how, are you perhaps checking a program to confirm it?
That's good, thank you, I'll fiddle around with it and see where it takes me.
It's good to know it holds.
let xs = [(a, b) | a <- [-2, -1.9375 .. 2], b <- [-4,
-3.9375 .. 4], abs a <= 2, abs (a + b) <= 2, abs (a - b) <=
2]
ghci> all (\ (a, b) -> all (\ l -> abs (l*a - b) <= 2) [-1,
-0.9375 .. 1]) xs
True
So, for integer multiples of 1/16th in those ranges, it works.
Wonderful, thank you.
You're welcome.
hmm looks like you should sketch those inequalities on the x-y plane (with x=a, y=b)
then you can visualise how it looks
Yeah, that probably will help with the proving that it's right part, however I'm working on an algebraic solution and really want to show it that way.
However it's still a great idea!
Thanks.
is haskell your language of choice?
For simple checks of stuff like this, yes.
I also use it to check simple combinatorics stuff.
I don’t understand what this is even asking me if anyone has any thoughts please let me know.
in 4.a the aswer is 105, why? because be have 3 points, and E is the "pivot" so if you can see again the angle that you have is 105 (that replace m)
It wants you to measure the angle it asks for
@rich belfry Angle AEC is the angle where you touch where A is, follow along and you move directly to E, change direction and move directly to C.
AEC, move from A to E to C.
E is where the angle is actually located.
Does that make sense?
Yeah! For the M<BED would I do anything differently?
Nope. Start at B, move to E, move to D.
Angle is at the middle letter E.
You have to change direction and that change is the angle.
@rich belfry Did you need any more help?
@oak chasm I need some help
Still don’t understand the second one. It should be easy but I am just dumb. B is 45, E sits at 0, and D sits at 130 so since it doesn’t start at 0 how do I go about getting the answer
@ornate rover Sorry, channel is busy. It looks like #help-7|zen1thxyz is open, though, if you hurry.
This channel is busy, ask in a different channel
I’m just trying to understand the process for when I have more problems like this, I knows it’s simple but yeah.
@rich belfry OK, so E is in the middle of the protractor's circle.
Yeah
So, what you do is you take the angle B is marked at on the protractor.
You take the angle D is marked at on the protractor.
Then how far away is B from D?
85?
Nope, what's B's angle?
45
What's D's angle?
130
-85
And the absolute value of that is 85.
Now, the angle of B is a little off from 45.
It's about 46 or 47, right?
Seems more like 42-43
No, you have 40 and 50.
Then you have the mark between them for 45.
Then it's between 45 mark and 50 mark, right?
Yeah
And it's not quite halfway between the 45 and 50 mark.
It's closer to 45.
So, let's say it's 47.
|47 - 130|
Your right
What's |47 - 130|?
Good, so it's about 83 degrees.
No, you take the absolute value to get the distance between the angles.
For angles that aren't in standard position, you generally want the positive version of them.
Ok
Well your a live saver! If it’s okay I’m going to take a second to write some of this down so I remember 😃
Sure!
They said If didn’t understand it to just stay so but I need to figure this out anyway. Just part a. if anyone has and suggestions as to how to work this out. Just started geometry and I’m trying to get the basics down but I’m not good with understanding this.
This will be my last question for a while I know you all are busy.
Need more so no I guess
Ok so the distance from J to K is 3n yeah?
Yeah
And the distance from K to L is 5n-7
I know you do something with both sides
Yeah
Yh
So if you add these distances you should get the same as 25 because JL is 25 right
Ok
Do you sort of understand it?
Alright so imagine the distance between a tree and a car is 25m
Alright
Ok
And there is a bike in between the tree and the car
Ok
The distance from the car to the tree is 25
Yeah
The distance between the car and the bike is 3n
And the distance between the bike and the tree is 5n-7
So what do I do with them
So when you add these distances you should get 25 right?
Also that analogy is good
Yeah
Because when you add them the distance is the same as the car and the tree
Alright so now we can say that 3n+5n-7 = 25 right?
No because 3n and 5n-7 aren’t the same
Ok
But when you add them you should still get 25 so this
Or how about let’s say what I did is right for now and I’ll explain why after the answer
Ok
N=4
8
No sorry
You’re correct 😂
So correct n is 4
Now put n into 3n
You get 12 right
Yeah
And put n into 5n-7 you get 13 right
Yeah
So you add 12 and 13 you get 25 right?
Yeah
So what you got for n is correct
So basically at the start what you did is you don’t know n but you know the full length so all you did was algebraically find it
Ok! Thank you! 🙏
Do you get it? Because I want you to grasp it ya know?
Yeah just trying to figure out this algebra stuff cause it’s been a year of online and algebra has left my brain
And now we got geometry 😭
Alright nice 🙂 Don’t worry about it if you have questions just ask on here or dm me:)
Yeah. Thanks! Really helped my out!
Algs
How does it become 13 is its -? @left citrus
Sorry can you phrase it again?
If your doing 6n-7 how is it positive 13?
Isn’t it 5n-7
I know it’s right just wondering how
If you add n it’s 6n
But why are you adding n
Yeah
This is to get the second part
The KL
KL
So 5n-7 = 5(4)-7 = 13
Help
Wait nvm
Cause if it only equals 25 and I know that the first part is 12 then obviously the rest will be 13
Thanks for the help!!
I appreciate it a lot
No worries
EXERCISES
Justify each step, using commutativity and associativity in proving the
following identities.
1. (a + b) + (c + d) = (a + d) + (b + c)
2. (a + b) + (c + d) = (a + c) + (b + d)
3. (a — b) + (c — d) = (a + c) + ( — b — d)
I'm reading a book and he is asking me to do these exercises. I don't fully understand what "justify each step" means. Am I suppose to play around with commutativity and associativity on the left side until it equals the right side?
Wouldn't he ask me to prove each one then? Later on he says "2. Prove the cancellation law for addition:" so I don't think so
maybe you're right
https://youtu.be/iQ9KKohrD-Y?list=PLMcpDl1Pr-viA25VUkHNmcUkWx9usPgyb&t=1631 this guy tried explaining it
This section covers how to add integers, positive or negative. Rather than tell you how it works,, Serge Lang uses proofs and identities to help you see how it works for yourself. Enjoy!
Support Real Physics by buying the book through this Amazon affiliate link: https://amzn.to/2I5yIHr
Here's my Patreon account if you want to give me money: ht...
but i'm still lost
I set it to the timestamp
yeah you're right
thanks
o
(a + b) + (c + d) = (a + d) + (b + c)
a + (b + (c + d)) assoc.
a + (b + (d + c)) comm.
a + ((b + d) + c) assoc.
a + ((d + b) + c) comm.
a + (d + (b + c)) assoc.
(a + d) + (b + c) assoc.
Like that?
Maybe but unlikely
Alright question?
Alright gimme the question and ill help
thx
Np
waity
i know a math question
wait
nvm
WAIT
got it back
(165 / 817) * 10 = 2.01958384333
@left citrus
Alright
Yes
is the only choice addition?
if its only addition, yes
5+7+11
only addition?
presumably no subtraction, but can i use other operators?
multiplication and division?
closest i see is 24 but idk how to rigorously show if you can or cant get 23
so to be clear the rules are
- we have to use all the numbers, but in no particular order
- the only valid operators are multiplication, division, and addition (and parenthesis)
Is that right?
you said no subtraction, thatll make it much easier
2*((13-11)+7)+5
it was guess and check though, not sure how you are supposed to do those in general
Is there any really good online guide/video/site to learn Calculus?
khan academy, pauls online notes
And Trigonometry?
some curriculums have a class called precalc but its kinda useless anyways
calc doesnt really depend on trig, but you should definitely learn it first anyways
And I assume Differentiation and stuff is a part of Calc, right?
yes
Mhm, I may have forgotten a ton of stuff, so, gotta read thru them again
good idea
ty! will use khanacademy
hey could someone help me out with this 🙏
@glass elm Go to the bottom of the Khan Academy precalculus course page. There's a test. It'll tell you what to study up on. https://www.khanacademy.org/math/precalculus.
ty! will do that
j'ai un traducteur
ce qui signifie que je peux lire et envoyer en français, mais je ne pourrai pas comprendre ce que disent les images
donc si ça marche pour toi, alors oui je parle français
@icy lantern
can someone help w a calc q?
Je n'accepte pas les messages directs, je vais seulement aider ici
je ne suis pas sûr
si vous avez une question maintenant, je peux vous aider à répondre
you can post it
could you take a worse picture?
you get $10 each 3m and 20s how much money do u get in 12 hours
Find the speed i.e the rate at which you earn money and just multiply it by the time
Thats not really the speed
Usually would want a change over a singular amount of time
For example dollar/sec
Dollar/hour
Months, minutes, years
Thats the rate of change
Ok
😦
cool
want me to be entitled
YoU hAvE tO hElP Me
JuSt hElP mE
LiStEn mAn HelP mE
there ya go
it cant change how much the game gives u if its already coded in and i didnt make it :/
je ne peux pas parler francais
could i ping helpers for this 😔
You should repost it since it's been hours ago since you asked that
oh for sure
integer partitions is pretty much impossible without generating function or manually counting
i see hmm
i thought i could come close with bars and stars since it makes sense
the wikipedia article has maths a bit too advacned for me
haha
stars and bars will definitely overcount
yep but it's known to not have a closed form yet for number of partitions of n
ah i see, thank you so much :) much needed assistance

How do divide $\frac{x^2 + 1}{x^2-5x+6}$ by long division?
Samarth
I forgot long division!😅
What level of math/class are you in? That's going to shape how we're going to figure out the answer. Also assuming that these planes are all on a plane, not on an oblong spheroid, like Earth, cuz that would be a radically different answer
its gr 12 calculus
Pearson airport, where is it? If we were to make a map, I guess we would need to figure out some sort of coordinate system, right? Let's just say Pearson is at the origin, 0,0
ok
An airplane flying east at 360 km/hr, can you find an equation that calculates the x coodinate of that plane as a function of time, and an equation that calculates the y coordinate of that plane, as a function of time?
Or rather, function, not equation
HELLOBELLO
figure out how many 3mins and 20 secs there are in 12 hours
from this we can say $$\angle C = \angle P$$ and apply AAA similarity postulate
HELLOBELLO
from there you can use the fact that both triangles are similar to solve the second part
@muted owl
ohh thanks
i had already gotten b and a but thx for the hird
no problem
use the distance
formula
Idk how
ok
wait
here $x_2$ will be the x co-ordinate of the second point (Point P) and $x_1$ will be the x coordinate of the first point (point J). Similarly $y_2$ is the y co-ordinate of the second point (Point P)
HELLOBELLO
you have been given the values of the x and y co ordinates of both points
you just plug them into this formula and you get the distance
@alpine sable
Should I bribe my teacher with $500 to pass me
boy do i have bad news for you
trying to bribe someone with only $500 is much much more likely to just get you reported and expelled
Bro thats more than these teachers make in a month you know
Im paying their yearly salary just like that
I cant be doing all this math its too much
teachers earn about $60,000 a year, your $500 is not that significant
outside of the whole being unethical and probably illegal

What about just studying? Lmao.
wheres ur name
What if I try to fight my teacher like if i win a boxing match i pass
What if you just study instead?
You definitely can study whatever ur missing.
Sorry not you lol
Like I passed geometry Cuz covid cut the year off
Then algebra 2 I cheated online
I barely even know algebra 1 actually like maybe i can do 2 things
How much money should I offer my teacher
I started from algebra one and worked my way thru the whole calc sequence.
Actively refusing to learn things you don't know won't help.
Bro here my issue idk what to study
Idk what anything is called
If I knew what was going on i could maybe get something done
You're struggling with algebra 1 right?
But I'm saying you don't actually know alg 1 specifically.
So that's probably where you should be picking up from?
Maybe but wtf do i even look up
Khan academy works, algebra textbooks work, there are lots of good alg vids on youtube.
Also they doing some math in my physics i think algebra idk what to do there either
physics class
0
There's those solved problem books like the schaums series with tons of worked problems too.
Ok i guess ill try khan academy how long u think it will take
if i tryhard
like I get home at 5 pm every day from school& the gym
and try to sleep by 10
Most algebra one courses last about a semester. But that would include doing hw and stuff.
Have you talked to your professor ro see what options you might have as far as your current course goes?
<@&268886789983436800>
check the deleted chat log
@crimson blade spamming/otherwise trolling
one
two
three
four is in #help-1
and 5 is the one you deleted
i asked my teacher this morning she basically said " pay attention "
But I do pay attention im just so far behind like I dont even know wtf is happenin
Have you mentioned that you are behind?
yes lol
:/
It seems unproductive to stay in a math class above ur lvl
yikes sounds like u got a bad teacher then
Agreed
Ya i msged my counselor but they dont want to reply to me idk why
bribery is still not the solution, but its a hard position
I was joking i dont even got money like that
meirl
but yeah you gotta try to speedrun what you missed if you arent able to drop out
Yeah im just really really really really really lazy
Im hoping i either get moved down to a class i can understand or
not that lazy clearly lol
im making a discord bot rn
Algebra 1 level math is sort of grindy. Like, you have to just do the work/practice.
then i need to sleep coz its 10 pm
but I have a test friday in math I might just be screwed
Do you know how to motivate yourself to be productive/get work done?
for stuff i enjoy doing yes
like the gym i startde that im addicted to it
but for stuff i dont enjoy , i never rlly tried
try enjoying math lmao
............
Establishing habits that allow you to do things you don't enjoy earlier on can be useful.
As far as work type junk goes.
Nobody really likes doing work I suppose.
well let me word it better i HATE math like with a passion
i have a job i dont like it but ill do it and tryhard it
well maybe id like it if i knew what im doing infact i did like it up to 7th grade
Good/bad teachers makes a huge difference.
yea my geometery teacher was good i kind of liked that class
But also mindset on doing work also makes a difference.
i hate algebra thats what i amtrying to say
Learning the subject ahead of time also helps.
^
No matter what you do algebra 1 thru calculus is sort of grindy like that
Algebra in general is a lot deeper than just what you would be seeing in algebra 1.
it just makes me mad they have us learn this stuff when most kids arent ever gonna use it again
You think that now but most things you take for granted probably relate in some way to basic algebra.
to be very honest, learning by yourself is much better than having forced into education system
especially math
ya well i was about to say like even if it is used you can just google it
You can't study basically anything quantitative without running into basic algebra.
Google is gonna be hit or miss.
Not rhat you can'r find what you need.
can someone help me w/ this
lots of indian youtubers are like the universe's blessing
But you'll wind up doing this weird backfillinf of info/knowledge as you go.
symbolab .com is the best site ever
It would be like trying to learn french as you go by googling up all the word definitions and grammar as you needed them.
Rather than just taking a course, reading an intro book on french or something of that nature.
what are you stuck on?
Yah symbolab or wolfram alpha are good tools. I'm not trying to discourage using them lol.
5
from line equation y = 1/2 x + 3 when -4 < x < 6 , you can plot the graph
if you want to find the range, you can see what y values exist along that line
can u give me an example
do you know how to plot the graph y = 1/2 x + 3?
yes
have you done that?
yes
6?
i c
1/2 * 6 + 3 = 6
yep, then you can find what is the possible values of y (range) given the interval of x (domain)
anyone know discord.py
I think they are just asking you to graph/shade the areas between the two curves?
Rather than actually computing the integrals.
So you would start by graphing both the functions given in (i).
Then you would shade the area between the two curves for the portions of the x-axis from -pi to pi.
Sort of like this picture
For when the shape breaks up into two parts they want you to write out the two integrals you would have to compute to find the area.
But not evaluate it.
You can use your picture to help though.
For ex this would be the integral from a to b of f(x)-g(x) if there were also second region from c to d o with g on top instead of f you would just add on the integral from c to d of g(x)-f(x).
So in the first region sine is above cosine right?
(My trig is awful rn lol)
Then yes I believe that is correct.
Provide all those values where sine/cosine cross are correct.
I want to compute the BMI, but the catch is I have the given BMI of 21, and the body mass is n. what is the new formula for it?
come again?
BMI is kg/m^2 right?
But instead of the BMI being the needed answer, it's the body mass that is the needed answer.
I have been given the height and the BMI index of 21, so I want to know what formula needed to compute for the body mass
yes, but im not looking for the BMI, im looking for the body mass
i take it you're unfamiliar enough with algebra that "multiply both sides by h^2 to get m = BMI * h^2" didn't immediately occur to you?
see that's my problem.
i want to do the isolation method, but i dont know what to cancel h^2.
ok thanks
or are you saying you don't know why mh^2/h^2 = m?
i assume you convert it with a radical sign
like the opposite of h to the power of 2 is h square root by 2
actually im looking for the weight of a BMI of 21 whose height is 91 cm.
91 cm? are they a dwarf lol
in any case, no, you don't need any roots here...
height is known
,calc 21 * 0.91^2
Result:
17.3901
here
This is simple but my brain is just kapooting here and I can't figure out how to word it in google correctly:
how can I find the direction vector of a? (I don't really care whether it's a unit vector or whatever, I'm mainly looking for its direction)
i.e given vector 1 and angle, find vector 2's direction (a)
(@ me if you decide to answer ❤️ )
you can try using the dot product formula
a.b = |a||b|cos(theta), theta is the angle b/w a and b.
let the second vector be v = xi + yj = <x,y>
Probability that injury occurs in there park is 0.05. From injured we have taken 10 people at random and it were all men. Fro not injourred we did the same but there were 5 women.
What is the probability that the injury will occur if the person is woman
And just set |b| = 1 (since I don't really care about the magnitude)? sounds like a plan
Ah but how the hell does cos(theta)/a work? Like the vector is in the denominator
What have you tried?
for this question i started off and took Derivative of ((x^2+6)/(3x+4))^5 for x=1
and got
$\frac{5\left(x^2+6\right)^4\left(3x^2+8x−18\right)}{\left(3x+4\right)^6}$
Usman
then found slope = -5/7
the equation of the tangent is going to be
$$y = f'(c)(x - c) + f(c)$$
Usman
y =
Is there anyone that can help me with math homework over dms or call?
at glance that seems ok. What's your issue?
does it seem correct
@kindred crater how are you getting cos(theta)/a? do you know what is a.b? if a=<x1,y1>, b = <x2,y2>, then a.b = x1x2 + y1y2
at glance that seems ok. What's your issue?
if you're worried you can check graphically or something
no issue just wanted to check my work and thanks it should be
y=12/7-5x/7
just wanted to check my work
next time you would do better to post your work right away, just saying
ah, but then I get 2x - sqrt(21)y = 25cos(67.45)=9.59. Does just making x=1 and then solving for y work? (I'm gonna test it out)
for the problem I'm trying to solve, I get this, which looks like the reflected angle != the incoming angle
why and wtf are u playing
anyways this ques
im stuck on last part
why what?
@alpine sable channel busy please move
Sorry
@gaunt magnet sorry, i don't understand what you asked me there
ok nvm i did it $y-\frac{55}{16}=-4(x-\frac{1}{8})$
Usman
Can anyoone verify this -
a car moves at a 100km/h for 50 km
and then 40 kmh for 30 km
i got an hour and 15 mins
I didnt
100km/h for 50km is half an hour
wait i read it wrong
1/2+3/4 = 5/4, which is one hour and 15 minutes, yes
😠
i am supposed to find the volume of this thing (which i assume is a sphere of radius sqrt(2) around a given x_0 right?)
how do i get to this step?
its the first step thats described in the solution and i have no clue how they got there xD
Is this correct???
Ooh thanks
<@&286206848099549185>
ive dug into my script and i think it has something to do with cavalieris principle
but that doesnt really explain neither the integrand nor the boundaries for me
ah i figured it out
ur not supposed to use that ping until 15 minutes after ur question is unanswered #❓how-to-get-help
srry mb
<@&286206848099549185>
currently kinda scratching my head at $2^x(x+2) > 17$, i don't think expanding is gonna help
eis
Rearranging to $2^x(x+5)-5x-22>0$ and solving with a numerical solver gives $ x>2.8973$
farbbohrer
wait u guys ans me?
the answer is there isn't a closed form
how do i write e^30 as an expression as a power of e
Can you send the whole question?
Like do you mean ln x = 30
is there a way to use math, to find out how many times i need to shuffle this, for it to be 100% shuffled. I mean at one point does shuffling it further make no sense? - Each move/shuffle is either, moving a column, one tick up, or down. or a row one tick left or right.
no, there's no point where shuffling it further makes no sense
there's is such a thing as derangement i guess
Yeah, shuffled-ness isn’t a property in itself
You need a definition of what it means to be shuffled
and derangement doesn't make sense as one
you shift all rows exactly by one, that would be derangement, but you wouldn't call it a good shuffle
Remove a common factor and write the expressions as a product.
can someone help me with that?
<@&286206848099549185>
@noble sinew
?
It just means you need to factor out some stuff, doesn't it?
yeah, i didn't manage to do it
In the first one , u can write 15x + 20 as 5×3x+ 5×4 =5(3x+4)
yeah, exactly
yeah thanks 😄
Np
I have 3 questions.
How to solve -
- In an examination, 30% of the candidates failed in English, 35% failed in G.K. and 27% failed in both the subjects. If 310 candidates passed in both, how many candidates appeared in the examination?
- A student was asked to multiply a number by 5/3. He multiplied by 3/5 instead. Find the percentage error in the calculation.
- In an election between 2 candidates, 10% of the voters did not cast their vote. 10% of the votes polled were found invalid. The successful candidate got 54% of the valid votes and won by a majority of 1620 votes. Find the number of voters enrolled on the voters list.
Please help me in these and show me how to solve these. Tomorrow is my exam, so.
Let the number be k. So he got 3k/5 instead of 5k/3. Then the error is just the difference between the two values that is 5k/3 - 3k/5 = X(do teh calculation). So get the error percentage will be (X/intended value) × 100%. Intended value here is 5k/3.
The other two questions involve set theory ig and I am pretty weak at that.
Yo thanks a lot!!!!
I am attempting this one rn.
Thanks!
I got the intended answer from this. Thanks a lot @polar whale .
Channel occupied.
oh shoot sorry
How to solve -
- In an examination, 30% of the candidates failed in English, 35% failed in G.K. and 27% failed in both the subjects. If 310 candidates passed in both, how many candidates appeared in the examination?
- A student was asked to multiply a number by 5/3. He multiplied by 3/5 instead. Find the percentage error in the calculation.
- In an election between 2 candidates, 10% of the voters did not cast their vote. 10% of the votes polled were found invalid. The successful candidate got 54% of the valid votes and won by a majority of 1620 votes. Find the number of voters enrolled on the voters list.
Yes.
i take it you are as yet not familiar enough with the concept of percentages to find these questions trivial?
Great. You've solved it 😒
So like naturally harder.
i have not, rohan
?
i merely copied and pasted the problems themselves
Wait you haven't?
Could someone help me answer this plz
She just copied and pasted my questions.
Okay then I'm still on it then.
Channel occupied.
what does that mean
this channel is occupied, please move to another
there are nine more channels in the questions category
oh my bad im sorry
Np.
senku, which of these three are you stuck on at the moment?
i'm willing to point you in the right direction so long as you present some sort of progress or thoughts
you're completely stuck not knowing where to begin, then?
I tried doing something in last one but it did not work.
okay
I know the answers to the problems but not how to solve them.
so let's bring that question up again and think it through one by one.
No.3
yikes
I tried explaining what I did
don't give out answers mindless potato
And my handwriting is bad
also may i show a non-algebraic, and possibly easier to comprehend, method of solution
Hm
senku, would you be willing to hear me out
Sure.
alright
Alright sounds cool.
there are three pieces of information we are told:
- 10% of the voters did not cast their vote.
- 10% of the votes polled were found invalid.
- The successful candidate got 54% of the valid votes and won by a majority of 1620 votes.
Uhh okay how?
Yes.
so the votes polled only amount to 90% of the total voter population
Mind reading what I sent?
i think i made myself clear in that i would not be paying it much mind for the time being.
Yes.
Understood.
the number of trashed votes is 10% of 90% of the total pop
i.e.
9% of the total pop
Yes.
not 10%
Then 81% left.
81% of the votes were counted.
Okay understood.
The successful candidate got 54% of the valid votes and won by a majority of 1620 votes.
not 4, no.
Right?
8% of the valid vote count make up 1620 votes
So 8% of votes = 1620.
,calc 1620/0.08
Yes.
Result:
20250
Valid.
Result:
25000
25k voters total
Wow





