Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
Trigonometry - worm thread related word problem
$$d=r-(h-w)=0.75-0.2744=0.4756$$
Tags:
Trigonometry
Word Problem
Related
A sum involving a binomial
Determine if $x^3+y^3+z^3+t^3 = 10^{2021}$ has a solution
Prove that $\frac{a^2}{a^2+bc}+\frac{b^2}{b^2+ac}+\frac{c^2}{c^2+ab}<2$
Prove there are infinitely many squares ending in the digits $54321$
Comparison test for $\sum_{n=1}^{\infty} \frac{\sqrt{n^5 + n^3 - n}}{2n^3 + 3n^2 + 1}$
A conditional probability problem where the next day depends on the last 3 days
Numerically evaluating $\iiint_{C} \frac{ {\rm d}x \, {\rm d}y \, {\rm d}z}{x^2 +y^2 + z^2}$
Finding probability distribution from given moments
Pattern for all the binary chains divisible by 5
How Many Uniquely Enumerated $4\times4$ Sudoku Grids Exist?
What does Cohen independence theorem say?
What's the intuition behind the Co-Area formula?
Recent Posts
Pandas how to find column contains a certain value
Recommended way to install multiple Python versions on Ubuntu 20.04
Build super fast web scraper with Python x100 than BeautifulSoup
How to convert a SQL query result to a Pandas DataFrame in Python
How to write a Pandas DataFrame to a .csv file in Python