#help-23

1 messages · Page 149 of 1

serene quest
#

please

dapper venture
#

either use product rule or expand it

serene quest
dapper venture
#

bro your brackets

serene quest
#

I'm sorry for not using brackets, I was in a hurry.

dapper venture
#

the rest seems correct

serene quest
#

I need you to help me solve it and explain to me step by step what comes after what I did

dapper venture
#

expand the brackets and combine the powers

analog burrow
dapper venture
#

what help do you need

analog burrow
#

6x²(√x +8x)

serene quest
analog burrow
#

Once that is done you could expand the brackets, and simply the terms

serene quest
#

I know

#

so

safe radishBOT
#

@serene quest Has your question been resolved?

safe radishBOT
#

@serene quest Has your question been resolved?

safe radishBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

lean otter
#

might be an odd question, but anyone mind explaining to me how the standard method of conversion from base-r to binary works exactly?

lean otter
#

you got your number x in decimal, divide it by r, then you can check if that division results in a remainder or not

peak estuary
#

imagine what those same steps would do if your number was already written in base r

lean otter
#

I can understand the computation, but why does this work?

peak estuary
#

the last digit in base r is precisely the remainder after division by r

#

if you have $(a_2 a_1 a_0)_r$ in base $r$, that means $a_2 r^2 + a_1 r + a_0 = r(a_2 r + a_1) + a_0$. so $a_0$ is the remainder

flat frigateBOT
#

Denascite

lean otter
#

OH

#

Oh wow this makes so much sense, never thought of it this way

#

thank you!! that's so intuitive

peak estuary
#

youre welcome

lean otter
#

.close

safe radishBOT
#
Channel closed

Closed by @uneven oyster

Use .reopen if this was a mistake.

#
Available help channel!

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.

cunning shard
#

I recently watched a video, which was about repeating decimal in the decimal expansion of reciprocal of primes

cunning shard
#

when divding using the standard long division way, for some p, the remainders we can get are from 0 to p-1, if some point we visit a remainder which we have seen before we get into a loop and the repeated decimal is obtained

#

The worst case scenario is we use get all of p-1 remainders. In that video they mention this happens if it’s primitive root or something

#

how is it connected with the notion of primitive root of integers?

peak estuary
#

pick some p

cunning shard
#

say p=7

peak estuary
#

and then on one hand do the long division, and on the other calculate the powers 10^n mod p

cunning shard
#

If 10 is a primitive root, then it visits all of p-1 integers mod p

peak estuary
#

yes but you have to see how it relates to the long division

safe radishBOT
#

@cunning shard Has your question been resolved?

cunning shard
#

sure let me try

safe radishBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

frigid locust
#

quick question is this correct?
$$u=(logx)^{(sinx)}$$
$$logu=(logx)\cdot(sinx)$$

flat frigateBOT
#

JustToPro

frigid locust
#

<@&286206848099549185>

#

oh wait there is supposed to be another log there

#

$$u=(logx)^{(sinx)}$$
$$logu=(sinx)\cdot(log)(logx)$$

flat frigateBOT
#

JustToPro

tacit idol
#

ya

frigid locust
#

ok ty

#

.close

safe radishBOT
#
Channel closed

Closed by @frigid locust

Use .reopen if this was a mistake.

#
Available help channel!

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.

dreamy copper
#

need help with this one

safe radishBOT
dreamy copper
#

i) and ii)

desert juniper
#

draw the polygon

dreamy copper
#

and?

safe radishBOT
#

@dreamy copper Has your question been resolved?

#
Channel closed

Closed by @dreamy copper

Use .reopen if this was a mistake.

#
Available help channel!

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.

vapid epoch
#

help with equation check function 2nd degree equation

stray socket
#

Post it

vapid epoch
#

sure

#

1 minute

#

find the canonic form of f(x) = 2x^2 -16x + 24

#

a(x- alpha)^2 + beta

#

a = 2

#

b = (-16)

#

c = 24

stray socket
#

Mmhm

vapid epoch
#

Alpha =-b/2a

stray socket
#

Yup

vapid epoch
#

= 16/2*2

#

= 4

stray socket
#

Yup

vapid epoch
#

1 min

#

beta = -delta/4a

#

=-(b^2-4ac)/4a

#

= -(-16^2* 4 * 24)/4*2

#

=-(256-192)/8

#

=-64/8

#

=(-8)

#

@stray socket

stray socket
#

Yes

#

Although to make your life easier

vapid epoch
#

yes?

stray socket
#

β = f(α)

vapid epoch
#

a(x- alpha)^2 + beta = 2(x-4)^2+ (-8)

vapid epoch
stray socket
#

Just plug α into f(x) to find β

vapid epoch
#

Is this canonic formula?

#

or what thing?

stray socket
#

I mean, canonic form is the same as vertex form

vapid epoch
#

yes i think

#

but this hasnt been mensioned by the teacher

#

let me check tmr

stray socket
#

Okay well the vertex form of a parabola who has vertex, (h,k), is just f(x) = a(x-h)^2 + k

#

which is nice because f(h) = k

vapid epoch
#

ohhh yeah

stray socket
#

Just let h = α and k = β and you get whatever your teacher gave you

vapid epoch
#

okkk lemme check

#

yeahh

#

truee

#

its in my note book

stray socket
#

So instead of having to go through that formula for β, just plug α into f(x)

vapid epoch
#

also do you know about variation tables

#

yeah

#

f(of alpha)= beta

stray socket
#

Haven't heard of them but if you show me them, I might know

stray socket
vapid epoch
#

a(x- alpha)^2 + beta = a(alpha- alpha)^2 + beta

vapid epoch
stray socket
#

No difference

#

β = f(α)

#

That's all it is

vapid epoch
#

alrightaa

stray socket
vapid epoch
#

so a is also equal to alpha

stray socket
#

α

#

$\alpha$

flat frigateBOT
#

Umbraleviathan

stray socket
#

That's not an "a"

vapid epoch
#

yes so this

#

β = f(alpha)

stray socket
#

Yeah

vapid epoch
#

great i was saying that

stray socket
#

Mmhm

vapid epoch
#

1 min

#

do you speak french by any chance?

stray socket
#

No

#

I can get someone that speaks French for you

#

If she's online

vapid epoch
#

sure but you can also help 😄

#

so do you know about this?

stray socket
#

Looks like a function behavior chart

#

I mean I understand it

vapid epoch
#

this is the one sorry

#

now does this make sense?

stray socket
#

Those are just possibilities for parabolas

#

I get what they're trying to show

vapid epoch
#

Si a>0, la parabole est tournée vers le haut.
• Si a<0, la parabole est tournée vers le bas.

#

If a>0, the parabola faces upwards.
• If a<0, the parabola is turned downwards.

stray socket
#

Yeah so if a > 0, the parabola is concave up (opens up)

If a < 0, the parabola is concave down (opens down)

vapid epoch
#

so now

#

the question says

#

show for all reels x, f(x)= or > than -8

#

using the variation table

#

how would you do it?

stray socket
#

Okay so you know that (α,β) = (4, -8) is the vertex of the parabola

#

And you know a = 2 > 0

#

So is f(x) opening up, or opening down?

vapid epoch
#

can u show me using the variation table thing?

stray socket
#

I'll give you an example

vapid epoch
#

its opening up

#

since its greater than 0

stray socket
#

And so you'd plot (4, -8) on the variation table

#

And then you would have an arrow pointing down to that point, and an arrow pointing up away from that point

#

So

vapid epoch
#

let me try to make one right now

#

and then

#

howdo i do the graphic

stray socket
#

a > 0 since a = 2

#

not a < 0

#

also wrong way

stray socket
stray socket
#

But make it like bowed out

vapid epoch
stray socket
vapid epoch
stray socket
# stray socket

Look up here for example. Note how I kinda followed the lines, but bowed it out

#

That's an example though, not for this f(x)

vapid epoch
vapid epoch
stray socket
#

I mean idk how else to explain it, I already did and showed you an example

#

Just trace the arrows, but bow them out a bit

#

Like a cup

#

Or the letter U

vapid epoch
#

yeahh

#

now it says

#

what can we say about the function f

vapid epoch
stray socket
#

Lemme graph f(x) for you

#

,w graph 2x^2 - 16x + 24

flat frigateBOT
stray socket
#

What does it look like

#

What's the minimum point?

#

Is there a maximum?

#

Opening up or down?

#

That's what they want

vapid epoch
#

-8?

stray socket
#

Like describe it

#

-8 is the minimum, yes

vapid epoch
#

14 is the maxium?

stray socket
#

No

#

There's no maximum

#

The graph is just cut off

#

But if you think of x for all reals, there's no maximum

#

It'll just keep growing

vapid epoch
#

and how can i explain both the variation table with this

stray socket
#

You just state it

vapid epoch
#

how can i say it for example?

#

@thin bridge seee this is what i was talking about

#

@stray socket

#

hmmm okkk

#

<@&286206848099549185>

#

.close

safe radishBOT
#
Channel closed

Closed by @vapid epoch

Use .reopen if this was a mistake.

vapid epoch
#

.close

#

.reopen

safe radishBOT
#

vapid epoch
#

.close

safe radishBOT
#
Channel closed

Closed by @vapid epoch

Use .reopen if this was a mistake.

#
Available help channel!

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.

severe moon
#

can someone help with this one pls

safe radishBOT
severe moon
#

pls

#

<@&286206848099549185>

lunar rampart
#

like

#

label BAC as alpha

#

ABC as 3/2 alpha

#

label DAC as phi

#

DAB as 2 phi

#

ok for ease of typing, alpha = å, phi = ø

#

2ø + ø = å = 3ø

#

sub in ABC so you have ABC and CAB in terms of å

#

we know ABC + CAB + ACB = 180 so you get ACB in terms of å

#

similarly by knowing sum of angles is 180, you can find the angle CDA and ADB in terms of å by considering the two triangles seperately

#

now you have all the angles

#

hmm

#

i need a pen and paper bro my head is sm where else

severe moon
#

k

#

can u name them with english variables pls, to make things a bit more easier.

#

english letters

lunar rampart
#

ran out of letters

#

i alr started before u said that

lunar rampart
# lunar rampart label BAC as alpha

basically doing this and finding every angle in terms of alpha and phi reveals that triangle CAD and triangle ACB are similar (have the same angles)
@severe moon

severe moon
#

did u use trig

#

can u explain what u did pls

#

i'm in 3rd year in secondary school(9th grade)

safe radishBOT
#

@severe moon Has your question been resolved?

lunar rampart
lunar rampart
#

each relationship is between two angles

#

i represented one of the angles with a vairable and the other in terms of that variable

#

does this make sense?

#

now i have all 4 angles in terms of some variable

#

now in the diagram you can see that DAC + DAB = BAC

#

so i wrote that using the variables

lunar rampart
# lunar rampart

now i have a relationship between the two variables i can substitute into any of these

#

so i can get all of these angles in terms of either variable

#

now i know the angles in a triangle add up to 180

#

and theres 2 small triangles inside 1 big triangle so i use that theory to find every angle in terms of the variables

severe moon
lunar rampart
#

then i notices that angle CAB = CDA, and angle CBA = CAD, meaning triangle CAD and triangle DAB are similar (the same triangle but upscaled/downscaled)

#

so i know that all the side lenght are multiples of eachother (respecively), but i dont know by what factor so i call the factor k

#

ignore the (k E N)

#

so b = ek
a = b
k
c = d*k

#

i find k in terms of a and b and sub in the other two equations

#

and get e and d in terms of b, c and a

#

makes sense?

severe moon
#

but if u cross check it will u get the correct ans

#

?

#

.close

safe radishBOT
#
Channel closed

Closed by @severe moon

Use .reopen if this was a mistake.

safe radishBOT
#
Available help channel!

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.

mortal sandal
#

Let it be at height h and calculate the increase in length

#

The string should make 2 tangent lines touching the earth

#

Ye

#

So just length of the tangent lines - length of the original arcs they would be instead

#

nah that's how I first pictured it too

safe radishBOT
#
Channel closed

Closed by @lean skiff

Use .reopen if this was a mistake.

#
Available help channel!

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.

leaden scaffold
#

Could someone help with this problem?

safe radishBOT
#

@leaden scaffold Has your question been resolved?

safe radishBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

lean otter
#

.help

safe radishBOT
#

Commands:
clopen: .close, .reopen, .solved, .unsolved
consensus: .poll
factoids: .tag
help: .help

Type .help <command name> for more info on a command.

lean otter
#

.help solve

safe radishBOT
#

No command called "solve" found.

lean otter
#

.solved

urban eagle
#

For Q3 is I_0 e?

safe radishBOT
urban eagle
mortal sandal
#

No, show work

#

For both of you

urban eagle
mortal sandal
#

Click on the link and read the text

urban eagle
#

What I do wrong

mortal sandal
#

Posted in an active channel

urban eagle
#

It wasn’t active

#

It was available

mortal sandal
#

Wait wtf

#

ok that's bizarre but I guess it was

#

in that case just post the work you did

urban eagle
#

Why would it not just be e
Cause wouldn’t the integral be timesed by 0 so it’s just e

mortal sandal
#

wym the integral is timesed by 0

#

it shouldn't be

#

oh

urban eagle
#

I_n = e - nI_(n-1)
If n = 0

#

then that integral is gone

#

I_0 = e

mortal sandal
#

Right but the recursive formula doesn't work for n=0

#

It starts at n=1

urban eagle
#

Oh

#

Ffs

#

Ty

mortal sandal
#

,w integral from 0 to 1 of x^-1*e^x

#

This is why

mortal sandal
#

This is "I_-1"

#

np

urban eagle
#

.close

safe radishBOT
#
Channel closed

Closed by @urban eagle

Use .reopen if this was a mistake.

#
Available help channel!

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.

cerulean tusk
#

Does fg(x) mean multiplying the functions?

lean otter
#

think of it as f(g(x))

so g(x) is thought of as something plugged into f(x)

cerulean tusk
#

Ahhh ok let me try that

#

Is differentiating with respect to x just normal differentiation? @lean otter

#

Or is it the other way around?

safe radishBOT
#

@cerulean tusk Has your question been resolved?

#
Channel closed

Closed by @cerulean tusk

Use .reopen if this was a mistake.

#
Available help channel!

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.

vagrant oar
#

Can someone help me with this word problem? What I was thinking was, the base of the triangle is 2 feet so the bottom is 2 feet and the height is 3. So, 2x3/2 = 3. So the area of the triangle is 3. Then I multiply that times each height. I am not sure if I am doing that right and the wording makes it confusing:

Mrs. Brown wants the class to make some concrete forms that she can use as plant stands in the yard. The forms have a triangular base that measures 2 feet with a height of 3 feet. She wants three forms: one is 24 inches tall, the second is 36 inches tall, and the third is 48 inches tall. What is the volume of each?

safe radishBOT
#

@vagrant oar Has your question been resolved?

vagrant oar
#

<@&286206848099549185>

vagrant oar
#

.close

safe radishBOT
#
Channel closed

Closed by @vagrant oar

Use .reopen if this was a mistake.

#
Available help channel!

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.

tight hound
#

ok im really not sure how to approach this one: find (2x + 3y) dot (x-4y) exactly if |x| = 3, |y| = 4, and the angle between x and y is 30

plucky elk
#

you use your previous formula

#

and another equation that relates angle between vectors with their dot product

tight hound
#

when do the magnitudes come in?

plucky elk
#

it has magnitude in there

tight hound
#

ok ty i will give it a shot

#

.close

safe radishBOT
#
Channel closed

Closed by @tight hound

Use .reopen if this was a mistake.

#
Available help channel!

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.

urban eagle
#

With reduction formulae if you have an integral I_n and it’s equal to
I_n = … + nI_(n-2)

urban eagle
#

Do I start at I_2
?

plucky elk
#

!original

safe radishBOT
#

Please show the original problem, exactly as it was stated to you. A picture or screenshot is best.

If the original problem is not in English, then post it anyway! The additional context might still help helpers help you. Do your best to translate.

plucky elk
#

and

#

!show

safe radishBOT
#

Show your work, and if possible, explain where you are stuck.

urban eagle
plucky elk
#

yea n >= 2.

#

annoying they don't tell you that

safe radishBOT
#

@urban eagle Has your question been resolved?

#
Channel closed

Closed by @urban eagle

Use .reopen if this was a mistake.

#
Available help channel!

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.

plain hedge
#

I really wish I understood what I did wrong

plain hedge
#

I gotten to the point where I checked with chat gpt 4 and nd came to the same answer as I did

#

wait on sec let me update it

safe radishBOT
#

@plain hedge Has your question been resolved?

#
Channel closed

Closed by @plain hedge

Use .reopen if this was a mistake.

plain hedge
#

I did the operations right just got the solution wrong

safe radishBOT
#
Available help channel!

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.

urban eagle
#

For Q12b

safe radishBOT
urban eagle
#

Is this correct? Cause I end up with tanx but then tan pi/2

#

Ignore

#

Maybe

#

I think ik what I did wrong

little mesa
#

$2I_2=1I_0$

flat frigateBOT
#

chlamydia

urban eagle
#

Should I just integrate (cosx)^2

little mesa
#

you can

urban eagle
#

Oh

urban eagle
#

What I did wrong

#

@little mesa what would I do for part c

little mesa
#

$I_{2n}=\frac{\pi(2n)!}{2^{n+1}(n!)^2}$

flat frigateBOT
#

chlamydia

little mesa
#

how much have you done

urban eagle
#

None 💀

little mesa
#

you know how to prove by induction right?

#

just go through how you would normally

urban eagle
#

Like prove true for n = 2
Assume true for n
Then whatever?

little mesa
#

do n=0

urban eagle
#

I only learnt how to do proof by induction for certain things like matrices, series, inequalities, and divisibility
Idk how it’d work for this

little mesa
#

it's a bit similar to series

urban eagle
#

Ok so I proved true for n = 0
I then assumed true for n = k
How do I now prove true for n = k+1

little mesa
#

$nI_n=(n-1)I_{n-2}\implies(2k+2)I_{2k+2}=(2k+1)I_{2k}$ innit

flat frigateBOT
#

chlamydia

urban eagle
#

Ohhh

#

Ok ty

safe radishBOT
#

@urban eagle Has your question been resolved?

#
Channel closed

Closed by @urban eagle

Use .reopen if this was a mistake.

#
Available help channel!

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.

signal cove
#

hello

safe radishBOT
signal cove
safe radishBOT
#

@signal cove Has your question been resolved?

safe radishBOT
#

@signal cove Has your question been resolved?

safe radishBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

Send your question here to claim the channel.

Remember:
Ask your math question in a clear, concise manner.
Show your work, and if possible, explain where you are stuck.
After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!

Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.

toxic bone
safe radishBOT
toxic bone
#

i cannot figure out how to make that solution point of f(1)=64

worthy hemlock
#

You just need to plug in A now

toxic bone
#

that answer wasnt accepted... is it right then?

icy lance
#

might want (x+i)(x-i)

#

rather than (x^2+1)

worthy hemlock
#

For part A, it does say fully factored, and (x^2 + 1) factors to (x + i)(x - i)

toxic bone
#

i have tried both of those as answers... maybe i'll forwward it to my teacher and se whats up

#

right i hear ya, i figured i'd try as many options since it wasn't accepted as a correct answer

icy lance
#

2(2)(-4)=-16

#

not-8

#

so A=-4

worthy hemlock
toxic bone
#

you're absoultely right

#

right on thank you

#

.close

safe radishBOT
#
Channel closed

Closed by @toxic bone

Use .reopen if this was a mistake.

safe radishBOT
#
Available help channel!

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.

severe marten
#

Ten percent of Americans are allergic to ragweed. If a random sample of 200 people is selected, find the probability that 10 or more will be allergic to ragweed. Use Normal Approximation.

severe marten
#

I got the mean (20) and the standard deviation (18) but I am having trouble with the continuity correction and the rest of the problem.

#

<@&286206848099549185>

safe radishBOT
#

@severe marten Has your question been resolved?

cunning shard
#

What’s your z score?

severe marten
#

the z score i got was .72 but when i input it into my Answer box it says it is wrong

cunning shard
#

you have found mean and S.D through binomial approximation?

severe marten
#

Yes

cunning shard
#

I suppose you are looking for P(x>=10)

severe marten
#

yes

cunning shard
#

ie P(z>(10-20)/18)

#

P(z>-0.555) right?

severe marten
#

yes

cunning shard
#

ie 1-P(z<-0.555)

#

using symmetry of normal curve

cunning shard
safe radishBOT
#

@severe marten Has your question been resolved?

#
Channel closed

Closed by @severe marten

Use .reopen if this was a mistake.

#
Available help channel!

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.

bold hornet
safe radishBOT
bold hornet
#

looking at the second line

#

for the last *x at the end

#

when i bring it forward does it make the sign positive since it’s a -x

granite idol
#

yes

safe radishBOT
#

@bold hornet Has your question been resolved?

safe radishBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

velvet kettle
safe radishBOT
#

@velvet kettle Has your question been resolved?

plucky elk
# velvet kettle

Use the fact that sin(a) is positive in that quadrant and what you know about the domain of inverse cosine

velvet kettle
#

domain of inverse cosine is 0 to pi

#

so the range of sinalpha has to be o to pi

#

umm yea

#

idk lol

safe radishBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

young elk
#

I need help understanding what I got wrong on one of my math assignments so I can be prepared for the test

cunning shard
young elk
#

I understand generally what I got wrong here

#

Not that much here

#

Here I did the problems multiple times is it just how I put my answers

#

<@&286206848099549185>

jaunty terrace
#

ill try to help..?

young elk
jaunty terrace
#

im sorry but i can never read anything in photos

young elk
#

oh uh

#

I can retake them

#

on what I got wrong

jaunty terrace
#

ok

young elk
#

Number 3 and the one I got wrong on 6

lean otter
young elk
velvet kettle
young elk
#

I hope that’s clearer

velvet kettle
# lean otter

But sinx=cos(pi/2 -x) as well though and they both fit in domain

young elk
lean otter
#

the domain is greater than pi/2 and less than pi

lean otter
young elk
#

yo <@&286206848099549185>

#

pls

vapid epoch
#

Yes what?

#

What is your question

young elk
young elk
vapid epoch
#

What thing?

young elk
young elk
young elk
vapid epoch
#

What grade is this?

young elk
vapid epoch
#

What system?

young elk
vapid epoch
#

No what country

young elk
vapid epoch
#

We are learning this soon in 11th grade

young elk
#

O ok

vapid epoch
#

Please find someone elseeee

#

<@&286206848099549185>

#

I don't know the formula

#

Does this ring a bell?

#

@young elk

young elk
vapid epoch
young elk
vapid epoch
#

Cos 0= 24/hypotenuse

#

It's the cross product

young elk
#

oh this is 7

#

mb mb

#

ya but sin < 0

#

so cos and sin gotta be negative

#

same thing with csc and sec

#

and it's in Quadrant III

#

I understand that

young elk
#

<@&286206848099549185>

safe radishBOT
#

@young elk Has your question been resolved?

young elk
#

<@&286206848099549185>

young elk
#

<@&286206848099549185>

#

I only need help with one thing

young elk
#

.close

safe radishBOT
#
Channel closed

Closed by @young elk

Use .reopen if this was a mistake.

safe radishBOT
#
Available help channel!

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.

cold mirage
#

h = 1 + 15t - 5t^2 how do I find the maximum and minimum points of the equation?

urban eagle
#

Minimum and maximum points occur when $\frac{dy}{dx} = 0$ as the gradient is 0

flat frigateBOT
#

ЖѲTЇЇC

urban eagle
#

Or complete the square

#

$$h = 1 + 15t - 5t^2$$ \ $$h = -5(t^2+3t) + 1$$ \ $$h = -5[(t+\frac{3}{2})^2 - \frac{9}{4}] + 1$$

flat frigateBOT
#

ЖѲTЇЇC

safe radishBOT
#

@cold mirage Has your question been resolved?

cold mirage
#

-5*3t = -15t, no?

cold mirage
safe radishBOT
#

@cold mirage Has your question been resolved?

safe radishBOT
#

@cold mirage Has your question been resolved?

crisp kiln
#

@urban eagle is t only an integer

urban eagle
#

$$\frac{dh}{dx} = 15-10t$$ \ $$\frac{dh}{dx} = 0$$ \ $$15-10t = 0$$

flat frigateBOT
#

ЖѲTЇЇC

crisp kiln
#

Are there multiple solutions?

#

I have one

urban eagle
#

So there’s one turning point

crisp kiln
#

t=0, h=1

urban eagle
#

When t = 0 the gradient is 15 so that’s not a turning point

crisp kiln
#

That’s what I got

cold mirage
cold mirage
safe radishBOT
#

@cold mirage Has your question been resolved?

safe radishBOT
#

@cold mirage Has your question been resolved?

safe radishBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

mystic marsh
safe radishBOT
mystic marsh
#

so im a bit confused with this answer key

#

so the problem says 'that has -2, 2, and sqrt(5) as zeros such that f(3)=-60. right?

#

but this part of the answer key also has -sqrt(5) as a zero

#

which is according to the problem not true..

#

im confused why the answer key would do this

fading mirage
#

looks like it was just missed and was supposed to be included as part of the question?

mystic marsh
#

ah i see

#

opps i guess i missed this shoot

#

lol

#

thank you for your help:)

fading mirage
#

typos will be the end of us all

#

np!

mystic marsh
#

.close

safe radishBOT
#
Channel closed

Closed by @mystic marsh

Use .reopen if this was a mistake.

#
Available help channel!

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.

honest bear
#

hi

safe radishBOT
honest bear
#

uh

#

write the equation of the line that is parallel to the y-axis and passes through the point (-7,2)

#

how do i do that question

#

i have exam on this tmr

#

oh god its midngiht

#

how am i staying up this late on one question

#

;-;

#

YES

#

COTTON

#

MY SAVIOR

#

wait

#

is that how i spell it

tulip pivot
#

We know that to define a unique line all we need is a point and a direction. Both are given here.

honest bear
#

they are?

tulip pivot
#

So equation of line will be
x- (-7) = 0 or x=-7.

honest bear
#

um

safe radishBOT
honest bear
#

could you explain how this happens

tulip pivot
#

Yes.

honest bear
#

in a more expanded way

#

i am very stressed rn

worthy hemlock
honest bear
#

uh

#

0?

#

my teacher didnt even teach us this

#

and shes testiung us on it

worthy hemlock
honest bear
tulip pivot
#

See, line is given to be parallel to y axis. So any line parallel to y axis is of the form x = k. Here given point (-7,2) should satisfy the line. So k cones out to be -7.

honest bear
#

so uh

tulip pivot
#

Is this understandable?

honest bear
#

k is slope?

#

right

worthy hemlock
honest bear
#

waht

worthy hemlock
#

The general equation of a line is y = mx + b

#

Right?

honest bear
#

yeah

#

slope intercept form

#

uh

worthy hemlock
#

What is the slope of the y axis?

honest bear
#

thats what im confused about

worthy hemlock
#

The slope of a vertical line is undefined

honest bear
#

ohhh yeah

worthy hemlock
#

Because vertical lines, are in the form of x = ...

honest bear
#

0

worthy hemlock
#

And it passes through (-7, 2)

honest bear
#

um

#

uh

#

so uh

#

wait

#

2/-7

#

ok yknow what

#

ill ask my teacher tmr

#

its too late for this

#

too late for me to retain any info

tulip pivot
#

Good. I think that may be best.

honest bear
#

whatrs the command again

#

.close

safe radishBOT
#
Channel closed

Closed by @honest bear

Use .reopen if this was a mistake.

honest bear
#

o

#

.close

safe radishBOT
#
Available help channel!

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.

rocky beacon
safe radishBOT
rocky beacon
#

when finding the area can i just do $$ \int_{0}^{f(P)} f(x)-g(x) dx $$

flat frigateBOT
rocky beacon
#

where the linear equation is g(x)

west hedge
#

i think so

plucky elk
#

What does f(P) mean to you

safe radishBOT
#

@rocky beacon Has your question been resolved?

rocky beacon
#

it’s 5 or smth

#

sorry not supposed to be f(P)

#

just P

safe radishBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

fervent bane
safe radishBOT
lean otter
fervent bane
#

tell me

lean otter
#

Diagonal = root of l^2 +w^2 + h^2

#

Substitute the values and you'll get your answer

fervent bane
#

what is it?

lean otter
#

Huh

#

Calculate yourself? 😓

fervent bane
#

what is the answer?

#

naw

#

it will be more helpful

#

and understanding if I get the answer first

unreal ingot
#

Square root of 89

lean otter
#

What

unreal ingot
#

Jk

lean otter
#

89?.

#

Isn't it 93

unreal ingot
#

Square root of 93

#

Ye

lean otter
#

U got me

#

😭☠

fervent bane
#

ty yall

#

.close

safe radishBOT
#
Channel closed

Closed by @fervent bane

Use .reopen if this was a mistake.

safe radishBOT
#
Available help channel!

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.

umbral nymph
#

Hi i need some help with a 3x-15=5x+15
(is it even possible)

quasi bison
#

yes it is

#

this is a linear equation

umbral nymph
#

Ah okay

quasi bison
#

do you know how to solve linear equations in general?

umbral nymph
#

Isnt it where i want the X on the left side and the numbers on the right

example: x=5

#

dont know how to explain it

#

but i have an idea of how to do it

quasi bison
#

well if you have an idea of how to do it, then why don't you do it and show your work?

umbral nymph
#

@quasi bison

quasi bison
#

everything is correct up until the last step

#

double-check that

umbral nymph
#

What do i need to do instead then?

#

Don't i just divide by 2?

#

oh wait

#

i gotta divide by -2

#

right?

#

@quasi bison

#

or do i have to do something else

quasi bison
#

yes you need to divide both sides by -2

#

no you don't need to do anything else but if you insist again i'll come up with something stupid for you to do

umbral nymph
#

.close

safe radishBOT
#
Channel closed

Closed by @umbral nymph

Use .reopen if this was a mistake.

#
Available help channel!

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.

white swallow
#

How do equation [1] got to equation [2]

frigid locust
#

sin^2 theta = 1 - cos^2 theta
using the a^2 - b^2 formula , u can simplify sin^2 theta / (1+cos theta) to 1-cos theta

#

and from 1 to 2
They just multiplied and divided 1+cos theta

white swallow
#

Oh okay that makes sense to me now

#

Thanks

#

.close

safe radishBOT
#
Channel closed

Closed by @white swallow

Use .reopen if this was a mistake.

#
Available help channel!

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.

bronze gate
#

Well

safe radishBOT
bronze gate
#

I don't know what to do

#

Like idk if I'm just stupid and don't understand but

safe radishBOT
#

@bronze gate Has your question been resolved?

bronze gate
#

<@&286206848099549185>

quiet juniper
#

anyways a compound inequality is of the form $a \leq h \leq b$, where $h$ is something like say the height

flat frigateBOT
#

992qqoloy

quiet juniper
#

As for the last one does the problem tell u the height of the summit?

#

Like somewhere earlier

#

Cus u need it for the last part

safe radishBOT
#

@bronze gate Has your question been resolved?

safe radishBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

safe radishBOT
#
Available help channel!

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.

lean otter
#

how to find this
Sn = 2+5+12+31+86+.....

safe radishBOT
vale horizon
#

what are u tryna find?

lean otter
#

Sn

#

the sum

#

till n terms

cyan shard
#

Its prolly an AGP

lean otter
#

it is

#

i tried doing it like this

#

i think im wrong

#

fdkfodfop help

cyan shard
lean otter
#

uhm

cyan shard
#

Or is it not supposed to b done this way ?

cyan shard
lean otter
#

but idk if im going in the right direction

cyan shard
#

I'll chck
A min

lean otter
#

dk how to proceed from that last step

#

ighjt

cyan shard
#

I'll send u my notes where i hav the method written

#

Bt need to find out the pattern first

lean otter
#

ohh

#

but in my screen shot

#

I got it to a gp summation

#

4+12+36

cyan shard
#

But
U need to keep the Sn somewhere

#

Otherwise
Wht will u even solve for ?

lean otter
#

sigma Tn is Sn right

#

like that

cyan shard
# cyan shard

So, for that
Need to multiply the whole series with the common ratio
Nd thn subtract so tat the sn still remains

cyan shard
lean otter
#

tn is getting canceled lol I'm getting Tn-1

cyan shard
#

Tat is wht
It shud not get cancelled tat way

lean otter
#

hm

#

alright

cyan shard
#

M tryanna find it
I'll let u know

lean otter
#

kk

cyan shard
#

Idk if m makin it complicated

#

<@&286206848099549185>

#

@lean otter
Check this out

safe radishBOT
#

@lean otter Has your question been resolved?

safe radishBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

safe radishBOT
#
Available help channel!

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.

fervent prism
safe radishBOT
fervent prism
#

Can someone help me decipher what this question is asking of me, I dont want to look at the answer just yet

#

OC and AB are vectors not lines...

#

and i can find the common perpendicular of the 2 vectors using the cross product?

#

Im struggling to understand what equation they want me to make

safe radishBOT
#

@fervent prism Has your question been resolved?

safe radishBOT
#

@fervent prism Has your question been resolved?

safe radishBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

lean otter
safe radishBOT
lean otter
#

,rotate

flat frigateBOT
lean otter
#

Is there a way to simplify the term in the brackets

hasty wagon
#

In mathematics, arithmetico-geometric sequence is the result of term-by-term multiplication of a geometric progression with the corresponding terms of an arithmetic progression. Put plainly, the nth term of an arithmetico-geometric sequence is the product of the nth term of an arithmetic sequence
and the nth term of a geometric one. Arithmetico-...

#

dunno if this helps

lean otter
#

Oh yes

#

I knew of this tbh haha

#

Thx for reminding

#

Ill wait a bit, im working a thing out

#

. close

#

.close

safe radishBOT
#
Channel closed

Closed by @wispy fractal

Use .reopen if this was a mistake.

#
Available help channel!

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.

thorny juniper
safe radishBOT
thorny juniper
#

<@&286206848099549185>

#

I need help to solve this limit using L'hopital

vague flare
#

my eyes hurts from seeing this

thorny juniper
#

mine too ngl

zinc hornet
#

Use the fundamental theorem of calculus and chain rule on the top and either the product rule or combine it into x^3/2 for the bottom

thorny juniper
#

okey, will try it. Ty ❤️

#

.close

safe radishBOT
#
Channel closed

Closed by @thorny juniper

Use .reopen if this was a mistake.

#
Available help channel!

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.

true flame
#

Adding and subtracting dissimilar algebraic expression

true flame
#

I don't get this shi i need helpppp

thorny juniper
#

Equal the denominators by cross-multiplying the numerators. Then solve algebraically

true flame
#

@thin bridge is that wrong?

thin bridge
#

very poor wording and inappropriate use of the term cross multiply

#

do you know how to simplify sums/differences of basic fractions?

lean otter
#

not their fault either, its what many teachers use it nowawdays :(

thin bridge
#

e.g
$$\frac17 + \frac23$$

flat frigateBOT
#

ℝam()n()v

thin bridge
#

how would you approach simplify that?

true flame
#

my brain is not working anymore im studying for like 6 hours and i am grade 8

#

i'll do this shi tomorrow in the morning cause its already 12:47 am here

#

,close

#

.close

safe radishBOT
#
Channel closed

Closed by @true flame

Use .reopen if this was a mistake.

#
Available help channel!

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.

glass radish
#

please help me with this

safe radishBOT
#
What step are you on?
1. I don't know where to begin
2. I have begun but got stuck midway
3. I got an answer but I'm told it's wrong
4. I got an answer and would like my work checked
5. I have a question about someone else's worked solution
6. None of the above
glass radish
#

<@&286206848099549185>

#

<@&286206848099549185>

#

<@&286206848099549185>

safe radishBOT
#

@glass radish Has your question been resolved?

quiet juniper
#

Expand and set coefficients equal

safe radishBOT
#

@glass radish Has your question been resolved?

#
Channel closed

Closed by @glass radish

Use .reopen if this was a mistake.

#
Available help channel!

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.

supple shore
#

I don't know how to calculate $\sum k=1$ to n of $k*x^{k}$ ? with another method that seeing it's the derivative of $\sum k=0$ to n of $x^{k}$

flat frigateBOT
#

phoestaclies

supple shore
#

sorry for my latex don't know how to write the sum

quasi bison
#

$\sum_{k=1}^n k x^k$

flat frigateBOT
quasi bison
#

this?

supple shore
#

yes

#

ty

quasi bison
#

so you've seen the method with differentiating wrt x and want another?

supple shore
#

yes if possible, I don't know if we can do this with another method

quasi bison
#

ight

#

right*

#

yeah i can think of one, hold on

supple shore
#

I'm a beginner in sum and product

quasi bison
#

$\sum_{k=1}^n kx^k \overset{(1)}= \sum_{k=1}^n \sum_{j=1}^k x^k \ \overset{(2)}= \sum_{1 \leq j \leq k \leq n} x^k \ \overset{(3)}= \sum_{j=1}^n \sum_{k=j}^n x^k \ \overset{(4)}= \sum_{j=1}^n \sum_{k'=0}^{n-j} x^{k'+j} \ \overset{(5)}= \sum_{j=1}^n \paren{x^j \sum_{k'=0}^{n-j} x^{k'}} \ \overset{(6)}= \sum_{j=1}^n \paren{x^j \cdot \frac{x^{n-j+1} - 1}{x-1}} \ \overset{(7)}= \sum_{j=1}^n \frac{x^{n+1} - x^j}{x-1} \ \overset{(8)}= \sum_{j=1}^n \frac{x^{n+1} - x^j}{x-1} \ \overset{(9)}= \sum_{j=1}^n \frac{x^{n+1}}{x-1} + \frac{1}{1-x} \sum_{j=1}^n x^j \ \overset{(10)}= \frac{nx^{n+1}}{x-1} + \frac{1}{1-x} \cdot \frac{x(1 - x^n)}{1-x} \ \overset{(11)}= \frac{(n-1)x^{n+1} + x}{(x-1)^2}$

assuming i didnt fuck up any arithmetic

#

augh enter too soon

supple shore
#

I don't know what to do when I have a multiplication inside a sum and also a sum in a product

flat frigateBOT
quasi bison
#

ok yeah done i think

#

summation switching black magic

supple shore
#

ye ty I have the method now 🙂 ok I see you

#

it's just the tricks when you make at the beginning the double sum I didn't think of that ty

#

👍

#

.close

safe radishBOT
#
Channel closed

Closed by @supple shore

Use .reopen if this was a mistake.

#
Available help channel!

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.

jaunty tiger
#

why is the answer B instead of A?

safe radishBOT
jaunty tiger
#

<@&286206848099549185> thankuu

toxic shoal
#

i think you have to account for the fact that if you met an english woman first, this alters who is remaining in the room

#

what you calculated is correct if you could meet the same person twice, i think

jaunty tiger
#

hmm i originally thought that’s why we use hypergeom in these kinda scenario when it’s not independent

toxic shoal
#

i never learned the hypergeometric distribution GigaChad

jaunty tiger
#

ohhh did u manage to get B as answer?

toxic shoal
#

i didn't actually compute it the right way. you would have to calculate P(first person is an english woman) * P(second person is an american | first person is an english woman)

#

maybe if you do that you'll get (B) :0

#

i was just lazy and figured i could point out what seems to be the flaw in your reasoning FeelsOkayMan

jaunty tiger
#

oooo yuppp lemme try

jaunty tiger
toxic shoal
#

you want to find P(first person is an english woman and second person is an american). then you use the fact that
P(A n B) = P(A)P(B | A)

buoyant shadow
#

you just do 30/100*45/99

toxic shoal
#

yeah. and that's 3/22 :o

jaunty tiger
# buoyant shadow you just do 30/100*45/99

ohhh i see thanks! wait do u mind if i ask when do u use hyper geometric distribution is this qn a case of it? cuz i have trouble identifying when to use it — here seems like finite population without replacement?

toxic shoal
#

but in this case, what counts as a success changes between draws

jaunty tiger
#

ohhhh okie that makes sense

toxic shoal
#

the hypergeometric distribution is a discrete probability distribution that describes the probability of k successes (random draws for which the object drawn has a specified feature) in n draws, without replacement, from a finite population of size N that contains exactly K objects with that feature, wherein each draw is either a success or a failure.
So if you had 10 american women in a population of 100 and you wanted to find the probability of 2 successes in 2 draws, you could do it

#

with K = 10, N = 100, k = 2 and n = 2

jaunty tiger
#

oya i gettit

toxic shoal
jaunty tiger
safe radishBOT
#

@jaunty tiger Has your question been resolved?

safe radishBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

#
Available help channel!

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.

silent gulch
safe radishBOT
silent gulch
#

<@&286206848099549185>

#
  1. ACB 2. DA and EB 3.DE 4.EF and DF
#

Are these correct?

last heath
safe radishBOT
# silent gulch <@&286206848099549185>

Please only use the <@&286206848099549185> ping once if your question has not been answered for 15 minutes. Please do not ping or DM individual users about your question.

silent gulch
#

I am sorry

#

<@&286206848099549185>

stable willow
silent gulch
#

Yes

stable willow
vapid folio
#

Well

#

for 1

#

DEF is a side

#

so what side is on the opposite

silent gulch
#

ABC

silent gulch
#

Is the right way

vapid folio
#

yeah thats 1

silent gulch
#

And 2 is correct right?

vapid folio
#

yeah

silent gulch
#

3 i need help

#

And 4 too

vapid folio
#

3 is right

#

df and ef too I think

#

maybe

#

not an expert at this

silent gulch
#

4 right?

vapid folio
#

3

silent gulch
#

Oh

vapid folio
#

whats the definition of parallel

#

actually no

silent gulch
#

Lines that have the same

vapid folio
#

i Think ur right for all of em

silent gulch
#

Ye

#

It is only

#

DE

#

And 4?

vapid folio
#

I think

#

Im not sure for no 4

#

Never heard of skewed line segments in my life ;-;

silent gulch
#

#

Shoudl i

#

@