#help-0
1 messages · Page 64 of 1
alr so
cubes
what do u
know abt them
about their
lengths
and also
how many sides faces does a cube have
the distribution table for this question is putting me off
would the probability of A still be 1/6?
considering the die is not fair?
and b = 0.2?
consider opening your own channel
@ivory sleet 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 problem on this exercice anyone can help me please
I can consider that F_k+2 = F_k+1 + F_k or i must write that with F_n+2 = …. ?
Can I change the letter k to n? 😅
It’s for the first question
F_k+2 = F_k+1 + F_k this holds doesn't matter if the letter is k or n
only for k >= 0 though
Closed by @stable gazelle
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 ! i'd like to find a formula or algorithm that would generate this series of number :
1,2,4,3,5,6,8,7,9,10,12,11,13,14,16,15....
It's basically counting above but every two number the counting is swaped if you get what I mean
I'm very unfamiliar with how to approach those kind of problem
+1,+2,-1,+2,+1,+2,-1,+2,+1,+2,-1
The logic is in that i guess
In code?
if its just a formula use sin
Ye like in python
I want to generate a list of n number following this logic starting from 0
Arithmetic and geometric sequence might do the job
well you could just use that for multiples of 4 this sequence is just the gaussian sum
and then deal with the last numbers if there are any
Well the problem is a want a sequence like this with 13000 numbers
I'm not even sure how to generate sequence ?
Sorry guys math aint my forte but willing to learn
yes
Yes populating a list would be perfect
if you want to generate a list like that then I think recursion is fine
I think enumerate can also be used here
just make some kind of loop, looping over 1,2,3,4,5,...
and then if the number mod 4 is 2, add 1, if the number mod 4 is 3, subtract 1
Oh yea im kind of stupid !
I could actually just create a function that does the +2, -1
etc
Ooh yeah !!
or alternatively make 4 numbers per loop cycle:
4i + 1, 4i+2, 4i+4, 4i+3
start i at 0
oh that's clever too
Im really envious about yall math thinking mindset, wish I'd be able to do this 😄
Ok I think i'll be able to figure it out now, thanks fellas !!
@plucky jungle Has your question been resolved?
Closed by @plucky jungle
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 am asked to find the differential equation of this family (and am told I need to get rid of b to do so):
,tex x^2 + (y-b)^2 = 1 + b^2
Baylen
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
I compile the code you give me by putting it into a template LaTeX document, between \begin{document} and \end{document} commands.
Please don't give me code that belongs outside of there!
See ,help tex for some examples of what I understand.
If you want to modify the template to add packages or your own macros, see ,help preamble.
Baylen
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Whoops
After that, I developed the (y-b)^2 and got rid of the b^2 on both sides, so now I have:
,tex x^2 + y^2 - 2yb = 1
Baylen
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
But I am not sure how to get rid of the b, because if I take the derivate of -2yb, I will still have the b
$x^2 + (y-b)^2 = 1+b^2$
Mr. Gamer
this is the eq?
Yup
differentiate
But won't I still have the b after differentiation?
let me show you
x^2 + y^2 - 2by + b^2 = 1 + b^2
x^2 + y^2 - 2by = 1
y(y-2b) = (1-x^2)
y-2b = (1-x^2)/y
-2b = (1-x^2)/y - y
yeah, it just takes a bit of algebra
but isn't (1-x^2)/y - y going to be a pain in the ass to differentiate?
sometimes you might have to differentiate twice though
to get rid of the b
and that's ok
if we differentiated first without expanding:
we'd get:
2x + 2(y-b)y' = 0
x + (y-b)y' = 0
(y-b)y' = -x
y-b = -x/y'
-b = -x/y' + y
I see so it might even be simpler to differentiate first?
So differentiating at the beginning would give me:
$2xdx +2(y-b)dy=0$
Baylen
sure that works
Baylen
Do I just differentiate again to get rid of the b?
just differentiating again would leave the b in there
ideally get b on one side of the equation first
As in this?:
Don't mind the soul
failed experiment lol
We have b on both sides here I see
yeah i'd honestly go with this one even though it is a bit of a pain to differentiate
To be honest, I have no idea how I'd differentiate that... 😂
-2b = (1-x^2) * 1/y - y
Oh well, didn't see that path lol
Would make sense since the derivatives will end up with their corresponding variable
But do I differentiate the -2b with respect to y or x?
it becomes 0
and honestly i prefer using y' until the final step so you don't have to worry about what variable to differentiate wrt
I didn't know I could do that
Makes it a whole lot easier
When I differentiate the product I get two different terms through the product rule but do I stick a y' after each term or do I put a parenthesis around both and put the y' outside?
After differentiation I end up with:
$0=(\frac{-2xy-1+x^2}{y^2})\frac{dy}{dx}-y$
Baylen
Then I flip it over:
$-\frac{y^3}{2xy+1-x^2}=\frac{dy}{dx}$
Baylen
Baylen
@lament aspen Has your question been resolved?
= 0
0 = (x^2 - 1)y'/y^2 - y' - 2x/y
multiply through by y^2:
0 = (x^2-1)y' - y^2y' - 2xy
2xy = y'(x^2-1-y^2)
y' = 2xy/(x^2-1-y^2)
y' = -2xy/(1-x^2+y^2)
@lament aspen
Let's gooo, I just got it too
A whole lot of mistakes and restarting but I got there
@lament aspen Has your question been resolved?
Closed by @lament aspen
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, how does the exercices goes from this: to this:
Factor out 5^x and subtract 5^3
what has happened to the 5^x that like disapears?
It's still there. After the bracket
and the first one?
Let's say 5^x = u
okey
-25u
Very good
that is the same as -5^3?
No, it's the same as (5-30) * 5^x
okey
Because 5-30 = -25
I got it, thanks, but one more thing sorry
Yes?
5^x=5 -> x=1
what is the algebra for this?
Do you know log?
Yes
so much thanks 🙂
You're welcome
.close
Closed by @mighty fulcrum
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
help plz
Am I along right lines?
@steady basin Has your question been resolved?
The negation of "For all x S(x) is true" is "For some x S(x) is false"
So you need to express the statement "Some nonempty subsets of the natural numbers don't have a smallest element"
is the question asking me to write down both P and the negation of P?
Hmm, well I'm not sure so I'd write both lol
is S(x) same as A in this case?
Would this be it for p
Ugh just forget the x and S
You've declared the variable but not the statement
How'd you write "has a smallest element?"
yh thats wat im unsure about
Try rephrasing "has a smallest element"
Not necessary to refer to some function for a set
element which is the smallest?
If a set has a smallest element, it means that there exists an element in that set which is smaller than or equal to all of the elements in that set
right
That'll be easier to express with quantifiers
icl im stuck on what i need to write now
could u show me how the final answer looks and then we can go through it together?
so i understand
@steady basin 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 have dy/dx = (1 +t^-1)/(1-t^-1)
but my textbook says its (t+1)/(t-1)
its not obvious to me if these are equivalent
or did I do something wrong
multiply numerator & denominator by t
$$\frac{1+\frac{1}{t}}{1-\frac{1}{t}}=\frac{\frac{t+1}{t}}{\frac{t-1}{t}}=$$
$$=\frac{t+1}{t} \cdot \frac{t}{t-1}=\frac{t+1}{t-1}$$
Modus
Oh alright I see
@last rampart Has your question been resolved?
TB says the second derivative is -2t/(t-1)^3
but I only got -2/(t-1)^3
cause d(dy/dx)/dt = -2/(t-1)^2 and dx dt = t-1
so how is -2/(t-1)^2 *1/(t-1) = -2t/(t-1)^3
@sudden hinge
The tb has a misprint your answer is correct
ok cool thanks, had me stuck scratching my head here for no reason
@last rampart 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 genuinely don't understand how to solve a problem like this
Like i dont know how it's possible
@alpine sable Has your question been resolved?
@alpine sable Has your question been resolved?
<@&286206848099549185>
Use the Newton equations
I tried
Its like i dont have enough to solve it
Oh wait
I just got 1.95deg
🤔
Damn im dumb
Lmao
Yeah i think i just erased my right answer before because 1.95degrees seemed ridiculous
But i just realized 120m/s going at a 100m target doesn't take much of an angle
.close
Closed by @wary hornet
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I know that you can use mass point geometry to solve this, but the numbers are weird and not working
@round zealot Has your question been resolved?
<@&286206848099549185>
@round zealot Has your question been resolved?
@round zealot Has your question been resolved?
@round zealot Has your question been resolved?
Closed by @round zealot
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Need help with factoring a polynomial
2x^2-10x+8
Yes
The app i use it says this isnt the answer instead its 2(x-1)(x-4)????
ye the app
is right
so
hm
alr
to make it
easier
for urself
first
when u see
the polynomial
the have
a common factor
right
it’s 2
Yes
so
to
make it easier
factor it out
so u work
with smaller
numbers
so u get
$2(x^2 -5x +4)$
Springsskateboard
now
don’t wry abt that 2
focus
on what’s inside
the bracket
what are 2 numbers
that add up
Howd u get the -5??
to -5
well
And 4
-10x divided by 2
and 8 divided by 2
rmb
we
factored out
2
from the entire
polynomial
Ahh yes
Why do u need to facyor the 2 out btw and when can i do that
alr so
we don’t NEED to
yk
but
it’ll make it
easier
esp
if
ure working with
much bigger numbers
in those cases
we’d usually
Ahhh
ah then nvm
so
ye
it makes it easier
cuz
we’ll work with
smaller numbers
Okayy
$2(x^2 -5x+4)$
Springsskateboard
this
is what we have now
ye
so
think of two numbers
that add up to -5
and multiply to give +4
2 and 3?
Nvm
1 and 5?
Idkk:((
Ahh
Yes
4
Yess i got it now
Springsskateboard
nice
Thank uu so much omg
npnp
Heyy i forgot to ask
Can u also do the same for a coefficient 3?
Like take it out
@karmic solstice
Sorry to @ need ur help
alr so
nah issokay
idm
so
we can only
factor out
a number
if every term
is divisible
by it
and gives u whole number
ykwim
so just now
we had ur qn
look at
the first term
2x^2
is the coefficient
which is 2
divisible by 3
2*
Ohhh so lets say if the other 2 teerms in a trinomial is divisible by 3 we can do the same as what u just did?
Thank you so much
npnp
@fathom horizon 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.
Help
My question is
This and I have my work
Where did I do wrong??
ANYONE?
BROOOOOO
x = 0, y² = 1/d ? y = 0, x² = 1/d ?
Don't those points comply as well?
... of course x = 0, y = 0 would not give you the min.
Then what will???
...
Oh
...........
Then what should be the answer sry I have 1 min left
.............
Like last min sorry
shouldn't you check these points as well?
I did but idk the answer still
I tried
And got -4
But that's not the answer also
Ok could you just tell me the answer
I just don't get it
I can't tell the answer (#rules ) but you really would've got your answer if you tried those points
no.. of course not lol.
f(x, y) will always be positive since x² and y² are always > 0
If you'd tried (x, y) = (1/d², 0), d = 1, f(1, 0) = 2 should give you the minimum
@tacit dirge 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.
any idea how i can solve this ?
@rustic crest 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.
ok so im not good at math but i was wondering why does a triangle have 180 degrees but a circle has 360 when they both close at the same point?
aye aye
wassup
so
hm
what’s ur qn exactly?
why a triangle
angles add up to
180?
sry its not clear
no sry i type slow
ohh alr
nah
take ur time
np
also I don’t get
what u mean
by “close at the same point”
sry i mean like if u have point "a" its on the circumfrence of a circle and is a point on a triangle
it closes at the same point
is that any better?
its fine im not great with words
ok imagine u have point "a" on the circumference of a circle. Point "a" is also a vertex on a triangle. Why is Point "a" to Point "a" on a circle 360 degrees but on a triangle only 180 degrees.
yeah i think
A point doesn’t have an angle tho
Hola anyone fan of billy joel is from east coast dm me or @ me?
Closed by @fiery hazel
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'm stuck on these two questions
I just want to know how to solve them
do i use b^2-4ac
@misty kayak 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.
Closed by @graceful echo
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.
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.
suppose we have 15 boy and 10 girl . we wont to make pairs 1 boy and 1 girl. how many ways we can pair them ?
my thought is that if there were 10 boy and 10 girl the answer would be 10 !
and not we have to calculate
how many ways we can choose 10 boy from 15 and order does not matter
and multiply that number by 10!
Is this correct ?
@stable grotto Has your question been resolved?
.close
Closed by @stable grotto
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.
DC1194A: 3.3V @ 200mA, 4.5 ~ 36V in, Inductor On-Chip ; how it's used "@" here ? I mean I can guess that 200mA is the max output, but it's the first time seeing this notation
it's used as the english word "at" i assume
@alpine sable Has your question been resolved?
Closed by @ionic abyss
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.
Closed due to the original message being deleted
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Any one know what is going on??
$f(9) = 81$
秋水
?
substitute 9 in x for ur f(x) and that should be =81
Ah okay thank you
That's all I need
.close
Closed by @waxen 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.
Hello
I have a rather simple doubt: When a circle touches all 4 sides of a parallelogram, what shape is the parallelogram? The answer is Rhombus but there's square in the options as well. If the paralleogram can be a rhombus then why not a square?
Ik the answer is Rhombus from 4 sources but none of them ever explain why it can't be Square
please ping
@frail lantern squares are included in the definition of a rhombus
because it just needs equal angles and sides
So, you're suggesting square is an acceptable answer?
nah, Rhombus is correct
but like a square is in its category
but.. you can’t say it just makes a square
because it also makes this kind of rhombus
Oh I see yeah, I shoudln't go into the specifics, Im supposed to mark the most appropriate answer
the most general answer
yeah
gotchu gotchu
That's all then, been bothering me for a hot minute
Thanks a lot
take care ❤️
++done
-done
.done
no problem
whats the code lol
it’s .close lol
Closed by @frail lantern
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can someone please help me with my homework with the solving too
do you guys help in homeworks?
yes, but in other channels
this one is occupied
okk
I litteraly hate math omg I hate online class fr
Do you know what the quadratic formula is?
Gurl I have no idea
I hate math too, I strongly recommend getting better at it if you wanna win at life though
Closed by @quick anvil
Use .reopen if this was a mistake.
Fair play
$x_{1, 2} = \frac{-b\pm\sqrt{b^2 - 4ac}}{2a}$
help
thanks
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.
R my answers correct
@steady basin Has your question been resolved?
seems alright
only one im unsure on would be f) cause idk if those events would necessarily be independent
actually it should be fine
cause every one with one coin gold and silver has at least one gold
so seems good
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.
hihi
stuck on…all of this
okay so lets start with the first one
do you know some log properties that could simplify this equation?
What is $\log{(a^m)}$
Pure
Do you know this formula $\log{ab} = \log a + \log b$
Pure
So $\log{(a^m)} = \log{(a \cdot a \cdot a \cdot … \cdot a)}$ m times
Pure
No no wait
simply this?
Yes
Using this
if would be log (2048^x) = log (4^x)
fhat doesnt seem right
how about log (4^x) = log 2048 x times
[\log{(a \cdot a \cdot a \cdot … \cdot a)} = \underbrace{\log a + \log a + … + \log a}_\text{m times} ]
Pure
$=m\log a$
Pure
or x log 4
Yes
so that’s all i need to write?
$4^x = 2048 \implies x=\frac{\ln 4}{\ln {2048}}$
Pure
You can use any log
so ln would replace log
in this context
$4^x = 2048 \implies x=\log_4 2048$
Pure
Here I accidentally flipped the fraction
What do you think
so it has to be bigger than 0
and for everything but the last two, i would say yes
wait no
sorry
um
so 2 for x-2=0
so the first two are invalid
right
x-2 is not relevant here
I think that was specific to the question
Let’s think about it logically
$\log_2 (e)$
Pure
Pure
Is this possible?
no
Why not
Result:
2.2548008242908
2^m can be anything as long as it’s positive
So there’s definitely a solution to 2^m = e
Okay so what about the second one
i think that it is valid
because e raised to a power could be two..but
then again no
because its 2.17
Well
and nothing raised to a power from 2.17 can be =2
You can raise it to negative power
,calc e^-1
Result:
0.36787944117144
Yeah
How?
,calc 1^28188372
Result:
1
Yeah
Log of negative base not not defined
nothing times 10 =1?
unless
no
its no
for part 4 of 2
and yes for part 5 because -1 times negative 36 = 36
oh
It’s -1 to the power of something = 36
Pure
It’s asking $10^m = 1$
Pure
Can you find such m
What about $10^0$
Pure
Ye
um last part of 2
36 to the power of something
=-1
its not valid
cant find anything
Correct
how do u come up with the numbers
You can’t raise a number to some power and get a negative number
like i didnt think of 0
This uses some of the log properties
No no no
Pure
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
Use the first law first
lol like 3log 2 (a)+ 4 log(b)= 7 log2(ab)
No
That’s not how it works
You can only use the laws when there’s number in front of log
You need to use the first law I sent to simplify the logs first
Yes
Do the same for the other ones
Then apply the addition and substraction laws
Yes
@shell iron Has your question been resolved?
@shell iron Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
<@&268886789983436800>
.close
Closed by @night geyser
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.
hihi sorry
i reesponded so late but no i didnt finish it
its my pre work - like the work i bring to class its considerd as homework, but also 'prep" so not the exam
im still confused on number 3
i solved for each log, but what ould the last step be? to combine them?
.close
Closed by @shell iron
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.
if U(n+1)=2/3U(n)-n-8/3, and U(0)=2;
for V(n)=U(n)+an-1;
how much does a has to be for this serie to be geometrique
Can u use latex or an img of the problem would be good.
K
Closed by @bronze pilot
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 use sin, tan, to find x? Does my exact value triangles help or
the idea is not to explicitly find x
you are told x is acute, drawing your triangle will tell you all the trig ratios you need for this question
oh okay
okay i think i know what to do
ive got my, sinx, and sin60, and now to do sin(x+60) i'm at 24/25+root3/2
do i make the denominators the same and then add them?
ugh show work
ok
looks like you did some illegal stuff
aw man
$\sin(a+b)\neq \sin(a) + \sin(b)$
ℝamonov
oh wait yeah, the formulas much longer
ill do it again, but with the proper formula
does it matter what i make my a, and b? like can they be interchangable
such as, x=a 60=b, or does it need to be 60=a x=b
got it
thanks!
.close
Closed by @desert drum
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
Hi
Hi
i like math
Oh nice
like algebra
?
btw im in 6 grade
Me too
What is this?
Where are u from
Norway
In which school you study
@lavish surge 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'm confused about how to use the "execute" command in geogebra. Especially where I should open and close the quotation mark. I found a couple of examples on the internet.
Execute(Sequence("C"+i+"=Circle((4 random(), 4 random()), RandomUniform(0.2, 1))", i, 1, 10))
.In this example, when I try to replace the diameter with an element of a list or the i itself, the program does not run.
like this.
Execute(Sequence("C"+i+"=Circle((4 random(), 4 random()), Element(l1,i))", i, 1, 10))
Execute(Sequence("C"+i+"=Circle((4 random(), 4 random()), i)", i, 1, 10))
where is the problem?
@smoky perch Has your question been resolved?
<@&286206848099549185>
I think you may be better off using the Zip command.
Are you trying to create 10 random circles?
@smoky perch
I want to generate random circles whose red color component is equal to its radius.
Ok?
but its not my final goal
my main task is different and i want to learn to use execute command for this task
Try making three lists of random numbers for x, y, and r.
You should then be able to use the Zip command like so
Zip( Circle( (a,b),c), a, x_list, b, y_list, c, r_list)
As far as setting the color, you will likely need to use Javascript.
okey
ım gonna use that
thanks
.close
Closed by @smoky perch
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.
Yo I'm confused on how to calculate this quick without using a calculator
group the 10^x terms, then cancel with the denominator appropriately
converting 0.25 to the fraction 1/4 helps
Closed by @real idol
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
$$
|{X:X \in P(B),|X|=6}|=28 \text{ find |B|}
$$
$$
\text{ let a1,a2... be elements of P(B), suppose we are constructing P(B), first step: include a1 or not, second step: include a2 or not, etc...}
$$
$$
\text{chossing 6 times to include the item yields 28 sets thus}
$$
$$
|B|=C\binom{2^n}{6}=28 \text{ whatever it is}
$$
Zermelon
it this proof rigorous ?
@alpine sable Has your question been resolved?
@alpine sable Has your question been resolved?
@alpine sable Has your question been resolved?
@alpine sable Has your question been resolved?
hello
Hey Im not in highschool but i wanna try understanding and try to learn calculus, can someone mind showing me the steps on how to do it?
@alpine sable Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how can the sum $\sum_{k=1}^{n}\frac{1}{k(k+1)(k+2)}$ evaluated? I tried something like partial fraction then cancelling out some terms as I was suspecting it was a telescoping series, but stuck right now
임도현
What do you get after partial fraction
i got $\frac{1}{2k} - \frac{1}{k+1} + \frac{1}{2k+4}$
임도현
i'm gay kkkkk
uhm may i see it
Let me write it on paper
thank you owo
Lots of integrating and multiplying by x to shift the index of the power series
@bright void
We start with a known series (geometric)
Then we can do all the calculus we want to both sides of the equation to make the series match up with the desired summation
Then we can just let x = 1
We end up with:
$\int (x (\int (\frac{\int f_n(x) dx}{x^2} dx) dx$
Mr. Gamer
Now the problem reduces to integration