#help-13
1 messages · Page 207 of 1
So f(x) = -1750x + 16000
Or rather, let's use t, to make it clearer that it is a time, in years.
f(t) = -1750t + 16000
Now you are asked to determine the volume, after this model, after 3 years (==> t = 3)
So (-1750) *3 +16000 =f(3)
Yeah
3f =10750
3f?
Ah I thought f(3) meant I times it
No, it means that 3 is the argument of the function
Ahh okay
f(t) = -1750t + 16000, if you plug in t = 3, then you write f(3) to show that.
3 * f(t) (or 3f(t), without the *) means 3 times the function
You don't need it
f(3) = -1750(3) + 16000, you already said it
You just need to calculate -1750(3) + 16000
You technically can, you could input f(t) = -1750t + 16000 and then you could tell him to calculate it at t = 3.
But that's not necessary here
Maybe if you wanted to calculate a lot of values and not type it in all the time, it'd be good
I get you yeah yeah
So now for the other questions I just do the exact same?
With model B
Well, first, (a), (ii)
You could say something like the drills could stop working so it would cause the model to be less accurate
could stop working?
If they tell you they won't stop working, then, then it's great?
Look at the three assumptions
Are all of them taking into account?
(1) is, sure, the initial value is 16000
(2) also fine
What about (3)?
The drills could become less effective over time and not extract as much oil in the time it used to
?
Ah, wait
This is the daily volume of oil per day, so (3) should also be fine, actually, since it's decreasing
Well, the problem I would say is that it never actually becomes negative, does it?
But the model does
You can't extract a negative amount of oil though
You can’t no
So you can only use the model in a fixed interval, between 0 and the zero of f(t)
Now for (b), (i), you do almost the same as for (a), (i)
But keep in mind the different form of the equation
Ah so this is the limitation
Yeah
If you look at B, it doesn't have that limitation
Yeah
And that's probably closer to reality, since you most likely will always get some oil
Exactly yes
Well maybe in reality you can reach 0, but it's definitely better than something that goes into the negative
Yeah yeah
So does this one use a different equation?
Because it is a curved
line
(b), (i) already tells you it's an exponential model
Yeah
because it’s going down
You already know A
16000
Yeah
So put that into this, into your equation of f(t) as k
16000e^-4•0.144
I meant the original $f(t)$ equation. \ $f(t) = 16000 \cdot e^{-0.144t}$.
Now you just need the value of f(3) and you're done
Is that what we did before?
Yeah, when we plugged in 3 for t
No, we plug in 3 into t
To get the value of f at that point
Which is the volume of oil
10392.3
Yeah I put the exact value
10387.4 is what I get though
Ah, then yep
Yes
Thankyou very much I appreciate it
as a sentence when answering an application problem, with correct units
Yeah I get you
"After 3 years, the daily volume of oil that will be extracted will be around ... barrels."
Ohh you told me to actually type the sentence sorry
I thought you meant that’s how you’d answer it
But yes I would have typed that anyway
Appreciate it man
np
@tepid scarab Has your question been resolved?
Closed by @tepid scarab
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Help
!status
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 was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
When using the principles of Mathematical Induction, you should first check for the basis stem (i.e. the base identity for N = the first element defined)
Then you should state an Inductive Hypothesis
For some integer k, the above statement is true
Finally, you should prove the statement to be true for the integer k+1
@winged oasis im not going to provide a solution mate
try to understand the concept
and work on it
if you are stuck tell me
Idk how does that sigma workk can u tell me how does it work
ok right
lets understand the elements of the sigma
we have
(1) Sigma -> thats the notation
(2) i = 1 -> we assign the variable i to 1
(3) n -> limit of i
usually the step for increase for i is 1
(4) (3i-1) -> this is just the function passing through i
this is just a for loop in coding
you find the sums of (3i-1) for i =1 then i =2 then ... then i = n
for n = 3 this would be
(3 times 1 -1) + (3 times 2 - 1) + (3 times 3 - 1)
specifically didnt use * to avoid discord font change
Oh okay thankss
@winged oasis Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hi anyone can help me on how to find the derivative of (x-2)e^-x
what have you tried
i ve tried w the formule u'v + uv'
$\frac{d}{dx}(x-2)e^{-x}$
Soosh
that's correct
but i block
$\frac{d}{dx}[(x-2)e^{-x}]$
Sherif Player
$\dv{}{x}\left[(x-2)e^{-x}\right]$
Pride
what is u? what is v?
$\dv{}{x}[f(x)\times g(x)] =f'(x)g(x) + f(x)g'(x)$
Sherif Player
i ve had 1 * e^-x + (x-2) e^-x * (-1) * e^-x
but then i found e^-x ( 1 + (x-2 ) (-1) )
and then i block
i think youa re getting a bit confused differentiating e^-x part
this is close, so you're doing this right:
so it is correct
$e^{-x} - (x - 2) e^{-x}$
Sherif Player
$=(1)(e^{-x})+(x-2)\frac{d}{dx}(e^{-x})$
Can somone help me with math
Soosh
look to an unoccupied channel like #help-32
over here you are adding an extra e^ (-x) for no reason i think
all you chain rule the -1 and thats it you are done
formule of derivative of e^ (-x) is u' * e ^ u tho
since $\frac{d}{dx}(e^{-x}) = e^{-x}(-1)$
Soosh
right you have it right here underlined already, but then you are adding another e^(-x) at the end
so i mean you are pretty much done
here for clarification, you have all the parts there
you could simplify a bit i suppose but also that answer is already valid
but then i should find this
like i am at 1 * e^-x + (x-2)(-1)( e^-x)
and then i can factorise by e^-x i guess
$e^{-x} + (x-2)e^{-x}(-1)=e^{-x}-(x-2)e^{-x}=e^{-x}-xe^{-x}+2e^{-x}$
Soosh
$=3e^{-x}-xe^{-x}$
Soosh
can u help me by doing it the factorised way
Soosh
i need it there tho 😭
to arrive at e^-x (-x-1)
thats what i have right here, follow the 3 images for step by step
they all follow each other in order
i just didnt write the 1 * in the front because well you dont need to
u don t get the result i said tho so there s an issue
the result is given by the xercice
they just want the steps and i can t find it
what is it supposed to come out to?
this
sounds like the solution you were given is wrong
wolfram confirms this is the correct solution
or written as what we wrote above
so probably typo by your teacher or book
its unfortunately rather common : )
@eager trail anything else?
okay i will search thank you
!done
If you are done with this channel, please mark your problem as solved by typing .close
you can check correct solution by basically typing it into google:
the solution i gave is not uncorrect it sjust in a different systen
it s ok
got it dw
its definitely incorrect, unless you typod the problem when typing it here
(-x-1) is not the same thing as (-x+3)
dw thanks for the help tho
@eager trail Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
help
this is the question and solution
but like
how did he get 5/4???
this is how I solved it
I got 1 as my answer tho so ???
im not following his last step; it looks like he goes from 4c-3=1 to c=(1+4)/4 but it seems like it should go to 4c=4 and then c=1
well i'd ask him about his last algebraic steps honestly
okie
for some reason he went from 4c-3=1 (the same thing as you have) to c=5/4 (not the same)
but that seems incorrect
so you might have spotted an error he missed?
but I don’t get how he solved this qs
@earnest kettle Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
!status
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 was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
prk tu fais ça
déjà t'as de la chance que je sois fr, et ensuite c'est pour savoir où t'en es
yo
donc 1. ?
Tu vois comment faire la première question?
la 4, tu as trouvé f'(x)?
non
je pleure j’y arrive pas je vais aller dormir
:(
@wispy topaz Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How would I even do this?
@fierce widget Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
If I have a number line: 2 2 3 1 2
the table with answers will be:
5
4 4 6 2 4
4 4 6 2 4
6 6 9 3 6
2 2 3 1 2
4 4 6 2 4
(multiplied the numbers of each row and column and wrote them down in the form of a table)
What I get:
5
0 4 6 2 4
4 0 6 2 4
6 6 0 3 6
2 2 3 0 2
4 4 6 2 0
and I need to find: 2 2 3 1 2
My problem is that if I get:
5
0 3306 2432 2660 2888
3306 0 5568 6090 6612
2432 5568 0 4480 4864
2660 6090 4480 0 5320
2888 6612 4864 5320 0
I must get: 38 87 64 70 76
I don't know how to find this line (38 87 64 70 76)
@steel ridge Has your question been resolved?
@steel ridge Has your question been resolved?
@steel ridge Has your question been resolved?
@steel ridge Has your question been resolved?
lets say the numbers are, (a,b,c,d,e)
using you example, 0 4 6 2 4
4 0 6 2 4
6 6 0 3 6
2 2 3 0 2
4 4 6 2 0
we know that ab=4, ac=6 and bc=6
multiplying the first 2 gets us a^2(bc)=24
substituting bc, we get a^2=4 or a=2
we can continue by saying, bc=6, bd=2, cd=3
using the same proccess, we get b=4
@steel ridge
Understood, thanks a lot!
no problem
@steel ridge Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
stuck on how to do c
you can try the substitution just. with 🐬=1/x
then solve the quadratic equation to find the value of 🐬 the rest is pretty straightforward
Let $ u =1/x $ and $u^2=1/x^2$
KTMath
Then solve for u
yes. solve for me.
Closed by @blazing hedge
Use .reopen if this was a mistake.
🐬
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hey
PLEASE PLEADE PLEASE
you tried something I guess?
yea
Alright, basically I put n= 1 and saw if it gets divided by any of those options
im not even sure i am reading the problem right, the last term is barely visible
$7^{2n}+(3^{n-1})(2^{3n-3})$
It's 7^2n+3^n-1× 2^3n-3
Plugging in n=1 should give u the answer
It didn't
I see
You get 49 when you use n=1 and it isn't divisible by any of those options
it's 51 not 49
3^0 = 1 same for 2^0
even then the question seems broken
51 = 3*17
Should be 50
49 + 1 x 1
yea why is that so blurry
Oh yeah
Soosh
Np
@ruby barn Has your question been resolved?
Closed by @ruby barn
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
yo tommorw is my aths test help mee
maths i mean
well Good luck on your aths test
Lmao so true
Do you have a question
aa whole rd sharmaa
Shawarma?
Indeed
So true my friend
isnt it relatable
Anyways good luck with trying to find a question
I'd recommend solving the NCERT first before it (assuming you're an Indian)
thhanks buddy
@frank nacelle Has your question been resolved?
Closed by @frank nacelle
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Guys what is my mistake here :
a^2 - 24a = b^2
(a+b)(a-b) = 24a
For this to be true a must divide b so b = az
(a+az)(a-az) =24a
a(1+z)(1-z) = 24
But here there are at most 8 possibilities for a and the ans for this is 10
did you forget the minus from the b^2-4ac ?
Tf yeah
why only 8 options
a can be positive or negative
and does each of those have exactly one option z ?
Check by plugging in
Either only a positive or a Negative works
Not both
Or z becomes complex
wait why are you making the assumption that a itself has to be an integer
well if a=0 then the polynomial is just x^2=0 which has only integer roots
yes and?
so something is definitely weird
from a^2-24a=b^2 we can immediately conclude a >= 24
cause otherwise lhs wouldnt be positive
but your last equation suggests a <= 24
a can be negative
right sry
Something is Definitely lol
still, where are we leaving the other possible values of a
Weird *
Idk
It's AIME
Something needs to be tricky
For this to be true a must divide b so b = az
this doesnt have to hold I think
from a^2-24a=b^2 we conclude a divides lhs, so it divides rhs, aka b^2. but that does not mean it divides b
btw a is an integer because sum of roots = -a
and roots are integer, so a is aswell
product of roots = 6a. maybe thats something
Wait I think I have something
\sqrt{b^2 - 4ac} must be natural, soo \sqrt{a^2 - 4 * 1 * 6a} must be natural... so a^2 - 24a must be a perfect square
a^2 - 24a = b^2
a^2 - b^2 = 24a
a - b^2/a = 24
So.. I can see here that b doesn't necessarily need to be a multiple of a, but instead can be a multiple of \sqrt{a} and the equation would still yield a natural number.
What do you think?
well if sqrt(a) isnt an integer then thats kinda shit I think
especially if a is negative
so, if a is positive, then from a^2-24a=b^2 we can conclude b<a
wlog b positive
but then 24a=(a+b)(a-b) <= 2a*a <= 2a^2
12 <= a
hmm
not what I hoped for
I'm not seeing it
and I have to go
good luck
i need help w smth
@spiral bramble Has your question been resolved?
@spiral bramble Has your question been resolved?
@spiral bramble Has your question been resolved?
.close
Closed by @spiral bramble
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
What are you trying to understand about it?
hmm
It goes up at the same rate all the time, so the period of cosine will remain the same.
But e^x goes up at an increasing rate.
So, the period will shorten as you go along.
Well, the thing inside the cosine parentheses doesn't go up at the same rate all the time anymore.
Like cos(57x) would have a stable period.
But something like cos(x^2) wouldn't because the rate it increases at gets higher and higher.
It approaches 1 because e^x approaches 0.
cos(0) = 1.
It would also approach 1 on the left.
But that increases slower and slower, so the period on the right would get longer and longer.
,w plot cos(e^-x)
Oh, I was wrong.
It just gives you the mirror image.
Because the x value is negated.
Yes, like e^(-(-2)) = e^2.
Any time you change all the xs into -xs, it mirrors the graph across the y axis.
That works with any function.
Like 2x and -2x.
Or like x^2 + 3x and (-x)^2 - 3x.
Do you mean how do you find its domain and range?
Or do you mean the graph of it?
Well, sqrt increases slower and slower.
3^-t decreases slower and slower.
3^-t approaches 0 as you go higher and higher.
So, you'll approach sqrt(1 + 0).
if you want to visualize a graph the good ol fashioned way, and it's not something you are familiar with (not just punching it into a graphing calculator), do stuff like: find the roots (zeroes) of the function, find the y intercept, find the domain of a function (where is defined \ undefined), then pick some random points (maybe integer values of x \ ones easy to calculate) near those other "interesting" points and plot a few points to see a trend, find asymptotes. being able to visualize any random algebraic function isn't going to come automatically right away but you will get better at it somewhat if you practice and start to see some trends
if you are in calculus you can also use first \ second derivative and see trends of increasing \ decreasing, concavity etc., not sure if that is the class you are taking or not
Well, if the function is like position, then the derivative is velocity and the second derivative is acceleration.
Velocity tells how fast the position is changing.
Acceleration tells how fast the velocity is changing.
I'm not sure what you mean.
It tells how fast something is changing.
Well, how fast is velocity.
Like you can be going 40 km/h down the road.
You're going 40 km/h, but you're not changing that velocity.
So, there's no acceleration.
Velocity is how fast you're moving. Acceleration is how fast the velocity is changing, not how fast you're moving.
It tells you how your position is changing.
Or how the graph of the original function is changing.
What do you mean?
It shows the slope, not the change in it.
Like each point on the graph of the derivative is a slope.
So, if (5, 3) is on that graph, then the slope at x = 5 is 3.
It does model the change.
The slope will tell you how the original function is changing.
Oh, OK.
Closed by @restive vessel
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hi there, I am currently learning about SAT problems, implication graphs and resolution proofs.
I am having a difficult time understanding this SAT problem: {x, y, z} {-x, -y, -z}
From a quick glance, it's easy to find a simple solution to this problem from the following truth assignment:
x = true
y = false
z = true (or false)
From my understanding, this makes the problem satisfiable.
However, if I attempt to use a resolution proof for this problem as such:
- {x, y, z} axiom
- {-x, -y, -z} axiom
- {} line 1,2
This indicates that the problem is un-satisfiable.
How can that be the case? Am I missing something?
@rancid grail Has your question been resolved?
Read section 6.3 from here: http://intrologic.stanford.edu/chapters/chapter_06.html
The catch is that you can only remove one complementary pair at a time.
Ohhhhhhhhhh I think I get it now
Thank you
this is something that my professor forgot to mention in the lecture....
So the problem proceeds as:
1. {x,y,z}
2. {-x,-y,-z}
3. {y,-y,z,-z} lines 1,2
4. {x,-x,z,-z} lines 1,2
5. {x,-x,y,-y} lines 1,2
All three of which are tautologies.
Please close the channel with .close if your question has been resolved. @rancid grail
Closed by @rancid grail
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hi, can I get some help with this exercise? "solve for x xeR so that the sum of the 3rd and 8th terms of the development of (2x^3 - 1/x)^9 be equal to 0"
I can't find a way of the pharenthesis = 0. I think its the only way that all goes to 0
@crisp rover Has your question been resolved?
Closed by @crisp rover
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I would really appreciate if you could help me with this question
@cedar kiln
<@&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.
<@&286206848099549185>
@trim surge Has your question been resolved?
@trim surge Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Which is faster, gauss, gauss-jordan, LU or Cramer?
Okay thanks, but are they as fast as each other?
is this a math question?
I dont even know where you want to make the distinction between gauss and gauss jordan?
there is a distinction?
for some people, yes
and LU is just gauss jordan but you write down the result a bit better so you can reuse it
That's how I was taught, blame Spain
Why?
for speed it is utter garbage yes
well you need to compute a lot of determinants
I guess it's because it's worse for matrix with order four or more
computing one determinant alone takes basically as long as gauss
I would use software for bigger matrixs tbh
I can't even use a calculator in the exam which is weird
But I guess that Cramer is not an option for me in that case
cramer is a theoretical tool
Thank you people 🙏
nothing more
Basically, a poop
well for theoretical considerations it can be nice
just not for actually solving stuff
Closed by @jagged wave
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Solving for x : y^(x+4)-y^(x+2)=8/27 without log
Solve for what
x
Try factory
Does it say integer solutions
Oh, y I thought
X is -5
Solve for x
We don’t need to solve for y
I just been pluggin in random numbers for x and -5 works but no idea how to get -5
Teacher didn’t teach log yet so I can’t use log but the calculators online are all using log so I have no idea how to get it
Honestly no idea how especially when you haven’t even done log
oh uh
i did something wrong
……
y is 3
mybad
question should be….
3^(x+4)-3^(x+2)=8/27

You know how to simplify that
I thought when u multiply 3^3 on both sides 3^(x+4) and 3^(x+2) turns into 3^(3x+12) and 3^(3x+6)
8
Yes
This can only happen if the exponent is 0
Closed by @static egret
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
@tropic vale Has your question been resolved?
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
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.
akak and bjvj instead?
Those are meant to be subscript sorry. And the sorry that the images are like that
are those the same?
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I don't understand what a telescoping product is and why this person has decided to minus a half from just the numerator
I understand everything before than, just how would you mathematically explain and represent taking half away from each numerator except the last?
they just used $\frac{a}{b} > \frac{a - 1/2}{b}$
riemann
which is true for b > 0
Can there be a different approach other than taking 1/2 away?
riemann
And why do they use the greater than or equal to, why not just greater than?
it doesn't matter
and how would you phrase taking half out of the numerator smth like: since n-1/2/n > n-1/n we can subtract half from the numerator expect the last term (as 1/2 -1/2 / 1 would be zero)
or is there a more formal way of stating it?
@viral wraith Has your question been resolved?
ok ty
Closed by @viral wraith
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I need help with a combinatorics problem involving the bars and stars method. The problem is listed in the image below. I know that when solving for bars and stars with constraints, whenever you have a variable for x >= n , you can simply subtract the n value from the top of a choose notation. For example, Lets say I had 3 bars and 8 stars with this constraint. My choose solution would be (8-n+3)C3. Further, I know that when given a constraint such as x <= m, I can use the negation of it and subtract it from the total. So that ~(x <= m) = x >= m+1. I can then find a solution with this by subtracting it from the total. This is my solution thus far,
Is there anything wrong with my solution logically?
@stark stream Has your question been resolved?
<@&286206848099549185>
@stark stream Has your question been resolved?
<@&286206848099549185>
Non negative, not a combinitronics guy but i have done some stuff with combinitronics in programming
prob add limit that [0 to existing limits
because it cant be negative if you havent already
x2 can only be 3 nums
x4 limit isnt defined so im assuming its also [0,inf)
the fact that non negative solution also means x3 limit is changed to [0,3]
so than you probably start off by making lists of valid ranges for variables you can
0,1,2,3 for x3
2,3,4,5 for x2
x1 >= 4
and x4 >= 0
sum of all must = 15
pulling 1 num from list x3 and x2 and adding will always be < 15
hmm so a more brute force approach?
That's what im going for : P i can programatically aproach this too
im just coming up with an algorithm to base this off of
i see
using brute force i think the problem becomes muche asier
cause there are just set scenarios and you can use simple combinatorics concept sto solve it
but its just a lot longer aha
thank you!
let me generate it real quick just to see what the answer is
but i was wondering if my approach right now was wrong or not cause if it logically makes sense, im just gonna use it for my solution
tysm
here is the code i have written so far
oscilating through valids for x4 and x1 shouldn't be hard
Heres a list of all possible sums for x3 and x2
the delta of 15 and sums *2 = possible combinations for that sum
is there a total?
not yet
Manual memory management is painful but the fun kind of pain
masochist behaviours ahahah
that's how i introduced myself in my programming interview 💀 it worked
I did, i told them my love for c/assembly i taught myself both
whats JHI?
the company i work at
what do they doi
idk im just a programming grunt 💀
idk i just clicked ur pfp it says pre uni
same
212 is what i got
congrats on already landing a coding job thats crazy
im very lucky but i also worked hard in the grind set
also thank u
I reccomend looking at my code under microscope since im not actually combinitronics, just did some leetcode with it
// makgin it.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include <iostream>
int main()
{
std::cout << "Hello World!\n";
int combinations = 0;
for (int x3 = 0; x3 <= 3; x3++) {
combinations += 1;
for (int x2 = 2; x2 <= 5; x2++) {
combinations += 1;
int x4 = 0;
int x1 = 4;
if (x3 + x2 + x1 + x4 != 15) {
int result = x3 + x2 + x1 + x4;
std::cout << result<<'\n';
int delta = (15 - result)*2;
combinations += delta;
//cycle through x1 and x4
}
}
}
std::cout << combinations << " is combinations" << '\n';
}
no prob
.close
Closed by @stark stream
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Could someone help me find out the notation for this? - IM pretty sure the denominator is just supposed to be sqrt k but the numerator I cant figure out
To get the alternating sign remember that (-1)^k is 1 when k is even and -1 when k is odd
and as for the numerator would k-1, not work? :)
yeah the -1^k I know of - so am I putting it as (-1)^k * (k-1)?
Yep

yw!
Closed by @heady granite
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
@spark moat Has your question been resolved?
You have a common element between the equivalence classes [3] and [5]
That should imply something, all pairs of equivalence classes are either...
Hmm
I still don’t get it
First reply to the bot with ❌ so the channel doesn't close
Do you know any properties of equivalence classes?
Reflexivity, transitivity, and symmetry
Those are the properties of equivalence relations
Ohh
The equivalence classes are the sets of elements that are equivalent to each other, under that equivalence relation
So [3] is the set of all elements equivalent to 3, and [5] is the set of all elements equivalent to 5
So is there anything you know about the equivalence classes under some given equivalence relation?
I need to go back to my notes and review them
Yep, a very good idea
there should hopefully be some statement along the lines of "all equivalence classes are either..."
They are either identical or disjoin
Yep, and so, what can you say about [3] and [5], seeing they have the common element 6 in them?
Let me think
So [3] are [5] are identical and they have the same element 6?
Yep
that's it 
That’s the answer ? They are identical ?
Yep, they're identical/equal to each other
You'll have the same elements in both, cause they'd all be equivalent
Ok okay thank you 🙂
@spark moat Has your question been resolved?
Closed by @spark moat
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
A sample of size n = 100 produced the sample mean of 16. Assuming the population
standard deviation = 3, compute (calculate) a 95% confidence interval for the population mean.
please i need help
this actually makes no sense
my teacher sucks
and chatgpt is making it hard to explain
@cursive thicket Has your question been resolved?
@cursive thicket Has your question been resolved?
@cursive thicket Has your question been resolved?
@cursive thicket Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Did I do anything wrong here
So far
nope
Yes
one thing
you need to change the integral ranges
Or
Most of the times at the end you’re going to back substitute
The x’s back in right
Changing the bounds is easier in most cases however
So really you don’t have to change the bounds, but you have to indicate that in the intermediary they are different
Like labeling u1 to u2
And then at the end just getting everything back in terms of x
Evaluating with normal bounds
If u prefer
Like this?
Or should the order of the bounds be the same where g(2) is upper limit
And g(1) is lower
The upper bound should be the same as g(2)
okay I see
Recall that you can flip the integral bounds around by adding a negative sign out front
water beam
so that the negatives cancel out
If u add the negative out front, the bounds flip
Here you just added the negative but didn’t flip them
Which was the whole point
This gets kind of tedious in my opinion right? And like a bit more steps means more of a chance of a mistake
I suggest just doing u1 to u2
That’s what I like
$-\frac{1}{2}\cdot-\int_{-3}^{-1}u^{-1}du$
But do it as u please
water beam
Closed by @nova snow
Use .reopen if this was a mistake.
Np
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how to check this diverges or converges by using Ratio or Root test
@west frigate Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
@olive briar Has your question been resolved?
@olive briar Has your question been resolved?
@olive briar Has your question been resolved?
<@&286206848099549185>
@olive briar Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Someone help me solve this question pls
english?
yea
just ignore that sentence its nothing related to the question
is there a way to solve this question?
what am i solving
dis summation
Please show the original problem, exactly as it was stated to you, with the entire original context. A picture or screenshot is best. If the original problem is not in English, then post it anyway! The additional context might still be helpful. Do your best to provide a translation.
I dont think this is the original question, did you simplify it? @still sentinel
@still sentinel Has your question been resolved?
im confused now
forget this question man this is useless i wasted my time too XD
Closed by @still sentinel
Use .reopen if this was a mistake.
@still sentinel https://brainly.in/question/47974181
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.
In some sporting events you can see “hat” goals, that is, when a player makes the ball make a parabolic movement above the goalkeeper's reach.If the goal line is 7 m from the striker, and the goalkeeper, who has a reach of 2.4 m in height, is 2 m from it, is it possible to make a “hat” that describes a parabolic movement? ? If the answer is yes, determine the angle, initial speed and height at which the ball enters the goal. Accompany your answer with a graph (g = 10 m/s2).
I have never learned kinematics at school and they are asking me to solve this, and this is a math homework. I really like physics, but I will start learning more about this once I know calculus.
@crimson sedge Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
quick question, conjunction is dealing with (\wedge) and disjunction is dealing with (\vee) in proofs?
Aff07
yeah
@fervent pike Has your question been resolved?
Closed by @fervent pike
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hi everyone, I'm new to Laplace's transform and I need help with this problem. I need to find the inversed laplace transform of F(s)= e^(-3s)*(s^2+3s+6)/(s^3+3s+7s+5) I'll post my current work but there is clearly something wrong
If you use latex, it'll be much easier to help 🙂
ok, let me check
thanks!
I did type it in wolframalpha but it seems absurd
but as I staded earlier I'm new to laplace so it my be right idk
@long arrow do you have any steps for this problem as i am learning it could help me understand
and it's 3s not 3s^2
Closed by @tulip totem
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how do i show algebraically that 8/5x = (120/49)t^2 shows an inverse correlation between sqrt x and t
! What the hell am I doing here?
ye
Do you know what an inverse correlation means?
Sweet.
Here.
sqrt both sides dont make them equal though
if i sqrt a side i would have to time the other side by a^(-1/2)
@raw kernel Has your question been resolved?
@raw kernel Has your question been resolved?
<@&286206848099549185>
@raw kernel Has your question been resolved?
what do you mean by this?
unless there are some conditions not written above, there is no issue with sqrt-ing both sides to show inverse correlation
you will get K/sqrt(x) = Lt, where K, L are constants, and so 1/sqrt(x) is proportional to t, i.e. sqrt(x) is inversely proportional to t
@raw kernel Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
What is wrong here?
I found delta x and xi
Put them in equation
I don't understand what the problem is here
Oops
Mistake located
.close
Closed by @floral hinge
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Hiiii
I need some help please
How would you prove that √(2x^2+1) is continuous in all real numbers?
find the domain
By definition and without derivatives
it's all real numbers
okay so there aren't any holes on the graph
yep
but how do you know there aren't any jumps?
because the domain is R
then floor(x) is continuous


