url string | fetch_time int64 | content_mime_type string | warc_filename string | warc_record_offset int32 | warc_record_length int32 | text string | token_count int32 | char_count int32 | metadata string | score float64 | int_score int64 | crawl string | snapshot_type string | language string | language_score float64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
http://www.physicsforums.com/showthread.php?p=3806253 | 1,410,989,909,000,000,000 | text/html | crawl-data/CC-MAIN-2014-41/segments/1410657124607.22/warc/CC-MAIN-20140914011204-00028-ip-10-196-40-205.us-west-1.compute.internal.warc.gz | 722,443,940 | 8,003 | # Least Upper Bounds
by elizaburlap
Tags: least upper bound
P: 8 1. The problem statement, all variables and given/known data Find the least upper bound and greatest lower bound (if they exist) of the following sets and state whether they belong to the set: a. {1/n:n$\in$"Natural Number"} b. {x$\in$"Rational Number":... | 876 | 2,909 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.5 | 4 | CC-MAIN-2014-41 | latest | en | 0.927491 |
https://math.libretexts.org/TextMaps/Calculus/Book%3A_Calculus_(OpenStax)/17%3A_Second-Order_Differential_Equations/17.4%3A_Series_Solutions_of_Differential_Equations | 1,545,140,925,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376829399.59/warc/CC-MAIN-20181218123521-20181218145521-00041.warc.gz | 667,528,023 | 20,153 | $$\newcommand{\id}{\mathrm{id}}$$ $$\newcommand{\Span}{\mathrm{span}}$$ $$\newcommand{\kernel}{\mathrm{null}\,}$$ $$\newcommand{\range}{\mathrm{range}\,}$$ $$\newcommand{\RealPart}{\mathrm{Re}}$$ $$\newcommand{\ImaginaryPart}{\mathrm{Im}}$$ $$\newcommand{\Argument}{\mathrm{Arg}}$$ $$\newcommand{\norm}[1]{\| #1 \|}$$ $$... | 5,098 | 12,081 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.40625 | 4 | CC-MAIN-2018-51 | latest | en | 0.730682 |
https://oeis.org/A109950 | 1,623,811,729,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623487621699.22/warc/CC-MAIN-20210616001810-20210616031810-00146.warc.gz | 407,623,046 | 3,875 | The OEIS Foundation is supported by donations from users of the OEIS and by a grant from the Simons Foundation.
Hints (Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109950 Number of partitions of n into parts having in decimal representation mutually no common digits. 5
1, 1, 2, 2, 3, 4, 5, 6, 8, ... | 770 | 1,860 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.890625 | 4 | CC-MAIN-2021-25 | latest | en | 0.624813 |
https://studysoup.com/tsg/1894/physics-principles-with-applications-6-edition-chapter-8-problem-51pe | 1,603,225,755,000,000,000 | text/html | crawl-data/CC-MAIN-2020-45/segments/1603107874135.2/warc/CC-MAIN-20201020192039-20201020222039-00707.warc.gz | 551,600,735 | 11,344 | ×
×
# Starting with equations for conservation of momentum in
ISBN: 9780130606204 3
## Solution for problem 51PE Chapter 8
Physics: Principles with Applications | 6th Edition
• Textbook Solutions
• 2901 Step-by-step solutions solved by professors and subject experts
• Get 24/7 help from StudySoup virtual teaching ... | 558 | 2,425 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.9375 | 4 | CC-MAIN-2020-45 | latest | en | 0.893476 |
https://discuss.educative.io/t/help-me-understand-this-fibonacci-challenge/36163 | 1,708,935,895,000,000,000 | text/html | crawl-data/CC-MAIN-2024-10/segments/1707947474653.81/warc/CC-MAIN-20240226062606-20240226092606-00675.warc.gz | 211,720,457 | 5,456 | # Help me understand this Fibonacci challenge
I don’t get why do I need 3 variables (first, second & fibonacci)
Why does Fibonacci become int c? Isn’t it better to just declare c = 0 from the beginning?
Why do I get the desired result on the else? Wouldn’t it be faster to just put it in the if?
Hi @Emilio_Parra !!
... | 667 | 2,762 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.609375 | 4 | CC-MAIN-2024-10 | latest | en | 0.828409 |
https://cassiopee.g-eau.fr/assets/docs/en/calculators/structures/cunge_80.html | 1,722,779,455,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640404969.12/warc/CC-MAIN-20240804133418-20240804163418-00459.warc.gz | 137,182,087 | 7,602 | # Cunge 1980 formula
This stage discharge equation is based on the equations described by Cunge in his book 1, or in more detail in an article by Mahmood and Yevjevich 2. This law is a compilation of the classical laws taking into account the different flow conditions: submerged, free flow, free surface and in charge ... | 576 | 2,291 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.578125 | 4 | CC-MAIN-2024-33 | latest | en | 0.91342 |
https://practicaldev-herokuapp-com.global.ssl.fastly.net/thepracticaldev/daily-challenge-230-beeramid-2m4a | 1,627,334,330,000,000,000 | text/html | crawl-data/CC-MAIN-2021-31/segments/1627046152144.92/warc/CC-MAIN-20210726183622-20210726213622-00656.warc.gz | 439,681,693 | 66,019 | ## DEV Community is a community of 662,276 amazing developers
We're a place where coders share, stay up-to-date and grow their careers.
# Daily Challenge #230 - Beeramid
dev.to staff
The hardworking team behind dev.to ❤️
Let's pretend your company just hired your friend from college and paid you a referral bonus. A... | 1,518 | 4,718 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 4, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.5 | 4 | CC-MAIN-2021-31 | longest | en | 0.74296 |
https://studysoup.com/tsg/48184/applied-statistics-and-probability-for-engineers-6-edition-chapter-3-3-problem-38e | 1,620,898,437,000,000,000 | text/html | crawl-data/CC-MAIN-2021-21/segments/1620243990584.33/warc/CC-MAIN-20210513080742-20210513110742-00348.warc.gz | 498,079,339 | 15,414 | ×
Get Full Access to Applied Statistics And Probability For Engineers - 6 Edition - Chapter 3.3 - Problem 38e
Get Full Access to Applied Statistics And Probability For Engineers - 6 Edition - Chapter 3.3 - Problem 38e
×
# Determine the cumulative distribution function of the
ISBN: 9781118539712 55
## Solution for p... | 960 | 3,352 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.46875 | 4 | CC-MAIN-2021-21 | latest | en | 0.75361 |
https://brainly.in/question/3116 | 1,487,680,093,000,000,000 | text/html | crawl-data/CC-MAIN-2017-09/segments/1487501170708.51/warc/CC-MAIN-20170219104610-00477-ip-10-171-10-108.ec2.internal.warc.gz | 709,409,709 | 9,529 | # Simplify 3m(4m-5)+3and find the value for m=1/2
2
by amaa
## Answers
2014-02-27T11:43:43+05:30
Putting the value of m inexpression
3*1/2(4*1/2-5)+3
3*1/2(2-5)+3
3*1/2*(-3)+3
-9/2+3=-3/2
2014-02-27T11:48:28+05:30
Put the value m=1/2
3m(4m+5)=3
⇒3×1/2(4×1/2+5)+3
⇒3/2(2+5)+3
⇒6/2+15/2+3
⇒37 ans. | 191 | 298 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.09375 | 4 | CC-MAIN-2017-09 | latest | en | 0.246303 |
http://mathhelpforum.com/algebra/98993-simplifying-expressions.html | 1,531,896,750,000,000,000 | text/html | crawl-data/CC-MAIN-2018-30/segments/1531676590069.15/warc/CC-MAIN-20180718060927-20180718080927-00199.warc.gz | 235,769,789 | 9,937 | 1. ## Simplifying Expressions
Please help me with this Algebra I problem. I am supposed to come up with an answer of r/g. But I keep getting 3 r/g. I am trying to figure out what the formula is to come to this answer:
36 x 2rh
___________
3 x (9hg)
Thanks!
2. Originally Posted by oriolesmagic
Please help me with th... | 433 | 1,366 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.9375 | 4 | CC-MAIN-2018-30 | latest | en | 0.932209 |
https://math.stackexchange.com/questions/929863/can-someone-please-explain-the-axiom-of-induction-in-lay-term/929871 | 1,713,865,114,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296818468.34/warc/CC-MAIN-20240423064231-20240423094231-00197.warc.gz | 335,499,686 | 35,199 | # Can someone please explain the axiom of induction in lay term?
Axiom of Induction
To me, it says, for all P such that P(0) AND for all k is an element of natural numbers P(k) implies P(K+1) implies for all n is am element in the natural numbers of P(n)
But this is a bit incoherent, can someone please explain the m... | 622 | 2,359 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.09375 | 4 | CC-MAIN-2024-18 | latest | en | 0.909375 |
http://math.stackexchange.com/questions/77/understanding-dot-and-cross-product/20092 | 1,469,455,767,000,000,000 | text/html | crawl-data/CC-MAIN-2016-30/segments/1469257824230.71/warc/CC-MAIN-20160723071024-00270-ip-10-185-27-174.ec2.internal.warc.gz | 152,301,031 | 20,058 | # Understanding Dot and Cross Product
What purposes do the Dot and Cross products serve?
Do you have any clear examples of when you would use them?
-
When you deal with vectors, sometimes you say to yourself, "Darn I wish there was a function that..."
• was zero when two vectors are perpendicular, letting me test ... | 762 | 3,386 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.15625 | 4 | CC-MAIN-2016-30 | latest | en | 0.947051 |
https://www.mathhomeworkanswers.org/57471/need-equation-of-the-ellipse-with-foci-7-0-and-co-vertices-0-3-0 | 1,709,039,440,000,000,000 | text/html | crawl-data/CC-MAIN-2024-10/segments/1707947474676.26/warc/CC-MAIN-20240227121318-20240227151318-00857.warc.gz | 865,314,816 | 23,041 | need equation of the ellipse with foci (7, 0), (-7, 0) and co-vertices (0, 3), (0, -3)?
The general equation of a centralised ellipse is x2/a2+y2/b2=1 where a and b are the lengths of the sem-axes.
Midway between the foci is the centre of the ellipse, which in this case must be (0,0) because it's the midpoint of (-7... | 464 | 1,442 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.953125 | 4 | CC-MAIN-2024-10 | latest | en | 0.885663 |
https://socratic.org/questions/59e95a34b72cff14f8eaa2ed | 1,624,446,499,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623488538041.86/warc/CC-MAIN-20210623103524-20210623133524-00639.warc.gz | 465,518,121 | 6,857 | # Question aa2ed
Oct 20, 2017
$\text{0.9 M}$
#### Explanation:
Start by writing a balanced chemical equation that describes this neutralization reaction.
${\text{H"_ 2"SO"_ (4(aq)) + 2"NaOH"_ ((aq)) -> "Na"_ 2"SO"_ (4(aq)) + "H"_ 2"O}}_{\left(l\right)}$
Now, notice that it takes $2$ moles of sodium hydroxide to n... | 777 | 2,402 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 19, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.734375 | 4 | CC-MAIN-2021-25 | latest | en | 0.787206 |
https://educationexpert.net/mathematics/2482367.html | 1,715,990,192,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971057216.39/warc/CC-MAIN-20240517233122-20240518023122-00740.warc.gz | 195,405,673 | 6,914 | 11 May, 16:28
# Find the area of a circle with a diameter of 16 feet. Round your answer to the nearest hundredth.
+2
1. 11 May, 19:21
0
Formula: A=1/4 pi d^2
Step 1: plug in the equation to the formula
A=1/4*pi*16^2 | 83 | 219 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.578125 | 4 | CC-MAIN-2024-22 | latest | en | 0.818908 |
http://math.stackexchange.com/questions/70951/1st-order-ode-problem | 1,432,313,333,000,000,000 | text/html | crawl-data/CC-MAIN-2015-22/segments/1432207925696.30/warc/CC-MAIN-20150521113205-00020-ip-10-180-206-219.ec2.internal.warc.gz | 153,587,073 | 16,439 | # 1st order ODE problem
http://img440.imageshack.us/img440/7352/11unled.jpg
Having some trouble. Im not sure what d_t(u) and :u(with the . above it) means. Would appreciate some help. Thanks
-
The "overdot" notation for the derivative with respect to time is due to Newton. The notation now has limited popularity. – ... | 407 | 1,371 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.703125 | 4 | CC-MAIN-2015-22 | longest | en | 0.885281 |
https://w3resource.com/sql-exercises/sorting-and-filtering-hr/sql-sorting-and-filtering-hr-exercise-10.php | 1,695,900,973,000,000,000 | text/html | crawl-data/CC-MAIN-2023-40/segments/1695233510387.77/warc/CC-MAIN-20230928095004-20230928125004-00026.warc.gz | 669,286,164 | 28,877 | SQL: Employees whose first name is ending with the letter m
# SQL Exercise: Employees whose first name is ending with the letter m
## SQL SORTING and FILTERING on HR Database: Exercise-10 with Solution
10. From the following table, write a SQL query to find the employees whose first name ends with the letter ‘m’. ... | 676 | 2,818 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.671875 | 4 | CC-MAIN-2023-40 | latest | en | 0.781042 |
http://kwiznet.com/p/takeQuiz.php?ChapterID=2377&CurriculumID=49&Method=Worksheet&NQ=6&Num=1.1 | 1,563,769,806,000,000,000 | text/html | crawl-data/CC-MAIN-2019-30/segments/1563195527474.85/warc/CC-MAIN-20190722030952-20190722052952-00026.warc.gz | 92,666,921 | 4,532 | Name: ___________________Date:___________________
Email us to get an instant 20% discount on highly effective K-12 Math & English kwizNET Programs!
### High School Mathematics - 21.1 Type of Numbers: Natural, Whole, Integers, Rational, Irrational & Real
Natural Numbers(N):
Natural Numbers are counting numbers from ... | 1,083 | 3,659 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.3125 | 4 | CC-MAIN-2019-30 | longest | en | 0.811622 |
https://www.beatthegmat.com/if-n-denotes-a-number-to-the-left-of-0-on-the-number-line-su-t299886.html | 1,656,271,910,000,000,000 | text/html | crawl-data/CC-MAIN-2022-27/segments/1656103271864.14/warc/CC-MAIN-20220626192142-20220626222142-00541.warc.gz | 712,635,962 | 14,425 | ## If n denotes a number to the left of 0 on the number line su
##### This topic has expert replies
Moderator
Posts: 426
Joined: 22 Aug 2017
Followed by:1 members
### If n denotes a number to the left of 0 on the number line su
by BTGmoderatorAT » Tue Jan 09, 2018 7:14 am
If n denotes a number to the left of 0 on th... | 1,557 | 4,909 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.640625 | 4 | CC-MAIN-2022-27 | latest | en | 0.91458 |
https://www.engineeringpassion.com/heat-vs-work-concepts-explained/ | 1,719,094,963,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198862420.91/warc/CC-MAIN-20240622210521-20240623000521-00303.warc.gz | 662,453,428 | 36,011 | # Heat VS Work – Concepts Explained
Heat and work; a simple yet complex thermodynamics topic. Most students have misconceptions about the concept of heat and work in thermodynamics. You may have the following questions in mind and looking for answers:
1. What is heat and work?
2. Are heat and work forms of energy?
3.... | 1,038 | 4,927 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.578125 | 4 | CC-MAIN-2024-26 | latest | en | 0.95156 |
https://brainly.ph/question/350117 | 1,484,915,167,000,000,000 | text/html | crawl-data/CC-MAIN-2017-04/segments/1484560280834.29/warc/CC-MAIN-20170116095120-00240-ip-10-171-10-70.ec2.internal.warc.gz | 805,505,069 | 9,608 | # Find the sum of the first 12 terms of the arithmetic sequence whose general term is an=3n+5
1
by JewelArca
2016-07-04T20:43:26+08:00
A1= 3(1) + 5
A1= 8
A12= 3(12) + 5
A12= 36 + 5
A12= 41
Sn= n/2 (A1 +An)
Sn= 12/2 (8 + 41)
Sn= (6)(49)
Sn= 294
The sum of the first 12 terms is 294. | 142 | 286 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.609375 | 4 | CC-MAIN-2017-04 | longest | en | 0.701213 |
http://www.santabarbara.gov.ph/who-is-lying-to-us-about-terms-in-mathematics/ | 1,571,869,654,000,000,000 | text/html | crawl-data/CC-MAIN-2019-43/segments/1570987836295.98/warc/CC-MAIN-20191023201520-20191023225020-00151.warc.gz | 313,928,662 | 14,893 | ## The Truth About Terms in Mathematics
By way of example, 4 and 9 aren’t prime numbers, but they’re relatively prime because their greatest common component is 1. If you’d love to do this, please create another heading within this section. In the event the term is no more than a normal number, decimal, or fraction, w... | 1,240 | 6,224 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.734375 | 4 | CC-MAIN-2019-43 | latest | en | 0.941206 |
http://oeis.org/A089707 | 1,555,757,694,000,000,000 | text/html | crawl-data/CC-MAIN-2019-18/segments/1555578529606.64/warc/CC-MAIN-20190420100901-20190420122901-00086.warc.gz | 127,426,189 | 4,107 | This site is supported by donations to The OEIS Foundation.
Hints (Greetings from The On-Line Encyclopedia of Integer Sequences!)
A089707 Smallest number beginning with 1 and having exactly n divisors. 0
1, 11, 121, 10, 16, 12, 15625, 102, 100, 112, 1024, 108, 13841287201, 192, 144, 120, 152587890625, 180, 16284135... | 821 | 2,239 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.5 | 4 | CC-MAIN-2019-18 | latest | en | 0.432146 |
https://www.physicsforums.com/threads/help-gravitational-force-and-spheres-prob-easy.197413/ | 1,508,733,405,000,000,000 | text/html | crawl-data/CC-MAIN-2017-43/segments/1508187825575.93/warc/CC-MAIN-20171023035656-20171023055656-00657.warc.gz | 995,605,261 | 15,164 | # HELP! Gravitational force and spheres. (prob easy)
1. Nov 11, 2007
### physicsanyone
So i'm completely lost...here's the problem.
There's a small ball inside an empty sphere. How can I prove this sphere doesn't attract the small ball gravitationally, independently of the position of the ball inside the sphere??
... | 492 | 2,128 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.609375 | 4 | CC-MAIN-2017-43 | longest | en | 0.921574 |
ligulo.com | 1,686,107,373,000,000,000 | text/html | crawl-data/CC-MAIN-2023-23/segments/1685224653501.53/warc/CC-MAIN-20230607010703-20230607040703-00135.warc.gz | 395,082,449 | 27,792 | # NCERT Solutions for Class 8 Maths Exercise 6.1 Chapter 6- square square roots (2023)
The NCERT solutions for Class 8 maths enhance topics with frequent, focused, engaging maths challenges and activities that strengthen maths concepts. Each question of the exercise has been carefully solved for the students to unders... | 4,251 | 13,975 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.65625 | 5 | CC-MAIN-2023-23 | latest | en | 0.875884 |
https://artofproblemsolving.com/wiki/index.php/2002_AMC_8_Problems/Problem_18 | 1,701,941,110,000,000,000 | text/html | crawl-data/CC-MAIN-2023-50/segments/1700679100651.34/warc/CC-MAIN-20231207090036-20231207120036-00821.warc.gz | 126,906,179 | 11,689 | # 2002 AMC 8 Problems/Problem 18
## Problem
Gage skated $1$ hr $15$ min each day for $5$ days and $1$ hr $30$ min each day for $3$ days. How long would he have to skate the ninth day in order to average $85$ minutes of skating each day for the entire time?
$\text{(A)}\ \text{1 hr}\qquad\text{(B)}\ \text{1 hr 10 min}... | 403 | 1,179 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 27, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.71875 | 5 | CC-MAIN-2023-50 | latest | en | 0.808421 |
https://www.physicsforums.com/threads/car-on-a-banked-curve-no-friction.409368/ | 1,544,677,250,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376824448.53/warc/CC-MAIN-20181213032335-20181213053835-00432.warc.gz | 983,909,794 | 13,603 | # Car on a Banked Curve (no friction)
1. Jun 10, 2010
### stumped101
Hi,
If we have a car traveling in a circle on a banked curve without friction, the forces acting on the car would only be the normal force and gravitational force.
Using a x-y coordinate system, the horizontal component of normal (Nsintheta) prov... | 537 | 2,316 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.828125 | 4 | CC-MAIN-2018-51 | latest | en | 0.939817 |
https://imstea.org/and-pdf/476-kinematics-in-two-dimensions-problems-and-solutions-pdf-153-50.php | 1,638,228,200,000,000,000 | text/html | crawl-data/CC-MAIN-2021-49/segments/1637964358847.80/warc/CC-MAIN-20211129225145-20211130015145-00191.warc.gz | 387,800,221 | 7,122 | and pdfWednesday, December 2, 2020 7:01:42 AM3
# Kinematics In Two Dimensions Problems And Solutions Pdf
File Name: kinematics in two dimensions problems and solutions .zip
Size: 11522Kb
Published: 02.12.2020
Give a specific example of a vector, stating its magnitude, units, and direction. What do vectors and scalar... | 1,020 | 4,260 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.6875 | 4 | CC-MAIN-2021-49 | latest | en | 0.904867 |
http://www.art4reel.com/ebooks/category/linear/page/2 | 1,503,174,306,000,000,000 | text/html | crawl-data/CC-MAIN-2017-34/segments/1502886105922.73/warc/CC-MAIN-20170819201404-20170819221404-00668.warc.gz | 487,055,614 | 10,208 | ## Read online Proceedings of the 15th Asian Physics Olympiad PDF, azw (Kindle), ePub, doc, mobi
Format: Print Length
Language: English
Format: PDF / Kindle / ePub
Size: 6.61 MB
He is currently using a rigorous Algebra 1 text in 8th grade A user experience design and software development firm that delivers innovat... | 1,599 | 6,453 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.6875 | 4 | CC-MAIN-2017-34 | latest | en | 0.847195 |
https://www.physicsforums.com/threads/2-masses-2-pulleys-2-ropes.743695/ | 1,527,196,276,000,000,000 | text/html | crawl-data/CC-MAIN-2018-22/segments/1526794866870.92/warc/CC-MAIN-20180524205512-20180524225512-00157.warc.gz | 774,607,507 | 19,758 | # Homework Help: 2 masses, 2 pulleys, 2 ropes
1. Mar 17, 2014
### jbunniii
1. The problem statement, all variables and given/known data
I am teaching myself mechanics using Kleppner & Kolenkow, second edition. My background is in math, so I don't need assistance with that aspect, but my physical intuition is weak/no... | 2,030 | 6,605 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.09375 | 4 | CC-MAIN-2018-22 | latest | en | 0.887675 |
http://mathhelpforum.com/calculus/197216-absolute-convergence-beta-function-print.html | 1,516,376,866,000,000,000 | text/html | crawl-data/CC-MAIN-2018-05/segments/1516084888041.33/warc/CC-MAIN-20180119144931-20180119164931-00673.warc.gz | 210,767,547 | 2,820 | # Absolute convergence of the beta function
• Apr 13th 2012, 07:41 AM
ProofbyInduction
Absolute convergence of the beta function
Determine the values of the complex parameters $p$ and $q$ for which the beta function $\int_0^1 t^{p-1} (1-t)^{q-1}dt$ converges absolutely.
I can prove normal convergence when p and q are... | 427 | 1,147 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 10, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.703125 | 4 | CC-MAIN-2018-05 | latest | en | 0.585581 |
https://kmmiles.com/166-09-miles-in-km | 1,716,245,201,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058313.71/warc/CC-MAIN-20240520204005-20240520234005-00091.warc.gz | 309,089,308 | 5,977 | kmmiles.com
Search
# 166.09 miles in km
## Result
166.09 miles equals 267.2388 km
You can also convert 166.09 mph to km.
## Conversion formula
Multiply the amount of miles by the conversion factor to get the result in km:
166.09 mi × 1.609 = 267.2388 km
## How to convert 166.09 miles to km?
The conversion fac... | 652 | 2,288 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4 | 4 | CC-MAIN-2024-22 | latest | en | 0.835052 |
https://www.lawnsite.com/threads/rms-multimeters.206068/ | 1,512,965,574,000,000,000 | text/html | crawl-data/CC-MAIN-2017-51/segments/1512948512121.15/warc/CC-MAIN-20171211033436-20171211053436-00397.warc.gz | 769,738,311 | 35,110 | # RMS multimeters
Discussion in 'Landscape Lighting' started by irrig8r, Nov 9, 2007.
1. ### irrig8rLawnSite Platinum Memberfrom Silicon Valley, CAMessages: 4,553
Can't remember in which thread someone brought this up, so I did a seach on it and found this page. Looks like it was written by a distributor (see last p... | 1,868 | 8,465 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.640625 | 4 | CC-MAIN-2017-51 | latest | en | 0.93665 |
https://www.rsaggarwalsolutions.in/class-7-chapter-20-mensuration-ex-20d/ | 1,685,561,142,000,000,000 | text/html | crawl-data/CC-MAIN-2023-23/segments/1685224647409.17/warc/CC-MAIN-20230531182033-20230531212033-00427.warc.gz | 1,061,522,615 | 40,811 | # RS Aggarwal Class 7 Solutions Chapter 20 Mensuration Ex 20D
In this chapter, we provide RS Aggarwal Solutions for Class 7 Chapter 20 Mensuration Ex 20D for English medium students, Which will very helpful for every student in their exams. Students can download the latest RS Aggarwal Solutions for Class 7 Chapter 20 ... | 2,100 | 5,385 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.75 | 5 | CC-MAIN-2023-23 | latest | en | 0.736668 |
http://tutoringsanjose.net/?p=655 | 1,686,126,712,000,000,000 | text/html | crawl-data/CC-MAIN-2023-23/segments/1685224653631.71/warc/CC-MAIN-20230607074914-20230607104914-00784.warc.gz | 50,274,836 | 7,991 | ## Related Rates: Defining Variables
By Tutor GuyNo Comments
Related rate problems will no longer seem so complicated once you master the art of defining rates as variables. And not just any variables, but variables in the form of derivatives! In other words, express the known and unknown rates as derivatives such as... | 781 | 2,886 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 12, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.59375 | 5 | CC-MAIN-2023-23 | latest | en | 0.932096 |
https://cstheory.stackexchange.com/questions/52238/differing-definitions-of-a-weak-learner | 1,713,069,316,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296816864.66/warc/CC-MAIN-20240414033458-20240414063458-00671.warc.gz | 170,487,958 | 38,884 | # Differing definitions of a weak learner
I've been reading about boosting and have come across basically two definitions of a weak learner. Basically for hypothesis $$h$$ and target $$c$$, some definitions says that $$h$$ is a weak learner if $$E[h(x)c(x)] \geq \gamma$$ while others says that it is a weak learner if ... | 362 | 1,141 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.78125 | 4 | CC-MAIN-2024-18 | latest | en | 0.85132 |
https://math.stackexchange.com/questions/2922182/solving-y-3y-x-cdot-ex/2922197 | 1,579,756,202,000,000,000 | text/html | crawl-data/CC-MAIN-2020-05/segments/1579250608295.52/warc/CC-MAIN-20200123041345-20200123070345-00128.warc.gz | 526,705,917 | 31,011 | # Solving $y' -3y = x \cdot e^x$
I'm struggling with this differential equation: $y' -3y = x \cdot e^x$
Step one: Solve the homogenous equation $y' -3y = 0$ $$y_0 = e^{3x} \cdot C$$
The approach for the particular solution $y_p$ should be $(c_1x+c_0)\cdot Ce^x$
This leads me to the following term: $$y_p = Ce^x(ax+b)... | 706 | 1,859 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.53125 | 5 | CC-MAIN-2020-05 | latest | en | 0.79058 |
https://imaging.mrc-cbu.cam.ac.uk/statswiki/FAQ/rpropspow | 1,702,237,216,000,000,000 | text/html | crawl-data/CC-MAIN-2023-50/segments/1700679102637.84/warc/CC-MAIN-20231210190744-20231210220744-00588.warc.gz | 335,610,359 | 5,227 | FAQ/rpropspow - CBU statistics Wiki
location: FAQ / rpropspow
# Obtaining sample sizes for a given power comparing two independent proportions in R and G*POWER3
(Taken from Jeremy Miles's e-mail to psych-postgrads)
In R it's much easier and more intuitive (than using the purpose built freeware G*POWER). The command ... | 837 | 3,103 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.609375 | 4 | CC-MAIN-2023-50 | latest | en | 0.854385 |
https://www.slideserve.com/rehan/warm-up | 1,540,183,906,000,000,000 | text/html | crawl-data/CC-MAIN-2018-43/segments/1539583514497.14/warc/CC-MAIN-20181022025852-20181022051352-00255.warc.gz | 1,073,391,981 | 13,738 | Warm up
1 / 11
# Warm up - PowerPoint PPT Presentation
Warm up. True or False = 1 Explain Can you think of other ways to make 1 using a fraction bar? . Customary Units. Length. 1 ft = 12 in 1 yd = 3 ft 1 mi = 1,760 yd = 5,280 ft. Weight. 1 lb = 16 oz 1 T = 2,000 lb.
I am the owner, or an agent authorized to act on ... | 566 | 1,761 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.25 | 4 | CC-MAIN-2018-43 | latest | en | 0.847411 |
http://www.factbites.com/topics/Isosceles-trapezoid | 1,558,906,732,000,000,000 | text/html | crawl-data/CC-MAIN-2019-22/segments/1558232259757.86/warc/CC-MAIN-20190526205447-20190526231447-00079.warc.gz | 265,979,545 | 8,752 | Where results make sense
About us | Why use us? | Reviews | PR | Contact us
Topic: Isosceles trapezoid
In the News (Sun 26 May 19)
Untitled Document A trapezoid is a quadrilateral with at least one pair of parallel sides by one definition and by another a trapezoid has exactly one pair of parallel ... | 3,731 | 13,820 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.671875 | 4 | CC-MAIN-2019-22 | latest | en | 0.886202 |
https://byjus.com/question-answer/which-of-the-following-is-the-correct-order-of-given-steps-for-the-construction-of/ | 1,723,785,006,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722641333615.45/warc/CC-MAIN-20240816030812-20240816060812-00760.warc.gz | 120,585,886 | 28,296 | 1
You visited us 1 times! Enjoying our articles? Unlock Full Access!
Question
# Which of the following is the correct order of given steps for the construction of a triangle with sides that have lengths of 6 cm,4 cm & 5 cm Step 1: Draw a line of 6 cm length and mark its ends as A and B. Step 2: Connect C to A, and C t... | 398 | 1,282 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.5625 | 4 | CC-MAIN-2024-33 | latest | en | 0.898343 |
http://bedtimemath.org/star-wars-car/ | 1,516,347,880,000,000,000 | text/html | crawl-data/CC-MAIN-2018-05/segments/1516084887832.51/warc/CC-MAIN-20180119065719-20180119085719-00534.warc.gz | 35,082,362 | 15,836 | # “Star Wars” Star Drives Your Car
Here's your nightly math! Just 5 quick minutes of number fun for kids and parents at home. Read a cool fun fact, followed by math riddles at different levels so everyone can jump in. Your kids will love you for it.
# “Star Wars” Star Drives Your Car
April 24, 2016
Robots pretty mu... | 512 | 2,009 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4 | 4 | CC-MAIN-2018-05 | latest | en | 0.949244 |
http://openstudy.com/updates/50b16882e4b09749ccac62e9 | 1,448,567,091,000,000,000 | text/html | crawl-data/CC-MAIN-2015-48/segments/1448398447773.21/warc/CC-MAIN-20151124205407-00292-ip-10-71-132-137.ec2.internal.warc.gz | 166,449,966 | 16,440 | EmmaH 3 years ago •I NEED URGENT HELP PLEEEEEEASE!!Draw an x-axis and y-axis on the grid paper. Number each from -10 to 0 and 0 to 10. •Graph the points (6, 9) and (-2, -3) on the grid paper using one of your colored pencils and connect them. •Graph the points (1, -6) and (9, 6) using the other colored pencil, connecti... | 900 | 3,024 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.671875 | 4 | CC-MAIN-2015-48 | longest | en | 0.866117 |
https://slideplayer.com/slide/5090166/ | 1,618,991,298,000,000,000 | text/html | crawl-data/CC-MAIN-2021-17/segments/1618039526421.82/warc/CC-MAIN-20210421065303-20210421095303-00616.warc.gz | 588,940,773 | 29,700 | Chapter 5 Integration.
Presentation on theme: "Chapter 5 Integration."— Presentation transcript:
Chapter 5 Integration
Estimating with Finite Sums
5.1 Estimating with Finite Sums
Riemann Sums Approximating area bounded by the graph between [a,b]
Area is approximately given by
f(c1)Dx1 + f(c2)Dx2+ f(c3)Dx3+ … + f(c... | 2,024 | 6,663 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.4375 | 4 | CC-MAIN-2021-17 | latest | en | 0.785528 |
https://www.physicsforums.com/threads/projectile-angle-that-considers-canon-length.781824/ | 1,519,277,554,000,000,000 | text/html | crawl-data/CC-MAIN-2018-09/segments/1518891814002.69/warc/CC-MAIN-20180222041853-20180222061853-00646.warc.gz | 897,379,000 | 16,891 | # Projectile angle that considers canon length
1. Nov 14, 2014
### Edvin
Greetings,
Most projectile problems are presented from the muzzle of a cannon; however, how do we solve the problem if the velocity is known at the muzzle; but the angle is controlled at the base of the canon.
The issue is that, when the canon... | 1,455 | 4,926 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.84375 | 4 | CC-MAIN-2018-09 | latest | en | 0.907671 |
https://www.physicsforums.com/threads/work-required-to-accelerate-a-horizontal-wheel.353463/ | 1,519,534,861,000,000,000 | text/html | crawl-data/CC-MAIN-2018-09/segments/1518891816094.78/warc/CC-MAIN-20180225031153-20180225051153-00799.warc.gz | 916,762,250 | 16,351 | Work required to accelerate a horizontal wheel
1. Nov 10, 2009
Mark617
1. The problem statement, all variables and given/known data
How much work is required to accelerate a horizontal wheel of mass 1150 kg from rest to a rotational rate of 1 revolution in 5 seconds
2. Relevant equations
I = 1/2(m)(r^2)
Rotational ... | 874 | 3,563 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.953125 | 4 | CC-MAIN-2018-09 | longest | en | 0.926137 |
https://c88c.org/fa23/hw/sol-hw06/ | 1,701,544,772,000,000,000 | text/html | crawl-data/CC-MAIN-2023-50/segments/1700679100448.65/warc/CC-MAIN-20231202172159-20231202202159-00255.warc.gz | 179,984,577 | 4,575 | Solutions: You can find the file with solutions for all questions here.
## Recursion
### Question 1: Reduce
Write the recursive version of the function `reduce` which takes
• reducer - a two-argument function that reduces elements to a single value
• seq - a sequence of values
• start - the starting value in the re... | 1,762 | 5,796 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.6875 | 4 | CC-MAIN-2023-50 | latest | en | 0.832124 |
http://math.stackexchange.com/questions/190252/are-these-two-quotient-rings-of-bbb-zx-isomorphic | 1,469,640,361,000,000,000 | text/html | crawl-data/CC-MAIN-2016-30/segments/1469257826916.34/warc/CC-MAIN-20160723071026-00313-ip-10-185-27-174.ec2.internal.warc.gz | 161,224,559 | 21,426 | # Are these two quotient rings of $\Bbb Z[x]$ isomorphic?
Are the rings $\mathbb{Z}[x]/(x^2+7)$ and $\mathbb{Z}[x]/(2x^2+7)$ isomorphic?
Attempted Solution:
My guess is that they are not isomorphic. I am having trouble demonstrating this. Any hints, as to how i should approach this?
-
Hint $\ \ 2\:$ is invertible ... | 1,577 | 4,369 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.984375 | 4 | CC-MAIN-2016-30 | latest | en | 0.814495 |
https://win2lotto.co.za/what-do-people-believe-about-the-lottery/ | 1,621,070,295,000,000,000 | text/html | crawl-data/CC-MAIN-2021-21/segments/1620243991378.48/warc/CC-MAIN-20210515070344-20210515100344-00626.warc.gz | 626,100,774 | 16,293 | Categories
# what do people believe about the lottery
## The Lottery: Is It Ever Worth Playing?
Feeling lucky? You’d better be if you play the lottery. Depending on which one you play, you have some pretty long odds.
For example, the odds of winning a recent Powerball drawing in Tennessee was 1 in 292.2 million. ... | 3,425 | 15,880 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.703125 | 4 | CC-MAIN-2021-21 | latest | en | 0.978068 |
http://www.mathisfunforum.com/viewtopic.php?pid=54017 | 1,501,329,891,000,000,000 | text/html | crawl-data/CC-MAIN-2017-30/segments/1500549427766.28/warc/CC-MAIN-20170729112938-20170729132938-00026.warc.gz | 495,167,226 | 7,869 | Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ π -¹ ² ³ °
You are not logged in.
## #1 2006-12-24 01:47:39
LQ
Real Member
Registered: 2006-12-04
Posts: 1,285
### Xmas-Chess
I was thinking of a kind of "superchess" that you can play on christmas.
These are th... | 3,849 | 13,248 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.546875 | 4 | CC-MAIN-2017-30 | latest | en | 0.914112 |
https://www.gradesaver.com/textbooks/math/prealgebra/prealgebra-7th-edition/chapter-6-cumulative-review-page-466/50 | 1,544,437,941,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376823322.49/warc/CC-MAIN-20181210101954-20181210123454-00275.warc.gz | 913,233,067 | 12,845 | ## Prealgebra (7th Edition)
$\frac{1}{10}$
The ratio of 900 to 9000 is written as $\frac{900}{9000}$ $\frac{900}{9000}=\frac{900\div900}{9000\div900}=\frac{1}{10}$ | 67 | 164 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.875 | 4 | CC-MAIN-2018-51 | latest | en | 0.703649 |
https://math.stackexchange.com/questions/3300552/problem-about-an-ellipse-distance-between-two-distance-in-another-view | 1,606,927,870,000,000,000 | text/html | crawl-data/CC-MAIN-2020-50/segments/1606141711306.69/warc/CC-MAIN-20201202144450-20201202174450-00130.warc.gz | 383,858,949 | 33,850 | # Problem about an ellipse distance between two distance in another view
I have just solved the problem the distance between two points on the circumference of an ellipse following the outer curve after I read the following article.
Is it possible to find the distance between two points on the circumference of an ell... | 275 | 1,080 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.6875 | 4 | CC-MAIN-2020-50 | latest | en | 0.943526 |
https://developer.aliyun.com/article/1536581 | 1,721,565,735,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763517701.96/warc/CC-MAIN-20240721121510-20240721151510-00318.warc.gz | 177,632,138 | 25,054 | 【经典LeetCode算法题目专栏分类】【第8期】滑动窗口:最小覆盖子串、字符串排列、找所有字母异位词、 最长无重复子串
通用模板
left = 0
right = 0
while right < len(s):
# 右指针右移增大窗口
right += 1
while isvalid:
# 当满足某种条件时开始从左边收缩窗口
window.remove(s[left])
left += 1
def slidingWindow(s, t):
from collections import defaultdict
# defaultdict(int)对于不存在的键默认值为0,
# 可以直接进行window[c] += 1的... | 1,635 | 3,474 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.6875 | 4 | CC-MAIN-2024-30 | latest | en | 0.359397 |
https://www.javatpoint.com/financial-functions-in-excel | 1,716,299,613,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058484.54/warc/CC-MAIN-20240521122022-20240521152022-00248.warc.gz | 721,152,921 | 26,361 | # Financial Functions in Excel
Microsoft Excel is the most valuable tool for investment bankers and financial analysts. Over 70% of their work was creating Excel models and generating calculations, graphs, assumptions, and valuations. Investment bankers are probably experts at Excel formulas and shortcuts. Even though... | 1,915 | 8,558 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.78125 | 4 | CC-MAIN-2024-22 | latest | en | 0.936513 |
https://www.toppr.com/guides/quantitative-aptitude/data-interpretation/bar-graph/ | 1,717,106,974,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971684053.99/warc/CC-MAIN-20240530210614-20240531000614-00386.warc.gz | 889,490,185 | 39,750 | # Bar Graph
A bar graph is a pictorial representation of data in the form of bars or buildings on a graph. Banking exams such as IBPS PO, SSC, IBPS clerk, etc. will have a special focus on the data interpretation. Every year there are 3-4 questions on this topic in such exams. Let’s see the different types of question... | 2,129 | 7,181 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.4375 | 4 | CC-MAIN-2024-22 | latest | en | 0.926624 |
http://thibaultlanxade.com/general/simplify-this-expression-6x-12y-5-2y-8what-is-the-coefficient-of-y-what-is-the-constant | 1,726,669,657,000,000,000 | text/html | crawl-data/CC-MAIN-2024-38/segments/1725700651899.75/warc/CC-MAIN-20240918133146-20240918163146-00080.warc.gz | 28,829,040 | 7,489 | Q:
# simplify this expression;6x + 12y + 5 + 2y + 8what is the coefficient of y?what is the constant?
Accepted Solution
A:
6x + 12y + 2y + 5 + 8
6x + 14y + 13
The coefficient of y is 14
The constant is 13
hope this helps | 85 | 226 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.71875 | 4 | CC-MAIN-2024-38 | latest | en | 0.855469 |
https://assignmentgrade.com/question/639655/ | 1,611,248,442,000,000,000 | text/html | crawl-data/CC-MAIN-2021-04/segments/1610703527224.75/warc/CC-MAIN-20210121163356-20210121193356-00302.warc.gz | 230,247,113 | 7,296 | The triangular bases of a triangular prism have three congruent sides, each measuring 10 centimeters. The height of each of the triangular bases is approximately 8.7 centimeters. The height of the prism is 15 centimeters. What is the approximate surface area of the prism? - AssignmentGrade.com
# The triangular bases... | 2,516 | 8,354 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.09375 | 4 | CC-MAIN-2021-04 | latest | en | 0.870055 |
https://math.stackexchange.com/questions/2723580/relation-between-harmonic-series-hm-and-polygamma-function | 1,563,515,361,000,000,000 | text/html | crawl-data/CC-MAIN-2019-30/segments/1563195526064.11/warc/CC-MAIN-20190719053856-20190719075856-00445.warc.gz | 477,251,970 | 39,226 | # Relation between harmonic series $H(m)$ and polygamma function?
I have the following formula:
$$h(x)=\sum_{R=1}^m \frac{1}{R+1}-1$$
I have re-expressed this (correctly, I hope!) in terms of the harmonic number $H(m)=\sum_{R=1}^m \frac{1}{R}$:
$$h(x)=H(m)+\frac{1}{m+1}-2$$
However, Mathematica insists on simplify... | 2,248 | 6,431 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.6875 | 4 | CC-MAIN-2019-30 | latest | en | 0.841384 |
https://www.vedantu.com/commerce/weighted-average-profit-method | 1,716,855,697,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971059055.94/warc/CC-MAIN-20240528000211-20240528030211-00328.warc.gz | 919,159,792 | 57,046 | Courses
Courses for Kids
Free study material
Offline Centres
More
Store
# Valuation of Goodwill: Weighted Average Profit
Last updated date: 23rd May 2024
Total views: 168.3k
Views today: 1.68k
## Average Profit Method: A Brief Overview
There are three methods to commute the goodwill of the firm: the Average Profit ... | 1,206 | 5,708 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.90625 | 4 | CC-MAIN-2024-22 | latest | en | 0.923245 |
http://www.docstoc.com/docs/124353673/Amortization-Schedule-Calculator73 | 1,440,979,552,000,000,000 | text/html | crawl-data/CC-MAIN-2015-35/segments/1440644065375.30/warc/CC-MAIN-20150827025425-00069-ip-10-171-96-226.ec2.internal.warc.gz | 397,615,779 | 38,429 | # Amortization-Schedule-Calculator73 by Angela673Mucci
VIEWS: 10 PAGES: 9
• pg 1
``` Amortization Schedule Calculator
mortgage calculator
Understanding an amortization schedule by using my free mortgage
calculator A mortgage amortization schedule is broken down on a
monthly basis to show you exactly ... | 860 | 3,494 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.546875 | 4 | CC-MAIN-2015-35 | latest | en | 0.929659 |
https://access.openupresources.org/curricula/our-hs-math/integrated/math-2/unit-5/lesson-9/ready_set_go.html | 1,713,562,088,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296817455.17/warc/CC-MAIN-20240419203449-20240419233449-00696.warc.gz | 65,957,126 | 46,417 | # Lesson 9Guess My ParallelogramPractice Understanding
Use the given scale drawings to find the desired actual lengths and areas.
### 1.
Jordan’s living room is a rectangle represented in the scaled drawing with a scale factor of .
Find the perimeter and the area of the real-life size living room.
### 2.
The figu... | 393 | 1,766 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 19, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.5625 | 5 | CC-MAIN-2024-18 | latest | en | 0.845921 |
https://www.sudoedu.com/complex-variables/%E7%95%99%E6%95%B0%E5%AE%9A%E7%90%86%E5%8F%8A%E5%85%B6%E5%BA%94%E7%94%A8/%E5%88%A9%E7%94%A8%E7%95%99%E6%95%B0%E5%AE%9A%E7%90%86%E8%AE%A1%E7%AE%97%E5%AE%9A%E7%A7%AF%E5%88%86%EF%BC%88%E4%B8%80%EF%BC%89%EF%BC%9A%E4%B8%89%E8%A7%92%E6%9C%89%E7%90%86%E5%87%BD%E6%95%B0%E7%9A%84/ | 1,719,332,644,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198866143.18/warc/CC-MAIN-20240625135622-20240625165622-00806.warc.gz | 868,755,398 | 72,097 | # 利用留数定理计算定积分(一):三角有理函数的积分
1,积分 $$\displaystyle\int_0^{2\pi}R(\sin\theta,\cos\theta)d\theta$$ 可以通过适当的变换化成单位圆上的复变函数的积分。
$\sin\theta=\frac{e^{i\theta}-e^{-i\theta}}{2i}=\frac{z-z^{-1}}{2i},\quad \cos\theta=\frac{e^{i\theta}+e^{-i\theta}}{2}=\frac{z+z^{-1}}{2}$
$dz=ie^{i\theta}d\theta\quad\Rightarrow \quad d\theta=\fra... | 963 | 1,741 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.28125 | 4 | CC-MAIN-2024-26 | latest | en | 0.181694 |
http://mathhelpforum.com/geometry/218575-vector-technique-prove-triangle-its-medial-have-same-centroid-print.html | 1,524,787,437,000,000,000 | text/html | crawl-data/CC-MAIN-2018-17/segments/1524125948617.86/warc/CC-MAIN-20180426222608-20180427002608-00047.warc.gz | 198,428,143 | 3,028 | # Vector technique to prove a triangle and its medial have the same centroid.
• May 5th 2013, 10:54 AM
maliwalters
Vector technique to prove a triangle and its medial have the same centroid.
Can someone help with this problem.......please............and thanks in advance.......................Usevector techniques to p... | 655 | 2,356 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.15625 | 4 | CC-MAIN-2018-17 | latest | en | 0.824765 |
https://quizgecko.com/quiz/year-10-statistics-0yq6ec | 1,716,276,683,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058385.38/warc/CC-MAIN-20240521060250-20240521090250-00478.warc.gz | 413,884,232 | 29,912 | # Year 10 Statistics
TopsUnderstanding
·
Start Quiz
Study Flashcards
## 4 Questions
### Which topic in statistics involves organizing data into categories and counting the number of observations in each category?
Frequency distribution table
Median
Mode
Range
## Study Notes
Statistics in Year 10 in South Aus... | 480 | 2,363 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.890625 | 4 | CC-MAIN-2024-22 | latest | en | 0.861603 |
https://origin.geeksforgeeks.org/kth-smallest-element-in-a-row-wise-and-column-wise-sorted-2d-array-set-1/?ref=lbp | 1,660,558,446,000,000,000 | text/html | crawl-data/CC-MAIN-2022-33/segments/1659882572163.61/warc/CC-MAIN-20220815085006-20220815115006-00472.warc.gz | 396,911,593 | 50,004 | Skip to content
# Kth smallest element in a row-wise and column-wise sorted 2D array | Set 1
• Difficulty Level : Hard
• Last Updated : 05 Jul, 2022
Given an n x n matrix, where every row and column is sorted in non-decreasing order. Find the kth smallest element in the given 2D array.
Example,
```Input:k = 3 and a... | 11,887 | 32,524 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.125 | 4 | CC-MAIN-2022-33 | longest | en | 0.810076 |
https://math.stackexchange.com/questions/2922077/urn-and-ball-counting/2922094 | 1,660,185,831,000,000,000 | text/html | crawl-data/CC-MAIN-2022-33/segments/1659882571232.43/warc/CC-MAIN-20220811012302-20220811042302-00245.warc.gz | 377,817,933 | 65,333 | # Urn and ball counting
An urn contains $29$ red, $18$ green, and $12$ yellow balls. Draw two balls without replacement What is the probability that the number of red balls in the sample is exactly $1$ or the number of yellow balls in the sample is exactly $1$ (or both)? What about with replacement?
I can't seem to f... | 971 | 3,399 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.40625 | 4 | CC-MAIN-2022-33 | latest | en | 0.929663 |
https://baseballwithr.wordpress.com/2018/01/09/hit-predictions-from-statcast-data/ | 1,680,360,398,000,000,000 | text/html | crawl-data/CC-MAIN-2023-14/segments/1679296950030.57/warc/CC-MAIN-20230401125552-20230401155552-00622.warc.gz | 149,507,388 | 28,564 | # Hit Predictions from Statcast Data
### Introduction
In last week’s post, I was interested in measuring a hitter’s ability to produce a hit from a batted ball. Specifically, I constructed a Z score that measures one’s ability to hit beyond what would be predicted based on knowing the launch angle and exit velocity.... | 1,095 | 4,577 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.828125 | 4 | CC-MAIN-2023-14 | latest | en | 0.89959 |
http://www.jiskha.com/display.cgi?id=1204059335 | 1,495,873,196,000,000,000 | text/html | crawl-data/CC-MAIN-2017-22/segments/1495463608877.60/warc/CC-MAIN-20170527075209-20170527095209-00222.warc.gz | 671,722,843 | 4,194 | # math
posted by on .
your social security number is a 9 digit number. suppose that the last 4 digits are chosen randomly from the number 0-9.
a. how many sequences are possible for the last 4 digits?
b. what is the probability of getting 5 or 0 in the last digit.
c. what is the probability of getting two 5's in t... | 266 | 950 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.578125 | 4 | CC-MAIN-2017-22 | latest | en | 0.926311 |
https://au.mathworks.com/matlabcentral/answers/837653-can-matlab-be-used-to-solve-a-moving-boundary-problem?s_tid=prof_contriblnk | 1,632,737,762,000,000,000 | text/html | crawl-data/CC-MAIN-2021-39/segments/1631780058415.93/warc/CC-MAIN-20210927090448-20210927120448-00685.warc.gz | 150,021,318 | 26,542 | # Can Matlab be used to solve a moving boundary problem
11 views (last 30 days)
Robert Demyanovich on 23 May 2021
Edited: Robert Demyanovich on 24 May 2021
I'm trying to determine the neutralization time (tn) of strong acid and strong base. Strong acid, A, is initially in a slab of thickness -2δ and strong base, B, is... | 691 | 2,995 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.5 | 4 | CC-MAIN-2021-39 | latest | en | 0.947952 |
https://physics.stackexchange.com/questions/165746/is-there-a-simple-proof-that-kirchhoffs-circuit-laws-always-provide-an-exactly | 1,652,942,116,000,000,000 | text/html | crawl-data/CC-MAIN-2022-21/segments/1652662525507.54/warc/CC-MAIN-20220519042059-20220519072059-00122.warc.gz | 517,895,844 | 76,730 | Is there a simple proof that Kirchhoff's circuit laws always provide an exactly complete set of equations?
Suppose I have a complicated electric circuit which is composed exclusively of resistors and voltage and current sources, wired up together in a complicated way. The standard way to solve the circuit (by which I ... | 4,128 | 17,665 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.546875 | 4 | CC-MAIN-2022-21 | longest | en | 0.946873 |
https://expospy.com.ng/2017/07/neco-physics-obj-and-theory-2017-expo.html | 1,716,569,659,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058721.41/warc/CC-MAIN-20240524152541-20240524182541-00600.warc.gz | 217,950,793 | 44,617 | 2024 NECO: HOW TO GET NECO QUESTION AND ANSWER BEFORE EXAM START
JUPEB: 2024 JUPEB EXAMINATION TIMETABLE
EXPO: 2024 NECO ANSWER DAILY SUBSCRIPTION PRICE LIST
NECO: 2024 NECO OFFICIAL TIMETABLE
# NECO Physics Obj And Theory 2017 Expo Answer
NECO Physics OBJ, ESSAY/Theory Questions and Answer – May/June 2017 Expo Ru... | 1,650 | 5,171 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.5 | 4 | CC-MAIN-2024-22 | latest | en | 0.757345 |
https://www.doubtnut.com/question-answer/application-of-integrals-area-between-two-curves-find-the-area-of-the-region-x-y-y2-le-4x-and-4x2-4y-2313643 | 1,632,421,904,000,000,000 | text/html | crawl-data/CC-MAIN-2021-39/segments/1631780057427.71/warc/CC-MAIN-20210923165408-20210923195408-00692.warc.gz | 786,077,572 | 76,754 | Home
>
English
>
Class 12
>
Maths
>
Chapter
>
Application Of Integrals
>
APPLICATION OF INTEGRALS | ARE...
APPLICATION OF INTEGRALS | AREA BETWEEN TWO CURVES | Find the area of the region {(x; y): y^2 <= 4x and 4x^2 + 4y^2 <= 9}., Find the area of the region enclosed between the two circles x^2 + y^2 =1 an... | 545 | 1,380 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.921875 | 4 | CC-MAIN-2021-39 | latest | en | 0.693594 |
http://someinterestingfacts.net/what-is-center-of-gravity/ | 1,524,283,878,000,000,000 | text/html | crawl-data/CC-MAIN-2018-17/segments/1524125944982.32/warc/CC-MAIN-20180421032230-20180421052230-00133.warc.gz | 300,832,480 | 12,673 | What is Center of Gravity
How this basic geometric property determines how stable an object is?
An object’s mass is defined as the amount of matter within the object. The more matter present the higher the mass will be, and vice versa. However, the mass of all objects is said to act around one point that is known as ... | 271 | 1,199 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.625 | 4 | CC-MAIN-2018-17 | latest | en | 0.964666 |
https://encyclopedia2.thefreedictionary.com/Uniformly+almost+periodic | 1,628,190,552,000,000,000 | text/html | crawl-data/CC-MAIN-2021-31/segments/1627046156141.29/warc/CC-MAIN-20210805161906-20210805191906-00377.warc.gz | 240,703,409 | 13,132 | # Almost Periodic Function
(redirected from Uniformly almost periodic)
The following article is from The Great Soviet Encyclopedia (1979). It might be outdated or ideologically biased.
## Almost Periodic Function
a function whose value is approximately repeated when its argument is increased by properly selected con... | 1,492 | 5,883 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.0625 | 4 | CC-MAIN-2021-31 | latest | en | 0.867608 |
https://www.mathblog.dk/page/21/ | 1,611,592,417,000,000,000 | text/html | crawl-data/CC-MAIN-2021-04/segments/1610703587074.70/warc/CC-MAIN-20210125154534-20210125184534-00731.warc.gz | 874,201,491 | 15,588 | ## Project Euler 37: Find the sum of all eleven primes that are both truncatable from left to right and right to left
A new type of prime numbers are the focus of Problem 37 of Project Euler. This time the type of prime numbers is truncatable primes. I have never heard of this type of primes before, but the problem de... | 1,959 | 8,120 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.3125 | 4 | CC-MAIN-2021-04 | latest | en | 0.945329 |
http://www.iceplosion.xyz/index.php/category/kuangbinsproblemsets/ | 1,563,842,034,000,000,000 | text/html | crawl-data/CC-MAIN-2019-30/segments/1563195528635.94/warc/CC-MAIN-20190723002417-20190723024417-00508.warc.gz | 208,182,599 | 21,376 | ## 【POJ-1696】Space Ant【Graham Scan + polar angle sorting】
【POJ-1696】Space Ant【Graham Scan + polar angle sorting】
Solution:
Graham Scan算法大体思路是首先找到最下方的点,之后以这个点为参照将所有点按照极角进行排序【实际上,由于不便于求解角度,我们使用判断三点围成矢量三角的旋转方向的方法来判断两个点那个点的极角更小,使用这种方法将不考虑极角的正负,所以即便我们选取的点不是最下方的点也会将所有的点从最下方的点开始排序,前提是,选作参照的点不能是四周都有点的,同时应当保证这个点在所求凸包上】,当两个点具... | 9,596 | 24,078 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.71875 | 4 | CC-MAIN-2019-30 | latest | en | 0.171861 |
http://www.jiskha.com/display.cgi?id=1349325371 | 1,498,320,160,000,000,000 | text/html | crawl-data/CC-MAIN-2017-26/segments/1498128320264.42/warc/CC-MAIN-20170624152159-20170624172159-00390.warc.gz | 597,610,989 | 3,757 | # Math
posted by .
Whcih is correct: 1/2% of 50 is 25. OR.. 1/2 of 50 is 25? The difference of this two is that choice number one has a percent sign and the second choice doesn't have a percent sign.
• Math -
1/2 = .50
1/2% = .005
You judge. | 83 | 247 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.875 | 4 | CC-MAIN-2017-26 | latest | en | 0.972705 |
https://www.reddit.com/r/math/comments/d772c/cardinality_question/ | 1,534,337,483,000,000,000 | text/html | crawl-data/CC-MAIN-2018-34/segments/1534221210105.8/warc/CC-MAIN-20180815122304-20180815142304-00486.warc.gz | 963,389,196 | 27,195 | ×
[–] 26 points27 points (15 children)
In fact, yes, rather a nice bijection can be found. At first, we'll construct a bijection between a closed interval [0;1] and a half-open interval [0;1). To construct that bijection, we'll map each element of the type x=1/2n, where n is a nonnegative integer, to x/2. Any other ... | 1,676 | 6,284 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.828125 | 4 | CC-MAIN-2018-34 | latest | en | 0.935793 |
https://www.storyofmathematics.com/perimeter-of-a-rhombus/ | 1,721,088,460,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763514724.0/warc/CC-MAIN-20240715224905-20240716014905-00318.warc.gz | 867,680,802 | 40,811 | Perimeter of a Rhombus – Explanation & Examples
The perimeter of a rhombus is the total length measured across its boundaries.
All sides of a rhombus are equal to each other. If the length of any single side is equal to $x$, as shown in the figure above, then the perimeter is given as
Perimeter $=4x$
We get the per... | 3,342 | 11,465 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.59375 | 5 | CC-MAIN-2024-30 | latest | en | 0.907358 |
https://math.stackexchange.com/questions/974787/random-walks-number-of-crosses-between-sqrtx-and-sqrtx | 1,561,367,130,000,000,000 | text/html | crawl-data/CC-MAIN-2019-26/segments/1560627999298.86/warc/CC-MAIN-20190624084256-20190624110256-00000.warc.gz | 523,241,243 | 34,219 | # Random walks: number of crosses between $-\sqrt{x}$ and $\sqrt{x}$
Let $S_n = \sum_{k=1}^n X_i$ be a simple random walk, where $X_1, X_2, \dots$ are independent Bernoulli random variables, $\mathbb{P}(X_k = 1) = \mathbb{P}(X_k = -1) = \frac 1 2$.
Let $T_1 = 1, T_{j+1} = \inf \{i > T_j: |S_i| \ge \sqrt{i}, \operator... | 521 | 1,334 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.609375 | 4 | CC-MAIN-2019-26 | latest | en | 0.667047 |
https://seekingalpha.com/instablog/1292891-blue-and-white-investment-club/1639221-accounting-for-value-in-a-poker-hand | 1,540,164,631,000,000,000 | text/html | crawl-data/CC-MAIN-2018-43/segments/1539583514437.69/warc/CC-MAIN-20181021224001-20181022005501-00529.warc.gz | 785,023,637 | 24,875 | Please Note: Blog posts are not selected, edited or screened by Seeking Alpha editors.
# Accounting For Value In A Poker Hand
I was in a live(in a casino) \$1-\$2 blind no limit cash game. My position was in the big blind(NYSE:BB). The player utg+2 raises to \$15. He has played very tight, so I give him a range of AQ... | 929 | 3,486 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.703125 | 4 | CC-MAIN-2018-43 | latest | en | 0.971043 |
http://www.mathisfunforum.com/viewtopic.php?pid=239231 | 1,398,046,189,000,000,000 | text/html | crawl-data/CC-MAIN-2014-15/segments/1397609539447.23/warc/CC-MAIN-20140416005219-00469-ip-10-147-4-33.ec2.internal.warc.gz | 549,719,095 | 6,069 | Discussion about math, puzzles, games and fun. Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ °
You are not logged in.
## #1 2012-11-06 20:45:47
mitu
Guest
### limit
what is the limit of (-1)^(1/n) when n tends to infinity? does it exist?
## #2 2012-11-07 01:05:34
anonimnystefy
Real Member
Off... | 1,511 | 4,970 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.53125 | 4 | CC-MAIN-2014-15 | longest | en | 0.886987 |
http://mathhelpforum.com/trigonometry/135477-trig-equations.html | 1,481,289,420,000,000,000 | text/html | crawl-data/CC-MAIN-2016-50/segments/1480698542695.22/warc/CC-MAIN-20161202170902-00482-ip-10-31-129-80.ec2.internal.warc.gz | 179,392,509 | 9,653 | 1. ## Trig equations
I got stuck in these 2 equations :
$tan^{2}x=\frac{1-cosx}{1-sin\left | x \right |}$
$\left | log_{\frac{1}{3}}(1+sin2x) \right |+\left | log_{\frac{1}{3}}(1-sin2x)\right |=1$
2. Originally Posted by ldx2
I got stuck in these 2 equations :
$tan^{2}x=\frac{1-cosx}{1-sin\left | x \right |}$
$\lef... | 343 | 796 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 8, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.09375 | 4 | CC-MAIN-2016-50 | longest | en | 0.552548 |
https://www.usefullinks.org/cat/Triangle_geometry.html | 1,721,371,937,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763514866.83/warc/CC-MAIN-20240719043706-20240719073706-00270.warc.gz | 906,003,229 | 5,857 | # Category: Triangle geometry
Modern triangle geometry
In mathematics, modern triangle geometry, or new triangle geometry, is the body of knowledge relating to the properties of a triangle discovered and developed roughly since the beginning of the last q
Kiepert conics
In triangle geometry, the Kiepert conics are two... | 1,702 | 7,969 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.625 | 4 | CC-MAIN-2024-30 | latest | en | 0.921214 |
https://www.studyadda.com/sample-papers/neet-sample-test-paper-14_q13/203/275681 | 1,611,346,111,000,000,000 | text/html | crawl-data/CC-MAIN-2021-04/segments/1610703531335.42/warc/CC-MAIN-20210122175527-20210122205527-00080.warc.gz | 1,017,708,131 | 19,247 | • # question_answer Two blocks of masses 1 kg and 3 kg are attached to a horizontal spring of spring constant 300 N/m as shown in the figure. The natural vibrational frequency of the system is, approximately A) 4 Hz B) 3 Hz C) 2 Hz D) 1 Hz
Here, we will use the... | 225 | 634 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.671875 | 4 | CC-MAIN-2021-04 | latest | en | 0.523153 |
http://www.numbersaplenty.com/613123 | 1,585,957,001,000,000,000 | text/html | crawl-data/CC-MAIN-2020-16/segments/1585370518767.60/warc/CC-MAIN-20200403220847-20200404010847-00253.warc.gz | 278,790,180 | 3,372 | Search a number
613123 = 787589
BaseRepresentation
bin10010101101100000011
31011011001021
42111230003
5124104443
621050311
75132350
oct2255403
91134037
10613123
11389715
12256997
131860c4
1411d627
15c19ed
hex95b03
613123 has 4 divisors (see below), whose sum is σ = 700720. Its totient is φ = 525528.
The previous prim... | 496 | 1,666 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.5 | 4 | CC-MAIN-2020-16 | latest | en | 0.877887 |
https://muzic-ivan.info/how-to-calculate-percent-yield-of-aspirin/ | 1,632,101,643,000,000,000 | text/html | crawl-data/CC-MAIN-2021-39/segments/1631780056974.30/warc/CC-MAIN-20210920010331-20210920040331-00611.warc.gz | 456,021,629 | 5,743 | Disclosure: This page may contain affiliate web links that earn this website a little commission, at no price to you.
You are watching: How to calculate percent yield of aspirin
The post-lab questions gave are SIMILAR to concerns you may enrespond to in your lab hand-operated. These questions will certainly carry out... | 764 | 3,055 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.78125 | 4 | CC-MAIN-2021-39 | longest | en | 0.92222 |
https://brainly.in/question/33498 | 1,487,597,258,000,000,000 | text/html | crawl-data/CC-MAIN-2017-09/segments/1487501170562.59/warc/CC-MAIN-20170219104610-00065-ip-10-171-10-108.ec2.internal.warc.gz | 701,595,856 | 11,283 | A hot air balloon of mass M is stationary (with respect to the ground) in mid-air. A passenger of mass m climbs out and slides down a rope with constant velocity v with respect to the balloon. With what velocity (magnitude and direction) relative to the ground does the balloon move? What happens if the passenger then s... | 544 | 2,120 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.0625 | 4 | CC-MAIN-2017-09 | latest | en | 0.939833 |
http://slideplayer.com/slide/5063506/ | 1,571,008,772,000,000,000 | text/html | crawl-data/CC-MAIN-2019-43/segments/1570986648343.8/warc/CC-MAIN-20191013221144-20191014004144-00293.warc.gz | 243,057,346 | 22,587 | # Elementary hypothesis testing Purpose of hypothesis testing Type of hypotheses Type of errors Critical regions Significant levels Hypothesis vs intervals.
## Presentation on theme: "Elementary hypothesis testing Purpose of hypothesis testing Type of hypotheses Type of errors Critical regions Significant levels Hypot... | 2,709 | 12,398 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.890625 | 4 | CC-MAIN-2019-43 | latest | en | 0.85915 |
https://www.astronomyclub.xyz/quantum-mechanics/an-important-extension-to-amperes-law.html | 1,561,058,213,000,000,000 | text/html | crawl-data/CC-MAIN-2019-26/segments/1560627999273.24/warc/CC-MAIN-20190620190041-20190620212041-00057.warc.gz | 665,885,502 | 9,055 | An important extension to Amperes law
Maxwell soon realised that one of the laws, namely Ampere's law, as given by equation (10.1), is incomplete. This equation correctly quantifies the magnetic field produced by an electric current, i.e. by moving electric charges. Maxwell pointed out that it is also possible to have... | 832 | 3,944 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.859375 | 4 | CC-MAIN-2019-26 | latest | en | 0.951314 |
http://mathhelpforum.com/calculus/26389-complex-function-derivation-print.html | 1,508,642,707,000,000,000 | text/html | crawl-data/CC-MAIN-2017-43/segments/1508187825057.91/warc/CC-MAIN-20171022022540-20171022042540-00271.warc.gz | 212,044,100 | 6,570 | # Complex function derivation
• Jan 19th 2008, 12:14 PM
Pinsky
Complex function derivation
I have to write in theory the derivation of a complex variable.
So, when
$\Delta x=0$
$\Delta z=i\Delta y$
i have
$\lim_{\Delta z \rightarrow 0}\frac{f(z+\Delta z)-f(z)}{\Delta z}=\lim_{\Delta y \rightarrow 0} \frac{-i\Delta y... | 3,273 | 10,873 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 86, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.765625 | 4 | CC-MAIN-2017-43 | longest | en | 0.640238 |
https://computersolve.com/how-to-calculate-g-to-mg/ | 1,716,745,668,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058972.57/warc/CC-MAIN-20240526170211-20240526200211-00149.warc.gz | 149,801,289 | 17,278 | How to calculate g to mg?
To convert a gram measurement to a milligram measurement, multiply the weight by the conversion ratio. But it only becomes difficult to calculate when a user is not aware of their relationship.
Things to know
Therefore, to convert grams to milligrams, you are simply required to multiply the... | 703 | 2,983 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.1875 | 4 | CC-MAIN-2024-22 | latest | en | 0.92067 |
https://www.hackmath.net/en/example/7132?tag_id=61,109 | 1,569,025,654,000,000,000 | text/html | crawl-data/CC-MAIN-2019-39/segments/1568514574159.19/warc/CC-MAIN-20190921001810-20190921023810-00507.warc.gz | 890,626,027 | 6,972 | # MO Z8-I-1 2018
Fero and David meet daily in the elevator. One morning they found that if they multiply their current age, they get 238. If they did the same after four years, this product would be 378. Determine the sum of the current ages of Fero and David.
Result
s = 31
#### Solution:
The equations have the f... | 1,009 | 3,721 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.921875 | 4 | CC-MAIN-2019-39 | latest | en | 0.943907 |
http://math.stackexchange.com/questions/103492/dimension-of-the-vector-space-of-odd-polynomials-of-degree-n | 1,469,522,679,000,000,000 | text/html | crawl-data/CC-MAIN-2016-30/segments/1469257824757.62/warc/CC-MAIN-20160723071024-00303-ip-10-185-27-174.ec2.internal.warc.gz | 152,599,335 | 18,176 | # Dimension of the vector space of odd polynomials of degree $n$
I was doing some exercises of vector space. Don't know how to handle this question?
A polynomial $p(x)$ is odd if $p(-x)=-p(x)$. Let $O_n$ denote the sets of odd polynomials in $P_n$. Then what is $\dim\,O_n$?
-
Do you know what the dimension of $P_n$ ... | 892 | 2,683 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4 | 4 | CC-MAIN-2016-30 | latest | en | 0.827759 |
https://www.physicsforums.com/threads/does-infinity-infinity-equal-0.77227/ | 1,579,873,657,000,000,000 | text/html | crawl-data/CC-MAIN-2020-05/segments/1579250620381.59/warc/CC-MAIN-20200124130719-20200124155719-00083.warc.gz | 1,026,381,966 | 20,377 | # Does infinity - infinity equal 0
## Main Question or Discussion Point
Is $$\infty - \infty = 0$$?
mathwonk
Homework Helper
not always. for instance, you might notice that the natural, numbers are infinite and also the even numbers are infinite, and then the odd numbers would be infinity minus infinity, but still i... | 1,662 | 6,963 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.828125 | 4 | CC-MAIN-2020-05 | latest | en | 0.939869 |
https://www.iitianacademy.com/ib-dp-maths-topic-6-4-area-of-the-region-enclosed-by-a-curve-hl-paper-1/ | 1,708,587,058,000,000,000 | text/html | crawl-data/CC-MAIN-2024-10/segments/1707947473735.7/warc/CC-MAIN-20240222061937-20240222091937-00539.warc.gz | 845,821,500 | 50,827 | # IBDP Maths analysis and approaches Topic :SL 5.5 Area of the region enclosed by a curve and x axis HL Paper 1
### Question
Consider the function f defined by f (x) = 6 + 6 cos x , for 0 ≤ x ≤ 4π .
The following diagram shows the graph of y = f (x) .
The graph of f touches the x-axis at points A and B, as shown. Th... | 19,549 | 44,979 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 2, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.5 | 4 | CC-MAIN-2024-10 | latest | en | 0.662792 |
https://oeis.org/A060460 | 1,611,355,584,000,000,000 | text/html | crawl-data/CC-MAIN-2021-04/segments/1610703531429.49/warc/CC-MAIN-20210122210653-20210123000653-00668.warc.gz | 476,656,848 | 4,059 | The OEIS Foundation is supported by donations from users of the OEIS and by a grant from the Simons Foundation.
Hints (Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060460 Consider the final n decimal digits of 2^j for all values of j. They are periodic. Sequence gives position (or phase) of the ma... | 605 | 1,734 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.625 | 4 | CC-MAIN-2021-04 | latest | en | 0.606843 |
https://www.inchcalculator.com/convert/quad-to-kilojoule/ | 1,716,555,321,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058719.70/warc/CC-MAIN-20240524121828-20240524151828-00396.warc.gz | 728,377,773 | 16,005 | Enter the energy in quads below to get the value converted to kilojoules.
## Result in Kilojoules:
Hint: use a scientific notation calculator to convert E notation to decimal
Do you want to convert kilojoules to quads?
## How to Convert Quads to Kilojoules
To convert a measurement in quads to a measurement in kilo... | 864 | 2,435 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.703125 | 4 | CC-MAIN-2024-22 | latest | en | 0.796367 |
https://www.pcreview.co.uk/threads/pivot-table-calculated-field-multiply-sum-of-fielda-with-max-offieldb.3846566/ | 1,718,570,792,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198861671.61/warc/CC-MAIN-20240616203247-20240616233247-00764.warc.gz | 806,249,400 | 15,047 | Pivot table calculated field: multiply Sum of FieldA with Max ofFieldB
A
Amedee Van Gasse
Hello usenetters,
My question concerns Excel 2003.
A user asked me about a calculated field in a pivot table.
Some of the fields are DT_NOW, GW_WCR, GW_LOB.
The formula of the calculated field should depend on the date
(DT_NO... | 1,184 | 4,443 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.5 | 4 | CC-MAIN-2024-26 | latest | en | 0.918857 |
http://experiment-ufa.ru/8/171_as_a_percent | 1,521,658,700,000,000,000 | text/html | crawl-data/CC-MAIN-2018-13/segments/1521257647681.81/warc/CC-MAIN-20180321180325-20180321200325-00276.warc.gz | 103,300,384 | 6,283 | # 8/171 as a percent
## 8/171 as a percent - solution and the full explanation with calculations.
If it's not what You are looking for, type in into the box below your number and see the solution.
## What is 8/171 as a percent?
To write 8/171 as a percent have to remember that 1 equal 100% and that what you need to... | 141 | 477 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.125 | 4 | CC-MAIN-2018-13 | latest | en | 0.969206 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.