#help-10

1 messages · Page 194 of 1

warm shaleBOT
#

OttLight
Compile Error! Click the errors reaction for more information.
(You may edit your message to recompile.)

obtuse pebbleBOT
#

@covert lantern Has your question been resolved?

covert lantern
#

ok with further thought brute forcing might be fesablr

covert lantern
#

<@&286206848099549185>

somber thistle
#

what

glacial obsidian
#

This solution is optimal

covert lantern
#

really?

#

i doubt it

glacial obsidian
#

It is not unique, you can change (D,E,F) to (5,0,1), instead of (4,2,0). Only these two solutions are optimal

glacial obsidian
#

I tried every solution

covert lantern
#

damn

#

what was your process?

#

arent there like 38k possible? (although there is a fair bit of overlap

glacial obsidian
covert lantern
#

oh thanks!!

#

is it possible you could send it?

#

also what was the total runtime anyways

glacial obsidian
robust hearth
#

hi

#

I have a question

#

its very quick

covert lantern
#

related to this?

glacial obsidian
covert lantern
#

im not familiar no

glacial obsidian
#
fun (xs,k)
  | k == ' ' = (30+5*a+2*b+c)*(2200+3*d+2*e+f)^200
  | k == 'x' = (30+5*a+2*b+c)*(2220+3*d+2*e+f)^200
  | k == 'y' = (30+5*a+2*b+c)*(2210+3*d+2*e+f)^200
  | k == 'z' = (30+5*a+2*b+c)*(2205+3*d+2*e+f)^200
  | k == 'w' = (30+5*a+2*b+c)*(2215+3*d+2*e+f)^200
  | otherwise = 0
  where a = xs !! 0
        b = xs !! 1
        c = xs !! 2
        d = xs !! 3
        e = xs !! 4
        f = xs !! 5

xss = zip (list 6 12) (repeat ' ') ++
  zip yss (repeat 'x') ++
  zip yss (repeat 'y') ++
  zip yss (repeat 'z') ++
  zip yss (repeat 'w')
  where yss = list 6 9

zss = filter (\x -> fst x >= 20*2000^200*10^10) $ zip (map fun xss) xss

aux k [] = k
aux k (x:xs) = if fst k <= fst x then aux k xs else aux x xs


list 1 n = map (\x -> [x]) [0..n]
list k n = concat [map (i:) $ list (pred k) (n-i) | i <- [0..n]]
#

To get the solution I evaluated aux (10^700,([],' ')) zss

covert lantern
#

hmm

#

interesting

#

might need to look into that

obtuse pebbleBOT
#

@covert lantern Has your question been resolved?

obtuse pebbleBOT
#
Channel closed

Closed by @covert lantern

Use .reopen if this was a mistake.

obtuse pebbleBOT
#
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.

dapper bobcat
#

I need to create a piecewise function with the following constraints:

Atleast 1 compound function ( 2 component functions)

Atleast 1 composite function ( inner and outer function must both be different types)

Atleast 1 local max and 1 local min

And must be continuous over its domain.

obtuse pebbleBOT
#
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
#

@dapper bobcat Has your question been resolved?

obtuse pebbleBOT
#
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.

solemn crater
#

Can someone help me with some more mathematical induction?

I have tried this a couple of different ways already, but I keep boiling it down to n/n+1, but I believe I am supposed to be getting (n+1)/(n+2), am I not?

spring trail
#

yes u are

#

and u got it too

#

idk what ur last step is supposed to be

solemn crater
spring trail
#

why would u need to show anything after this?

solemn crater
#

cause I have to prove that is the case, no?

spring trail
#

u showed that the statement is true for n=1?

#

and n=2?

#

letting either one of those be n, u also showed it to be true for n+1 in a general form?

#

does it not satisfy the conditions for mathematical induction...

#

tell me if im dumb

solemn crater
#

I think I am the dumb one here. I am trying to figure out what the heck I am doing, but I believe I am supposed to show them seperately, like prove p(1), then prove p(2), then prove p(n+1).And to prove p(n+1) I need to boil that stuff down to (n+1)/(n+1)+1 or (n+1)/(n+2)

spring trail
#

dont worry abt boiling down to whatever

#

just master the method

#

u confident in mathematical induction or not?

solemn crater
#

hell no! lol I am just starting to learn it

#

the process is pre simple, but the actual math to prove it is whats getting me lol

spring trail
#

do u get the concept behind it?

#

walk me thru it simply if u do

solemn crater
#

I think so yeah. Just proving a few arbitrary values for n, then going to the end of the sequence and proving that the last one should hold as well

#

if all 3 (and possibly more) hold, then the equation should be solid?

#

I think? lmao

spring trail
#

how abt this

#

u show its true for 0 or 1 or something

#

just one is enough actually

#

then show that regardless of what u proved, the relation will hold true for n+1 IF it holds true for n

spring trail
#

assuming that its true for n

#

the formula works for n+1

#

now since it has already worked for say 1

#

it wil work for 2

#

3

#

and so on

solemn crater
#

like if it works for 1, and it works for (n+1), then it must work for every values in between?

spring trail
#

so it worked for n+1 and 1

#

let n=1

#

it will work for 2

#

now let n be 2

#

it will work for 3

#

thats the principle

solemn crater
#

I still think I am supposed to prove that last bit though. Like this is the example from our slides:

#

I get what you are saying, technically this is correct. But I think I need to show how to actually get to that final point

spring trail
#

u took the sum till n steps

#

then added the next term

#

u got a result that obeyed the formula

#

it is kinda confusing; i suggest watching a khan acad vid in 2x speed

#

u can ask ur teach tomorrow but if u take my work stop where i told u to then pk implies pk+1

solemn crater
spring trail
#

k gl

solemn crater
#

thanks yo!

#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @solemn crater

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.

bitter schooner
#

I am inquiring about a problem with simplification. I understand everything exept how (10x) got there and why? Can anyone help?

foggy tendon
spring trail
#

(a-b)^2 includes the -2ab term so....

#

u might be forgetting that aprt

#

part

bitter schooner
#

ohh your right

#

thanks haha i messed up

#

sorry mb

bitter schooner
#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @bitter schooner

Use .reopen if this was a mistake.

foggy tendon
bitter schooner
foggy tendon
bitter schooner
bitter schooner
foggy tendon
obtuse pebbleBOT
#
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.

sage dagger
#

Do gradients of tangents differ from gradients of secants

sage dagger
#

Secant is just (y2-y1)/(x2-x1) right

brave bramble
#

A gradient is a gradient. You can't say it's only half.

sage dagger
#

Huh

brave bramble
#

The only difference between a secant line and tangent line is the relationship to the curve

#

But they are still both lines

foggy tendon
#

sec(x) = 1/sinx
tan(x) = sinx/cosx

they are different.

#

i dont think i understand the question tho

sage dagger
#

And the gradient of a secant y2-y1/x2-x1

foggy tendon
solar trellis
#

in the derivative you take a limit of the difference quotient

#

which may not be a difference quotient

brave bramble
#

Is there a question you are working on, that's generating this question?

sage dagger
obtuse pebbleBOT
#

@sage dagger Has your question been resolved?

obtuse pebbleBOT
#
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.

spare belfry
#

I need help to learn how to solve these

obtuse pebbleBOT
sage dagger
#

spicy

pure geode
#

I'm feelin pretty spicy

#

Use these equations

#

$a^2 = c^2 - b^2 \
b^2 = c^2 - a^2 \
c^2 = a^2 + b^2$

warm shaleBOT
#

WeAreIngram

pure geode
#

Putting your two knows in on the right to calculate the left

obtuse pebbleBOT
#

@spare belfry Has your question been resolved?

spare belfry
obtuse pebbleBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

pure geode
#

With 1,c and 2,b notice the line through the sides. This means that those two sides are the same length, meaning that only one of the values is written you actually know both

obtuse pebbleBOT
#
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.

candid iron
#

I'm taking Business Calculus-1, and I was wondering if my answers in this question were correct. My answer for each question was ii, and I was beginning to question whether I was right or not because I got ii every single time

pure geode
#

I would agree with you, I think the question writer just wanted to cause you pain.

obtuse pebbleBOT
#

@candid iron Has your question been resolved?

#
Channel closed

Closed by @candid iron

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.

dusky mauve
obtuse pebbleBOT
dusky mauve
#

I calculated the area as 53.2 but the volume as 49.6

#

That's not possible right?

#

What did I do wrong?

gilded needle
#

the volume is correct

#

how did you get 53.2 for the area?

dusky mauve
#

In pretty sure I messed it up but in theory I just have to find the area of each face right?

#

And then add them?

gilded needle
#

right

dusky mauve
#

Ok wait let me re try

#

To find the area I just do L x W?

gilded needle
#

well you have three side lengths, mayve call them length, width, height

#

L, W, H

#

two of the sides have area L x W

#

there are four other sides

#

what are their areas?

dusky mauve
#

Uhhh

#

Idk

#

😢

gilded needle
#

W x H

#

and L x H ?

#

i mean your work in orange is almost right

#

you did three calculations, one for each "type" of side

#

but for some reason you only counted one of each of the last two types

#

there are 6 sides total

dusky mauve
#

Oh crap I'm sorry my phones ab to die I'll re open a chat in half an hour

#

SORRY

gilded needle
#

nw

dusky mauve
#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @dusky mauve

Use .reopen if this was a mistake.

obtuse pebbleBOT
#
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.

uneven otter
#

Is this correct

obtuse pebbleBOT
brisk matrix
#

how do you negative an implication

uneven otter
#

wait would it be the other way then

#

oh

#

wait

#

it would be this

royal basin
#

answer the question

#

what is the negation of P => Q

uneven otter
#

$(\exists \epsilon > 0)(\forall \delta > 0)(\exists y \in (0 - \delta, 0 + \delta)) \wedge \lnot (|g(y) - g(0)| \geq \epsilon)$

uneven otter
#

wait

#

shit

brisk matrix
#

\lnot

uneven otter
#

how do u write not

#

\lnot

warm shaleBOT
#

Calc II Victim

#

Calc II Victim

brisk matrix
#

you already negated the statement there

#

you don't need the \lnot

uneven otter
#

oh so it was correct before thuis

brisk matrix
#

well no

#

what set should y be in

#

oh

#

never mind it says cont. at 0

uneven otter
#

ye

brisk matrix
#

looks good

uneven otter
#

this one right

brisk matrix
#

(if you remove the \lnot and fix the parentheses)

uneven otter
#

oh

#

right

#

i mean

brisk matrix
#

if you keep the $(\exists y\in I)$ in it's own parenthesized section, then the statement following that doesn't make sense (y is not quantified or accounted for)

warm shaleBOT
#

maximo

uneven otter
#

oh wait a min i need to change that too

brisk matrix
#

an alternative would be $(\exists \varepsilon > 0)(\forall \delta > 0)(\exists y)(\dots )$

warm shaleBOT
#

maximo

uneven otter
#

coz P => Q

negation is

P ^ not Q

#

so I gotta leave P as it is

#

right

drifting sun
#

just wanna say I like your name lol @uneven otter

uneven otter
#

lol ty

#

edited it

#

would this be correct

brisk matrix
#

consider the original statement as
$$(\forall \varepsilon > 0)(\exists \delta > 0)(\forall y\in\mathbb{R})(y\in (x_0 - \delta, x_0 + \delta) \implies |f(y) - f(x_0)| < \varepsilon )$$

warm shaleBOT
#

maximo

brisk matrix
#

why is this wallowing my parenthesis

uneven otter
#

ye but

#

wont

#

this be my P

brisk matrix
#

this goes back to what i said earlier

#

you're quantifying the y in the premise

#

and specifically only in the premise

#

so y has no meaning in the Q of the P -> Q

uneven otter
#

I didnt add that in my

#

original one

drifting sun
#

this is a function from R to R

uneven otter
#

ahh

brisk matrix
#

another way to write this statement is

#

$(\forall \varepsilon > 0)(\exists \delta > 0)(|x - x_0| < \delta \implies |f(x) - f(x_0)| < \varepsilon )$

warm shaleBOT
#

maximo

brisk matrix
#

the x is implicitly a "for all x"

#

and we want to quantify it over the whole implication

#

not just at the premise

uneven otter
warm shaleBOT
#

Calc II Victim

uneven otter
#

my attempt

#

negating it

brisk matrix
#

looks good

#

i implore you to try and fix the original statement too

uneven otter
#

for all y in R?

#

I added it

brisk matrix
#

ok

uneven otter
#

final product

brisk matrix
#

don't say forall y again

#

in the first statement

uneven otter
#

oh whatttt

#

oh yes

#

sorry

#

sorry

drifting sun
#

this comes from analysis and typically people write $\abs{x-x_0}<\delta$ to represent the set $(x_0 -\delta, x_0 + \delta)$ hence why maximo wrote it the way they did

brisk matrix
#

np

warm shaleBOT
#

Blue Guilmon

drifting sun
#

it makes it easier to read for sure

brisk matrix
#

yeah, i was trying to declutter to emphasize the quantifiers

uneven otter
#

tysm

drifting sun
#

whichever professor gave you this assignment

#

you really should thank them btw

#

not many people get to practice working with statements like this

uneven otter
#

my professor is such a goat

#

but ngl his assignments

#

be hard asf

#

compared to other semesters assignments

#

for this course

drifting sun
#

he's breaking it down quite well though and it'll save you a lot of headaches in the future if you decide to go into more theory and advanced topics

#

I would 100% thank him

uneven otter
#

I see

drifting sun
#

the typical way people learn this in the US is trial by fire

uneven otter
#

trial by fire?

#

whats that

drifting sun
#

they just throw it at you and say "prove it" after only giving you a definition and doing maybe 1-2 examples on the board

#

that's how most introductory math classes are at the beginning theoretical level

#

then what ends up happening is most people can't even properly handle the statements like you're practicing doing now, let alone prove it

uneven otter
#

thats exactly the case for us. but he suggests shit ton of homework for practice

#

which helps alottttt

brisk matrix
#

calc 2, what is your goal with math

uneven otter
#

like if I try doing these questions with just the knowledge I gained from lectures. I would have struggled alot

#

no clue im takin math rn because of computer science

drifting sun
#

well this is quite advanced

brisk matrix
#

so this is for a discrete math course

uneven otter
#

I used to hate maths but idk university changed my mind

uneven otter
brisk matrix
#

yeah same difference

uneven otter
#

oh

brisk matrix
#

the name is synonymous albeit a misnomer

#

but i suggest you do familiiarize yourself with this content, especially if you do enjoy it. graph theory and combinatorics are really powerful as a computer scientist

#

and understanding those requires you understand what you're doing right now

drifting sun
#

you could easily jump into a math major from a course like this, it doesn't get much harder than this imo

uneven otter
#

graph theory seems so fucking cool

brisk matrix
uneven otter
#

😭

drifting sun
#

^

#

definitely recommend no matter what you end up doing taking a few linear algebra courses, proof-based and numerical analysis courses/ matrix analysis

#

if you have the opportunity

brisk matrix
drifting sun
#

it is used across almost all fields these days

uneven otter
#

I think next year i have to take calc III linear algebra and Algebra I

brisk matrix
#

damn i can't believe you're doing algebra 1 as cs

uneven otter
#

its a required course apparently

drifting sun
#

algebra 1? as in abstract algebra?

uneven otter
brisk matrix
#

pretty interesting class, and surprisingly useful

drifting sun
#

oh ok that's just a proof-based linear algebra course

brisk matrix
#

ah

#

still very useful in cs

#

especially if you care about graphics at all

drifting sun
#

yeah

#

take a numerical methods course too if you can fit it in

#

after you've taken these courses

brisk matrix
#

make sure you also sprinkle some cs classes here and there between all the math kekw

uneven otter
#

I got like 5 cs courses next year

#

😭

#

fml

brisk matrix
#

they seem easy compared to math courses

#

you'll be ok

drifting sun
#

hey if you like it you like it, when I was doing my undergrad I took 5 math classes a semester my senior year xd

uneven otter
#

what the fuk

drifting sun
#

I basically took every math class my uni had to offer and started doing the grad ones

#

but that's because I loved it

#

anywho, does this answer all your questions?

uneven otter
#

thats insane I dont think i could handle even 3 math courses in one sem

#

yes thanks alot

drifting sun
#

math becomes a lot of the same after a certain point

uneven otter
#

Im ngl doe I hated calculus doe

#

this course is way more fun

#

and better

#

then the 2 calc courses I took so far

#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @uneven otter

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.

empty salmon
#

How do I do the 17th question y'all

obtuse pebbleBOT
royal basin
#

there is a stupid trick

empty salmon
#

what is it

royal basin
#

the left-hand side is a quadratic function of x, but at x=a, x=b and x=c its value is equal to 1

#

so the graph of y = (LHS) passes through (a, 1), (b, 1) and (c, 1)

empty salmon
#

i see

#

how'd you get x=a and all anyway

desert sinew
empty salmon
#

ah okay

empty salmon
royal basin
#

different letters anyway

#

my point is the left-hand side simplifies to 1 lol

empty salmon
#

i see

empty salmon
#

is the answer D

royal basin
#

indeed

empty salmon
#

alright

empty salmon
#

cus like if x = b then (x-b)=0

#

wouldnt that convert everything to 0

royal basin
#

how'd you know the LHS is a quadratic function of x
it's the sum of three fractions each of which is a quadratic.

empty salmon
#

oh okay

#

aight i got it thanks yall

#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @empty salmon

Use .reopen if this was a mistake.

obtuse pebbleBOT
#
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.

neat sparrow
#

@glacial obsidian #help-27 message I cannot argue for this assumption philosophically...

neat sparrow
#

is there any other assumption that would also be sufficient for making the conclusion true? (S(AK), AK(r) and r are just propositions and they are not independent, well idk if this leads to a contradiction, but I think I can assume that r and S(AK) are independent, because S(AK) increases the probability of AK(r), but it also increases the probability of $AK^{-1}(r) )$ and $AK^{-1}(r) )$ decreases the probability of r as much as r increases the probability of r, thus then S(AK) and r are independent. The $AK^{-1}(r) )$ is not relevant here I think, but I can explain more if you think it is relevant.
"I need to prove $P(AK(r) & r | S(AK) ) > P(AK(r) & r | \neg S(AK) )$
with AK(r), r and S(AK) propositions.
And I know: $P(r | AK(r)) > P(r | \neg AK(r) ) $
And I know: $P(AK(r) | S(AK)) > P( AK(r) | \neg S(AK) ) $
is this possible?"

warm shaleBOT
#

Benne-girl

neat sparrow
#

"this is impossible because: We choose a random number x uniformly in [0,10]. Let r: x is in [5,6]; AK(r): x is in [0,6]; S(AK): x is in [0,5]. Then:
P(r | AK(r)) > P(r | not AK(r)) because P(r | AK(r)) = 1/6 and P(r | not AK(r)) = 0
P(AK(r) | S(AK)) > P(AK(r) | not S(AK)) because P(AK(r) | S(AK)) = 1 and P(AK(r) | not S(AK)) = 1/5
But P(AK(r) & r | S(AK)) < P(AK(r) & r | not S(AK)) because P(AK(r) & r | S(AK)) = 0 and P(AK(r) & r | not S(AK)) = 1/5"

but if you assume the following premise, it becomes possible, but im wondering if there is also another premise that would also make the conclusion true
"If you change the assumption P(r | AK(r)) > P(r | not AK(r)) by P(r | AK(r) and S(AK)) > P(r | AK(r) and not S(AK)) then it is true
Because of this https://en.wikipedia.org/wiki/Chain_rule_(probability)"

#

I can argue for: $P(r | AK(r) & S(AK)) > P(r | \neg AK(r) & \neg S(AK))$ but not sure if this does the job

warm shaleBOT
#

Benne-girl

neat sparrow
#

I have two other assumptions that I can make, idk if they follow from the previous assumptions, but $P(\neg AK(r) | \neg S(AK)) > P( \neg AK(r) | S(AK) )$ and $P(\neg r | \neg AK(r) ) > P( \neg r | AK(r) )$ , idk if this helps

warm shaleBOT
#

Benne-girl

obtuse pebbleBOT
#

@neat sparrow Has your question been resolved?

obtuse pebbleBOT
#

@neat sparrow Has your question been resolved?

obtuse pebbleBOT
#
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.

golden spear
#

The points where the inscribed circle touches with the sides AC and BC make a ratio of 4:3. What is the perimeter?

golden spear
#

<@&286206848099549185>

obtuse pebbleBOT
#

@golden spear Has your question been resolved?

obtuse pebbleBOT
#

@golden spear Has your question been resolved?

obtuse pebbleBOT
#
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.

neat sparrow
#

is this valid?

it is indeed possible to prove that P(A & B | C) > P(A & B | ¬C). Let's proceed with the proof:

P(A | B) > P(A | ¬B) (Given)
P(B | C) > P(B | ¬C) (Given)
P(¬B | ¬C) > P(¬B | C) (Given)
P(¬A | ¬B) > P(¬A | B) (Given)
P(A | C) = P(A) (Given)
P(A | B & C) > P(A | ¬B & ¬C) (Given)
P(A | B & C) > P(A | ¬B & C) (Given)
P(¬B | C) > P(B | C) (Given)
P(¬B | ¬C) > P(B | ¬C) (Given)
Now, let's analyze the conditional probabilities involved:

P(A & B | C) = P(A | B & C) * P(B | C) (Multiplication rule of probability)
P(A & B | ¬C) = P(A | B & ¬C) * P(B | ¬C) (Multiplication rule of probability)
Using the given information, we can make the following comparisons:

From (1), (2), and (6):

P(A | B & C) > P(A | ¬B & ¬C) implies P(A | B & C) * P(B | C) > P(A | ¬B & ¬C) * P(B | C) (Multiplying both sides by P(B | C))
From (7), (8), and (9):

P(A | B & C) > P(A | ¬B & C) implies P(A | B & C) * P(B | C) > P(A | ¬B & C) * P(B | ¬C) (Multiplying both sides by P(B | C))
From (10) and (11):

P(A & B | C) = P(A | B & C) * P(B | C)
P(A & B | ¬C) = P(A | B & ¬C) * P(B | ¬C)
Combining the above inequalities, we have:

P(A | B & C) * P(B | C) > P(A | ¬B & C) * P(B | ¬C)

Multiplying both sides by P(A | B & ¬C), which is greater than zero:

P(A & B | C) > P(A & B | ¬C)

Thus, with the given premises, we have proven that P(A & B | C) is indeed greater than P(A & B | ¬C).

timid silo
#

The helpers in this server are allergic to AI

neat sparrow
timid silo
#

Somewhat

neat sparrow
timid silo
#

I'm not capable of helping you, I'm just here to tell you why you're not getting any answers

neat sparrow
#

alright

#

Any <@&286206848099549185> with some familiarity with logic and probabilty theory willing to help me out?

I want to prove: P(r & AK(r) | S(AK)) > P(r & AK(r) | ¬S(AK)).
This is all I know:
P(r | AK(r)) > P(r | ¬AK(r)) (Given)
P(AK(r) | S(AK)) > P(AK(r) | ¬S(AK)) (Given)
P(¬AK(r) | ¬S(AK)) > P(¬AK(r) | S(AK)) (Given)
P(¬r | ¬AK(r)) > P(¬r | AK(r)) (Given)
P(r | S(AK)) = P(A) (Given)
P(r | AK(r) & S(AK)) > P(r | ¬AK(r) & ¬S(AK)) (Given)
P(r | AK(r) & S(AK)) > P(r | ¬AK(r) & S(AK)) (Given)
P(¬AK(r) | S(AK)) > P(AK(r) | S(AK)) (Given)
P(¬AK(r) | ¬S(AK)) > P(AK(r) | ¬S(AK)) (Given)

can a proof be constructed?

obtuse pebbleBOT
#

@neat sparrow Has your question been resolved?

timid silo
neat sparrow
#

hmmm alright

obtuse pebbleBOT
#

@neat sparrow Has your question been resolved?

obtuse pebbleBOT
#

@neat sparrow Has your question been resolved?

neat sparrow
#

if you prove that A > B, because you know A>C and C>B can you then say that you deduced this from these premises? Or should one say that one proved it from one premises or like what is the verb for this??

obtuse pebbleBOT
#

@neat sparrow Has your question been resolved?

north quarry
neat sparrow
neat sparrow
hidden garnet
#

Okay holy shit i couldn't make the slighest sense of the notations

hidden garnet
neat sparrow
hidden garnet
#

May I know what's AK?

#

Deduce is fine

neat sparrow
# hidden garnet May I know what's AK?

um yes, thanks a lot that you are willing to help, but I am now doubting, thus how about I ping you again when I got everything clear for myself? Otherwise I might waste your time

hidden garnet
#

No problems, thanks for the consideration even

neat sparrow
#

let's say I want to defined a set 'F(q)' which includes all propositions 'f(q)' that entail 'K(q)', i.e. that one knows that q. Could I say something like this then? I would like to know if one can use universal quantification over a 'proposition-function' like f(q) in which the argument q is the q over which we are doing universal quantification just before that:
$\forall q \forall f(q) { [ f(q) \in F(q) ] \rightarrow [ f(q) \models K(q) ] }$

warm shaleBOT
#

Benne-girl

hidden garnet
#

<@&286206848099549185>

#

I believe someone else might be better in this case, I'm not really versed in this one

neat sparrow
#

let's say I have a set of propositions {s_1, s_2, … , s_n} and I would like to express that the elements of this set have a certain property, for example that if s_1 or s_2 or ... is true, then if A then B (A --> B). How would one express this formally?

#

<@&286206848099549185> anyone around with some familiarity with set theory (notation) / formal logic (notation) ?

hidden garnet
#

By the way, if someone doesn't see your question here, you might try #proofs-and-logic

brisk matrix
#

that’s an odd way to write that @neat sparrow

#

is your goal to express the set {f(q) | f(q) -> K(q)}?

#

or {f(q) | f(q) entails K(q)}

neat sparrow
neat sparrow
brisk matrix
#

i would say forall f

neat sparrow
brisk matrix
#

it’s like a distinction between f(x) and f

neat sparrow
brisk matrix
#

like in terms of functions

#

like naming a function f vs evaluating at x

brisk matrix
#

ok i am at my computer now

#

@neat sparrow did you figure out your question or do you still want to talk about it

timid silo
#

Latin

obtuse pebbleBOT
#

@neat sparrow Has your question been resolved?

obtuse pebbleBOT
#
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.

fallen needle
#

how would I solve c and d

obtuse pebbleBOT
timid silo
#

do you know that $\tan\theta = \frac{perpendicular}{adjacent}$ and similarly, $\\cos\theta = \frac{adjacent}{hypotenuse}$

warm shaleBOT
#

physicsIsThicc

fallen needle
#

ahhhhhh

#

thansk

timid silo
#

.close

#

damn

fallen needle
#

oh right thanks

#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @fallen needle

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.

nimble iris
#

im stuck

obtuse pebbleBOT
royal basin
#

consider: multiplying both sides by r

nimble iris
#

im on that step

#

and iirc r^2=x^2+y^2

#

but idk what to do from here

restive acorn
#

Well r = 6costheta

#

So....

nimble iris
#

each side would be squared (?)

#

uhh

restive acorn
#

Actually hang on one sec

nimble iris
#

oki

restive acorn
#

Ok

#

So this graph

nimble iris
#

mhm

restive acorn
#

6costheta

nimble iris
#

maybe using cost=x/r before multiplying both sides by r??

restive acorn
#

Makes a circle with diameter 6

nimble iris
#

o

#

i forgot how the circle function works

restive acorn
#

You not only need the eq for circle

#

You also have to be familiar with

r = asintheta

r = acostheta forms

#

Those guys all make circles

#

With diameter a

nimble iris
#

woa

restive acorn
#

Center would be

royal basin
#

You also have to be familiar with

r = asintheta

r = acostheta forms
Those guys all make circles

#

you do not actually need to know this

restive acorn
#

I said it wrong eatlier btw

royal basin
#

you need to know how to convert between cartesian and polar

#

x = r cos(θ), y = r sin(θ)

#

it is for that reason that i suggested multiplying both sides by r to get r^2 = 6r cos(θ)

restive acorn
#

They want it in the form x^2 + y^2

nimble iris
restive acorn
#

Ohh yea

#

Nice

#

I was going about it a longer way

nimble iris
#

ah okay it makes sense tho

#

thank u guys!

#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @nimble iris

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.

#
Channel closed

Closed due to the original message being deleted

#
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.

empty salmon
#

What am I doing wrong here

obtuse pebbleBOT
empty salmon
#

<@&286206848099549185>

gleaming ridge
#

,w expand (x - 1/(alpha + beta)) (x - (1/alpha + 1/beta))

#

this made is worse

high lily
#

try expand

gleaming ridge
#

not very helpful smh

empty salmon
#

can't we just substitute α + β with -b/a and all

gleaming ridge
#

yeah, I was just trying it using WA bot

#

anw

empty salmon
#

is that a hollow knighht pfp i see
also i just realised i wrote alpha and beta as a and b in the screenshot instead damn

gleaming ridge
#

$\alpha + \beta = -\frac{b}{a}$ and $\alpha \beta = \frac{c}{a}$

warm shaleBOT
#

numbpy (anti-glomed)

gleaming ridge
#

then 1/alpha + 1/beta = -b/c right

#

just sub all values

gleaming ridge
empty salmon
empty salmon
#

okay so

#

i got the roots as

#

-a/b

#

and -b/c

#

ill substitute those

gleaming ridge
#

,w expand bc(x + a/b) (x + b/c)

gleaming ridge
empty salmon
#

oh wait the options ask for a qe with x

empty salmon
gleaming ridge
#

new roots are -a/b and -b/c just find an equation that has these roots

empty salmon
#

aight

#

thats (x+a/b)(x+b/c) innit

gleaming ridge
#

yee

empty salmon
#

ill just multiply all that

gleaming ridge
#

yes

empty salmon
#

yea i got bcx + (b^2 + ac)x + abc

gleaming ridge
#

that looks wrong

#

did you mean bcx^2?

empty salmon
#

oh yes i did

gleaming ridge
#

only issue is that, none of the answer match

empty salmon
#

ah yeah

#

how do we proceed with the question then

gleaming ridge
#

looks like we're supposed to have (a+b) instead of (b^2 + ac) as coefficient of x

#

I don't think they're same, are they?

empty salmon
#

nah idts

gleaming ridge
#

yeah so unless there's some trick involved that's the answer

empty salmon
#

so the options themselves are wrong?

gleaming ridge
#

we can do one more thing but idk if it'll work

#

lemme try myself

empty salmon
#

aight

gleaming ridge
#

I don't think anything else will work

#

I tried other ways

empty salmon
#

oh alright

#

then it's a fault in the options itself then

gleaming ridge
#

I really hope so

obtuse pebbleBOT
#

@empty salmon Has your question been resolved?

#
Channel closed

Closed by @empty salmon

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.

lime jewel
obtuse pebbleBOT
lime jewel
#

Can i please get some help heree

royal basin
#

@lime jewel any progress so far or are you stuck

lime jewel
#

Im stuck heree

royal basin
#

ok

#

the remainders of our number mod 3, 6 and 9 must each lie in set A = {2, 5, 7}

#

tell me: which members of A are possible values for the remainder mod 3?

#

@lime jewel

lime jewel
#

Uhmmm

#

Alright the stupidity is kicking in

#

I dont know the answer

obtuse pebbleBOT
#

@lime jewel Has your question been resolved?

obtuse pebbleBOT
#
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.

dawn trout
#

How can I simplify this equation?
(a, b and s are constants?)

royal basin
dreamy forum
#

constants without a set value i assume?

#

@dawn trout

dawn trout
#

Yes

restive jungle
obtuse pebbleBOT
#

@dawn trout Has your question been resolved?

dreamy forum
#

ok lets be honest this cant be simplified

dawn trout
dreamy forum
#

maybe i am missing some rules for constants let me quickly check

#

nah

#

I mean saying a, b and s are constants does nothing if no value for a, b and s are supplied

#

At least for simplification

#

Because here they could be variables for all I care catcry2

#

Anyways you may shrink the term down in size and make it more ugly in the process

#

perhaps even harder to work with who knows

#

I mean you can expand the usual way

#

Put it all into their respective fractions and get something along the line of $\sqrt{\frac{2a^2 + 2abt + b^2t^2 - 2a^2 \cos(st) + 2abt \cos(st)}{s^2} - \frac{2b^2t \sin(st)}{s^3} + \frac{2b^2 - 2b^2 \cos(st)}{s^4}}$

warm shaleBOT
#

cyrolx

dreamy forum
#

and put it all in one fraction

#

the usual way but this alone already looks disgusting

obtuse pebbleBOT
#

@dawn trout Has your question been resolved?

dawn trout
#

Alrighty~ thank you!

obtuse pebbleBOT
#
Channel closed

Closed by @dawn trout

Use .reopen if this was a mistake.

obtuse pebbleBOT
#
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.

little lynx
obtuse pebbleBOT
little lynx
#

How should I proceed to solve this question?

rich plume
#

assume the initial amount to be a variable let's say x

little lynx
#

ok

rich plume
#

Now find the total interest in terms of x

little lynx
#

(x * 5 * 7)/ 100

#

which is 35x/100

#

the total amount they're asking for would then be x+35x/100

rich plume
#

Yes

little lynx
#

which is equal to 6615

rich plume
#

Yes

little lynx
#

I can take the 100 to the rhs

#

oh

#

nvm

#

36x=661500

rich plume
little lynx
#

wdym

#

I get x+(35x/100) = 6615

#

I change it to
x+35x=6615*100

rich plume
#

Noo

little lynx
#

so 36x=661500

rich plume
#

$a+\frac{b}{c}=d$ and $a+b=cd$ are different

little lynx
#

I did that only

warm shaleBOT
#

B-eard

rich plume
#

Hint:||multiply both sides by 100||

little lynx
#

so the denominator 100 cancels out

#

so yeah

little lynx
rich plume
#

$x+\frac{35}{100}x=6615⇒\frac{100x}{100}+\frac{35x}{100}=6615⇒\frac{100x+35x}{100}=6615⇒135x=661500$

warm shaleBOT
#

B-eard

rich plume
#

or you can do like this also

#

$x+\frac{35x}{100}=6615⇒100\left(x+\frac{35x}{100}\right)=6615\cdot100⇒100x+100\cdot\frac{35x}{100}=661500⇒100x+35x=661500$'

warm shaleBOT
#

B-eard

little lynx
#

oh, right

little lynx
#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @little lynx

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.

proper kelp
#

how would you do this question? any help is appreciated

proper kelp
#

Oh, the question is , which of the following differential equations yields the direction field below

obtuse pebbleBOT
#

@proper kelp Has your question been resolved?

proper kelp
#

.cloes

#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @proper kelp

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.

obtuse pebbleBOT
#

@mint blade Has your question been resolved?

#
Channel closed

Closed by @mint blade

Use .reopen if this was a mistake.

obtuse pebbleBOT
#
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.

tame vale
#

How do we solve $\frac{(x-2)(x+3)}{x-3}=0$? Can we just multiply by x-3 and then solve the equation (x+3)=0 V (x-2)=0?

warm shaleBOT
#

Bennxy

dusk ruin
#

More or less, solve the numerator for 0 directly

high lily
#

in this case, yes

#

also use \vee next time

dusk ruin
#

Multiplying by the denominator is bad practice generally though, bc it removes part of your equation or expression

high lily
#

generally speaking you should ensure that the values you obtain don't make the denominator zero

dusk ruin
#

that’s part of it yeah though not applicable in this case

high lily
#

i.e. you should be careful if you instead had something like
$$\frac{(x-2)(x-3)}{x-3} = 0$$
and not blindly multiply both sides by $\red{x-3}$ here

warm shaleBOT
#

ℝamonov

tame vale
high lily
#

yes

tame vale
high lily
#

that's the proper latex symbol for or instead of your makeshift capiltal V

#

$\vee, \text{V}$

tame vale
#

Ohhh ok got it, thanks

warm shaleBOT
#

ℝamonov

tame vale
#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @tame vale

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.

solid heron
#

how do I go about solving this if I expend it it looks like it would just be (1)(1)...(1)

oak bolt
#

You can't bring the lim inside the product because one of the limits of the product contains n

solid heron
#

yeah no clue what to do

pure geode
#

Did you try the infinite series expansion of sin

solid heron
#

we are not even thought that here is highschool

pure geode
#

Since when do you do this in highschool

solid heron
#

well this is a highschool question to get into uni

#

from 2008

vague bloom
#

I dunno how you were supposed to solve it in high school but the answer is B

obtuse pebbleBOT
#

@solid heron Has your question been resolved?

obtuse pebbleBOT
#
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.

vivid creek
#

Can someone give me some tips/ help answer this question

royal basin
#

a or b?

vivid creek
#

A

royal basin
#

right

#

do you know in general how to find the area of a sector

vivid creek
#

Yea

#

1/2 x the angle then by radius ^2

royal basin
#

notation could have been better

#

in particular don't use the letter x as a multiplication symbol

#

but thatll do

#

now, you have here two things you need as input for the formula:

#

the radius and the angle

#

which of these do you already have and which are you missing

vivid creek
#

It give the angle in radian 1.4

#

I’m not sure how to find r

#

The radius

royal basin
#

the correct answer to the question i just asked was "I already have the angle, but I am missing the radius."

#

not any complaints about how you dont know how to do something.

#

anyway, ok.

#

would you like me to guide you along in your thinking, or would you like me to give you one pointer and have you try to do it yourself?

vivid creek
#

Guide along the thinking please

#

I tried think what I could do but I haven’t gotten anywhere

#

I was thinking about circle theorem

#

But not sure about that

royal basin
#

"circle theorem", singular?

vivid creek
#

Yea

royal basin
#

to you, there is only one circle theorem in existence?

vivid creek
#

No

#

I mean the circle theorem rules

royal basin
#

me: "circle theorem", singular?
you: yea
me: so to you there's only one?
you: no

#

anyway ok let's leave that aside

vivid creek
#

:/

#

Mb

royal basin
#

consider triangle OED

#

what can you tell me about it

vivid creek
#

The angle OED looks like a right angle but I’m not sure if it’s drawn to scale

royal basin
#

let's look into that further

#

what angles on the diagram can you see that you know for certain are right angles?

vivid creek
#

Assuming it drawn to scale. I would say OED OFD BCA and OAC

#

They all look like right angle atleast

royal basin
#

no, do not assume the drawing is to scale.

vivid creek
#

Well I would say OED is a right angle since it perpendicular to OB

royal basin
#

how do you know "it" (ED) is perpendicular to OB?

vivid creek
#

Well it because it looks like it is

royal basin
#

no, do not assume the drawing is to scale.

vivid creek
#

Well then I don’t got anything

#

I can’t see anything that can help me

royal basin
#

what about the fact that AC and BC are tangent to the circle?

#

they are explicitly stated as such, too.

vivid creek
#

OHHHHH

#

ok

#

Well because of circle theorems OBC and OAC are right angles

royal basin
#

"circle theorems", what a vague reference.

#

OBC and OAC are right angles because they're the angle between a tangent and its corresponding radius.

vivid creek
#

Yea that was the one

#

Then OED and OFD

royal basin
vivid creek
#

Have to be right angles

#

Since parallel

royal basin
#

"paddle"?

vivid creek
#

Auto correct mb

royal basin
#

since ED is parallel to BC.

vivid creek
#

How do the right angles help me tho

royal basin
#

again, consider triangle OED.

#

consider also the side OD that i just drew in.

#

what can you tell me about side OD?

vivid creek
#

OD would be 13.1cm?

royal basin
#

where is this value coming from?

#

are you jumping ahead?

vivid creek
#

Well I use 10/cos 0.7

royal basin
#

you are jumping ahead.

#

i mean, sure, angle EOD is 0.7 radians, so OD = OE/cos(0.7) = 10/cos(0.7)

#

but there is something else you should be able to tell me about OD

vivid creek
#

Yea it that it’s the radius of the circle

#

So OD = R

royal basin
#

r, not R.

#

great.

#

do you see how to continue?

vivid creek
#

Yes thank you for the help

#

Could you help me with the next question?

#

No b

#

A different one

#

This one 8

royal basin
#

i have a feeling i've seen this exact question before

vivid creek
#

Thank you

obtuse pebbleBOT
#

@vivid creek Has your question been resolved?

obtuse pebbleBOT
#
Channel closed

Closed due to timeout

Use .reopen if this was a mistake.

obtuse pebbleBOT
#
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.

sour oriole
#

I have to find the area in the colored space, using the integration topic.

bold bane
#

What have you tried?

sour oriole
#

I already wrote the integral that I think raises the problem.

#

Can I use latex notation here?

bold bane
#

Yes.

grizzled shore
#

$5x+2$

warm shaleBOT
#

frosst

grizzled shore
#

Just like normal

sour oriole
#

$\int_{a}^{b} (f(x) - g(x)) , dx$

warm shaleBOT
#

Daniel H.

fierce vale
#

Find a and b using f(x)=g(x)

#

Solve the equatiom f(x)=g(x)

sour oriole
#

Yeah, I already did that.
And the values that I found was x_1 = 5, x_2 = -2 and x_3 = 2

fierce vale
#

How did u get 3 solutions??

sour oriole
#

I took -2 for the a, but I don't know which value fits for the b

sour oriole
bold bane
fierce vale
#

Ohhh i didn't see x^3

#

b=2

bold bane
grizzled shore
bold bane
grizzled shore
#

Then, you can observe that the diagram contains only 2 intersections

#

You can easily deduce was the right point must be

fierce vale
#

He doesn't have the full graph though

sour oriole
#

$\int_{-2}^{2} \left[ \left(10 - 4x - 3x^2 \right) - \left(2x^2 - 10 - x^3)\right) \right] dx$

warm shaleBOT
#

Daniel H.

fierce vale
#

b=min(2,5) cause both functions are decreasing when x approaches infinity

sour oriole
#

Is that okay?

bold bane
#

,w integral ((10-4x-3x^2) - (2x^2 - 10 -x^3)) from x=-2 to 2

sour oriole
#

Is it possible that this is the area? With decimals?

bold bane
#

Your answer is correct.

sour oriole
#

Okay, thank u!

#

Btw, why the positive value for "b" should be 2 and not 5?

#

Is it because is a quadratic function?

bold bane
#

So you found three intersections; x = -2, x = 2, and x = 5. The graph shows the area between two intersections, one of which is in the 2nd Quadrant which means that the left bound is at x = -2. The next intersection after x = -2 is at x = 2.

grizzled shore
#

^^

sour oriole
#

Okay, I get it! Thank u again!

#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @sour oriole

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.

wise dragon
#

$$\text{I need to find the work done by the field: } \
F(x,y,z)=(yze^{xz}-2y,;;e^{xz},;;xye^{xz}+3z^{2})\
\text{along the curve} \newline
\gamma :\begin{bmatrix} cos(t) \ sin(t) \ 0 \end{bmatrix}\;\;\;\; t\in[0,2\pi]
\
\
\text{I found the curl of } \overline{F}:\
\nabla \cross F = (0,0,-2)\
\text{and } \gamma':\

\gamma':\begin{bmatrix} -sin(t) \ cos(t) \ 0 \end{bmatrix};;;; t\in[0,2\pi]\
\text{but if I try to use Stokes theorem I get:}\
\oint_{\gamma}^{}\overline{F}\cdot d\overline{s} =\int_{0}^{2\pi}\int_{0}^{1}(0,0,-2)\cdot(0,0,1)\rho ;;d\rho d\theta = -2\pi\
\text{If instead I just calculate the work by the definition:}\
\oint_{\gamma}^{}\overline{F}\cdot d\overline{s} =\int_{0}^{2\pi}(-2sin(t),;;e,;;cos(t)sint(t)e)\cdot(-sin(t),cos(t),0)dt =\int_{0}^{2\pi}(2sin^2(t)+ecos(t))dt=2\pi
\
\
\text{Now, the correct answer is }2\pi \text{ but I don't understand why Stoke isn't working. Why is there a minus? I think I oriented something wrongly, I'm not quite sure how to transform the };;\hat{n}dS;; \text{ in flux integrals most times, so any help with that also would be amazing}$$

wise dragon
#

Now, the correct answer is 2pi but I don't understand why Stoke isn't working. Why is there a minus? I think I oriented something wrongly, I'm not quite sure how to transform the ndS in flux integrals most times, so any help with that also would be amazing

polar fossil
#

i think the curl might just be 0,0,2

#

let me work it out rq though

wise dragon
#

oh shoot

#

you're right

polar fossil
#

very anticlimactic for all that work you put in to typing it but that's how it goes sometimes Giggle

wise dragon
#

lol

#

thanks

#

any tips on the ndS with flux integrals?

#

usually i do the cross product between the partial derivatives of the parametrization for n

polar fossil
#

i'll be honest it's been like five years since i've done that

wise dragon
#

fair

#

well, thanks anyways

#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @wise dragon

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.

fierce vale
#

How to find the roots of a cubic without trial and error ?

fierce vale
#

I mean without guessing a root and then doing long division

ruby path
#

Newton's method sotrue

#

Or memorize the cubic formula

fierce vale
#

Which formula?

ruby path
#

Tbf Tartaliga's algorithm isn't that hard to learn

ruby path
#

I wonder

#

,w solve ax^3 + bx^2 + cx + d = 0

warm shaleBOT
fierce vale
#

It looks ugly

native inlet
# fierce vale Which formula?

$\small{x=\sqrt[3]{\left(\frac{-b^3}{27a^3}+\frac{bc}{6a^2}-\frac{d}{2a}\right)+\sqrt{\left(\frac{-b^3}{27a^3}+\frac{bc}{6a^2}-\frac{d}{2a}\right)^2+\left(\frac{c}{3a}-\frac{b^2}{9a^2}\right)^3}}+$\$\sqrt[3]{\left(\frac{-b^3}{27a^3}+\frac{bc}{6a^2}-\frac{d}{2a}\right)-\sqrt{\left(\frac{-b^3}{27a^3}+\frac{bc}{6a^2}-\frac{d}{2a}\right)^2+\left(\frac{c}{3a}-\frac{b^2}{9a^2}\right)^3}}-\frac{b}{3a}}$

ruby path
#

oh damn

#

F

native inlet
#

couldn't even do the LaTeX

#

the formula is pretty garbage

#

and that's only one solution

#

to get the other two you need to use roots of unity

ruby path
#

if you need the roots then you're just better off using Newton's method

fierce vale
#

I guess I'm sticking with trial and error fot now 😅

native inlet
#

ah ha!

#

got it

#

I messed up a root

warm shaleBOT
#

XxMrFancyu2xX
Compile Error! Click the errors reaction for more information.
(You may edit your message to recompile.)

native inlet
ruby path
#

It's not that bad to learn

#

Although sometimes it goes wild

native inlet
#

probably should learn it tbh

fierce vale
#

Is it the same as tartaliga's algo?

ruby path
#

nope

native inlet
#

idek wht Tartalgia's Algorithm is?

ruby path
#

It's a substitution to make a standard cubic polynomial into a depressed one, and then theres a formula that gives you the roots of a depressed cubic

fierce vale
#

It's tartaglia or tartaliga?

#

Nvm i found it

#

Tyyyy

#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @fierce vale

Use .reopen if this was a mistake.

obtuse pebbleBOT
#
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.

crude dawn
#

helo

obtuse pebbleBOT
crude dawn
#

i have a question

#

i have function

#

and i have to find all asymptotes

#

and im vondering

#

its looks like that

#

and

plucky rivet
#

do you have work?

crude dawn
#

are there asymptotes near to 1 and 3?

#

like that

#

sorry for that awesome drawing

#

but u know the idea...

#

like

#

the domain ends at 1

#

but the 1 is in domain

#

if i calculate limit to 1 from risght side it will be an symptote or not

#

i know there are oblique ones but vertical too?

pseudo swift
#

nah they're not asymptotes

#

there should be at least one coord going to infinity

#

not the case here

crude dawn
#

okaaay thats what i thought just wanted to be sure thanks

#

./close

#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @crude dawn

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.

flat aurora
#

is this correct

obtuse pebbleBOT
plucky rivet
#

if you are asking if these blue lines are equal, then no

tardy epoch
plucky rivet
#

now its true

#

you should be able to see the curve on right side of the vertical orange line

flat aurora
#

ok is the blue line = 20?

#

the one on the same chord

pure geode
#

yes it is

flat aurora
#

ok here , how do i find the lengths?

#

i mean widths

pure geode
#

I don't think you can with just that info

flat aurora
pure geode
#

Well without knowing how much it was shifted up by you can't find that length

#

because it changes

flat aurora
#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @flat aurora

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.

quasi walrus
fierce vale
royal basin
#

the doc just says

#
aiuna98n091j0328jh019j09j0iamosmaosmoamomsaosinf09j09j0129j-19-21210-10kimn0

over and over...

quasi walrus
#

accidently left edit mode on

#

ofc someone has to be like that 🙄

tardy epoch
obtuse pebbleBOT
#

@quasi walrus Has your question been resolved?

obtuse pebbleBOT
#

@quasi walrus Has your question been resolved?

obtuse pebbleBOT
#

@quasi walrus Has your question been resolved?

obtuse pebbleBOT
#
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.

timid silo
obtuse pebbleBOT
timid silo
#

How would I go about solving this?

rigid lintel
#

you could draw it

timid silo
rigid lintel
#

draw the lines |x| and |2x - 1|

timid silo
rigid lintel
#

yeah

#

graph it

timid silo
rigid lintel
#

pen and paper

timid silo
#

dude im not gonna graph it

rigid lintel
#

the alternative is algebra

timid silo
#

it would take too much time

rigid lintel
#

lots of it

timid silo
rigid lintel
#

alright well

#

divide by |x| on both sides

#

should make it pretty easy

#

and also check the case that x = 0

timid silo
#

its okay i found a solution

dapper silo
timid silo
#

its alr

#

i just found out

#

i could set 2x-1

#

to the positive

#

and negative

#

of abs value of x

#

.close

obtuse pebbleBOT
#
Channel closed

Closed by @mellow aurora

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.

long hedge
#

find difference quotient of f(x)=x^2-6