For a very large number n, how many divisibility tests are required to establish if its prime? I know this has something to do with the Golden Number, but...
Published: Aug 29, 2026
I can't figure out how to simplify $\sin2\theta \cos2\theta$ to be $\frac12 \sin4\theta $. I assume double angle identities are involved, but I can...
Published: Aug 29, 2026
I just learned the very basics of Trigonometry yesterday. I can answer all the questions on the homework but feel uneasy because I still have some questio...
Published: Aug 29, 2026
The formula for computing a k-combination with repetitions from n elements is: $$\binom{n + k - 1}{k} = \binom{n + k - 1}{n - 1}$$ I would like if someone...
Published: Aug 29, 2026
In many mathematics problems you see the phrase "prove that..." or "show that..." something is. What's the difference between these two phrases? Is "...
Published: Aug 29, 2026
I'm currently brushing up on my math before heading back to school for my bachelor's and am practicing on some questions. Given the following eq...
Published: Aug 29, 2026
When dealing with derivatives, "with respect to $x$" means we are observing how a small change in $x$ (the input) affects a change in $y$ (the o...
Published: Aug 29, 2026
For example, if we consider a shape in 2D like a circle at center $(x_0,y_0)$ with radius R so the equation would be: $$f(x,y)=(x-x_0)^2+(y-y_0)^2-R^2$$ n...
Published: Aug 29, 2026
Find the least nonnegative residue of $5^{18} \mod 11$. To do this I took $5^2 \equiv 3 \mod 11$. Then I did $(5^2)^5 \equiv 3^5 \mod 11$. And $3^5 \equiv...
Published: Aug 29, 2026
Determine whether statement is true or false, and then prove answer. For all integers $a,b,c$: a) if $a|bc$ and gcd$(a,b) = 1$ then $a|c$ b) if $a|c$ and ...
Published: Aug 29, 2026