url
stringlengths
6
1.66k
fetch_time
int64
1,368,859,978B
1,726,892,758B
content_mime_type
stringclasses
3 values
warc_filename
stringlengths
108
138
warc_record_offset
int32
24.2k
1.74B
warc_record_length
int32
737
780k
text
stringlengths
66
963k
token_count
int32
32
446k
char_count
int32
66
963k
metadata
stringlengths
439
443
score
float64
3.5
5.13
int_score
int64
4
5
crawl
stringclasses
93 values
snapshot_type
stringclasses
2 values
language
stringclasses
1 value
language_score
float64
0.05
1
https://www.archivemore.com/how-many-pounds-is-98-fluid-ounces/
1,713,483,787,000,000,000
text/html
crawl-data/CC-MAIN-2024-18/segments/1712296817249.26/warc/CC-MAIN-20240418222029-20240419012029-00855.warc.gz
567,776,983
7,930
## How many pounds is 98 fluid ounces? Convert 98 Ounces to Pounds oz lb 98.00 6.125 98.01 6.1256 98.02 6.1263 98.03 6.1269 ## Is a pound of feathers the same as a pound of rocks? A pound is a pound, and whether it is a pound of feathers or a pound of rocks, it doesn’t matter. It’s still a pound. THINK ABOUT IT! An...
617
2,504
{"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.75
4
CC-MAIN-2024-18
latest
en
0.92317
http://math.stackexchange.com/questions/218501/basic-calculus-question
1,469,582,580,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257825125.30/warc/CC-MAIN-20160723071025-00320-ip-10-185-27-174.ec2.internal.warc.gz
105,850,355
16,447
# Basic calculus question Let $f$ be a bounded continuous function on $[a,b]$. Prove $f$ attains its max and min on $[a,b]$; there exists $x_0$, $y_0 \in [a,b]$ such that $f(x_0) \leq f(x) \leq f(y_0)$ for all $x \in [a,b]$. Proof: I already got the part of the maximum. In other words that $f$ attains its max at $M =...
328
943
{"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.71875
4
CC-MAIN-2016-30
latest
en
0.894035
https://planetmath.org/AbelianGroupsOfOrder120
1,611,676,067,000,000,000
text/html
crawl-data/CC-MAIN-2021-04/segments/1610704800238.80/warc/CC-MAIN-20210126135838-20210126165838-00209.warc.gz
500,577,824
4,616
abelian groups of order $120$ Here we present an application of the fundamental theorem of finitely generated abelian groups. Example (Abelian groups of order $120$): Let $G$ be an abelian group of order $n=120$. Since the group is finite it is obviously finitely generated, so we can apply the theorem. There exist $...
760
1,981
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 29, "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-2021-04
longest
en
0.666504
https://www.jiskha.com/questions/592569/the-ordered-pairs-represent-values-for-x-and-y-1-1-is-x-1-and-y-1-substitute-these
1,586,220,329,000,000,000
text/html
crawl-data/CC-MAIN-2020-16/segments/1585371662966.69/warc/CC-MAIN-20200406231617-20200407022117-00215.warc.gz
983,106,345
5,640
# Algebra The ordered pairs represent values for x and y. (1,1) is x =1 and y=1. Substitute these ordered pairs in the equations and evaluate to see if are true. Then, graph the points and line to find another solution. 1. 👍 0 2. 👎 0 3. 👁 285 1. What equations? 1. 👍 0 2. 👎 0 posted by PsyDAG 2. (1,1) is x=1 and...
1,022
3,177
{"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-2020-16
latest
en
0.900976
https://runestone.academy/ns/books/published/httlacs/classes-digging-deeper_exercises.html
1,726,313,367,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700651579.22/warc/CC-MAIN-20240914093425-20240914123425-00881.warc.gz
467,139,794
16,773
# How to Think Like a Computer Scientist: The PreTeXt Interactive Edition ## Exercises18.6Exercises ### 1. We can represent a rectangle by knowing three things: the location of its lower left corner, its width, and its height. Create a class definition for a Rectangle class using this idea. To create a Rectangle obj...
1,190
4,428
{"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...
4.0625
4
CC-MAIN-2024-38
latest
en
0.525123
https://knordslearning.com/lewis-structure-of-pi3/
1,716,666,832,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971058834.56/warc/CC-MAIN-20240525192227-20240525222227-00795.warc.gz
279,514,822
30,114
# Lewis Structure of PI3 (With 6 Simple Steps to Draw!) Ready to learn how to draw the lewis structure of PI3? Awesome! Here, I have explained 6 simple steps to draw the lewis dot structure of PI3 (along with images). So, if you are ready to go with these 6 simple steps, then let’s dive right into it! Lewis struct...
1,397
5,669
{"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.515625
4
CC-MAIN-2024-22
longest
en
0.87592
https://www.vedantu.com/question-answer/the-difference-between-the-circumference-and-class-9-maths-cbse-5fb49129aae7bc7b2d3961bb
1,719,144,294,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198862466.81/warc/CC-MAIN-20240623100101-20240623130101-00593.warc.gz
906,138,735
26,775
Courses Courses for Kids Free study material Offline Centres More Store # The difference between the circumference and radius of a circle is $30\pi$. Find the diameter of the circle.A. $\dfrac{{30\pi }}{{2\pi - 1}}$B. $\dfrac{{60\pi }}{{2\pi - 1}}$C. $\dfrac{{2\pi - 1}}{{60\pi }}$D. None Last updated date: 20th Jun 2...
638
2,206
{"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.6875
5
CC-MAIN-2024-26
latest
en
0.793218
https://www.physicsforums.com/threads/a-doubt-related-to-infinitesimals-in-continuous-fourier-transform.714613/
1,656,902,680,000,000,000
text/html
crawl-data/CC-MAIN-2022-27/segments/1656104293758.72/warc/CC-MAIN-20220704015700-20220704045700-00503.warc.gz
978,576,890
14,967
# A doubt related to infinitesimals in continuous fourier transform. Hi all, Only few days back I got the idea of probability density function. (Till that day , I believed that pdf plot shows the probability. Now I know why it is density function.) Now I have a doubt on CTFT (continuous time fourier transform). This ...
449
1,977
{"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.625
4
CC-MAIN-2022-27
latest
en
0.889722
http://mymathforum.com/math-events/41246-quartic-polynomial.html
1,553,345,048,000,000,000
text/html
crawl-data/CC-MAIN-2019-13/segments/1552912202804.80/warc/CC-MAIN-20190323121241-20190323143241-00474.warc.gz
138,135,337
11,549
My Math Forum Quartic polynomial User Name Remember Me? Password Math Events Math Events, Competitions, Meetups - Local, Regional, State, National, International February 4th, 2014, 08:05 PM #1 Senior Member   Joined: Sep 2012 From: British Columbia, Canada Posts: 764 Thanks: 53 Quartic polynomial Ok, I know I've ...
1,673
5,737
{"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": 8, "/images/math/codecogs": 0, "mat...
3.53125
4
CC-MAIN-2019-13
latest
en
0.928139
https://www.vedantu.com/formula/surface-area-of-a-square-pyramid-formula
1,720,898,617,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763514512.50/warc/CC-MAIN-20240713181918-20240713211918-00432.warc.gz
930,448,039
31,099
Courses Courses for Kids Free study material Offline Centres More Store # Surface Area of a Square Pyramid Formula Reviewed by: Last updated date: 13th Jul 2024 Total views: 333.9k Views today: 5.33k ## What is the Area of a Square Pyramid? Let’s know about the surface area of a square-based pyramid. A square pyram...
1,098
4,003
{"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.71875
5
CC-MAIN-2024-30
latest
en
0.913842
https://www.physicsforums.com/threads/help-normal-force-tension-work-problem.261438/
1,529,281,614,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267859904.56/warc/CC-MAIN-20180617232711-20180618012711-00447.warc.gz
881,434,114
13,620
Homework Help: HELP: Normal Force/Tension/Work Problem 1. Oct 3, 2008 ctpengage Hey there guys. Our teacher gave us an example problem to which he provided the solution for us to study. The question is: A 0.250 kg block of cheese lies on the floor of a 900 kg elevator cab that is being pulled upward by a cable thr...
565
1,930
{"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-2018-26
latest
en
0.930725
https://www.numbersaplenty.com/114103
1,660,137,563,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882571190.0/warc/CC-MAIN-20220810131127-20220810161127-00436.warc.gz
829,857,505
3,488
Search a number 114103 = 1122341 BaseRepresentation bin11011110110110111 312210112001 4123312313 512122403 62240131 7653443 oct336667 9183461 10114103 1178800 1256047 133cc22 142d823 1523c1d hex1bdb7 114103 has 12 divisors (see below), whose sum is σ = 134064. Its totient is φ = 96800. The previous prime is 114089. T...
557
1,939
{"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-2022-33
latest
en
0.888905
https://cracku.in/67-gopal-sells-fruit-juice-mixture-using-orange-juice-x-xat-2012
1,660,658,224,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882572304.13/warc/CC-MAIN-20220816120802-20220816150802-00267.warc.gz
189,235,634
22,742
Question 67 # Gopal sells fruit juice mixture using orange juice and pineapple juice. Gopal prepares this mixture by drawing out a jug of orange juice from a 10 litre container filled with orange juice, and replacing it with pineapple juice. If Gopal draws out another jug of the resultant mixture and replaces it with ...
384
1,211
{"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...
4.59375
5
CC-MAIN-2022-33
longest
en
0.787181
https://isabelle.systems/zulip-archive/stream/238552-Beginner-Questions/topic/Partial.20function.20as.20parameter.html
1,660,369,381,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882571909.51/warc/CC-MAIN-20220813051311-20220813081311-00155.warc.gz
318,423,119
3,158
## Stream: Beginner Questions ### Topic: Partial function as parameter #### Lessness (May 25 2021 at 10:21): Hello, i just started learning Isabelle. Is it possible to use partial function as a parameter in theorems in Isabelle? (I want to formalise calculus book proofs to understand them better, and there function...
624
2,694
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 7, "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.890625
4
CC-MAIN-2022-33
latest
en
0.920416
https://www.vedantu.com/jee-main/the-degree-of-dissociation-of-cano32-in-a-dilute-chemistry-question-answer
1,721,032,564,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763514680.75/warc/CC-MAIN-20240715071424-20240715101424-00881.warc.gz
918,935,985
26,926
Courses Courses for Kids Free study material Offline Centres More Store # The degree of dissociation of $Ca{{(N{{O}_{3}})}_{2}}$ in a dilute aqueous solution containing 7g of the salt per 100g of water at ${{100}^{{}^\circ }}C$ is 70%. If the vapour pressure of water at ${{100}^{{}^\circ }}C$ is 760mm, calculate the v...
716
2,158
{"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...
4.3125
4
CC-MAIN-2024-30
latest
en
0.77257
https://www.esaral.com/q/a-small-bulb-is-placed-at-the-bottom-of-a-tank-containing-water-to-a-depth-of-80-cm-78188
1,726,242,715,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700651523.40/warc/CC-MAIN-20240913133933-20240913163933-00514.warc.gz
692,798,968
12,334
# A small bulb is placed at the bottom of a tank containing water to a depth of 80 cm. Question: A small bulb is placed at the bottom of a tank containing water to a depth of 80 cm. What is the area of the surface of water through which light from the bulb can emerge out? Refractive index of water is 1.33. (Consider ...
385
1,204
{"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.4375
4
CC-MAIN-2024-38
latest
en
0.837594
https://www.hitc.com/en-gb/2014/06/10/world-cup-birthday-paradox-footballers-born-on-the-same-day/
1,539,858,639,000,000,000
text/html
crawl-data/CC-MAIN-2018-43/segments/1539583511761.78/warc/CC-MAIN-20181018084742-20181018110242-00426.warc.gz
928,991,460
14,322
An analysis of the birth dates of all 736 footballers at the World Cup reveals that a surprisingly large number of teammates share the same birthday, and that seven were born on Valentines' Day The birthday paradox is the surprising mathematical result that you only need 23 people in order for it to be more likely tha...
810
3,578
{"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.28125
4
CC-MAIN-2018-43
longest
en
0.970062
http://enhtech.com/standard-error/repair-regression-standard-error-slope.php
1,544,571,949,000,000,000
text/html
crawl-data/CC-MAIN-2018-51/segments/1544376823705.4/warc/CC-MAIN-20181211215732-20181212001232-00075.warc.gz
93,974,401
3,866
Home > Standard Error > Regression Standard Error Slope # Regression Standard Error Slope The calculations are based on line is not equal to zero. the sample problem at the end of this lesson. Continue torights reserved.For each survey participant, the company collects the following: annual Find standard deviation G...
1,059
4,814
{"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.03125
4
CC-MAIN-2018-51
latest
en
0.856599
https://writernursing.com/determine-the-yearly-values-and-enter-them-into-your-budget/
1,632,081,395,000,000,000
text/html
crawl-data/CC-MAIN-2021-39/segments/1631780056900.32/warc/CC-MAIN-20210919190128-20210919220128-00458.warc.gz
686,065,689
17,332
5/5 # Browse Over 10 Million Questions Let Our Professionals Assist You With Research and Writing. # Determine the yearly values and enter them into your budget. ## Writernursing.com ### Assignment Instructions For this exercise we are going to create a simple budget, and track our budget compliance over the cour...
1,478
6,790
{"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-2021-39
latest
en
0.87991
https://en.formulasearchengine.com/wiki/Homogeneous_function
1,603,747,570,000,000,000
text/html
crawl-data/CC-MAIN-2020-45/segments/1603107892062.70/warc/CC-MAIN-20201026204531-20201026234531-00374.warc.gz
306,502,777
26,940
# Homogeneous function Template:No footnotes In mathematics, a homogeneous function is a function with multiplicative scaling behaviour: if the argument is multiplied by a factor, then the result is multiplied by some power of this factor. More precisely, if ƒ : VW is a function between two vector spaces over a field ...
2,022
7,245
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 39, "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-2020-45
longest
en
0.804651
https://numbermatics.com/n/488/
1,721,645,774,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763517846.73/warc/CC-MAIN-20240722095039-20240722125039-00538.warc.gz
375,057,893
6,512
# 488 ## 488 is an even composite number composed of two prime numbers multiplied together. What does the number 488 look like? This visualization shows the relationship between its 2 prime factors (large circles) and 8 divisors. 488 is an even composite number. It is composed of two distinct prime numbers multipli...
817
3,152
{"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.885657
https://www.usenix.org/conference/lisa16/training-program/session/begnum
1,723,099,177,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640723918.41/warc/CC-MAIN-20240808062406-20240808092406-00245.warc.gz
823,426,648
24,545
# Statistics for Operations: Making Sense out of Data Fairfax Room Half Day Morning 9:00 am12:30 pm Description: This tutorial is a course in statistics with a specific focus on system administrators and the types of data they face. We assume little prior knowledge of statistics and cover the most common concepts in...
793
4,144
{"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.796875
4
CC-MAIN-2024-33
latest
en
0.934163
https://openoregon.pressbooks.pub/techmath2e/chapter/23-area-of-regular-polygons/
1,716,625,262,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971058789.0/warc/CC-MAIN-20240525065824-20240525095824-00582.warc.gz
365,162,494
25,267
# 23 Area of Regular Polygons You may use a calculator throughout this module. The Pentagon building spans acres (), and includes an additional acres () as a central courtyard.[1] (That’s roughly 25 American football fields… or 23 Canadian football fields.) In this module, we will focus on calculating the area of reg...
735
3,353
{"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-2024-22
latest
en
0.907345
http://gmatclub.com/forum/eight-friends-four-males-and-four-females-are-lined-up-in-29858.html
1,484,645,019,000,000,000
text/html
crawl-data/CC-MAIN-2017-04/segments/1484560279650.31/warc/CC-MAIN-20170116095119-00506-ip-10-171-10-70.ec2.internal.warc.gz
116,698,618
42,715
Eight friends (Four Males and Four Females) are lined up in : PS Archive Check GMAT Club Decision Tracker for the Latest School Decision Releases http://gmatclub.com/AppTrack It is currently 17 Jan 2017, 01:23 ### GMAT Club Daily Prep #### Thank you for using the timer - this advanced tool can estimate your perform...
792
2,750
{"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-2017-04
latest
en
0.869134
https://estebantorreshighschool.com/equation-help/one-dimensional-wave-equation.html
1,686,363,167,000,000,000
text/html
crawl-data/CC-MAIN-2023-23/segments/1685224656869.87/warc/CC-MAIN-20230609233952-20230610023952-00678.warc.gz
270,935,542
10,411
## What are the possible solutions of one dimensional wave equation? The one-dimensional wave equation can be solved exactly by d’Alembert’s solution, using a Fourier transform method, or via separation of variables. direction. This solution is still subject to all other initial and boundary conditions. coefficients a...
807
3,559
{"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.84375
4
CC-MAIN-2023-23
latest
en
0.904398
https://www.jiskha.com/display.cgi?id=1193445509
1,516,160,989,000,000,000
text/html
crawl-data/CC-MAIN-2018-05/segments/1516084886794.24/warc/CC-MAIN-20180117023532-20180117043532-00282.warc.gz
977,769,932
4,274
# math.algebra posted by . I need help with this last math problem i have: Using the properties for radicals to simplify, assuming all variables represent positive real numbers. square root 12x^3/5 • math.algebra - First you have to realize that: square root 12x^3/5 and (12x^3/5)^1/2 are equal! :-) Taking the s...
873
3,525
{"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-05
latest
en
0.860781
http://nrich.maths.org/public/leg.php?code=-58&cl=4&cldcmpid=478
1,477,192,207,000,000,000
text/html
crawl-data/CC-MAIN-2016-44/segments/1476988719139.8/warc/CC-MAIN-20161020183839-00566-ip-10-171-6-4.ec2.internal.warc.gz
188,234,881
10,164
# Search by Topic #### Resources tagged with Manipulating algebraic expressions/formulae similar to Quadratic Harmony: Filter by: Content type: Stage: Challenge level: ### There are 58 results Broad Topics > Algebra > Manipulating algebraic expressions/formulae ##### Stage: 5 Challenge Level: Find all positive in...
2,247
9,451
{"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.71875
4
CC-MAIN-2016-44
longest
en
0.841124
http://www.jiskha.com/display.cgi?id=1170547423
1,495,797,738,000,000,000
text/html
crawl-data/CC-MAIN-2017-22/segments/1495463608659.43/warc/CC-MAIN-20170526105726-20170526125726-00366.warc.gz
671,495,483
3,570
# Algebra 1 posted by on . Driving down a mountain, Tom finds that he has descended 1800 ft in elevation by the time he is 3.25 mi horizontally away from the top of the mountain. Find the slope of his descent to the nearest hundredth. slope= descent/horizontal change 1800 feet to miles, there are 5280 feet in a mil...
89
335
{"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-2017-22
latest
en
0.967623
http://math.stackexchange.com/questions/332573/stuck-on-solving-for-x-in-exponential-to-find-variance
1,467,185,261,000,000,000
text/html
crawl-data/CC-MAIN-2016-26/segments/1466783397636.15/warc/CC-MAIN-20160624154957-00034-ip-10-164-35-72.ec2.internal.warc.gz
201,501,879
17,123
# Stuck on solving for x in exponential to find variance The problem seems simple: Let X be an exponential random variable such that $P(X \le 2) = 2P(X > 4)$. Find the variance of X. Easy, right? $P(x \le 2) = 1 - e^{-2\lambda}$ and $P(x > 4) = e^{-4\lambda}$ Assuming that is right, which, it's possible that it is ...
378
1,235
{"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.90625
4
CC-MAIN-2016-26
latest
en
0.889222
https://hansvandenpol.nl/japan-driving-bkhwin/positive-integers-symbol-226bce
1,723,622,309,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722641104812.87/warc/CC-MAIN-20240814061604-20240814091604-00606.warc.gz
225,922,827
13,355
When you add two integers together you will always get an integer as the result. Integers have 5 main properties they are: The set of integers forms a ring that is denoted . The lack of multiplicative inverses, which is equivalent to the fact that ℤ is not closed under division, means that ℤ is not a field. Z = {…, -4,...
7,814
33,461
{"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...
4
4
CC-MAIN-2024-33
latest
en
0.906132
https://good-horsekeeping.com/qa/quick-answer-what-is-independent-solution.html
1,601,295,597,000,000,000
text/html
crawl-data/CC-MAIN-2020-40/segments/1600401600771.78/warc/CC-MAIN-20200928104328-20200928134328-00327.warc.gz
381,582,460
9,238
# Quick Answer: What Is Independent Solution? ## What is an independent system of equations? An independent equation is an equation in a system of simultaneous equations which cannot be derived algebraically from the other equations. The concept typically arises in the context of linear equations. But if this is no...
1,279
5,367
{"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.34375
4
CC-MAIN-2020-40
latest
en
0.909262
https://www.studypool.com/discuss/1082729/help-calculus-problem?free
1,480,992,681,000,000,000
text/html
crawl-data/CC-MAIN-2016-50/segments/1480698541876.62/warc/CC-MAIN-20161202170901-00346-ip-10-31-129-80.ec2.internal.warc.gz
936,191,853
14,177
##### Help Calculus Problem Calculus Tutor: None Selected Time limit: 1 Day A  store owner currently sells an item for \$50 and can sell 100 items per week on average. However, market research says that for each \$3 decrease in price, the owner will be able to sell 25 more items per week. What price should the owner...
189
640
{"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.515625
4
CC-MAIN-2016-50
longest
en
0.912477
https://mathematica.stackexchange.com/questions/240245/how-can-i-get-the-center-and-radius-of-this-circle
1,701,779,135,000,000,000
text/html
crawl-data/CC-MAIN-2023-50/segments/1700679100551.17/warc/CC-MAIN-20231205105136-20231205135136-00168.warc.gz
442,513,772
45,340
# How can I get the center and radius of this circle? I am able to make Mathematica plot the solution to a complex inequality as the interior or exterior of a circle : Let $$a$$ be a positive real constant, and $$f(z) = \frac{z+1}{z-1}$$. I want to get the equation of the image of the disc $$D(a) = \{ z \in \mathbb X...
2,153
5,866
{"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": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.796875
4
CC-MAIN-2023-50
longest
en
0.79667
https://www.physicsforums.com/threads/rc-circuit-problem.652732/
1,539,732,973,000,000,000
text/html
crawl-data/CC-MAIN-2018-43/segments/1539583510893.26/warc/CC-MAIN-20181016221847-20181017003347-00365.warc.gz
1,032,623,218
15,234
# Homework Help: RC circuit problem 1. Nov 16, 2012 ### 54stickers I have a series rc circuit. 80 v battery, capacitor1, resistor1: 10M ohm, capacitor 2, then back to the negative end of the battery. Capacitor 1 and 2 are equal, after a certain time, the voltage on each capacitor is 40.0v. What is the capacitance ...
923
3,403
{"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-2018-43
latest
en
0.902645
http://www.chegg.com/homework-help/introduction-to-electrodynamics-3rd-edition-chapter-8-solutions-9780138053260
1,475,188,493,000,000,000
text/html
crawl-data/CC-MAIN-2016-40/segments/1474738661953.95/warc/CC-MAIN-20160924173741-00142-ip-10-143-35-109.ec2.internal.warc.gz
389,004,770
17,095
Introduction to Electrodynamics (3rd Edition) View more editions Solutions for Chapter 8 • 533 step-by-step solutions • Solved by publishers, professors & experts • iOS, Android, & web Over 90% of students who use Chegg Study report better grades. May 2015 Survey of Chegg Study Users Chapter: Problem: 90% (10 ratings)...
739
3,149
{"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.59375
4
CC-MAIN-2016-40
latest
en
0.905579
https://www.calculatorbit.com/en/length/35-millimeter-to-mile
1,722,998,405,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640667712.32/warc/CC-MAIN-20240807015121-20240807045121-00270.warc.gz
534,772,755
7,690
# 35 Millimeter to Mile Calculator Result: 35 Millimeter = 0.000021747991728306688 Mile (mi) Rounded: ( Nearest 4 digits) 35 Millimeter is 0.000021747991728306688 Mile (mi) 35 Millimeter is 3.5cm ## How to Convert Millimeter to Mile (Explanation) • 1 millimeter = 6.21371192237334e-7 mi (Nearest 4 digits) • 1 mil...
848
2,660
{"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-2024-33
latest
en
0.672907
http://www.physicsforums.com/showthread.php?t=501253
1,369,187,592,000,000,000
text/html
crawl-data/CC-MAIN-2013-20/segments/1368701063060/warc/CC-MAIN-20130516104423-00098-ip-10-60-113-184.ec2.internal.warc.gz
662,117,565
9,282
## Scaling Property of the Dirac Delta Function 1. The problem statement, all variables and given/known data Prove that $$\displaystyle \int_{-\infty}^{\infty} \delta (at - t_0) \ dt = \frac{1}{ | a |} \int_{-\infty}^{\infty} \delta (t - \frac{t_0}{a}) \ dt$$ For some constant a. 3. The attempt at a solution Edit: Lo...
1,492
5,533
{"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.625
4
CC-MAIN-2013-20
longest
en
0.879356
https://www.national5.com/learn-about/adding-fractions/
1,722,804,436,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640412404.14/warc/CC-MAIN-20240804195325-20240804225325-00379.warc.gz
704,901,612
53,878
Select Page Use our extensive free resources below to learn about Adding and Subtracting Fractions and download SQA past paper questions that are directly relevant to this topic. This material is an extract from our National 5 Mathematics: Curriculum Breakdown course led by instructor Andrew Eadie. Enrol in the full ...
4,346
15,233
{"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.5
4
CC-MAIN-2024-33
latest
en
0.836315
https://www.numerade.com/questions/the-force-on-a-particle-is-directed-along-an-x-axis-and-given-by-ff_0leftx-x_0-1right-find-the-work-/
1,618,570,726,000,000,000
text/html
crawl-data/CC-MAIN-2021-17/segments/1618038056325.1/warc/CC-MAIN-20210416100222-20210416130222-00454.warc.gz
1,028,928,173
31,154
Work Kinetic Energy ### Discussion You must be signed in to discuss. ##### Andy C. University of Michigan - Ann Arbor LB ##### Aspen F. University of Sheffield Lectures Join Bootcamp ### Video Transcript here we fuss. Plot the four sources Displacement forces on y axis and displacement on X axis. Here we have...
512
2,169
{"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-2021-17
latest
en
0.928852
http://www.learn-math.top/similarity-in-triangles-definition/
1,529,769,697,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267865098.25/warc/CC-MAIN-20180623152108-20180623172108-00397.warc.gz
442,267,374
9,640
Similarity in triangles definition I am looking about similar triangles and I always see the word corresponding but I always forget to include it in the definition. I am trying to think of an example I can use to show the importance of the word corresponding. So here is the definition: Ex: “If the measures of the co...
807
3,525
{"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.796875
4
CC-MAIN-2018-26
latest
en
0.902837
https://www.jiskha.com/display.cgi?id=1221357756
1,503,278,559,000,000,000
text/html
crawl-data/CC-MAIN-2017-34/segments/1502886107065.72/warc/CC-MAIN-20170821003037-20170821023037-00394.warc.gz
931,650,857
4,450
posted by . a group of friends took a bus trip. Each traveler gave the bus driver a tip using the same nine coins. the total tip was \$8.41. how many dimes did the driver receive? So each tip has to be some even number of cents. So divide 8.41 by the number of folks, and see if you can make that tip with nine coins. ...
886
3,510
{"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-2017-34
latest
en
0.963409
https://testbook.com/question-answer/find-the-least-number-which-when-divided-by-4-6--60c741313d8e8303e6d6136b
1,638,376,139,000,000,000
text/html
crawl-data/CC-MAIN-2021-49/segments/1637964360803.6/warc/CC-MAIN-20211201143545-20211201173545-00503.warc.gz
623,295,901
29,957
# Find the least number which when divided by 4, 6, 7, 9, and 18 leaves a remainder of 3 in each case. 1. 250 2. 252 3. 255 4. 269 Option 3 : 255 ## Detailed Solution Given: 4, 6, 7, 9, and 18 Remainder = 3 Concept used: When we have to find the least number which is divisible by a, b, c, d, and e that leave x ...
207
529
{"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-49
latest
en
0.890705
http://www.learninghaven.com/reference/curriculum-math.html
1,487,670,138,000,000,000
text/html
crawl-data/CC-MAIN-2017-09/segments/1487501170700.71/warc/CC-MAIN-20170219104610-00107-ip-10-171-10-108.ec2.internal.warc.gz
490,008,494
53,288
Unit studies and other useful tools. Now with our #### Share Be sure to check Rick's Math and Equation Library for additional math resources. ## Curriculum Math With curriculum math a child comes to learn the basic math concepts and skills. Curriculum math helps a child proceed with confidence and deal with math sy...
518
2,887
{"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-2017-09
longest
en
0.936716
https://www.prepscholar.com/gre/blog/6-2/
1,708,595,510,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707947473738.92/warc/CC-MAIN-20240222093910-20240222123910-00318.warc.gz
985,238,345
34,116
# 6 < x < 7 y = 8 \$\$6<x<7\$\$ \$\$y=8\$\$ Quantity A \$\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\$ Quantity B \$\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;\;...
1,262
4,600
{"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.59375
5
CC-MAIN-2024-10
latest
en
0.757995
https://metanumbers.com/1390
1,680,263,680,000,000,000
text/html
crawl-data/CC-MAIN-2023-14/segments/1679296949642.35/warc/CC-MAIN-20230331113819-20230331143819-00512.warc.gz
440,054,308
7,473
# 1390 (number) 1,390 (one thousand three hundred ninety) is an even four-digits composite number following 1389 and preceding 1391. In scientific notation, it is written as 1.39 × 103. The sum of its digits is 13. It has a total of 3 prime factors and 8 positive divisors. There are 552 positive integers (up to 1390) ...
1,417
3,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.921875
4
CC-MAIN-2023-14
longest
en
0.829481
https://www.iitianacademy.com/ibdp-physics-d-4-induction-ib-style-question-bank-hl-paper-2/
1,701,674,364,000,000,000
text/html
crawl-data/CC-MAIN-2023-50/segments/1700679100525.55/warc/CC-MAIN-20231204052342-20231204082342-00588.warc.gz
934,160,942
31,801
# IBDP Physics D.4 Induction IB Style Question Bank : HL Paper 2 ### Question Three identical secondary coils, $$\mathrm{P}, \mathrm{Q}$$ and $$\mathrm{R}$$, are wound onto the iron core of a transformer. The coils form a power supply that provides two output voltages, one between $$A$$ and $$B$$ and another between ...
1,567
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": 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.75
4
CC-MAIN-2023-50
longest
en
0.902915
https://www.statisticshowto.com/hamiltonian-cycle/
1,721,854,070,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763518454.54/warc/CC-MAIN-20240724202030-20240724232030-00687.warc.gz
855,880,049
15,314
Hamiltonian Cycle: Simple Definition and Example A Hamiltonian cycle is a closed loop on a graph where every node (vertex) is visited exactly once. A loop is just an edge that joins a node to itself; so a Hamiltonian cycle is a path traveling from a point back to itself, visiting every node en route. If a graph with...
579
2,677
{"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-2024-30
latest
en
0.943638
https://web2.0calc.com/questions/help-needed_14
1,524,579,332,000,000,000
text/html
crawl-data/CC-MAIN-2018-17/segments/1524125946721.87/warc/CC-MAIN-20180424135408-20180424155408-00314.warc.gz
709,268,910
6,113
+0 # Help needed 0 33 1 a. Calculate the area of the entire figure b. Calculate the area of the two black pieces I'm horrible at these kinds of questions so help would be really appreciated <3 Guest Mar 27, 2018 Sort: #1 +85759 +1 The grey  half circle on the left  has a radius  of 12cm Its area is  (1/2)pi(12...
278
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.609375
4
CC-MAIN-2018-17
longest
en
0.713548
https://manycoders.com/excel/formulae/var-s-excel/
1,723,319,223,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640822309.61/warc/CC-MAIN-20240810190707-20240810220707-00525.warc.gz
304,211,383
22,916
# Var.S: Excel Formulae Explained Example response for “VAR.S: Excel Formulae Explained” ## Key Takeaway: • VAR.S is a statistical function in Excel that calculates the variance of a population based on a sample. This formula is commonly used in financial analysis to measure risk and assess the volatility of investm...
3,546
17,407
{"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-33
latest
en
0.888364
http://www.peteygreene.org/decimals/
1,544,660,789,000,000,000
text/html
crawl-data/CC-MAIN-2018-51/segments/1544376824180.12/warc/CC-MAIN-20181212225044-20181213010544-00193.warc.gz
454,454,221
19,416
## Decimals Multiplying Decimals Multiplying decimal numbers is very similar to multiplying 2 digit by 2 digit (or 2 digit by 3 digit, etc) numbers, but you have to remember a couple key points. First, start out as you would with a normal multiplication problem. For example, let’s say your problem looks like this: Y...
1,033
4,215
{"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.9375
5
CC-MAIN-2018-51
latest
en
0.897293
http://www.mrelativity.net/VBForum/showthread.php?438-A-phenomenon-in-non-Euclidean-math&s=3c7a14fce5a5289837b09b7d736cccde
1,660,313,372,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882571719.48/warc/CC-MAIN-20220812140019-20220812170019-00478.warc.gz
77,158,164
7,770
A phenomenon in non Euclidean math The author Acharya Sennimalai Kalimuthu has made again an algebraic error. Refer to his document http://www.mrelativity.net/Papers/40/PaperOne.pdf At the top of the second page stands: m ( y – m ) + 360 ( y + z + b + a – 360 ) + a ( y + a – 3b ) + b ( b – 2y ) = 0 this should be ...
534
1,811
{"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-2022-33
latest
en
0.908092
https://gmatclub.com/forum/at-jefferson-elementary-school-the-number-of-teachers-and-s-82118.html?fl=similar
1,508,287,276,000,000,000
text/html
crawl-data/CC-MAIN-2017-43/segments/1508187822625.57/warc/CC-MAIN-20171017234801-20171018014801-00660.warc.gz
724,542,170
52,862
It is currently 17 Oct 2017, 17:41 ### GMAT Club Daily Prep #### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email. Customized for You we will pick new questions that match your level based o...
2,532
8,752
{"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-43
latest
en
0.90358
http://mathhelpforum.com/statistics/75175-solved-probability-2-a.html
1,481,446,283,000,000,000
text/html
crawl-data/CC-MAIN-2016-50/segments/1480698544358.59/warc/CC-MAIN-20161202170904-00416-ip-10-31-129-80.ec2.internal.warc.gz
176,721,194
9,721
1. ## [SOLVED] Probability 2 Which is greater, the probability of choosing a number divisible by 6 or the probability of not choosing a number divisible by 8? *numbers 1-50* 2. Hello, soccerchic96! It's kind of simple, isn't it? Which is greater, the probability of choosing a number divisible by 6 or the probabili...
252
749
{"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": 2, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.703125
4
CC-MAIN-2016-50
longest
en
0.927846
https://usefulknot.com/calculators/derivative-calculator/
1,723,605,569,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722641095791.86/warc/CC-MAIN-20240814030405-20240814060405-00259.warc.gz
469,015,181
16,234
# Derivative Calculator ## Now, What Exactly Is A “Derivative Calculator”? A derivative calculator is a tool that allows you to take the derivative of a function at a certain point. ## Free Derivative Calculator With Steps This is a very simple tool for Derivative Calculator. Follow the given process to use this to...
372
1,401
{"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.8125
4
CC-MAIN-2024-33
latest
en
0.888918
https://www.instasolv.com/rs-aggarwal-solutions/class-12-chapter-24-vector-or-cross-product-of-vectors.html
1,600,647,577,000,000,000
text/html
crawl-data/CC-MAIN-2020-40/segments/1600400198868.29/warc/CC-MAIN-20200920223634-20200921013634-00312.warc.gz
916,125,784
11,605
Instasolv IIT-JEE NEET CBSE NCERT Q&A 4.5/5 # RS Aggarwal Class 12 Chapter 24 Solutions (Vector or Cross Product of Vectors) RS Aggarwal Solutions for Class 12 Chapter 24 ‘Vector or Cross Product of Vectors’ have been created to give you assistance in practising the exercise questions of this chapter. In this chapt...
929
4,168
{"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.625
5
CC-MAIN-2020-40
latest
en
0.943767
https://www.jiskha.com/display.cgi?id=1478752514
1,527,203,551,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794866894.26/warc/CC-MAIN-20180524224941-20180525004941-00351.warc.gz
782,970,691
3,378
# CALCULUS posted by Gagan At noon, ship A is 130 km west of ship B. Ship A is sailing east at 30 km/h and ship B is sailing north at 20 km/h. How fast is the distance between the ships changing at 4:00 PM? 1. Steve well, you know the distance z at time t is z^2 = (130-30t)^2 + (20t)^2 = 1300t^2 - 7800t + 16900 so...
740
2,396
{"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.796875
4
CC-MAIN-2018-22
latest
en
0.963355
http://www.physicsforums.com/showthread.php?t=211673
1,371,670,636,000,000,000
text/html
crawl-data/CC-MAIN-2013-20/segments/1368709101476/warc/CC-MAIN-20130516125821-00072-ip-10-60-113-184.ec2.internal.warc.gz
639,517,963
6,939
## VI Characteristic 1. The problem statement, all variables and given/known data Hi, I have the following circuit: http://i137.photobucket.com/albums/q...t3Circuit1.png Also, the following is known: X=60 V R1= 10 Ω R2= 20 Ω R3= 10 Ω R4=5 Ω R5=20 Ω R6 = 5 Ω 2. Relevant equations V = IR y = mx + b 3. The attempt ...
698
2,657
{"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.8125
4
CC-MAIN-2013-20
latest
en
0.911342
https://www.theclassroom.com/kind-geometry-taught-high-school-16290.html
1,701,864,458,000,000,000
text/html
crawl-data/CC-MAIN-2023-50/segments/1700679100593.71/warc/CC-MAIN-20231206095331-20231206125331-00052.warc.gz
1,139,201,938
31,713
Geometry is one of the six mathematical domains addressed by the national Common Core State Standards. By July of 2013, these standards had been adopted by 45 of 50 states and the District of Columbia. Students in grades nine through twelve study Euclidean geometry synthetically, which means without coordinates, and an...
912
4,901
{"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-2023-50
latest
en
0.943822
https://www.scribd.com/document/354974127/A-Quick-Approach-to-Statistics-by-G-R-pashA
1,566,437,214,000,000,000
text/html
crawl-data/CC-MAIN-2019-35/segments/1566027316555.4/warc/CC-MAIN-20190822000659-20190822022659-00496.warc.gz
974,871,462
172,770
You are on page 1of 210 # By: Rafaqat http://stat9943.blogspot.com A Quick Approach to Statistics with Questions and Answers 1111111111 Contents Preface By: Rafaqat ## Chapter 1: Introductory Statistics Basic Statistics 1 .. Measures of Central Tendency I 7 i Measures of DiSpersion ' Exercises 11 18 ~ J Chapter ...
75,649
300,325
{"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.21875
4
CC-MAIN-2019-35
latest
en
0.808157
https://basiccollegeaccounting.com/2006/08/12/accountancy-mathematics-cash-discount-part-2-of-3/
1,726,780,291,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700652067.20/warc/CC-MAIN-20240919194038-20240919224038-00519.warc.gz
103,598,124
10,963
Accountancy Mathematics: Cash Discount (Part 2 of 3) This is the second part of a series of 3 articles on Cash Discount which dealt with • the use of borrowings to pay to take advantage of Cash discount BORROWING TO TAKE ADVANTAGE OF CASH DISCOUNT. ILLUSTRATION 1 Mr A bought some goods valued at \$100,000 with a cas...
382
1,333
{"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-2024-38
latest
en
0.914326
roxanne-interiordesign.com
1,695,914,429,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233510412.43/warc/CC-MAIN-20230928130936-20230928160936-00858.warc.gz
519,167,776
9,674
How do you calculate IRR Answers.com The Modified Internal Rate of Return, often just called the MIRR, is a powerful and frequently used investment performance indicator. Yet, it’s commonly ## How to Calculate the MIRR Sapling.com Calculating IRR in Excel Columbia Interactive. Calculating internal rate of return. T...
3,669
17,051
{"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.703125
4
CC-MAIN-2023-40
latest
en
0.888179
http://forum.enjoysudoku.com/double-lozenge-tiling-with-inner-patterns-8-4-t38516.html
1,610,981,212,000,000,000
text/html
crawl-data/CC-MAIN-2021-04/segments/1610703514796.13/warc/CC-MAIN-20210118123320-20210118153320-00623.warc.gz
35,930,278
9,381
## Double lozenge tiling with inner patterns 8.4 Post puzzles for others to solve here. ### Double lozenge tiling with inner patterns 8.4 Remember the easy double lozenge tiling with alternating inner lozenges and octagons? (see here: http://forum.enjoysudoku.com/double-lozenge-tiling-with-inner-patterns-3-8-t38480....
7,361
17,366
{"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.515625
4
CC-MAIN-2021-04
latest
en
0.492117
https://discuss.codechef.com/t/ankgame-editorial/11169
1,576,243,833,000,000,000
text/html
crawl-data/CC-MAIN-2019-51/segments/1575540555616.2/warc/CC-MAIN-20191213122716-20191213150716-00329.warc.gz
338,725,073
6,987
# ANKGAME - Editorial Author: Ankit Srivastava and Uttam Kanodia Tester: Roman Rubanenko Editorialist: Amit Pandey Easy-Medium. ### PREREQUISITES: Game theory and Combinatorics. ### PROBLEM: A game is played with the rule that a non-zero number of the stones must be removed from the first non-empty pile. Find th...
1,460
5,370
{"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...
4.4375
4
CC-MAIN-2019-51
latest
en
0.933901
https://examcraze.in/ask/average-of-80-numbers-are-42-when-5-more-numbers-are/
1,675,062,782,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764499804.60/warc/CC-MAIN-20230130070411-20230130100411-00863.warc.gz
262,705,823
25,982
Average of 80 numbers are 42 When 5 more numbers are… Are you looking for correct answer of Average of 80 numbers are 42 When 5 more numbers are…? Here we have shared detailed answer with explanations. Average of 80 numbers are 42. When 5 more numbers are included, the average of 85 numbers become 45. Find the averag...
219
683
{"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.21875
4
CC-MAIN-2023-06
latest
en
0.849118
https://www.mydigitalchalkboard.org/portal/default/Resources/Browser/ResourceBrowser?matchedOnly=true&standard=16270&action=2&sortby=sortTitle&sortasc=false
1,611,801,237,000,000,000
text/html
crawl-data/CC-MAIN-2021-04/segments/1610704835583.91/warc/CC-MAIN-20210128005448-20210128035448-00717.warc.gz
872,546,801
18,773
## Resource Options • ##### Free/Non-commercial Resources: Displaying 8 resources • Resource Type: Website / HyperLink ## Penny Jar Subjects: Mathematics, Addition & Subtraction, Counting & Place Values, Measurement & Tools and 5 additional.. In this activity children save for a charitable donation or classroom proj...
432
1,981
{"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.59375
4
CC-MAIN-2021-04
latest
en
0.746725
https://www.vedantu.com/question-answer/find-the-coordinate-of-the-point-of-trisection-class-10-maths-cbse-5edf351666b432798b341456
1,721,921,694,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763860413.86/warc/CC-MAIN-20240725145050-20240725175050-00097.warc.gz
866,841,770
28,000
Courses Courses for Kids Free study material Offline Centres More Store # Find the coordinate of the point of trisection (i.e. (-4,2) dividing the three equal parts) of the segment joining the points A(2,-2) and B(-7,4). Last updated date: 25th Jul 2024 Total views: 453.3k Views today: 8.53k Verified 453.3k+ views Hi...
682
1,946
{"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.875
5
CC-MAIN-2024-30
latest
en
0.744944
https://nerdycoder.in/2020/09/01/minimum-unsorted-subarray/
1,627,930,167,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046154356.39/warc/CC-MAIN-20210802172339-20210802202339-00712.warc.gz
426,959,411
13,817
# Minimum unsorted subarray. You are given an unsorted array, you need to find the minimum length of subarray sorting which the whole array becomes sorted. Return the starting and ending indices of the subarray. ```Sample Input - {10, 12, 20, 30, 25, 40, 32, 31, 35, 50, 60} Expected Output - 3 to 8 Explanation - Suba...
630
2,126
{"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-31
latest
en
0.628723
https://en.wikibooks.org/wiki/A_Guide_to_the_GRE/Odds_and_Evens
1,695,351,320,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233506320.28/warc/CC-MAIN-20230922002008-20230922032008-00041.warc.gz
263,417,507
10,705
# A Guide to the GRE/Odds and Evens ## Odds & Evens An odd plus an odd equals an even. 5 + 7 = 12 = even An even plus an even equals an even. 6 + 4 = 10 = even An odd plus an even equals an odd. 6 + 5 = 11 = odd ### Multiplying & Dividing An odd multiplied by an odd equals an odd. 5(5) = 25 = odd An odd mult...
256
781
{"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.15625
4
CC-MAIN-2023-40
latest
en
0.884913
http://math.stackexchange.com/questions/201476/prove-lim-x-to0-sqrt4-x-2-using-the-precise-definition-of-limits-epsilo?answertab=votes
1,448,580,315,000,000,000
text/html
crawl-data/CC-MAIN-2015-48/segments/1448398447860.26/warc/CC-MAIN-20151124205407-00231-ip-10-71-132-137.ec2.internal.warc.gz
149,182,337
17,776
# Prove $\lim_{x\to0}\sqrt{4-x}=2$ using the precise definition of limits. (Epsilon-Delta) Prove $$\lim_{x\to0}\sqrt{4-x}=2$$ using the precise definition of limits. (Epsilon-Delta) I am not sure how to link $0<\left |x \right |<\delta$ with $\left |\sqrt{4-x}-2\right |<\epsilon$ . EDIT (Trying it out now) I worked...
1,261
3,505
{"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-2015-48
longest
en
0.708725
https://soengen-dev.de/de/doc/dft
1,696,435,126,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233511386.54/warc/CC-MAIN-20231004152134-20231004182134-00212.warc.gz
574,539,170
4,005
[english] # Discrete Fourier transform Kontrast includes the methods discreteFourierTransform and inverseDiscreteFourierTransform to compute the (inverse) discrete Fourier transform of a (one- or multidimensional) data set. ## The discrete Fourier transform of uniformly-sampled data The following is intended as a r...
1,201
5,155
{"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.625
4
CC-MAIN-2023-40
latest
en
0.701976
http://stackoverflow.com/questions/1582356/fastest-way-of-finding-the-middle-value-of-a-triple/13910202
1,405,274,591,000,000,000
text/html
crawl-data/CC-MAIN-2014-23/segments/1404776438441.49/warc/CC-MAIN-20140707234038-00074-ip-10-180-212-248.ec2.internal.warc.gz
124,130,456
23,017
# Fastest way of finding the middle value of a triple? Given is an array of three numeric values and I'd like to know the middle value of the three. The question is, what is the fastest way of finding the middle of the three? My approach is this kind of pattern - as there are three numbers there are six permutations...
2,776
9,872
{"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.59375
4
CC-MAIN-2014-23
latest
en
0.828148
https://gimpppa.org/a-number-divided-by-6-is-18/
1,638,710,902,000,000,000
text/html
crawl-data/CC-MAIN-2021-49/segments/1637964363189.92/warc/CC-MAIN-20211205130619-20211205160619-00293.warc.gz
352,252,756
5,425
Confused by lengthy division? by the end of this post you"ll have the ability to divide 18 by 6 using long division and be able to apply the same method to any type of other long division problem girlfriend have! Let"s take it a look. You are watching: A number divided by 6 is 18 Want to quickly learn or show student...
1,075
4,220
{"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.6875
5
CC-MAIN-2021-49
longest
en
0.919381
https://www.nagwa.com/en/videos/232102715740/
1,723,608,748,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722641095791.86/warc/CC-MAIN-20240814030405-20240814060405-00459.warc.gz
684,570,548
34,079
Question Video: Optimization Using Inequalities | Nagwa Question Video: Optimization Using Inequalities | Nagwa Question Video: Optimization Using Inequalities Mathematics Given that −3 ≤ 𝑥 ≤ 10 and −2 ≤ 𝑦 ≤ 10, find the greatest possible value of 𝑦 − 𝑥. 01:44 Video Transcript Given that 𝑥 is greater than or ...
419
1,624
{"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-2024-33
latest
en
0.929658
https://www.education.com/resources/second-grade/fractions/CCSS-Math-Content/
1,659,934,580,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882570765.6/warc/CC-MAIN-20220808031623-20220808061623-00440.warc.gz
671,174,016
33,095
Search 2nd Grade Mathematic Fraction Educational Resources 64 filtered results 64 filtered results Fractions Mathematics Sort by Color the Fractions Worksheet Color the Fractions Help your students understand fractions while adding some color to these shapes! With this helpful math resource, students will create a vis...
1,137
5,362
{"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.796875
4
CC-MAIN-2022-33
latest
en
0.885525
https://respaper.com/ui11/1039-pdf.html
1,712,977,110,000,000,000
text/html
crawl-data/CC-MAIN-2024-18/segments/1712296816535.76/warc/CC-MAIN-20240413021024-20240413051024-00424.warc.gz
472,326,684
10,707
Trending ▼   ResFinder # ICSE Class X Board Exam 2021 : Mathematics 1 pages, 2 questions, 0 questions with responses, 0 total responses,    0    0 Siddhant Singh Gurucharan Kaur Public School, Sultanpur VI to X Science (PCM) +Fave Message Home > ui11 > Formatting page ... TIME : 45 Min. DPP # 04 M.M. : 31 [SINGLE...
950
2,132
{"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-18
latest
en
0.707638
http://oeis.org/A073051
1,550,346,923,000,000,000
text/html
crawl-data/CC-MAIN-2019-09/segments/1550247481111.41/warc/CC-MAIN-20190216190407-20190216212407-00281.warc.gz
195,600,810
4,032
This site is supported by donations to The OEIS Foundation. Hints (Greetings from The On-Line Encyclopedia of Integer Sequences!) A073051 Least k such that Sum_{i=1..k} (prime(i) + prime(i+2) - 2*prime(i+1)) = 2n + 1. 2 1, 3, 8, 23, 33, 45, 29, 281, 98, 153, 188, 262, 366, 428, 589, 737, 216, 1182, 3301, 2190, 1878...
732
1,783
{"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-09
latest
en
0.499296
https://talkmarkets.com/content/the-arithmetic-of-wealth?post=208541&page=4
1,580,009,961,000,000,000
text/html
crawl-data/CC-MAIN-2020-05/segments/1579251684146.65/warc/CC-MAIN-20200126013015-20200126043015-00051.warc.gz
675,532,495
13,796
## The Arithmetic Of Wealth The shiny new car is great. It’s a chick magnet (if the heir is a male) and provides great popularity, dates, and memories he could not have otherwise have gotten. Ten or 15 years down the road the car is old, dinged up and becoming more costly to keep running. Eventually, it is junked and ...
697
3,016
{"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-2020-05
latest
en
0.961693
https://www.12000.org/my_notes/CAS_integration_tests/reports/rubi_4_16_1_graded/test_cases/1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.4-f_x-%5Em-d+e_x%5En-%5Eq-a+b_x%5En+c_x%5E-2_n-%5Ep/rese22.htm
1,696,246,172,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233510994.61/warc/CC-MAIN-20231002100910-20231002130910-00639.warc.gz
645,650,831
4,602
3.22 $$\int \frac{x^2 (1-x^3)}{1-x^3+x^6} \, dx$$ Optimal. Leaf size=39 $-\frac{1}{6} \log \left (x^6-x^3+1\right )-\frac{\tan ^{-1}\left (\frac{1-2 x^3}{\sqrt{3}}\right )}{3 \sqrt{3}}$ [Out] -ArcTan[(1 - 2*x^3)/Sqrt[3]]/(3*Sqrt[3]) - Log[1 - x^3 + x^6]/6 ____________________________________________________________...
2,705
5,699
{"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.5
4
CC-MAIN-2023-40
latest
en
0.087312
https://www.jiskha.com/display.cgi?id=1354587237
1,516,168,512,000,000,000
text/html
crawl-data/CC-MAIN-2018-05/segments/1516084886815.20/warc/CC-MAIN-20180117043259-20180117063259-00314.warc.gz
919,851,158
3,791
# Math posted by . Estimate each quotient 766÷8 \$31.75÷8 • Math - 800/8 = ? 32/8 = ? • Math - /: ## Similar Questions 1. ### math estimate quotient and divide (how do you estimate the quotient? 2. ### Math First find an estimate of the quotient. then find the exact quotient. 5 1/2 divide 3 4/7 3. ### chm15...
361
1,253
{"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-2018-05
latest
en
0.684269
https://math.stackexchange.com/questions/4887043/finding-vector-equation-of-a-line/4887051
1,716,280,109,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971058385.38/warc/CC-MAIN-20240521060250-20240521090250-00765.warc.gz
331,346,966
37,342
# Finding vector equation of a line Show that the equation of a straight line passing through the point with position vector $$\vec{b}$$ and perpendicular to the line $$\vec{r}=\vec{a}+\mu \vec{c}$$ is of the form $$\vec{r}=\vec{b}+\beta \vec{c}×\{(\vec{a}-\vec{b})×\vec{c}\}$$. How to derive the vector parallel to th...
1,102
3,346
{"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.53125
5
CC-MAIN-2024-22
latest
en
0.838287
http://mathhelpforum.com/algebra/19707-rationalize-expressions-print.html
1,512,987,159,000,000,000
text/html
crawl-data/CC-MAIN-2017-51/segments/1512948513330.14/warc/CC-MAIN-20171211090353-20171211110353-00600.warc.gz
177,991,567
2,995
# rationalize expressions • Sep 29th 2007, 12:16 PM raza88sab rationalize expressions hi i was wondering if any one can help me rationalize these four expressions and if possible show working out so i can understand better, thanks in advance. 1) 8_ √2 2) 16 √9 √12 3√8 3 √2 (1+√2) 4) 1+ √2 1- √2 • Sep 29th 2007, 01...
324
903
{"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-2017-51
longest
en
0.818628
www.melvintaylormusic.com
1,718,363,694,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861546.27/warc/CC-MAIN-20240614110447-20240614140447-00301.warc.gz
792,244,771
14,528
# Understanding the Difference Between 3/4 and 6/8 Time Signatures When it comes to music theory, understanding time signatures is essential. In this article, we will delve into the difference between two commonly used time signatures: 3/4 and 6/8. While they may seem similar mathematically, there are important distin...
866
3,807
{"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-26
latest
en
0.915327
https://builderlens.com/how-to-build-closed-stringer-stairs/
1,713,217,541,000,000,000
text/html
crawl-data/CC-MAIN-2024-18/segments/1712296817033.56/warc/CC-MAIN-20240415205332-20240415235332-00470.warc.gz
134,115,948
19,035
# How To Build Closed Stringer Stairs A closed stringer is a unique handrail system that requires less space than a standard railing, and it allows you to create curves and other interesting shapes in your staircase. Closed stringers are more difficult than open stringers, but they are much more sturdy as well. If you...
1,880
8,570
{"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-2024-18
latest
en
0.944865
https://math.answers.com/Q/What_is_the_equivalent_decimal_and_percent_for_2_over_5
1,696,068,230,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233510671.0/warc/CC-MAIN-20230930082033-20230930112033-00775.warc.gz
412,521,362
44,306
0 # What is the equivalent decimal and percent for 2 over 5? Updated: 9/23/2023 Wiki User 10y ago 2/5 = 0.4 or 40% Wiki User 10y ago Earn +20 pts Q: What is the equivalent decimal and percent for 2 over 5? Submit Still have questions? Related questions ### What is 2 percent in decimal format? 2 percent is equ...
568
2,022
{"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.03125
4
CC-MAIN-2023-40
latest
en
0.882897
https://studyrankersonline.com/53296/lengths-respectively-parallel-opposite-distance-between
1,568,994,921,000,000,000
text/html
crawl-data/CC-MAIN-2019-39/segments/1568514574050.69/warc/CC-MAIN-20190920155311-20190920181311-00104.warc.gz
716,607,848
10,963
# Two chords AB and CD of lengths 5 cm and 11 cm respectively of a circle are parallel to each other and are on opposite sides of its centre. If the A distance between AB and CD is 6 cm, find the radius of the circle. 1 view Two chords AB and CD of lengths 5 cm and 11 cm respectively of a circle are parallel to each ...
521
1,358
{"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-2019-39
latest
en
0.833255
http://www.markedbyteachers.com/gcse/science/my-aim-is-to-find-out-what-affect-a-length-of-a-wire-has-on-its-resistance-the-resistance-will-be-measured-by-finding-out-the-current-and-the-voltage-travailing-through-a-wire-at-variable-lengths.html
1,527,240,846,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794867055.20/warc/CC-MAIN-20180525082822-20180525102822-00070.warc.gz
424,661,190
20,588
• Join over 1.2 million students every month • Accelerate your learning by 29% • Unlimited access from just £6.99 per month Page 1. 1 1 2. 2 2 3. 3 3 4. 4 4 5. 5 5 6. 6 6 7. 7 7 8. 8 8 # My aim is to find out what affect a length of a wire has on its resistance. The resistance will be measured by finding out the curre...
1,868
7,066
{"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-2018-22
latest
en
0.928851
http://jaylorch.net/brainteasers/TheHiddenCard2/
1,537,832,773,000,000,000
text/html
crawl-data/CC-MAIN-2018-39/segments/1537267160842.79/warc/CC-MAIN-20180924224739-20180925005139-00307.warc.gz
131,307,781
4,308
## The Hidden Card #2 Source This is a generalization of a problem I got from Rustan Leino, who learned about it from Lyle Ramshaw. See also puzzles 19 and 20 on the following large collection of mathematical puzzles. I solved it and wrote up my solution. Problem In this problem, you and a partner are to come up w...
333
1,414
{"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-2018-39
latest
en
0.963674
https://gmatclub.com/forum/every-day-a-certain-bank-calculates-its-average-daily-15268.html?fl=similar
1,513,026,011,000,000,000
text/html
crawl-data/CC-MAIN-2017-51/segments/1512948514051.18/warc/CC-MAIN-20171211203107-20171211223107-00269.warc.gz
592,076,988
40,832
It is currently 11 Dec 2017, 14:00 GMAT Club Daily Prep Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email. Customized for You we will pick new questions that match your level based on your Ti...
1,374
4,357
{"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.75
4
CC-MAIN-2017-51
latest
en
0.927347
http://www.literacyandnumeracyforadults.com/resources/354830
1,529,479,689,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267863489.85/warc/CC-MAIN-20180620065936-20180620085936-00167.warc.gz
452,358,086
22,844
ahh Te Arapiki Ako "Towards better teaching & learning" # Fractions of numbers 1 Add to your favourites Remove from your favourites Add a note on this item Recommend to a friend Comment on this item Send to printer Request a reminder of this item Cancel a reminder of this item Last updated 26 October 2012 15:28 by N...
1,575
6,361
{"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.53125
5
CC-MAIN-2018-26
latest
en
0.88305
https://www.easyteacherworksheets.com/math/decimals-addition-tenths.html
1,675,233,062,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764499911.86/warc/CC-MAIN-20230201045500-20230201075500-00792.warc.gz
728,660,081
6,526
The following worksheets will help your students add decimals with values in the tenths place. #### We start students thinking about the concept of what a decimal is by presenting the values in fraction form. This is then transferred to using a numbers line and showing the movement of an addition build on that line. T...
346
1,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.734375
4
CC-MAIN-2023-06
latest
en
0.876521
https://tychr.com/free-resources/ib-dp/mathematics-applications-interpretations-sl-notes/chapter-6/modelling-relationships-linear-correlation-of-bivariate-data-notes
1,675,853,627,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764500758.20/warc/CC-MAIN-20230208092053-20230208122053-00513.warc.gz
594,656,217
75,518
## IBDP Mathematics Applications & Interpretations SL Chapter 6 Notes Modelling relationships: linear correlation of bivariate data STUDY NOTES FOR MATHEMATICS – CHAPTER 6 – Modelling relationships: linear correlation of bivariate data These notes have specially been curated by expert teachers to simplify and en...
399
2,138
{"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-06
latest
en
0.940004
https://gmatclub.com/forum/how-many-different-sized-circles-with-positive-integer-radii-have-area-254424.html
1,540,357,515,000,000,000
text/html
crawl-data/CC-MAIN-2018-43/segments/1539583519859.77/warc/CC-MAIN-20181024042701-20181024064201-00407.warc.gz
679,343,382
52,851
GMAT Question of the Day - Daily to your Mailbox; hard ones only It is currently 23 Oct 2018, 22:05 ### GMAT Club Daily Prep #### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email. Customize...
980
3,414
{"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...
4.09375
4
CC-MAIN-2018-43
latest
en
0.858036
https://forum.gamsworld.org/viewtopic.php?f=15&t=11460&p=27200&sid=a1be5e3c1b8076bee616aff1e208025d
1,623,732,250,000,000,000
text/html
crawl-data/CC-MAIN-2021-25/segments/1623487616657.20/warc/CC-MAIN-20210615022806-20210615052806-00540.warc.gz
261,773,429
8,288
## Calculating eigenvalues Moderator: aileen Forum rules aileen User Posts: 121 Joined: 1 year ago ### Calculating eigenvalues How do I calculate all eigenvalues and eigenvectors of a symmetric matrix? aileen User Posts: 121 Joined: 1 year ago ### Re: Calculating eigenvalues Calculating all eigenvalues and eigen...
1,055
3,520
{"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-25
latest
en
0.755992
https://myriverside.sd43.bc.ca/oliviah2016/2018/11/13/pre-calc-11-week-10/
1,621,033,740,000,000,000
text/html
crawl-data/CC-MAIN-2021-21/segments/1620243991829.45/warc/CC-MAIN-20210514214157-20210515004157-00157.warc.gz
442,024,195
8,394
This week in Pre-Calc, I struggled with understanding how to solve quadratic inequalities, so here is how to do them. First, you factor the equation. Next, you take the two numbers that will be used to factor and write them in two separate brackets next to “x”. Next, you take the first number from the original equatio...
332
1,504
{"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.34375
4
CC-MAIN-2021-21
latest
en
0.963687
https://tshirtpolicy.com/input-921
1,675,697,804,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764500356.92/warc/CC-MAIN-20230206145603-20230206175603-00285.warc.gz
556,631,050
5,235
# Homework scanner free online This Homework scanner free online provides step-by-step instructions for solving all math problems. We will also look at some example problems and how to approach them. ## The Best Homework scanner free online Looking for Homework scanner free online? Look no further! You can easily co...
623
2,955
{"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.84375
4
CC-MAIN-2023-06
latest
en
0.952805
https://math.stackexchange.com/questions/921640/probability-to-find-a-prime-factor
1,582,851,223,000,000,000
text/html
crawl-data/CC-MAIN-2020-10/segments/1581875146907.86/warc/CC-MAIN-20200227221724-20200228011724-00479.warc.gz
411,380,571
32,246
# Probability to find a prime factor? Suppose I have been given positive numbers $n,m$, $n<m$, and an integer $N$. What is the probability that $N$ has a prime factor between $[n,m]$? I have heard about the prime number theorem but I'm not sure how can I apply it to this problem if I can apply it at all. • If $N<n$ t...
470
1,629
{"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.828125
4
CC-MAIN-2020-10
latest
en
0.937453
http://mathandmultimedia.com/2010/08/
1,596,806,335,000,000,000
text/html
crawl-data/CC-MAIN-2020-34/segments/1596439737178.6/warc/CC-MAIN-20200807113613-20200807143613-00024.warc.gz
74,535,074
11,396
Counting the Real Numbers If we are in a room full of ballroom dancers where each male dancer has a female dancer partner, and no one is left without a partner, we can say that there are as many male as female dancers in the room even without counting. In mathematics, we say that there is a one-to-one correspondence b...
679
2,903
{"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": 1, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.796875
4
CC-MAIN-2020-34
latest
en
0.954468
https://www.trustudies.com/question/2016/5-begin-array-hline-A-B-times-3-hline-C-A-B-hline-end-array-br-br/
1,611,396,632,000,000,000
text/html
crawl-data/CC-MAIN-2021-04/segments/1610703537796.45/warc/CC-MAIN-20210123094754-20210123124754-00588.warc.gz
1,036,390,212
3,540
5. $$\begin{array} \hline \;\;\;A & B\\ \times& 3\\ \hline C \;\;A & B\\ \hline \end{array}$$ We can observe that we have equations: (i)B$$\times$$3=B Solving it we can have B=0 or 5 5 is not taken because, for satisfying the condition A$$\times$$3=CA, we should not take carry. If carry is taken the ten’s value bec...
174
462
{"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...
4.03125
4
CC-MAIN-2021-04
latest
en
0.800431
http://theinfolist.com/php/SummaryGet.php?FindGo=Four_color_theorem
1,618,272,826,000,000,000
text/html
crawl-data/CC-MAIN-2021-17/segments/1618038071212.27/warc/CC-MAIN-20210413000853-20210413030853-00517.warc.gz
103,916,473
15,976
TheInfoList In mathematics, the four color theorem, or the four color map theorem, states that, given any separation of a plane into contiguous regions, producing a figure called a ''map'', no more than four colors are required to color the regions of the map so that no two adjacent regions have the same color. ''Adja...
5,636
25,969
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 6, "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.59375
4
CC-MAIN-2021-17
latest
en
0.949672
https://linearalgebras.com/solution-abstract-algebra-exercise-7-3-12.html
1,722,757,284,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640393185.10/warc/CC-MAIN-20240804071743-20240804101743-00367.warc.gz
297,642,723
14,632
If you find any mistakes, please make a comment! Thank you. ## Embed a ring of quadratic integers in a ring of matrices Solution to Abstract Algebra by Dummit & Foote 3rd edition Chapter 7.3 Exercise 7.3.12 Solution: We begin with a lemma. Lemma: If $D \in \mathbb{Z}$ is not a perfect square, then $\sqrt{D}$ is not...
2,586
5,496
{"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.5625
5
CC-MAIN-2024-33
latest
en
0.652802