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
http://topcoder.bgcoder.com/print.php?id=1173
1,716,251,266,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971058342.37/warc/CC-MAIN-20240520234822-20240521024822-00485.warc.gz
29,111,056
2,539
### Problem Statement A bag is filled with a given quantity of red and blue marbles. In each turn, a player reaches into the bag and removes 1, 2, or 3 marbles. The player looks to see the color of the marbles, and announces how many of each color marble were removed. The last player to remove a red marble from the ba...
773
2,796
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.84375
4
CC-MAIN-2024-22
latest
en
0.897313
https://www.mathlearnit.com/what-is-51-251-as-a-decimal
1,674,809,452,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764494974.98/warc/CC-MAIN-20230127065356-20230127095356-00708.warc.gz
879,674,530
6,617
# What is 51/251 as a decimal? ## Solution and how to convert 51 / 251 into a decimal 51 / 251 = 0.203 51/251 converted into 0.203 begins with understanding long division and which variation brings more clarity to a situation. Both represent numbers between integers, in some cases defining portions of whole numbers ...
1,175
4,840
{"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.8125
5
CC-MAIN-2023-06
latest
en
0.895301
https://www.physicsforums.com/threads/system-of-differential-equations.867488/
1,618,471,000,000,000,000
text/html
crawl-data/CC-MAIN-2021-17/segments/1618038084601.32/warc/CC-MAIN-20210415065312-20210415095312-00579.warc.gz
1,037,889,294
18,130
# System of Differential Equations ## Homework Statement dx/dt + dy/dt = 2x + 2y + 1 dx/dt + 2(dy/dt) = y + 3 ## The Attempt at a Solution Dx + Dy = 2x + 2y + 1 Dx + 2Dy = y + 3 --Rearranging---------------------------- Dx - 2x = -Dy + 2y + 1 Dx = -2Dy + y + 3 ---Factoring----------------------------- (D - 2)x =...
841
2,313
{"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.15625
4
CC-MAIN-2021-17
longest
en
0.880397
https://result.vg/using-the-spreadsheet/
1,627,240,413,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046151760.94/warc/CC-MAIN-20210725174608-20210725204608-00229.warc.gz
503,019,726
11,073
# Using 584.162, the same as the Q* Using the spreadsheet, we found that the optimal stocking quantity was 584. At that quantity daily profit is \$331.43. With the given information we verified this number using the newsvendor model. Where Cu = 1 – 0.20 = 0.80 and Co = 0.2. Critical = 0.8 / (0.8 + 0.2) = 0.8. Which we...
894
3,838
{"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-2021-31
latest
en
0.938482
http://math.stackexchange.com/questions/305763/concrete-mathematics-the-josephus-problem
1,467,393,962,000,000,000
text/html
crawl-data/CC-MAIN-2016-26/segments/1466783403508.34/warc/CC-MAIN-20160624155003-00053-ip-10-164-35-72.ec2.internal.warc.gz
208,818,699
17,181
# Concrete Mathematics - The Josephus Problem I've been going through Concrete Mathematics and have a question on the inductive proof for the Josephus problem. Recurrent relation: $J(1) = 1$ $J(2n) = 2J(n) - 1$ $J(2n+1) = 2J(n) + 1$ Closed form hypothesis: $J(2^m + l) = 2l + 1$, for $m \ge 0$ and $0\le l<2^m$ I...
395
960
{"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.625
4
CC-MAIN-2016-26
longest
en
0.802808
https://www.physicsforums.com/threads/how-to-define-covariant-basis-in-curved-space-intrinsicly.776026/
1,521,264,271,000,000,000
text/html
crawl-data/CC-MAIN-2018-13/segments/1521257644271.19/warc/CC-MAIN-20180317035630-20180317055630-00302.warc.gz
883,654,173
14,944
# How to define covariant basis in curved space 'intrinsicly'? 1. Oct 13, 2014 ### arpon In Euclidean space, we may define covariant basis by the partial derivative of position vector with respect to each coordinates, i.e. $∂R/(∂z^i )=z_i$ But in curved space (such as, the two dimensional space on a sphere) how can ...
651
2,634
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.96875
4
CC-MAIN-2018-13
longest
en
0.912361
https://unlearningmath.com/12.25-inches-to-mm
1,726,053,265,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700651383.5/warc/CC-MAIN-20240911084051-20240911114051-00631.warc.gz
551,291,828
10,976
# 12.25 inches to mm (Inches to Millimeters) By  /  Under Inches To Millimeter  /  Published on Convert 12.25 inches to mm quickly. Learn about the inches to millimeters conversion with real-life applications and FAQs. ## Here is how to easily convert 12.25 inches to mm 12.25 inches is equal to 311.15 millimeters. ...
892
4,278
{"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-2024-38
latest
en
0.887756
https://ncertbookspdf.com/chapter-11-perimeter-and-area-class-7-dav-secondary-mathematics-3/
1,719,199,738,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198864986.57/warc/CC-MAIN-20240624021134-20240624051134-00762.warc.gz
366,518,123
19,571
Chapter 11 | Perimeter and Area | Class-7 DAV Secondary Mathematics Are you looking for DAV Maths Solutions for class 7 then you are in right place, we have discussed the solution of the Secondary Mathematics book which is followed in all DAV School. Solutions are given below with proper Explanation please bookmark ou...
527
1,878
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.65625
5
CC-MAIN-2024-26
latest
en
0.883039
https://math.stackexchange.com/questions/1848959/constant-such-that-max-left-frac55-3c-frac5b5-3d-right-geq-k-cdot-f
1,571,678,711,000,000,000
text/html
crawl-data/CC-MAIN-2019-43/segments/1570987781397.63/warc/CC-MAIN-20191021171509-20191021195009-00461.warc.gz
605,301,816
33,910
# Constant such that $\max\left(\frac{5}{5-3c},\frac{5b}{5-3d}\right)\geq k\cdot\frac{2+3b}{5-c-2d}$ What is the greatest constant $k>0$ such that $$\max\left(\frac{5}{5-3c},\frac{5b}{5-3d}\right)\geq k\cdot\frac{2+3b}{5-c-2d}$$ for all $0\leq b\leq 1$ and $0\leq c\leq d\leq 1$? The right-hand side looks like a wei...
2,060
4,768
{"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.34375
4
CC-MAIN-2019-43
latest
en
0.83055
http://mathinsight.org/harvest_natural_populations_answers
1,503,243,417,000,000,000
text/html
crawl-data/CC-MAIN-2017-34/segments/1502886106779.68/warc/CC-MAIN-20170820150632-20170820170632-00134.warc.gz
263,384,984
5,476
# Math Insight ### Harvest of natural populations exercise answers Here we give answers to some of the exercises on harvest of natural populations. #### Exercise 3 1. \begin{align*} F'(p) & = 1 + r -2 r p - h\\ F'(0) & = 1+r-h > 1 \end{align*} Since $F'(0) > 1$, we can conclude that $p_e=0$ is an unstable equilibri...
386
1,055
{"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.40625
4
CC-MAIN-2017-34
longest
en
0.758734
http://en.allexperts.com/q/Calculus-2063/2015/1/help-17.htm
1,477,509,842,000,000,000
text/html
crawl-data/CC-MAIN-2016-44/segments/1476988720972.46/warc/CC-MAIN-20161020183840-00252-ip-10-171-6-4.ec2.internal.warc.gz
80,007,176
7,245
You are here: # Calculus/Help Question I very much like your "Instructions from the Expert"; had a chuckle at that one. I am homeschooling my son in Calculus, but I am having a little trouble with the lesson material; Particularly this type of problem; am hoping some good examples help. Anyways, my question is: Giv...
748
2,800
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.25
4
CC-MAIN-2016-44
longest
en
0.920108
https://www.measuringknowhow.com/how-far-is-100-yards/
1,716,689,800,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971058861.60/warc/CC-MAIN-20240526013241-20240526043241-00147.warc.gz
765,784,439
23,108
# How Far is 100 Yards? Explained with Visual Examples & Conversions How Far Is 100 Yards Calculator # How Far Is 100 Yards Calculator “Distance, measured in decimal centimeters, is just a number; it’s the significance that truly matters. Minutes are also numbers.” – Anonymous The imperial system, with its imperial...
5,087
26,317
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.0625
4
CC-MAIN-2024-22
latest
en
0.958257
http://www.jiskha.com/display.cgi?id=1249417084
1,498,134,706,000,000,000
text/html
crawl-data/CC-MAIN-2017-26/segments/1498128319265.41/warc/CC-MAIN-20170622114718-20170622134718-00176.warc.gz
623,919,644
3,787
# Math 213 Elementary Math posted by on . Suppose you have a friend named Ed. He and his four friends are having ice cream. There are only three flavors available at the ice cream store they are visiting: chocolate, vanilla, and strawberry. One of Ed’s friends, Stacey, eats chocolate exclusively. How many different...
247
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.640625
4
CC-MAIN-2017-26
latest
en
0.928071
https://collegephysicsanswers.com/openstax-solutions/what-angle-fourth-order-maximum-situation-exercise-276-0
1,669,946,980,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446710890.97/warc/CC-MAIN-20221202014312-20221202044312-00867.warc.gz
211,447,716
14,992
Change the chapter Question At what angle is the fourth-order maximum for the situation in Exercise 27.6? $2.06^\circ$ Solution Video # OpenStax College Physics for AP® Courses Solution, Chapter 27, Problem 12 (Problems & Exercises) (1:11) Rating No votes have been submitted yet. ## Calculator Screenshots Video Tr...
311
1,281
{"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.765625
4
CC-MAIN-2022-49
latest
en
0.909988
https://www.doubtnut.com/qna/185062710
1,721,057,662,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763514707.52/warc/CC-MAIN-20240715132531-20240715162531-00169.warc.gz
640,518,730
32,084
# The average (arithmetic mean) of 8 numbers is 65. If one of the numbers, 65, removed, what is the average of the remaining 7 numbers? Video Solution Text Solution Verified by Experts ## The correct Answer is:$65$ | Step by step video, text & image solution for The average (arithmetic mean) of 8 numbers is 65. If ...
576
2,129
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 1, "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.765625
4
CC-MAIN-2024-30
latest
en
0.905275
https://softoption.us/node/60
1,627,115,753,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046150134.86/warc/CC-MAIN-20210724063259-20210724093259-00101.warc.gz
517,281,704
8,341
# Tree Tutorial 3: Using Trees to Test for Satisfiability and Invalidity Logical System 2013 ### Skills to be acquired in this tutorial: To become familiar with the notions of closed and complete trees. To be able to use trees to test for satisfiability and invalidity. Colin Howson, [1997] Logic with trees Chapter...
1,244
4,737
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.25
4
CC-MAIN-2021-31
longest
en
0.952523
https://www.beatthegmat.com/if-m-is-an-integer-is-m-102-an-integer-t297130.html
1,519,090,438,000,000,000
text/html
crawl-data/CC-MAIN-2018-09/segments/1518891812871.2/warc/CC-MAIN-20180220010854-20180220030854-00678.warc.gz
827,152,569
34,460
• Award-winning private GMAT tutoring Register now and save up to \$200 Available with Beat the GMAT members only code • Free Trial & Practice Exam BEAT THE GMAT EXCLUSIVE Available with Beat the GMAT members only code • Get 300+ Practice Questions Available with Beat the GMAT members only code • Most awarded tes...
1,012
3,349
{"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-2018-09
latest
en
0.909291
https://mathforums.com/threads/difference-between-discrete-and-continuous-variable.347545/
1,582,753,864,000,000,000
text/html
crawl-data/CC-MAIN-2020-10/segments/1581875146562.94/warc/CC-MAIN-20200226211749-20200227001749-00350.warc.gz
450,747,090
15,593
# Difference between discrete and continuous variable? #### MarcosUve What is the difference between discrete and continuous variable? Any advice? #### DarnItJimImAnEngineer A continuous variable can take on any value (at least within a certain range). A discrete variable can only take on certain values. For examp...
577
2,156
{"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-2020-10
latest
en
0.839872
https://testbook.com/question-answer/a-car-covers-2800-km-in-35-hours-the-speed-of-a-b--60950b7406c4a92f4bb2bca4
1,632,859,146,000,000,000
text/html
crawl-data/CC-MAIN-2021-39/segments/1631780060882.17/warc/CC-MAIN-20210928184203-20210928214203-00226.warc.gz
597,133,576
29,917
# A car covers 2800 km in 35 hours. The speed of a bus is 4 km/hr more than 120% of the speed of the car. How much distance will be covered by the bus in $$3 \dfrac{1}{2}$$ hours? This question was previously asked in PSPCL LDC Previous Paper 8 (Held On : 23 Dec 2019 Shift 2) View all PSPCL LDC Papers > 1. 360 km 2. 4...
222
648
{"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.125
4
CC-MAIN-2021-39
latest
en
0.900465
https://bodheeprep.com/cat-2020-quant-question-solution-65
1,721,421,990,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763514928.31/warc/CC-MAIN-20240719200730-20240719230730-00826.warc.gz
114,112,594
11,802
Question Anil, Sunil, and Ravi run along a circular path of length 3 km, starting from the same point at the same time, and going in the clockwise direction. If they run at speeds of 15 km/hr, 10 km/hr, and 8 km/hr, respectively, how much distance in km will Ravi have run when Anil and Sunil meet again for the first t...
216
618
{"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.21875
4
CC-MAIN-2024-30
latest
en
0.866748
http://mymathforum.com/applied-math/11647-find-equation-circle.html
1,561,421,708,000,000,000
text/html
crawl-data/CC-MAIN-2019-26/segments/1560627999779.19/warc/CC-MAIN-20190624231501-20190625013501-00193.warc.gz
119,587,729
8,382
My Math Forum Find equation of this circle Applied Math Applied Math Forum March 7th, 2010, 10:26 AM #1 Newbie   Joined: Mar 2010 Posts: 2 Thanks: 0 Find equation of this circle Find the equation of the circle centered at (3,0) that intersects the curve y=x^2 at exactly one point. March 8th, 2010, 08:56 AM #2 Seni...
376
1,084
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 1, "/images/math/codecogs": 0, "mat...
3.546875
4
CC-MAIN-2019-26
latest
en
0.847491
https://www.pcreview.co.uk/threads/date-computing-and-sum-issues.3493879/
1,723,206,080,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640763425.51/warc/CC-MAIN-20240809110814-20240809140814-00149.warc.gz
721,224,165
14,789
# date computing and sum issues L #### lampatmyfeet I need to compute the number of years, months and days between dates. After doing so: if days >= 15 then add 1 to month and days becomes 0, then if months > 9 add 1 to year and then months becomes 0. I will need to do this for several rows and them sum up the indi...
799
2,643
{"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-33
latest
en
0.888566
https://nrich.maths.org/public/leg.php?code=-25&cl=3&cldcmpid=7145
1,508,457,327,000,000,000
text/html
crawl-data/CC-MAIN-2017-43/segments/1508187823482.25/warc/CC-MAIN-20171019231858-20171020011858-00466.warc.gz
801,864,632
7,091
# Search by Topic #### Resources tagged with Number theory similar to Fractions of 1000: Filter by: Content type: Stage: Challenge level: ### There are 22 results Broad Topics > Numbers and the Number System > Number theory ### Differences ##### Stage: 3 Challenge Level: Can you guarantee that, for any three num...
1,148
4,818
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.125
4
CC-MAIN-2017-43
latest
en
0.878728
https://www.nagwa.com/en/videos/219161351824/
1,722,769,474,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640398413.11/warc/CC-MAIN-20240804102507-20240804132507-00008.warc.gz
701,764,973
34,538
Lesson Video: Sorting Groups by How Many Objects There Are | Nagwa Lesson Video: Sorting Groups by How Many Objects There Are | Nagwa # Lesson Video: Sorting Groups by How Many Objects There Are Mathematics In this video, we will learn how to count the number of objects in a set and sort the sets into groups dependin...
562
2,508
{"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.875
5
CC-MAIN-2024-33
latest
en
0.951861
http://www.physicsforums.com/showthread.php?t=480220
1,409,210,451,000,000,000
text/html
crawl-data/CC-MAIN-2014-35/segments/1408500830323.35/warc/CC-MAIN-20140820021350-00408-ip-10-180-136-8.ec2.internal.warc.gz
548,967,918
7,121
# Find the current and potential difference by spice1510 Tags: current, difference, potential P: 2 1. The problem statement, all variables and given/known data For the circuit shown in the figure, find the current through and the potential difference across each resistor. http://session.masteringphysics.com/...ure.23...
838
2,638
{"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-2014-35
latest
en
0.851647
https://brainmass.com/math/combinatorics/combinatorics-and-linear-algebra-407313
1,542,565,525,000,000,000
text/html
crawl-data/CC-MAIN-2018-47/segments/1542039744561.78/warc/CC-MAIN-20181118180446-20181118202446-00378.warc.gz
557,976,915
21,078
Explore BrainMass Share Combinatorics and Linear Algebra This content was STOLEN from BrainMass.com - View the original, and get the already-completed solution here! Provide a linear description of all attempts you tried, including those that didn't work. Show all work that represents your process. Also, include the...
1,187
5,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.875
4
CC-MAIN-2018-47
longest
en
0.970398
https://stats.stackexchange.com/questions/518958/which-sufficient-statistic-is-for-which-parameter
1,726,064,234,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700651387.63/warc/CC-MAIN-20240911120037-20240911150037-00877.warc.gz
510,867,796
40,951
# Which sufficient statistic is for which parameter Suppose I have n samples $$x_1,x_2,...x_n$$ sampled from a $$\mathcal{N}(\mu,\sigma^2)$$. I need to find the sufficient statistics for $$\mu,\sigma^2$$. I write the likelihood $$\mathcal{L} = (2 \pi \sigma^2)^{-\frac{n}{2}}\exp\left(-\frac{1}{2\sigma^2}\left(\sum_{i...
905
2,923
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.984375
4
CC-MAIN-2024-38
latest
en
0.853502
http://xahlee.info/tree/a-IndexSetSort.html
1,669,951,499,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446710890.97/warc/CC-MAIN-20221202014312-20221202044312-00671.warc.gz
107,913,528
3,567
# Sorting Tree Indexes By Xah Lee. Date: This is the 4th posting on a series of exposition on Mathematica expressions, Trees, and Indexes. We'll come to implementing Mathematica structure manipulating function after we've completely understood the isomorphism between expressions, trees, and index sets. This week's t...
1,897
5,999
{"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-2022-49
latest
en
0.84946
http://docplayer.net/24504391-Example-c-calculate-the-amount-of-heat-in-kj-required-to-heat-1-00-kg-1-l-of-water-at-25-c-to-its-boiling-point.html
1,548,297,513,000,000,000
text/html
crawl-data/CC-MAIN-2019-04/segments/1547584445118.99/warc/CC-MAIN-20190124014810-20190124040810-00090.warc.gz
60,318,143
26,714
# Example. c. Calculate the amount of heat (in kj) required to heat 1.00 kg (~1 L) of water at 25 C to its boiling point. Save this PDF as: Size: px Start display at page: Download "Example. c. Calculate the amount of heat (in kj) required to heat 1.00 kg (~1 L) of water at 25 C to its boiling point." ## Transcript...
11,019
40,391
{"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-2019-04
latest
en
0.850244
https://essaycomrade.com/2022/04/18/4m-cars-in-1989-in-order-to-have-its-cars-meet-the-corporate-average-fuel-economy-cafe-standard/
1,680,427,569,000,000,000
text/html
crawl-data/CC-MAIN-2023-14/segments/1679296950422.77/warc/CC-MAIN-20230402074255-20230402104255-00553.warc.gz
273,781,139
16,546
# 4M Cars in 1989 In order to have its cars meet the corporate average fuel economy (CAFE) standard,… 4M Cars in 1989 In order to have its cars meet the corporate average fuel economy (CAFE) standard, a manufacturer needs to improve the mileage of two of its cars. One design, a small sports car, weighs 2,500 pounds. ...
790
3,658
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.609375
4
CC-MAIN-2023-14
latest
en
0.953754
http://jimdougherty.com/algebra-i/equivalent-systems-of-equations/
1,560,688,463,000,000,000
text/html
crawl-data/CC-MAIN-2019-26/segments/1560627998238.28/warc/CC-MAIN-20190616122738-20190616144738-00425.warc.gz
95,254,731
16,175
# Equivalent Systems of Equations Standard A.REI.5 – Prove that, given a system of two equations in two variables, replacing one equation by the sum of that equation and a multiple of the other produces a system with the same solutions. Vocabulary for this standard: EngageNY lesson link – This appears in the first mo...
261
1,161
{"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-2019-26
longest
en
0.842054
https://math.stackexchange.com/questions/1540241/showing-that-symmetric-difference-is-associative
1,716,912,563,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971059143.84/warc/CC-MAIN-20240528154421-20240528184421-00031.warc.gz
318,827,316
35,866
# Showing that symmetric difference is associative [duplicate] $X,Y,Z$ are sets, $X+Y:=(X \cup Y) \setminus (X \cap Y)$. I need to show that $(X+Y)+Z=X+(Y+Z)$. Intuitively it is clear that $$(X+Y)+Z=(X \cup Y \cup Z) \setminus ( [X \cap Y] \cup [Y \cap Z] \cup [Z \cap X] \setminus [X \cap Y \cap Z ])$$ Then the cla...
840
2,520
{"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.859375
4
CC-MAIN-2024-22
latest
en
0.870694
http://www.manhattangmat.com/blog/index.php/2013/08/05/gmat-challenge-problem-showdown-august-5-2013/
1,386,306,992,000,000,000
text/html
crawl-data/CC-MAIN-2013-48/segments/1386163049608/warc/CC-MAIN-20131204131729-00056-ip-10-33-133-15.ec2.internal.warc.gz
435,632,488
11,243
We invite you to test your GMAT knowledge for a chance to win! Each week, we will post a new Challenge Problem for you to attempt. If you submit the correct answer, you will be entered into that week’s drawing for a free Manhattan GMAT Prep item. Tell your friends to get out their scrap paper and start solving! Here is...
715
2,649
{"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-2013-48
latest
en
0.887567
8cshs.blogspot.com
1,516,124,554,000,000,000
text/html
crawl-data/CC-MAIN-2018-05/segments/1516084886476.31/warc/CC-MAIN-20180116164812-20180116184812-00736.warc.gz
6,368,392
26,410
## Wednesday, 7 August 2013 ### Malteser Maths Ms Pears had a request from her daughter for a Malteser cake (photo from taste.com.au) for her birthday. She didn't know how many Malteasers to buy and this was causing her a lot of stress so we thought we would help her out. She has already made the cake and it has a d...
1,443
5,499
{"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.5625
5
CC-MAIN-2018-05
longest
en
0.961154
https://en.m.wikipedia.org/wiki/%E2%88%BF
1,566,413,113,000,000,000
text/html
crawl-data/CC-MAIN-2019-35/segments/1566027316150.53/warc/CC-MAIN-20190821174152-20190821200152-00351.warc.gz
429,020,186
13,967
# Sine wave (Redirected from ) The graphs of the sine and cosine functions are sinusoids of different phases. A sine wave or sinusoid is a mathematical curve that describes a smooth periodic oscillation. A sine wave is a continuous wave. It is named after the function sine, of which it is the graph. It occurs often i...
1,227
5,551
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 9, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.765625
4
CC-MAIN-2019-35
latest
en
0.910505
http://slideplayer.com/slide/3621507/
1,513,594,269,000,000,000
text/html
crawl-data/CC-MAIN-2017-51/segments/1512948615810.90/warc/CC-MAIN-20171218102808-20171218124808-00046.warc.gz
258,580,148
26,681
# Chapter 9 Linear Momentum. ## Presentation on theme: "Chapter 9 Linear Momentum."— Presentation transcript: Chapter 9 Linear Momentum Announcements Assignments due Saturday Midterm Exam II: October 17 (chapters 6-9) Formula sheet will be posted Practice problems Practice exam next week Linear Momentum Momentum is...
3,889
15,965
{"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.375
4
CC-MAIN-2017-51
latest
en
0.923036
https://doubtnut.com/question-answer/let-r-a-bab-in-z-and-a-b-is-divisible-by-5-show-that-r-is-an-equivalence-relation-on-z-19759
1,586,291,382,000,000,000
text/html
crawl-data/CC-MAIN-2020-16/segments/1585371805747.72/warc/CC-MAIN-20200407183818-20200407214318-00441.warc.gz
454,141,608
45,542
or # Let R ={(a, b):a,b in Z and (a-b) is divisible by 5 }. Show that R is an equivalence relation on Z. Question from  Class 12  Chapter Relations And Functions Apne doubts clear karein ab Whatsapp par bhi. Try it now. Watch 1000+ concepts & tricky questions explained! 87.2 K+ views | 294.2 K+ people like this S...
510
1,284
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.5625
4
CC-MAIN-2020-16
latest
en
0.804735
https://www.mbatious.com/topic/1020/quant-boosters-maneesh-set-4/60
1,558,866,215,000,000,000
text/html
crawl-data/CC-MAIN-2019-22/segments/1558232259015.92/warc/CC-MAIN-20190526085156-20190526111156-00149.warc.gz
877,765,717
17,593
Quant Boosters - Maneesh - Set 4 • n[2] = 500-200/2 +1 = 151 n[5] = 61 n[7] = 43 n[10] = 31 n[14] = 21 n[35] = 9 n[70] = 5 151 + 61 + 43 - 31 - 21 - 9 + 5 = 260 - 61 = 199 coprime to 70 --> 301 - 199 = 102 • Q26) Find the number of trailing zeros in 80C16 • 80!/64! * 16! power of 2 = 2^78/2^63*2^15 => 0 Hence 0 tr...
1,092
2,550
{"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-2019-22
latest
en
0.806123
https://mathhelpboards.com/threads/find-the-value-of-a_-1000.4297/
1,642,523,280,000,000,000
text/html
crawl-data/CC-MAIN-2022-05/segments/1642320300934.87/warc/CC-MAIN-20220118152809-20220118182809-00013.warc.gz
433,859,025
16,240
# Find the value of a_{1000}. #### anemone ##### MHB POTW Director Staff member Hi members of the forum, I am unable to determine the value of $$\displaystyle a_{1000}$$ in the problem as stated below because I think I failed to observe another useful pattern of the given sequence. Problem: A sequence $$\displaysty...
1,506
4,228
{"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.78125
4
CC-MAIN-2022-05
latest
en
0.738097
http://en.wikipedia.org/wiki/Q-derivative
1,405,141,579,000,000,000
text/html
crawl-data/CC-MAIN-2014-23/segments/1404776431056.5/warc/CC-MAIN-20140707234031-00096-ip-10-180-212-248.ec2.internal.warc.gz
46,035,250
10,780
# q-derivative In mathematics, in the area of combinatorics, the q-derivative, or Jackson derivative, is a q-analog of the ordinary derivative, introduced by Frank Hilton Jackson. It is the inverse of Jackson's q-integration. ## Definition The q-derivative of a function f(x) is defined as $\left(\frac{d}{dx}\right)...
837
2,345
{"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": 18, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.34375
4
CC-MAIN-2014-23
longest
en
0.815371
http://www.geeksforgeeks.org/detect-negative-cycle-graph-bellman-ford/
1,513,191,677,000,000,000
text/html
crawl-data/CC-MAIN-2017-51/segments/1512948530668.28/warc/CC-MAIN-20171213182224-20171213202224-00414.warc.gz
371,779,796
18,708
# Detect a negative cycle in a Graph | (Bellman Ford) We are given a directed graph. We need compute whether the graph has negative cycle or not. A negative cycle is one in which the overall sum of the cycle comes negative. Image Source : http://algo.epfl.ch Negative weights are found in various applications of grap...
2,967
10,172
{"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-2017-51
latest
en
0.809063
https://nrich.maths.org/public/leg.php?code=-93&cl=3&cldcmpid=766
1,511,389,325,000,000,000
text/html
crawl-data/CC-MAIN-2017-47/segments/1510934806676.57/warc/CC-MAIN-20171122213945-20171122233945-00259.warc.gz
635,123,395
8,222
# Search by Topic #### Resources tagged with Making and proving conjectures similar to Rhombus in Rectangle: Filter by: Content type: Stage: Challenge level: ### There are 35 results Broad Topics > Using, Applying and Reasoning about Mathematics > Making and proving conjectures ### Janine's Conjecture ##### Stage...
1,518
6,692
{"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.28125
4
CC-MAIN-2017-47
latest
en
0.849494
https://www.doubtnut.com/question-answer-physics/the-distance-travelled-by-an-object-along-the-axes-are-given-by-x-2-t2-yt2-4-t-z3-t-5-the-initial-ve-643189638
1,656,621,698,000,000,000
text/html
crawl-data/CC-MAIN-2022-27/segments/1656103877410.46/warc/CC-MAIN-20220630183616-20220630213616-00244.warc.gz
798,981,867
97,755
Home > English > Class 11 > Physics > Chapter > Motion > The distance travelled by an o... Updated On: 27-06-2022 Get Answer to any question, just click a photo and upload the photo and get the answer completely free, Text Solution 10 units12 units5 units2 units Solution : v_(x) =4t,v_(y) = 2t = 4, v_(...
467
1,678
{"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-2022-27
longest
en
0.911378
https://quizizz.com/admin/quiz/5da90792d5ef4a001a661c52/adding-and-subtracting-integers
1,580,004,761,000,000,000
text/html
crawl-data/CC-MAIN-2020-05/segments/1579251684146.65/warc/CC-MAIN-20200126013015-20200126043015-00270.warc.gz
616,952,045
8,884
4 minutes ago mrsbariana Save Edit Host a game Live GameLive Homework Solo Practice Practice • Question 1 120 seconds Q. Use the number line to find the sum. 3 + (-12) = -9 9 -15 15 • Question 2 120 seconds Q. Use the number line to find the sum. -4 + (-5) = -9 9 -1 1 • Question 3 120 seconds Q. When you add opposites,...
809
2,274
{"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-2020-05
latest
en
0.767984
http://mathhelpforum.com/algebra/222323-issues-algebra-problem-print.html
1,526,895,762,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794863972.16/warc/CC-MAIN-20180521082806-20180521102806-00163.warc.gz
178,440,883
3,499
# issues with the algebra in a problem • Sep 26th 2013, 09:35 PM Jonroberts74 issues with the algebra in a problem I have figured out how to solve this problem but I'm not getting the correct answer. A 1000 L tank loses water so that, after t days, the remaining volume is v(t) = 1000[1-(t/10)]^2 for 0<t<10. How rap...
1,322
3,661
{"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.21875
4
CC-MAIN-2018-22
latest
en
0.846881
http://slideplayer.com/slide/4306721/
1,524,737,398,000,000,000
text/html
crawl-data/CC-MAIN-2018-17/segments/1524125948125.20/warc/CC-MAIN-20180426090041-20180426110041-00567.warc.gz
294,256,743
24,533
# Slope-Intercept Form 4-6 Warm Up Lesson Presentation Lesson Quiz ## Presentation on theme: "Slope-Intercept Form 4-6 Warm Up Lesson Presentation Lesson Quiz"— Presentation transcript: Slope-Intercept Form 4-6 Warm Up Lesson Presentation Lesson Quiz Holt Algebra 1 Holt McDougal Algebra 1 Warm Up Find each y-interce...
1,884
6,500
{"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.84375
5
CC-MAIN-2018-17
latest
en
0.863104
https://datacarpentry.org/semester-biology/assignments/python-8/
1,723,750,070,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722641311225.98/warc/CC-MAIN-20240815173031-20240815203031-00157.warc.gz
144,060,199
9,188
### Exercises 1. #### Species Area Relationship 1 The species-area relationship characterizes the relationship between the the number of species observed at a site and the area being sampled. This relationship is used widely in ecology and conservation biology for tasks such as estimating the location of biodiversity...
1,682
7,245
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.578125
4
CC-MAIN-2024-33
latest
en
0.888912
https://elegant-question.com/what-is-the-answer-when-you-divide/
1,695,746,027,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233510214.81/warc/CC-MAIN-20230926143354-20230926173354-00091.warc.gz
264,913,163
13,827
# What is the answer when you divide? ## What is the answer when you divide? In multiplication the numbers you multiply are called factors; the answer is called the product. In division the number being divided is the dividend, the number that divides it is the divisor, and the answer is the quotient. What is the an...
377
1,856
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.25
4
CC-MAIN-2023-40
longest
en
0.944829
https://www.pokertracker.com/forums/viewtopic.php?f=45&t=24096&sid=3ebbef36e6f6ee8d532591ad90d83d7e
1,624,495,294,000,000,000
text/html
crawl-data/CC-MAIN-2021-25/segments/1623488544264.91/warc/CC-MAIN-20210623225535-20210624015535-00024.warc.gz
836,747,078
13,153
## How To: Create a Custom Statistic (Walkthrough with images) Moderator: Moderators ### How To: Create a Custom Statistic (Walkthrough with images) How To: Create a Custom Statistic (Walkthrough with images) Introduction This post is an extended version of the Statistic creation - Walkthrough post in the Tutorial...
4,222
18,832
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.5625
4
CC-MAIN-2021-25
latest
en
0.93487
http://glossary.computing.society.informs.org/index.php?page=nature.html
1,398,054,729,000,000,000
text/html
crawl-data/CC-MAIN-2014-15/segments/1397609539493.17/warc/CC-MAIN-20140416005219-00349-ip-10-147-4-33.ec2.internal.warc.gz
102,173,097
5,443
Nature of Mathematical Programming The Nature of Mathematical Programming George B. Dantzig Father of Mathematical Programming Maximize f(x): x in X, g(x) <= 0, h(x) = 0, where X is a subset of Rn and is in the domain of the functions, f, g and h, which map into real spaces. The relations, x in X, g(x) <= 0 and h(x)...
618
2,826
{"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.765625
4
CC-MAIN-2014-15
latest
en
0.919572
https://roman-numerals.info/CMXVII
1,716,975,524,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971059221.97/warc/CC-MAIN-20240529072748-20240529102748-00284.warc.gz
428,062,383
3,899
Roman Numerals # Roman Numerals: CMXVII = 917 ## Convert Roman Numerals Arabic numerals: Roman numerals: Arabicnumerals 0 1 M C X I 2 MM CC XX II 3 MMM CCC XXX III 4 CD XL IV 5 D L V 6 DC LX VI 7 DCC LXX VII 8 DCCC LXXX VIII 9 CM XC IX The converter lets you go from arabic to roman numerals and vice versa. Simply ...
586
1,869
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.5
4
CC-MAIN-2024-22
latest
en
0.784493
http://www.britannica.com/science/Snells-law
1,464,454,684,000,000,000
text/html
crawl-data/CC-MAIN-2016-22/segments/1464049278042.30/warc/CC-MAIN-20160524002118-00062-ip-10-185-217-139.ec2.internal.warc.gz
287,521,164
13,336
# Snell’s law Physics Snell’s law, in optics, a relationship between the path taken by a ray of light in crossing the boundary or surface of separation between two contacting substances and the refractive index of each. This law was discovered in 1621 by the Dutch astronomer and mathematician Willebrord Snell (also c...
940
3,960
{"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-2016-22
latest
en
0.946934
https://www.thestudentroom.co.uk/showthread.php?t=5029306
1,532,037,450,000,000,000
text/html
crawl-data/CC-MAIN-2018-30/segments/1531676591296.46/warc/CC-MAIN-20180719203515-20180719223515-00345.warc.gz
1,004,999,672
41,144
You are Here: Home >< A-levels # How would you round this number to five significant figures.... watch 1. 0.9989989983 Thank you 2. 0.99890 3. (Original post by emx_eco) 0.9989989983 Thank you 1.0000 4. (Original post by emx_eco) 0.9989989983 Thank you so we look at the 6th digit and see what happens which happens...
591
2,123
{"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-2018-30
latest
en
0.922956
https://www.kopykitab.com/blog/rs-aggarwal-solutions-class-7-maths-chapter-21-exercise-21-1/
1,642,849,066,000,000,000
text/html
crawl-data/CC-MAIN-2022-05/segments/1642320303845.33/warc/CC-MAIN-20220122103819-20220122133819-00160.warc.gz
889,179,866
26,784
# RS Aggarwal Solutions Class 7 Maths Chapter 21 Ex 21.1 (Updated For 2021-22) RS Aggarwal Solutions Class 7 Maths Chapter 21 Ex 21.1: Be it your Class 7 Maths exam preparation or the class assignments, RS Aggrwal Solutions Class 7 Maths has got your back. Subject matter experts have designed well-explained solutions ...
516
2,158
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.65625
5
CC-MAIN-2022-05
latest
en
0.875883
http://www.slideshare.net/fatine1232002/form-3-and-form-4
1,419,754,093,000,000,000
text/html
crawl-data/CC-MAIN-2014-52/segments/1419447556220.137/warc/CC-MAIN-20141224185916-00050-ip-10-231-17-201.ec2.internal.warc.gz
381,937,983
32,138
Upcoming SlideShare × # Form 3 and Form 4 • 715 views • Comment goes here. Are you sure you want to Be the first to comment Be the first to like this Total Views 715 On Slideshare 0 From Embeds 0 Number of Embeds 1 Shares 5 0 Likes 0 No embeds ### Report content No notes for slide ### Transcript • 1. TING. 3 ...
1,133
4,364
{"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-2014-52
latest
en
0.875084
http://mathhelpforum.com/calculus/96280-conical-glass.html
1,480,972,532,000,000,000
text/html
crawl-data/CC-MAIN-2016-50/segments/1480698541839.36/warc/CC-MAIN-20161202170901-00275-ip-10-31-129-80.ec2.internal.warc.gz
182,841,114
10,882
1. ## conical glass A conical glass of depth h and generating angle A, there is carefully dropped spherical iron ball of such size as to cause the greatest overflow. Show that the radius of the sphere is equal to (h sin A)/(sin A + cos 2A). 2. Originally Posted by pacman A conical glass of depth h and generating angl...
447
1,543
{"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": 17, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.96875
4
CC-MAIN-2016-50
longest
en
0.911716
https://www.scribd.com/document/253223968/03-3D-Tunnel-Connection
1,569,022,434,000,000,000
text/html
crawl-data/CC-MAIN-2019-39/segments/1568514574084.88/warc/CC-MAIN-20190920221241-20190921003241-00434.warc.gz
1,019,214,328
75,396
You are on page 1of 38 # Basic Tutorials Chapter 3 3D Tunnel Connection Workflow : Geometry > Point & Curve > Rectangle 10 11 11 12 12 13 13 18 18 19 20 21 21 ## : Mesh > Generate > 1D 22 Basic Tutorials Chapter 3 3D Tunnel Connection : Mesh > Transform > Trans. 22 25 26 27 27 27 28 30 30 ...
8,779
35,805
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.578125
4
CC-MAIN-2019-39
latest
en
0.83776
http://stilleducation.com/distributive-property-calculator/
1,669,684,347,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446710684.84/warc/CC-MAIN-20221128235805-20221129025805-00147.warc.gz
53,842,588
15,893
# Distributive Property Calculator: Formula, steps, examples and more A distributive property calculator is a different type of calculator that displays the solutions to some mathematical problem. This type of calculator calculates problems using the distributive property. The distributive property is a multiplication...
2,113
8,773
{"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-2022-49
latest
en
0.885857
http://media.vorarlberg.com/fridge-shelves-kgucgv/page.php?tag=the-diagonals-of-a-parallelogram-bisect-each-other
1,709,364,179,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707947475757.50/warc/CC-MAIN-20240302052634-20240302082634-00675.warc.gz
26,449,960
7,214
To prove that diagonals of a parallelogram bisect each other Xavier first wants from HISTORY 208 at Arizona State University Werner. It has rotational symmetry of order 2. The sum of the squares of the sides equals the sum of the squares of the diagonals. AC and BD diagonals & O is the Answer: 2 question How could you ...
3,329
13,888
{"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.625
4
CC-MAIN-2024-10
latest
en
0.88315
https://www.esaral.com/q/solve-this-84592
1,723,191,725,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640762343.50/warc/CC-MAIN-20240809075530-20240809105530-00694.warc.gz
623,571,628
11,745
# Solve this Question: If $x=\frac{\sin ^{3} t}{\sqrt{\cos 2 t}}, y=\frac{\cos ^{3} t}{\sqrt{\cos t 2 t}}$, find $\frac{d y}{d x}$ Solution: We have, $x=\frac{\sin ^{3} t}{\sqrt{\cos 2 t}}$ and $y=\frac{\cos ^{3} t}{\sqrt{\cos 2 t}}$ $\Rightarrow \frac{d x}{d t}=\frac{d}{d t}\left[\frac{\sin ^{3} t}{\sqrt{\cos 2 t...
1,318
2,845
{"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.46875
4
CC-MAIN-2024-33
latest
en
0.184249
https://sciencing.com/calculate-weight-density-7768954.html
1,726,843,216,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700652278.82/warc/CC-MAIN-20240920122604-20240920152604-00335.warc.gz
444,951,779
87,804
# How to Calculate Weight With Density ••• apple on scale (focus on scale) image by Pontus Edenberg from Fotolia.com Print If your friend gave you one cup of solid ice, and another gave you one cup of liquid water, which one is heavier? Our instinct is sometimes to think that solids are heavier, but in fact liquid w...
815
3,383
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.46875
4
CC-MAIN-2024-38
latest
en
0.939369
http://mathhelpforum.com/trigonometry/22751-solving-trig-equations.html
1,475,256,984,000,000,000
text/html
crawl-data/CC-MAIN-2016-40/segments/1474738662321.82/warc/CC-MAIN-20160924173742-00269-ip-10-143-35-109.ec2.internal.warc.gz
172,174,559
10,194
1. ## solving trig equations Solve each equation. 0 < x < 2pi 1. 3sinx = cosx 2. sin2x = sinx Find the points of intersection of each pair of curves in the given interval. y=sin2x, y=sinx 0 < x < 2pi 2. Hello, checkmarks! Solve each equation. . $0 \leq x \leq 2\pi$ $1)\;\;3\sin x \:= \:\cos x$ Divide both sides b...
514
1,244
{"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": 11, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.5625
5
CC-MAIN-2016-40
longest
en
0.334937
https://mocktestpro.in/mcq/data-structure-mcq-bubble-sort/
1,674,936,587,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764499654.54/warc/CC-MAIN-20230128184907-20230128214907-00014.warc.gz
420,287,076
16,157
Engineering Questions with Answers - Multiple Choice Questions # Data Structure MCQ – Bubble Sort 1 - Question What is an external sorting algorithm? a) Algorithm that uses tape or disk during the sort b) Algorithm that uses main memory during the sort c) Algorithm that involves swapping d) Algorithm that are consid...
1,311
4,598
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.71875
4
CC-MAIN-2023-06
latest
en
0.718762
https://www.brightstorm.com/math/algebra/word-problems-using-systems-of-equations/mixture-problems-problem-2/
1,686,344,516,000,000,000
text/html
crawl-data/CC-MAIN-2023-23/segments/1685224656833.99/warc/CC-MAIN-20230609201549-20230609231549-00747.warc.gz
761,768,131
24,222
###### Alissa Fong MA, Stanford University Teaching in the San Francisco Bay Area Alissa is currently a teacher in the San Francisco Bay Area and Brightstorm users love her clear, concise explanations of tough concepts #### Next video playing in 10 Rate Word Problems - Concept # Mixture Problems - Problem 2 Aliss...
1,154
4,953
{"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-2023-23
latest
en
0.94465
http://www.aplicaciones.info/calculo/calcu04in.htm
1,548,056,924,000,000,000
text/html
crawl-data/CC-MAIN-2019-04/segments/1547583763839.28/warc/CC-MAIN-20190121070334-20190121092334-00024.warc.gz
259,354,107
6,022
3 + 10 Tables of addition - - - - - - - - - - Tables of subtraction - - - - - - - - - - Simple operations Combined operations Problems Aritmetic tables Instructions: Press one of the buttons on the right column The correct number is put in red . In the combined operations, you must do the first operation with the...
766
2,394
{"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-2019-04
latest
en
0.949467
https://nrich.maths.org/public/leg.php?code=68&cl=3&cldcmpid=5966
1,566,670,633,000,000,000
text/html
crawl-data/CC-MAIN-2019-35/segments/1566027321351.87/warc/CC-MAIN-20190824172818-20190824194818-00259.warc.gz
568,822,118
6,940
# Search by Topic #### Resources tagged with Gradients similar to Almost Total Inequality: Filter by: Content type: Age range: Challenge level: ### Lap Times ##### Age 14 to 16 Challenge Level: Can you find the lap times of the two cyclists travelling at constant speeds? ##### Age 14 to 16 Challenge Level: Kyle ...
1,032
4,611
{"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.65625
4
CC-MAIN-2019-35
latest
en
0.920088
https://stats.stackexchange.com/questions/257489/what-is-the-variance-of-a-regression-coefficient
1,726,148,466,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700651457.35/warc/CC-MAIN-20240912110742-20240912140742-00313.warc.gz
500,519,982
41,741
# What is the variance of a regression coefficient? I'm having difficulty understanding conceptually and mathematically what is the variance of a regression coefficient. I have an autoregressive model of the type: $$y_t=\beta_1x_1+\beta_2x_2+\beta y_{t-1}+\beta_0$$ My goal is to calculate the Durbin h-statistic for th...
1,145
3,876
{"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": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.640625
4
CC-MAIN-2024-38
latest
en
0.827357
https://oeis.org/A225734/internal
1,638,592,034,000,000,000
text/html
crawl-data/CC-MAIN-2021-49/segments/1637964362930.53/warc/CC-MAIN-20211204033320-20211204063320-00593.warc.gz
474,004,525
3,285
The OEIS Foundation is supported by donations from users of the OEIS and by a grant from the Simons Foundation. Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 56th year, we are closing in on 350,000 sequences, and we’ve cross...
590
1,611
{"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-49
latest
en
0.767964
http://mathhelpforum.com/calculus/120605-implicite-differentiation.html
1,527,454,313,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794870082.90/warc/CC-MAIN-20180527190420-20180527210420-00530.warc.gz
187,914,364
11,131
# Thread: Implicite Differentiation 1. ## Implicite Differentiation 6. a) The equation of a curve is defined implicitly is x^3y^2 = -3xy. Verify that the point (-1,-3) belongs to the curve. Find an equation of the tangent line to the curve at this point. My work: Step 1. Verify point. I did and got -9 = -9. Step 2...
1,585
4,803
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.25
4
CC-MAIN-2018-22
latest
en
0.943347
https://chestofbooks.com/crafts/machinery/Shop-Practice-V2/Translation-Cams.html
1,532,264,152,000,000,000
text/html
crawl-data/CC-MAIN-2018-30/segments/1531676593223.90/warc/CC-MAIN-20180722120017-20180722140017-00388.warc.gz
613,261,253
6,691
Rotating plate cams, like those thus far considered, are most commonly met with in practice. A straight-line, reciprocating motion of a plate, however, may be made to produce similar follower movements, in which case the cam is known as a translation cam. A straight-line movement is equivalent to movement along an arc ...
1,079
4,849
{"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-2018-30
longest
en
0.943386
https://www.physicsforums.com/threads/quick-force-on-the-fulcrum-of-a-lever.167260/
1,531,772,315,000,000,000
text/html
crawl-data/CC-MAIN-2018-30/segments/1531676589455.35/warc/CC-MAIN-20180716193516-20180716213516-00080.warc.gz
949,557,988
13,915
# Homework Help: Quick! force on the fulcrum of a lever? 1. Apr 24, 2007 ### linuxux 1. The problem statement, all variables and given/known data I have a lever problem, i wish to find the force on the fulcrum; how do i determine this force? Fin = 80 N Fout= 21.5 N (yes, usually a lever is supposed to increase yo...
452
1,581
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.5625
4
CC-MAIN-2018-30
latest
en
0.936874
https://www.hackmath.net/en/example/2020
1,529,782,724,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267865181.83/warc/CC-MAIN-20180623190945-20180623210945-00439.warc.gz
816,812,859
6,693
# Bus 2 On the 6-th stop 44 passengers take off from bus. Overall, the 6-th stop 13 passengers were added. How many passengers take on 6-th stop? Result n =  57 #### Solution: Leave us a comment of example and its solution (i.e. if it is still somewhat unclear...): Be the first to comment! ## Next similar exampl...
464
1,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...
3.5625
4
CC-MAIN-2018-26
longest
en
0.968285
https://www.esaral.com/q/solve-this-66573
1,718,586,143,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861674.39/warc/CC-MAIN-20240616233956-20240617023956-00573.warc.gz
675,101,963
11,647
# Solve this Question: A $25 \times 10^{-3} \mathrm{~m}^{3}$ volume cylinder is filled with $1 \mathrm{~mol}$ of $\mathrm{O}_{2}$ gas at room temperature $(300 \mathrm{~K})$. The molecular diameter of $\mathrm{O}_{2}$, and its root mean square speed, are found to be $0.3 \mathrm{~nm}$ and $200 \mathrm{~m} / \mathrm{s...
418
1,084
{"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.65625
4
CC-MAIN-2024-26
latest
en
0.408642
https://www.bo-song.com/leetcode-maximal-square/
1,719,063,841,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198862396.85/warc/CC-MAIN-20240622112740-20240622142740-00694.warc.gz
572,739,381
15,859
# [leetcode] Maximal Square ### Maximal Square Given a 2D binary matrix filled with 0’s and 1’s, find the largest square containing all 1’s and return its area. For example, given the following matrix: ```1 0 1 0 0 1 0 1 1 1 1 1 1 1 1 1 0 0 1 0 ``` Return 4. Credits: Special thanks to @Freezen for adding this pro...
535
1,453
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.578125
4
CC-MAIN-2024-26
latest
en
0.453142
https://www.doubtnut.com/question-answer/prove-that-cos-180-sin-180-sqrt2-sin-270-645258434
1,638,438,030,000,000,000
text/html
crawl-data/CC-MAIN-2021-49/segments/1637964361253.38/warc/CC-MAIN-20211202084644-20211202114644-00283.warc.gz
803,585,337
79,355
# Prove that: cos 18^0 - sin 18^0 = sqrt(2) sin 27^0 Step by step solution by experts to help you in doubt clearance & scoring excellent marks in exams. Updated On: 1-7-2021 Apne doubts clear karein ab Whatsapp par bhi. Try it now. Watch 1000+ concepts & tricky questions explained! 900+ 48 Transcript TimeTransc...
468
1,612
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.71875
4
CC-MAIN-2021-49
latest
en
0.913586
https://www.physicsforums.com/threads/2nd-order-deq-weird-solution-method.160440/
1,527,485,361,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794871918.99/warc/CC-MAIN-20180528044215-20180528064215-00000.warc.gz
808,482,626
15,927
# Homework Help: 2nd order DEQ: weird solution method 1. Mar 12, 2007 ### fusi0n 1. The problem statement, all variables and given/known data Suppose that u(t) is a solution to y'' + p(t)y' + q(t)y = 0 Suppose a second solution has the form y(t) = m(t)u(t) where m(t) is an unknown function of t. Derive a first ...
723
2,554
{"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-22
longest
en
0.937839
https://byjusexamprep.com/how-many-times-does-9-occur-between-1-to-100-i
1,670,311,978,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446711074.68/warc/CC-MAIN-20221206060908-20221206090908-00812.warc.gz
186,749,496
58,872
# How many times does 9 occur between 1 to 100? By Ritesh|Updated : November 13th, 2022 There is a total of 20 nines between 1-100. I'll demonstrate how. • 1 - 9 • 2- 19 • 3 - 29 • 4 -39 • 5 -49 • 6 -59 • 7 - 69 • 8 - 79 • 9 - 89 • 10 - 90 • 11 - 91 • 12 - 92 • 13 - 93 • 14 - 94 • 15 - 95 • 16 - 96 • 17 - 97 • 18 - ...
551
1,776
{"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-2022-49
latest
en
0.953321
http://en.wikipedia.org/wiki/Direct_product_(Matrix)
1,394,275,436,000,000,000
text/html
crawl-data/CC-MAIN-2014-10/segments/1393999654315/warc/CC-MAIN-20140305060734-00057-ip-10-183-142-35.ec2.internal.warc.gz
62,166,582
36,582
# Matrix multiplication (Redirected from Direct product (Matrix)) In mathematics, matrix multiplication is a binary operation that takes a pair of matrices, and produces another matrix. Numbers such as the real or complex numbers can be multiplied according to elementary arithmetic. On the other hand, matrices are ar...
13,126
41,924
{"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": 71, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.25
4
CC-MAIN-2014-10
latest
en
0.917577
http://www.beesource.com/forums/printthread.php?t=221995&pp=20&page=1
1,386,649,822,000,000,000
text/html
crawl-data/CC-MAIN-2013-48/segments/1386164007955/warc/CC-MAIN-20131204133327-00011-ip-10-33-133-15.ec2.internal.warc.gz
244,404,789
4,065
# Golden Rule/Ratio..and the beehive • 08-27-2008, 05:03 PM MrGreenThumb Golden Rule/Ratio..and the beehive You guys that are good in math, not me, how would you apply the Golden Rule/Ratio to a beehive? Just make all the sides the same??? thx • 08-27-2008, 08:01 PM Budster Not sure what you want to do. Are you build...
1,429
5,158
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.5
4
CC-MAIN-2013-48
longest
en
0.910007
mcmfj.net
1,721,859,239,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763518454.54/warc/CC-MAIN-20240724202030-20240724232030-00533.warc.gz
330,152,624
6,710
# Mastering Measurement Conversions: Unveiling the Secret of 2/3 Cup in Half! Article content: Measurement conversions play a crucial role in the culinary world, allowing chefs and home cooks alike to accurately follow recipes and create delicious dishes. Whether you're working with cups, tablespoons, or ounces, havi...
1,948
9,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.90625
4
CC-MAIN-2024-30
latest
en
0.928168
https://famlearn.co.uk/year-1/year-1-unit-6b-recall-and-use-numbers-bonds-to-20/
1,723,388,422,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722641002566.67/warc/CC-MAIN-20240811141716-20240811171716-00414.warc.gz
192,320,793
33,773
Select Page # Year 1 ### We can recall and use numbers bonds to 20 #### What we are learning: • We are learning to recall the number bonds to 20 • Being able to memorise and recall our number bonds to 10 i.e. that 3+7=10, 7 + 3 = 10, 10-7=3, 10-3=7 etc will help with harder calculations in the future. • Once childr...
402
1,492
{"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-2024-33
latest
en
0.918514
https://docslib.org/doc/656241/the-equation-of-radiative-transfer-how-does-the-intensity-of-radiation-change-in-the-presence-of-emission-and-or-absorption
1,717,083,850,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971668873.95/warc/CC-MAIN-20240530145337-20240530175337-00741.warc.gz
182,607,277
5,342
The equation of radiative transfer How does the of radiation change in the presence of emission and / or absorption? Definition of solid and Sphere r - of a patch dS on the is: dS = rdq ¥ rsinqdf ≡ r2dW q dS dW is the subtended by the area dS at the center of the † . Unit of solid angle is the steradian. 4p cover who...
1,055
3,696
{"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.765625
4
CC-MAIN-2024-22
latest
en
0.905577
http://slideplayer.com/slide/4317294/
1,519,476,752,000,000,000
text/html
crawl-data/CC-MAIN-2018-09/segments/1518891815560.92/warc/CC-MAIN-20180224112708-20180224132708-00544.warc.gz
326,494,430
20,198
# Prime and Composite Numbers ## Presentation on theme: "Prime and Composite Numbers"— Presentation transcript: Prime and Composite Numbers GLE Identify prime and composite numbers. Main Goal for Today: Standard Addressed: GLE Identify prime and composite numbers. But…. What are Prime and Composite Numbers? Identif...
536
2,406
{"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-2018-09
latest
en
0.898561
http://slideplayer.com/slide/5833248/
1,618,423,959,000,000,000
text/html
crawl-data/CC-MAIN-2021-17/segments/1618038077843.17/warc/CC-MAIN-20210414155517-20210414185517-00437.warc.gz
88,753,219
20,299
# Chapter 4 Measurement. ## Presentation on theme: "Chapter 4 Measurement."— Presentation transcript: Chapter 4 Measurement Monday Accuracy, precision, dimensional analysis Foldable on Metric System TEK to be covered 2 (F)  collect and organize qualitative and quantitative data and make measurements with accuracy a...
821
3,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.765625
4
CC-MAIN-2021-17
latest
en
0.889564
http://mathhelpforum.com/pre-calculus/97158-solved-complex-numbers.html
1,480,995,287,000,000,000
text/html
crawl-data/CC-MAIN-2016-50/segments/1480698541876.62/warc/CC-MAIN-20161202170901-00343-ip-10-31-129-80.ec2.internal.warc.gz
156,966,125
12,339
1. ## [SOLVED] Complex Numbers Hi everybody, Question, Find the argument of z for each of the following in the interval [0,2pie]. (Give exact answers where possible) z=3+2i please show the working out aswell. Thanks everyone. 2. $\arg \left( {3 + 2i} \right) = \arctan \left( {\frac{2} {3}} \right)$ 3. ## umm.. ...
969
3,101
{"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": 30, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.65625
4
CC-MAIN-2016-50
longest
en
0.877936
https://www.edplace.com/worksheet_info/maths/keystage1/year2/topic/966/3845/what-time-is-it-3
1,579,622,096,000,000,000
text/html
crawl-data/CC-MAIN-2020-05/segments/1579250604397.40/warc/CC-MAIN-20200121132900-20200121161900-00522.warc.gz
874,486,689
26,276
What Time is It? (3) In this worksheet, students must select the clock face that matches the given time. Key stage:  KS 1 Curriculum topic:   Measurement Curriculum subtopic:   Tell/Write the Time Difficulty level: QUESTION 1 of 10 Here is a clock. The long blue hand is pointing to the 6, which is half way roun...
1,433
4,824
{"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-2020-05
longest
en
0.922872
http://mathhelpforum.com/advanced-statistics/120984-convergence-distribution-print.html
1,527,438,901,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794869272.81/warc/CC-MAIN-20180527151021-20180527171021-00488.warc.gz
183,271,099
4,636
# Convergence in Distribution Show 40 post(s) from this thread on one page Page 1 of 2 12 Last • Dec 17th 2009, 01:40 PM chabmgph Convergence in Distribution I am wondering if someone can give me some help on this problem. Let $\displaystyle X_1, X_2,$ ... be i.i.d. and$\displaystyle X_{(n)} = max_{1 \le i \le n}X_i$...
1,778
4,927
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.984375
4
CC-MAIN-2018-22
latest
en
0.768963
https://www.atozexams.com/mcq/maths/635.html
1,719,024,867,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198862249.29/warc/CC-MAIN-20240622014659-20240622044659-00190.warc.gz
594,908,098
10,584
# The orthocenter of the triangle formed by any three tangents to the parabola y2 = 4ax lies on the 1.  Axis 2.  Direcrix 3.  Parabola 4.  latus rectum 4 Direcrix Explanation : No Explanation available for this question # The circumcircle of the triangle formed by any three tangents to a parabola passes through...
726
2,169
{"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-26
latest
en
0.761232
https://www.greenfield.walsall.sch.uk/friday-2021/
1,702,225,843,000,000,000
text/html
crawl-data/CC-MAIN-2023-50/segments/1700679102612.80/warc/CC-MAIN-20231210155147-20231210185147-00181.warc.gz
853,729,622
31,107
Scroll to content # Friday ## Maths Green, Yellow, Orange & Red group: Place value of digits in a 2 digit number. You will be looking at the underlines digit on your work sheet and say the value of that digit. The example one is like this: 13 so you have to say what the value of the underlined digit is in words and ...
562
2,240
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.25
4
CC-MAIN-2023-50
latest
en
0.943876
http://www.ck12.org/arithmetic/Products-of-Two-Fractions/lesson/Products-of-Two-Fractions-MSM6/
1,475,036,973,000,000,000
text/html
crawl-data/CC-MAIN-2016-40/segments/1474738661296.34/warc/CC-MAIN-20160924173741-00084-ip-10-143-35-109.ec2.internal.warc.gz
386,503,977
44,344
<img src="https://d5nxst8fruw4z.cloudfront.net/atrk.gif?account=iA1Pi1a8Dy00ym" style="display:none" height="1" width="1" alt="" /> # Products of Two Fractions ## Multiply a fraction by a fraction Estimated18 minsto complete % Progress Practice Products of Two Fractions Progress Estimated18 minsto complete % Product...
2,850
8,559
{"found_math": true, "script_math_tex": 57, "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...
5
5
CC-MAIN-2016-40
longest
en
0.803113
https://www.jiskha.com/display.cgi?id=1512447407
1,513,586,615,000,000,000
text/html
crawl-data/CC-MAIN-2017-51/segments/1512948612570.86/warc/CC-MAIN-20171218083356-20171218105356-00768.warc.gz
759,963,023
4,085
# Algebra posted by . I need help with this question: write an equation g(x) for when the parent function f(x) = |x| is translated one unit to the left and two units up, opening downwards, and vertically stretched by a scale factor of 5. Thank you!!! • Algebra - original is a V with vertex at origin translate left...
750
2,636
{"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-2017-51
longest
en
0.903865
http://mathforum.org/kb/message.jspa?messageID=9374537
1,524,478,553,000,000,000
text/html
crawl-data/CC-MAIN-2018-17/segments/1524125945940.14/warc/CC-MAIN-20180423085920-20180423105920-00400.warc.gz
209,777,129
7,424
Search All of the Math Forum: Views expressed in these public forums are not endorsed by NCTM or The Math Forum. Notice: We are no longer accepting new posts, but the forums will continue to be readable. Topic: A question about straight lines Replies: 103   Last Post: Feb 8, 2014 8:28 AM Messages: [ Previous | Nex...
1,457
4,470
{"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-17
longest
en
0.966854
https://www.physicsforums.com/threads/help-understanding-an-example.673387/
1,508,571,038,000,000,000
text/html
crawl-data/CC-MAIN-2017-43/segments/1508187824618.72/warc/CC-MAIN-20171021062002-20171021082002-00488.warc.gz
992,542,019
15,894
# Help understanding an example 1. Feb 21, 2013 ### Saitama This isn't an homework question. I am trying to understand a solved example in my book. I have attached the solved example. I am stuck at the point when it says that the instantaneous length of the spring is $r_a-r_b-l=r_a'-r_b'-l$. I can't figure out how ...
470
1,509
{"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-2017-43
longest
en
0.892421
http://mathhelpforum.com/calculus/69537-define-domain-intervals-rising-falling.html
1,481,326,034,000,000,000
text/html
crawl-data/CC-MAIN-2016-50/segments/1480698542851.96/warc/CC-MAIN-20161202170902-00316-ip-10-31-129-80.ec2.internal.warc.gz
179,861,892
10,332
# Thread: Define domain and intervals of rising/falling 1. ## Define domain and intervals of rising/falling "Define domain and intervals of rising/falling of the following function f(x): $f(x)=\int_{0}^{x}\log(t^3+1)dt$." Domain of $f(x)$ is where $t>-1$: $(-1, \infty)$ What about function falling/rising (assuming ...
405
1,256
{"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": 17, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.78125
4
CC-MAIN-2016-50
longest
en
0.87829
https://becalculator.com/13-1-cm-to-inch-converter.html
1,721,450,669,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763514981.25/warc/CC-MAIN-20240720021925-20240720051925-00573.warc.gz
110,721,433
16,215
# 13.1 cm to inch converter ## FAQs on 13.1 cm to inch ### How many inches in a cm? If you want to convert 13.1 cm into the equivalent of inches, first you need to know how many inches 1 cm is equal to. Here I can tell you directly one centimeter is equal to 0.3937 inches. ### How do you convert 1 cm into inches? ...
671
2,173
{"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.765625
4
CC-MAIN-2024-30
latest
en
0.819624
http://gmatclub.com/forum/in-jefferson-school-300-students-study-french-or-spanish-or-21702.html?fl=similar
1,485,168,958,000,000,000
text/html
crawl-data/CC-MAIN-2017-04/segments/1484560282631.80/warc/CC-MAIN-20170116095122-00105-ip-10-171-10-70.ec2.internal.warc.gz
124,374,216
42,214
In Jefferson School, 300 students study French or Spanish or : DS Archive Check GMAT Club Decision Tracker for the Latest School Decision Releases http://gmatclub.com/AppTrack It is currently 23 Jan 2017, 02:55 ### GMAT Club Daily Prep #### Thank you for using the timer - this advanced tool can estimate your perfor...
528
1,875
{"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.984375
4
CC-MAIN-2017-04
latest
en
0.894723
https://analystprep.com/cfa-level-1-exam/quantitative-methods/using-standard-normal-distribution-to-calculate-probabilities/
1,722,723,232,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640380725.7/warc/CC-MAIN-20240803214957-20240804004957-00663.warc.gz
85,337,997
31,117
# Using the Standard Normal Distribution to Calculate Probabilities Using the standard normal distribution table, we can confirm that a normally distributed random variable $$Z$$, with a mean equal to 0 and variance equal to 1, is less than or equal to $$z$$, i.e., $$P(Z ≤ z)$$. However, the table does this only when...
1,164
4,418
{"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": 2, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.75
5
CC-MAIN-2024-33
latest
en
0.813993
https://www.shaalaa.com/question-bank-solutions/last-year-oranges-were-available-at-rs-24-per-dozen-but-this-year-they-are-available-at-rs-50-per-score-find-the-percentage-change-in-the-price-of-oranges-concept-of-percent-and-percentage_112026
1,620,304,826,000,000,000
text/html
crawl-data/CC-MAIN-2021-21/segments/1620243988753.97/warc/CC-MAIN-20210506114045-20210506144045-00600.warc.gz
1,064,271,611
9,017
# Last Year, Oranges Were Available at Rs. 24 per Dozen; but this Year, They Are Available at Rs. 50 per Score. Find the Percentage Change in the Price of Oranges. - Mathematics Sum Last year, oranges were available at Rs. 24 per dozen; but this year, they are available at Rs. 50 per score. Find the percentage change...
239
745
{"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.15625
4
CC-MAIN-2021-21
latest
en
0.850039
http://mathhelpforum.com/geometry/197-trapezints.html
1,527,498,239,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794872114.89/warc/CC-MAIN-20180528072218-20180528092218-00493.warc.gz
189,839,745
12,944
1. ## Trapezints Trapezints are those special trapezia whose sides have integer lengths. The parallel sides are of unequal length. Let a be the length of the shorter of the parallel sides and b,c,d the lengths of the other sides in clockwise order. We write [a,b,c,d] as the name of the trapezint. For example [1,3,5,4]...
2,992
10,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.0625
4
CC-MAIN-2018-22
latest
en
0.871319
https://spot.pcc.edu/math/supplement111-112/html/supplement111-112-5-1.html
1,716,554,137,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971058719.70/warc/CC-MAIN-20240524121828-20240524151828-00130.warc.gz
459,088,345
8,301
# MTH 111–112 Supplement ## AppendixAAnswers and Solutions to Exercises ### 1MTH 111 Supplement1.1Graph Transformations #### Exercises ##### 1.1.1. $$g(x)=f(-x)\text{.}$$ So, we can reflect the graph of $$y=f(x)$$ across the $$y$$-axis to obtain $$y=g(x)\text{.}$$ ##### 1.1.2. $$h(x)=-f(x)\text{.}$$ So, we can refl...
3,786
8,644
{"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-2024-22
latest
en
0.532876