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://mathvillage.info/node/162
1,540,090,437,000,000,000
text/html
crawl-data/CC-MAIN-2018-43/segments/1539583513548.72/warc/CC-MAIN-20181021010654-20181021032154-00246.warc.gz
232,641,518
7,036
## Types of angles Two line segments that share a common endpoint form an angle. The common point (looks like the "corner") is called the vertex. The figure to the right shows an angle. The angle is called "Angle CAB" and is written \$\angle{CAB}\$ because it is made up of the three points C, A, and B. The angle coul...
501
1,923
{"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-2018-43
longest
en
0.913788
http://math.stackexchange.com/questions/149072/combinations-and-gaussian-function?answertab=active
1,462,431,269,000,000,000
text/html
crawl-data/CC-MAIN-2016-18/segments/1461860125897.68/warc/CC-MAIN-20160428161525-00052-ip-10-239-7-51.ec2.internal.warc.gz
190,009,071
18,269
# Combinations and Gaussian function I notice that the function $\binom{C}{x}$, where $C$ is some constant, resembles a Gaussian function; for example, here is the plot for $\binom{20}{x}$: This corresponds to the Gaussian function $a e^{- { \frac{(x-b)^2 }{ 2 c^2} } }$, where $a$ is $\binom{20}{10}$, $b$ is 10, and ...
651
2,396
{"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.78125
4
CC-MAIN-2016-18
latest
en
0.925904
https://daybreaklessonplans.com/lesson_plan/category/half-day-lesson-plan/
1,586,065,582,000,000,000
text/html
crawl-data/CC-MAIN-2020-16/segments/1585370529375.49/warc/CC-MAIN-20200405053120-20200405083120-00119.warc.gz
417,813,675
11,817
Sort by: Decimal Notation for Fractions with Denominators 4th Grade • Half Day Lesson Plan Decimal Notation for Fractions with Denominators 4th Grade • Half Day Lesson Plan Subject: Math, Measurement and Data, Numbers and Operations Fractions Type: Half Day Lesson Plan CCSS: 4.NF.6 Skills: use decimal notation ...
1,048
4,819
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.734375
4
CC-MAIN-2020-16
latest
en
0.893266
https://metanumbers.com/26181
1,627,822,740,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046154214.36/warc/CC-MAIN-20210801123745-20210801153745-00495.warc.gz
405,371,009
10,864
## 26181 26,181 (twenty-six thousand one hundred eighty-one) is an odd five-digits composite number following 26180 and preceding 26182. In scientific notation, it is written as 2.6181 × 104. The sum of its digits is 18. It has a total of 3 prime factors and 6 positive divisors. There are 17,448 positive integers (up ...
1,441
4,086
{"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-31
latest
en
0.805818
https://codereview.stackexchange.com/questions/100447/prime-number-verifier
1,563,219,627,000,000,000
text/html
crawl-data/CC-MAIN-2019-30/segments/1563195523840.34/warc/CC-MAIN-20190715175205-20190715200231-00079.warc.gz
351,296,681
36,094
# Prime number verifier I solved this prime number verifier problem: import scala.io.StdIn object Main extends App { for (i <- 0 until testCases) { val m: Int = limits(0).toInt val n: Int = limits(1).toInt for (j <- m to n) { var prime = false if (isPrime(j)) println(j) } println() } def isPrime(number: Int) : Boo...
662
2,284
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.609375
4
CC-MAIN-2019-30
latest
en
0.791693
http://www.jiskha.com/display.cgi?id=1173132849
1,462,473,567,000,000,000
text/html
crawl-data/CC-MAIN-2016-18/segments/1461860127878.90/warc/CC-MAIN-20160428161527-00217-ip-10-239-7-51.ec2.internal.warc.gz
604,150,116
3,953
Thursday May 5, 2016 # Homework Help: Calculus II Posted by Becky on Monday, March 5, 2007 at 5:14pm. What is sin(i) -- (sin of the imaginary number, i) What is cos(i)-- cosine of the imaginary number, i orrr tan(1+i) You can derive these things from the equation: Exp(i x) = cos(x) + i sin(x) ---> sin(x) = [Exp(i...
261
663
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.953125
4
CC-MAIN-2016-18
longest
en
0.649878
https://goprep.co/a-battery-of-emf-12v-and-internal-resistance-2-is-connected-i-1nlaw1
1,582,005,750,000,000,000
text/html
crawl-data/CC-MAIN-2020-10/segments/1581875143635.54/warc/CC-MAIN-20200218055414-20200218085414-00315.warc.gz
407,448,877
31,699
# A battery of emf 12V and internal resistance 2 Ω is connected to a 4 resistor as shown in the figure.(a) Show that a voltmeter when placed across the cell and across the resistor, in turn, gives the same reading.(b) To record the voltage and the current in the circuit, why is voltmeter placed in parallel and ammeter ...
782
3,288
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.4375
4
CC-MAIN-2020-10
latest
en
0.944735
http://edweb.sdsu.edu/courses/edtec670/Cardboard/Card/N/NumberClub.html
1,386,532,473,000,000,000
text/html
crawl-data/CC-MAIN-2013-48/segments/1386163806278/warc/CC-MAIN-20131204133006-00009-ip-10-33-133-15.ec2.internal.warc.gz
54,371,215
3,677
# Number Club: A Game of Place Value ## by Linda Paulson Linda is a former elementary school teacher and is currently employed by The Lightspan Partnership, Inc. as a content designer. Instructional Objective The learners will use the positional property of our numeration system in order to build the largest (or sma...
1,432
6,662
{"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-2013-48
longest
en
0.949587
https://www.edplace.com/worksheet_info/science/keystage2/year4/topic/503/4188/simple-circuits-2
1,579,620,744,000,000,000
text/html
crawl-data/CC-MAIN-2020-05/segments/1579250604397.40/warc/CC-MAIN-20200121132900-20200121161900-00275.warc.gz
861,215,546
27,084
# Simple Circuits 2 In this worksheet, students will be challenged to look more deeply at electric circuits to see how they operate, whether they work or not, and why. Key stage:  KS 2 Curriculum topic:   Electricity Curriculum subtopic:   Simple Circuits Difficulty level: ### QUESTION 1 of 10 This worksheet wil...
1,481
6,392
{"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-2020-05
longest
en
0.942845
http://bayesianthink.blogspot.com/2014/06/the-chakravala-algorithm-in-r.html
1,508,482,058,000,000,000
text/html
crawl-data/CC-MAIN-2017-43/segments/1508187823839.40/warc/CC-MAIN-20171020063725-20171020083725-00562.warc.gz
39,456,970
26,998
Skip to main content ### The Chakravala Algorithm in R Follow @ProbabilityPuz A class of analysis that has piqued the interest of mathematicians across millennia are Diophantine equations. Diophantine equations are polynomials with multiple variables and seek integer solutions. A special case of Diophantine equatio...
1,655
6,514
{"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": 2, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.375
4
CC-MAIN-2017-43
longest
en
0.880919
https://mr-mathematics.com/product/trigonometry-ebook/
1,544,588,781,000,000,000
text/html
crawl-data/CC-MAIN-2018-51/segments/1544376823712.21/warc/CC-MAIN-20181212022517-20181212044017-00577.warc.gz
690,614,744
13,270
# Trigonometry eBook This trigonometry eBook contains a selection of A4 printable worksheets  for GCSE mathematics .  Solutions are provided to enable quick and easy feedback. ### Topics Included • Pythagoras’ Theorem – Finding the Hypotenuse • Pythagoras’ Theorem – Finding the Shorter Side • Trigonometry - Calculat...
422
1,841
{"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-2018-51
latest
en
0.853464
https://classroom.thenational.academy/lessons/linking-place-value-and-multiplication-c4vpct?activity=worksheet&step=3
1,642,527,523,000,000,000
text/html
crawl-data/CC-MAIN-2022-05/segments/1642320300934.87/warc/CC-MAIN-20220118152809-20220118182809-00514.warc.gz
235,362,703
33,380
# Linking place value and multiplication In this lesson, we will study the importance of place value and place holders when multiplying by 10 and 100. We will practise multiplying by 10 and 100 by drawing place value tables. This quiz includes images that don't have any alt text - please contact your teacher who shou...
743
2,929
{"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-05
latest
en
0.912632
http://www.slideshare.net/mattwhiteside/presentation-for-math-curriculum-night-102209-2331494
1,472,711,943,000,000,000
text/html
crawl-data/CC-MAIN-2016-36/segments/1471982982027.87/warc/CC-MAIN-20160823200942-00037-ip-10-153-172-175.ec2.internal.warc.gz
695,821,229
35,254
Upcoming SlideShare × # Presentation For Math Curriculum Night 10.22.09 462 views Published on Published in: Education, Technology 0 Likes Statistics Notes • Full Name Comment goes here. Are you sure you want to Yes No • Be the first to comment • Be the first to like this Views Total views 462 On SlideShare 0 Fr...
1,005
3,967
{"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-2016-36
latest
en
0.786959
https://metanumbers.com/11074
1,721,472,597,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763515079.90/warc/CC-MAIN-20240720083242-20240720113242-00370.warc.gz
336,801,160
7,434
# 11074 (number) 11074 is an even five-digits composite number following 11073 and preceding 11075. In scientific notation, it is written as 1.1074 × 104. The sum of its digits is 13. It has a total of 4 prime factors and 12 positive divisors. There are 4,704 positive integers (up to 11074) that are relatively prime t...
1,383
3,917
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.703125
4
CC-MAIN-2024-30
latest
en
0.824479
https://pdl-inc.info/meet/3-point-where-2-lines-meet.php
1,571,182,365,000,000,000
text/html
crawl-data/CC-MAIN-2019-43/segments/1570986660829.5/warc/CC-MAIN-20191015231925-20191016015425-00483.warc.gz
620,417,599
9,617
# 3 point where 2 lines meet ### Intersections of Lines, Segments and Planes (2D & 3D) In Euclidean geometry, the intersection of a line and a line can be the empty set, a point, or a line. Distinguishing these cases and finding the intersection point have use, for example, in computer graphics, motion planning, and ...
1,194
5,380
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.34375
4
CC-MAIN-2019-43
latest
en
0.923332
https://slideplayer.com/slide/4702274/
1,631,988,122,000,000,000
text/html
crawl-data/CC-MAIN-2021-39/segments/1631780056548.77/warc/CC-MAIN-20210918154248-20210918184248-00205.warc.gz
573,809,701
17,650
# Concentrations of Solutions Concentration measures exactly how much solute is in a certain amount of solvent. Concentration measures exactly how much solute. ## Presentation on theme: "Concentrations of Solutions Concentration measures exactly how much solute is in a certain amount of solvent. Concentration measures...
655
2,250
{"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-2021-39
latest
en
0.867352
https://vapedev.ru/laplace-transform-solved-problems-3706.html
1,618,311,533,000,000,000
text/html
crawl-data/CC-MAIN-2021-17/segments/1618038072180.33/warc/CC-MAIN-20210413092418-20210413122418-00447.warc.gz
681,424,108
10,012
Laplace Transform Solved Problems These are going to be invaluable skills for the next couple of sections so don’t forget what we learned there.Before proceeding into differential equations we will need one more formula. Tags: Business Catalyst PlansMamma Mia EssayEconomics Extended Essay TopicsTomosynthesis Femoral ...
1,030
4,703
{"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.3125
4
CC-MAIN-2021-17
longest
en
0.917875
https://www.meritnation.com/ask-answer/question/in-a-family-of-3-children-the-probability-of-having-at-least/probability/7097622
1,618,816,321,000,000,000
text/html
crawl-data/CC-MAIN-2021-17/segments/1618038878326.67/warc/CC-MAIN-20210419045820-20210419075820-00417.warc.gz
920,914,868
10,260
# In a family of 3 children the probability of having at least one boy • -9 i also waht the answer of this question coz in thia total outcomes are 3 and in our paper in this question in mcq question option is not there in which there is 1/3 • -19 i also waht the answer of this question coz in thia total outcomes ar...
325
858
{"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-2021-17
longest
en
0.886095
https://www.shaalaa.com/question-bank-solutions/in-fig-there-are-shown-sectors-two-concentric-circles-radii-7-cm-35-cm-find-area-shaded-region-problems-based-areas-perimeter-or-circumference-circle-sector-segment-circle_5820
1,576,233,403,000,000,000
text/html
crawl-data/CC-MAIN-2019-51/segments/1575540553486.23/warc/CC-MAIN-20191213094833-20191213122833-00514.warc.gz
850,672,482
10,725
Share # In Fig. there are shown sectors of two concentric circles of radii 7 cm and 3.5 cm. Find the area of the shaded region. - CBSE Class 10 - Mathematics ConceptProblems Based on Areas and Perimeter Or Circumference of Circle, Sector and Segment of a Circle #### Question In Fig. there are shown sectors of two c...
449
1,335
{"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.5
4
CC-MAIN-2019-51
latest
en
0.699063
https://nrich.maths.org/public/leg.php?code=31&cl=1&cldcmpid=192
1,438,489,364,000,000,000
text/html
crawl-data/CC-MAIN-2015-32/segments/1438042988962.66/warc/CC-MAIN-20150728002308-00040-ip-10-236-191-2.ec2.internal.warc.gz
884,736,538
10,022
# Search by Topic #### Resources tagged with Addition & subtraction similar to One Big Triangle: Filter by: Content type: Stage: Challenge level: ### One Big Triangle ##### Stage: 1 Challenge Level: Make one big triangle so the numbers that touch on the small triangles add to 10. You could use the interactivity to...
2,165
9,287
{"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-2015-32
longest
en
0.889044
https://math.libretexts.org/TextMaps/Calculus_Textmaps/Map%3A_Calculus_(Guichard)/02._Instantaneous_Rate_of_Change%3A_The_Derivative/2.4%3A_The_Derivative_Function
1,501,166,670,000,000,000
text/html
crawl-data/CC-MAIN-2017-30/segments/1500549428300.23/warc/CC-MAIN-20170727142514-20170727162514-00255.warc.gz
668,689,165
15,562
$$\newcommand{\id}{\mathrm{id}}$$ $$\newcommand{\Span}{\mathrm{span}}$$ $$\newcommand{\kernel}{\mathrm{null}\,}$$ $$\newcommand{\range}{\mathrm{range}\,}$$ $$\newcommand{\RealPart}{\mathrm{Re}}$$ $$\newcommand{\ImaginaryPart}{\mathrm{Im}}$$ $$\newcommand{\Argument}{\mathrm{Arg}}$$ $$\newcommand{\norm}[1]{\| #1 \|}$$ $$...
2,066
7,280
{"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.6875
5
CC-MAIN-2017-30
latest
en
0.82941
https://otis.coe.uky.edu/DDL/portfolio/case_public3.php?ID=199&element=1111&refresh=20210421121724
1,621,048,509,000,000,000
text/html
crawl-data/CC-MAIN-2021-21/segments/1620243991812.46/warc/CC-MAIN-20210515004936-20210515034936-00577.warc.gz
452,407,944
5,719
# Case Title: 2. Rethinking Grading Part 2 Element Title: Complexity vs. Standards (5 of 13) In coming up with grading schemes a lot of people put individual standards (or targets) instead of assignments. This can be a little overwhelming because you can cover dozens of targets and they change every grading period. Fr...
794
3,457
{"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-2021-21
latest
en
0.946399
http://maxspywareremover.com/standard-error/weighted-standard-error-proportion.php
1,516,340,590,000,000,000
text/html
crawl-data/CC-MAIN-2018-05/segments/1516084887746.35/warc/CC-MAIN-20180119045937-20180119065937-00294.warc.gz
220,903,669
6,356
Home > Standard Error > Weighted Standard Error Proportion # Weighted Standard Error Proportion ## Contents GNU Scientific Library - Reference manual, Version 1.15, 2011. Assume the 0.05 level is chosen. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The...
2,109
8,660
{"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...
3.578125
4
CC-MAIN-2018-05
longest
en
0.872721
http://nrich.maths.org/public/leg.php?code=31&cl=1&cldcmpid=6530
1,485,094,863,000,000,000
text/html
crawl-data/CC-MAIN-2017-04/segments/1484560281426.63/warc/CC-MAIN-20170116095121-00042-ip-10-171-10-70.ec2.internal.warc.gz
216,467,840
10,447
Search by Topic Resources tagged with Addition & subtraction similar to Cutting it Out: Filter by: Content type: Stage: Challenge level: Lengthy Journeys Stage: 2 Challenge Level: Investigate the different distances of these car journeys and find out how long they take. A Rod and a Pole Stage: 2 Challenge Level:...
2,152
9,122
{"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-2017-04
longest
en
0.937196
https://toptipbio.com/independent-t-test-assumptions/
1,722,760,790,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640393185.10/warc/CC-MAIN-20240804071743-20240804101743-00592.warc.gz
474,455,874
30,344
Independent (Unpaired) T-Test Assumptions Before performing an independent (unpaired) t-test, there are five assumptions that need to be satisfied. Failure in meeting all of the assumptions can lead to inappropriate interpretations of the data. Below is a list of assumptions which need to be met before performing an ...
492
2,387
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.625
4
CC-MAIN-2024-33
latest
en
0.922939
https://share.cocalc.com/share/684a065f06b944727af504f0f9b888c8dbf8cb34/BHLectures/sage/Kerr_in_Kerr_coord.ipynb?viewer=embed
1,585,542,375,000,000,000
text/html
crawl-data/CC-MAIN-2020-16/segments/1585370496523.5/warc/CC-MAIN-20200330023050-20200330053050-00401.warc.gz
524,398,046
35,311
Kerr spacetime in 3+1 Kerr coordinates This Jupyter/SageMath worksheet is relative to the lectures Geometry and physics of black holes These computations are based on SageManifolds (v0.9) Click here to download the worksheet file (ipynb format). To run it, you must start SageMath with the Jupyter notebook, with the ...
11,325
24,749
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 33, "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, "ma...
3.796875
4
CC-MAIN-2020-16
latest
en
0.441398
https://matheducators.stackexchange.com/questions/11636/mathematical-task-with-various-solutions
1,726,760,482,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700652031.71/warc/CC-MAIN-20240919125821-20240919155821-00123.warc.gz
348,661,252
43,838
Mathematical Task with Various Solutions I need to come up with a mathematical task for middle school (9th grade), which involves either algebra, functions, probability or statistics (anything but geometry actually). My problem is, that the idea behind the task is to allow students to work together and learn from idea...
1,053
4,433
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.9375
4
CC-MAIN-2024-38
latest
en
0.960111
https://www.databasestar.com/median-mean-mode-in-oracle/
1,686,369,202,000,000,000
text/html
crawl-data/CC-MAIN-2023-23/segments/1685224656963.83/warc/CC-MAIN-20230610030340-20230610060340-00422.warc.gz
813,902,628
44,773
# How to Calculate the Mean, Median, and Mode in Oracle Calculating the mean, median, and mode in Oracle SQL is a task often performed by report developers or anyone else working with SQL. Learn how to calculate these three values from a range of data in this article. ## What is the Mean, Median, and Mode, and Standa...
2,288
9,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.859375
4
CC-MAIN-2023-23
longest
en
0.921033
http://slideplayer.com/slide/3563739/
1,521,374,553,000,000,000
text/html
crawl-data/CC-MAIN-2018-13/segments/1521257645613.9/warc/CC-MAIN-20180318110736-20180318130736-00586.warc.gz
280,146,392
20,858
# Physics 101: Lecture 17, Pg 1 Physics 101: Lecture 17 Fluids Exam III. ## Presentation on theme: "Physics 101: Lecture 17, Pg 1 Physics 101: Lecture 17 Fluids Exam III."— Presentation transcript: Physics 101: Lecture 17, Pg 1 Physics 101: Lecture 17 Fluids Exam III Physics 101: Lecture 17, Pg 2 Homework Help A blo...
1,707
4,719
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.75
4
CC-MAIN-2018-13
latest
en
0.737325
https://homework.essaysanddissertationshelp.com/how-many-centimeters-is-5-67-inches/
1,632,769,515,000,000,000
text/html
crawl-data/CC-MAIN-2021-39/segments/1631780058467.95/warc/CC-MAIN-20210927181724-20210927211724-00081.warc.gz
337,833,043
8,948
How many centimeters is 5.67 inches? So 5.67 inches is 14.408 cm The explanation takes a lot longer than the actual calculation. If you are ever not sure what to do with conversion use ratio. Also look at the way the units of measurements are written in the conversion. That gives you a clue about what you need to do...
367
1,155
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.15625
4
CC-MAIN-2021-39
latest
en
0.688681
https://www.thestudentroom.co.uk/showthread.php?t=1155508
1,532,278,674,000,000,000
text/html
crawl-data/CC-MAIN-2018-30/segments/1531676593378.85/warc/CC-MAIN-20180722155052-20180722175052-00511.warc.gz
1,013,175,030
43,824
You are Here: Home >< Maths # S2 problem.. watch 1. I went through the past papers.. came across this question and have no idea how to work it out.. and i dont really follow the mark scheme here it is: A bag contains a large number of coins: 75% are 10p and 25% are 5p A random sample of 3 coins is drawn from the bag...
1,447
5,767
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.125
4
CC-MAIN-2018-30
latest
en
0.92477
https://www.actucation.com/grade-6-maths/linear-equations-in-two-variables
1,627,408,400,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046153474.19/warc/CC-MAIN-20210727170836-20210727200836-00075.warc.gz
631,802,663
26,747
Informative line ### Linear Equations In Two Variables #### What is the value of $$y$$ in the given polynomial equation, if $$x = 3$$ ? $$y = x^3 + 6x+16$$ A $$60$$ B $$61$$ C $$72$$ D $$59$$ × Given : $$y =x^3 + 6x+16$$ $$x=3$$ We will put $$3$$ in place of $$x$$, to find the value of $$y$$. $$y=x^3+6x+16$...
1,439
4,576
{"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.6875
5
CC-MAIN-2021-31
latest
en
0.785458
https://www.slideshare.net/789667/variable-inferential-statistics
1,493,425,739,000,000,000
text/html
crawl-data/CC-MAIN-2017-17/segments/1492917123102.83/warc/CC-MAIN-20170423031203-00020-ip-10-145-167-34.ec2.internal.warc.gz
930,402,215
36,118
Upcoming SlideShare × # Variable inferential statistics 613 views Published on Published in: Education, Technology, Business 1 Like Statistics Notes • Full Name Comment goes here. Are you sure you want to Yes No Your message goes here • Be the first to comment Views Total views 613 On SlideShare 0 From Embeds 0 N...
1,100
4,662
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.953125
4
CC-MAIN-2017-17
latest
en
0.802585
https://www.jiskha.com/questions/535086/a-rain-gutter-is-made-by-bending-up-the-edges-of-a-piece-of-metal-of-width-36-in-if-the
1,611,263,516,000,000,000
text/html
crawl-data/CC-MAIN-2021-04/segments/1610703527850.55/warc/CC-MAIN-20210121194330-20210121224330-00747.warc.gz
842,113,475
4,614
# Algebra 2 A rain gutter is made by bending up the edges of a piece of metal of width 36 in. If the length of the piece of metal is 24 in., find the height that maximizes the volume. I need all of the steps to get to the answer. 1. 👍 2. 👎 3. 👁 ## Similar Questions 1. ### calculus A long rectangular sheet of m...
780
3,156
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.8125
4
CC-MAIN-2021-04
latest
en
0.915341
https://www.bethq.com/how-to-bet/articles/dutching
1,660,494,598,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882572043.2/warc/CC-MAIN-20220814143522-20220814173522-00354.warc.gz
585,007,188
11,156
# Dutching Dutching is backing more than one selection in a race or event, then placing the correct stake on each selection so that the same amount of money will be returned if any one of the selections wins. Dutching is named after the infamous New York mobster, Dutch Schultz, who is said to have used it to make mon...
751
3,226
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.578125
4
CC-MAIN-2022-33
latest
en
0.94193
https://socratic.org/questions/what-is-the-cartesian-form-of-5-7pi-3-1
1,643,105,387,000,000,000
text/html
crawl-data/CC-MAIN-2022-05/segments/1642320304810.95/warc/CC-MAIN-20220125100035-20220125130035-00071.warc.gz
562,983,319
5,825
# What is the Cartesian form of ( -5 , ( 7pi)/3 ) ? Jul 5, 2017 In order to convert this polar coordinate into a Cartesian one, use the following formulas: $x = r \cos \theta$ $y = r \sin \theta$ A polar coordinate is written in the form $\left(r , \theta\right)$, so in this case $r = - 5$ and theta=(7π)/3, which c...
177
502
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 9, "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...
4.125
4
CC-MAIN-2022-05
longest
en
0.765802
https://gmatclub.com/forum/what-is-the-average-of-a-b-and-c-175431.html
1,571,598,758,000,000,000
text/html
crawl-data/CC-MAIN-2019-43/segments/1570986718918.77/warc/CC-MAIN-20191020183709-20191020211209-00362.warc.gz
507,725,401
151,844
GMAT Question of the Day - Daily to your Mailbox; hard ones only It is currently 20 Oct 2019, 12:12 ### GMAT Club Daily Prep #### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email. Customize...
2,217
6,876
{"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.40625
4
CC-MAIN-2019-43
longest
en
0.906502
https://www.enotes.com/topics/ref/questions/prove-identity-3secx-3cosx-3secx-3cosx-9-tan-2x-247043
1,709,574,185,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707947476464.74/warc/CC-MAIN-20240304165127-20240304195127-00475.warc.gz
738,894,793
14,559
# Prove the identity (3secx+3cosx)(3secx-3cosx)=9(tan^2x+sin^2x). We have to prove that (3 sec x+3 cos x)(3 sec x - 3 cos x) = 9[(tan x)^2 + (sin x)^2] (3 sec x+3 cos x)(3 sec x - 3 cos x) => 9[ (1/cos x) + cos x][ (1/cos x) - cos x] => 9[ (1/cos x)^2 - (cos x)^2] => 9[ (((cos x)^2 + (sin x)^2)/cos x)^2 - (cos x)^...
263
527
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.15625
4
CC-MAIN-2024-10
latest
en
0.43525
http://us.metamath.org/mpeuni/addpipq2.html
1,656,685,556,000,000,000
text/html
crawl-data/CC-MAIN-2022-27/segments/1656103941562.52/warc/CC-MAIN-20220701125452-20220701155452-00270.warc.gz
55,953,167
4,961
Metamath Proof Explorer < Previous   Next > Nearby theorems Mirrors  >  Home  >  MPE Home  >  Th. List  >  addpipq2 Structured version   Visualization version   GIF version Description: Addition of positive fractions in terms of positive integers. (Contributed by Mario Carneiro, 8-May-2013.) (New usage is discouraged...
2,089
3,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...
3.65625
4
CC-MAIN-2022-27
latest
en
0.763499
https://www.studypool.com/discuss/1146972/geometric-sequence-precalc-help?free
1,508,760,289,000,000,000
text/html
crawl-data/CC-MAIN-2017-43/segments/1508187825900.44/warc/CC-MAIN-20171023111450-20171023131450-00431.warc.gz
995,448,763
14,161
##### geometric sequence precalc help label Mathematics account_circle Unassigned schedule 1 Day account_balance_wallet \$5 the nth term of a geometrc sequence is given by an=27(0.1)^n-1 a. write the first 5 terms of sequencwe b.use formula for sum of geometric series to find the sum of first 10 terms of sequence. ...
427
1,068
{"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-2017-43
latest
en
0.883436
https://gurumuda.net/physics/page/41
1,702,042,374,000,000,000
text/html
crawl-data/CC-MAIN-2023-50/segments/1700679100745.32/warc/CC-MAIN-20231208112926-20231208142926-00467.warc.gz
320,189,731
25,654
## Collision and conservation of mechanical energy – probems and solutions Collision and conservation of mechanical energy – probems and solutions 1. Two objects have the same mass, m1 = m2 = 0.5 kg dropped from the same height as shown in the figure below. The radius of the circle is 1/5 m. The collision between bot...
1,264
4,790
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.90625
4
CC-MAIN-2023-50
latest
en
0.874662
https://math.stackexchange.com/questions/4502244/how-to-interpret-the-maximum-modulus-principle-for-non-constant-polynomials
1,716,482,472,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971058642.50/warc/CC-MAIN-20240523142446-20240523172446-00090.warc.gz
328,454,147
36,174
# How to interpret the Maximum Modulus Principle for non-constant polynomials? I was reading Conway's complex variables textbook and had a confusion regarding his remarks about the Maximum Modulus Principle. Maximum Modulus Theorem. If $$G$$ is a region and $$f: G\to\mathbb C$$ is an analytic function such that there...
725
2,866
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.546875
4
CC-MAIN-2024-22
latest
en
0.923274
https://mileagewillvary.com/225-75r15-in-inches/
1,723,380,882,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640997721.66/warc/CC-MAIN-20240811110531-20240811140531-00478.warc.gz
311,226,817
26,056
# 225/75R15 In Inches If you’re looking for a trailer tire, the 225/75R15 is the right size. But what do all those symbols signify, and how do you translate them into more familiar units of measure like inches. Below, I’ll examine the 225/75R15 tire size specifics and describe its specifications. ## What Size Is Tir...
14,703
26,647
{"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-33
latest
en
0.847246
https://arduino.stackexchange.com/questions/75805/why-hdop-in-tinygps-is-less-than-1
1,718,589,828,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861674.39/warc/CC-MAIN-20240616233956-20240617023956-00675.warc.gz
92,067,869
39,326
# Why HDOP in TinyGPS++ is less than 1? HDOP is supposed to be greater than 1: https://en.wikipedia.org/wiki/Dilution_of_precision_(navigation) But I get HDOP about 0.7. What does it mean? Where can I found explanation of the output parameters? • HDOP can be less than 1 - See this article Commented May 22, 2020 at 7...
547
2,441
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.671875
4
CC-MAIN-2024-26
latest
en
0.942228
http://mathhelpforum.com/calculus/137794-i-don-t-understand-differentials-dy-dx-terms-ect.html
1,527,256,318,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794867092.48/warc/CC-MAIN-20180525121739-20180525141739-00135.warc.gz
186,148,108
10,401
# Thread: I don't understand differentials..dy and dx terms ect. 1. ## I don't understand differentials..dy and dx terms ect. I know that dy/dx is the notation for the derivative of a function and i also know that dy is the infinitely small difference between two y values and dx is the infinitely small difference bet...
484
2,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.953125
4
CC-MAIN-2018-22
latest
en
0.947593
http://mathhelpforum.com/calculus/53301-very-easy-limit.html
1,526,984,473,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794864657.58/warc/CC-MAIN-20180522092655-20180522112655-00633.warc.gz
188,276,449
9,283
# Thread: a very easy limit 1. ## a very easy limit When you find the derrivative of f(x)=1/[sqrt(x+2)] you get f'(x)=-1/[2(x+2)^3/2], i was just wondering how they got the power of 3/2 in the denominator? because when i do it i just get 2(x+2) 2. $\displaystyle f(x) = \frac{1}{\sqrt{x+2}} = (x+2)^{-\frac{1}{2}}$ $...
168
409
{"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.890625
4
CC-MAIN-2018-22
latest
en
0.652549
https://howkgtolbs.com/convert/89.83-kg-to-lbs
1,624,184,352,000,000,000
text/html
crawl-data/CC-MAIN-2021-25/segments/1623487660269.75/warc/CC-MAIN-20210620084505-20210620114505-00165.warc.gz
279,754,584
12,169
# 89.83 kg to lbs - 89.83 kilograms to pounds Do you want to know how much is 89.83 kg equal to lbs and how to convert 89.83 kg to lbs? You are in the right place. This whole article is dedicated to kilogram to pound conversion - both theoretical and practical. It is also needed/We also want to point out that whole th...
4,846
16,556
{"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-2021-25
latest
en
0.947794
https://mathhelpboards.com/threads/variance-question.3545/
1,657,001,293,000,000,000
text/html
crawl-data/CC-MAIN-2022-27/segments/1656104514861.81/warc/CC-MAIN-20220705053147-20220705083147-00100.warc.gz
420,807,561
14,850
# Variance question #### Yankel ##### Active member Hello, Any help with this one would be appreciated. In a college 80 students are taking the exam in the spring semester. Their grades has a mean and standard deviation. In the summer semester, k additional students are being tested. All k students get grades which...
688
2,879
{"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.859375
4
CC-MAIN-2022-27
latest
en
0.969789
https://socratic.org/questions/what-is-the-molarity-of-a-solution-produced-by-dissolving-4-moles-of-sugar-in-2-
1,576,061,697,000,000,000
text/html
crawl-data/CC-MAIN-2019-51/segments/1575540530857.12/warc/CC-MAIN-20191211103140-20191211131140-00019.warc.gz
550,374,312
5,959
# What is the molarity of a solution produced by dissolving 4 moles of sugar in 2 L of water? $M = \frac{{n}_{2}}{{V}_{1}} = \frac{4}{2} = 2 M = 2 m o l {L}^{-} 1$ $M = \frac{{n}_{2}}{{V}_{1}} =$ (number of moles of the solute{mol} )$/$(volume of the solvent {L}) $M = \frac{{n}_{2}}{{V}_{1}} = \frac{4}{2} = 2 M = 2 m ...
144
334
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 4, "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.828125
4
CC-MAIN-2019-51
longest
en
0.775893
https://codegolf.stackexchange.com/questions/131719/is-it-a-chen-prime?noredirect=1
1,596,764,281,000,000,000
text/html
crawl-data/CC-MAIN-2020-34/segments/1596439737050.56/warc/CC-MAIN-20200807000315-20200807030315-00048.warc.gz
260,458,975
51,365
# Is it a Chen prime? A number is a Chen prime if it satisfies two conditions: • It is prime itself • Itself plus two is either a prime or a semi-prime. A prime is a number where it has exactly two divisors and those divisors consist of itself and one. A semi-prime is a number which is the product of two primes. (N...
4,346
12,355
{"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.5625
4
CC-MAIN-2020-34
latest
en
0.88461
https://www.coursehero.com/file/6555639/TI-83-Finding-Maximum-and-Minimum-Points-and-Zeros/
1,498,643,716,000,000,000
text/html
crawl-data/CC-MAIN-2017-26/segments/1498128323588.51/warc/CC-MAIN-20170628083538-20170628103538-00511.warc.gz
860,407,835
23,517
TI 83 Finding Maximum and Minimum Points, and Zeros # TI 83 Finding Maximum and Minimum Points, and Zeros - TI... This preview shows page 1. Sign up to view the full content. This is the end of the preview. Sign up to access the rest of the document. Unformatted text preview: TI 83/4: Finding Maximum and Minimum Po...
381
1,432
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.546875
4
CC-MAIN-2017-26
longest
en
0.898425
https://www.physicsforums.com/threads/issues-with-gravity.64744/
1,542,752,956,000,000,000
text/html
crawl-data/CC-MAIN-2018-47/segments/1542039746800.89/warc/CC-MAIN-20181120211528-20181120233528-00250.warc.gz
922,984,922
16,217
# Homework Help: Issues with gravity! 1. Feb 23, 2005 ### amandablackwood Greetings! I'm encouraged by the amount of people I see viewing this website... I'm in serious need of equation help. I'm currently taking an online physics class because of my very full workload of 5 jobs, one being full time, another being ...
1,653
5,493
{"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.890625
4
CC-MAIN-2018-47
latest
en
0.955316
https://math.stackexchange.com/questions/32234/describing-a-ring-structure-on-mathbbz-times-mathbbz
1,722,692,722,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640368581.4/warc/CC-MAIN-20240803121937-20240803151937-00356.warc.gz
306,902,414
36,822
# Describing a Ring Structure on $\mathbb{Z}\times\mathbb{Z}$ a) Please describe the ring structure on $\mathbb Z \times \mathbb Z$. Does this ring have identity? b) Describe all ring homomorphisms of $\mathbb Z \times \mathbb Z \to \mathbb Z$. Here's what I tried: a) The identity is $1 \times 1$, and when they say...
533
1,906
{"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.75
4
CC-MAIN-2024-33
latest
en
0.890222
https://the-equivalent.com/fraction-equivalent-to-3-2/
1,685,445,884,000,000,000
text/html
crawl-data/CC-MAIN-2023-23/segments/1685224645595.10/warc/CC-MAIN-20230530095645-20230530125645-00779.warc.gz
616,913,822
13,839
# Fraction equivalent to 3/2 ## What is the fraction 3 2 equal to? 1 ½Answer: The value of 3 divided by 2 as a fraction is 3/2 = 1 ½. ## What does 3 2 equal as a whole number? 3/2, when converted to decimals, will be equal to 1.5 which is when rounded off to the nearest whole number will be equal to 2, because if t...
1,805
7,590
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.5
4
CC-MAIN-2023-23
latest
en
0.90817
https://printfu.org/decimal?page=3
1,620,820,961,000,000,000
text/html
crawl-data/CC-MAIN-2021-21/segments/1620243989693.19/warc/CC-MAIN-20210512100748-20210512130748-00192.warc.gz
491,303,236
6,661
# Decimal ### Design and Evaluation of Decimal Array Multipliers Design and Evaluation of Decimal Array Multipliers Saeid Gorgin 1 ,Ghassem Jaberipur 1,2 ,Behrooz Parhami 3 1 Dept. of Electrical & Computer Engr.,Shahid Beheshti Univ.,Tehran,Iran; [email protected] www.ece.ucsb.edu ### Decimal Floating-Point Multipl...
932
3,035
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.734375
4
CC-MAIN-2021-21
latest
en
0.619438
https://math.stackexchange.com/questions/2597951/in-how-many-ways-can-6-red-and-6-blue-balls-be-distributed-among-10-person
1,656,534,790,000,000,000
text/html
crawl-data/CC-MAIN-2022-27/segments/1656103642979.38/warc/CC-MAIN-20220629180939-20220629210939-00721.warc.gz
431,705,899
66,374
# In how many ways can $6$ red and $6$ blue balls be distributed among $10$ persons such that every person gets at least one ball? In how many ways can $6$ red and $6$ blue balls be distributed among $10$ persons such that every person gets at least one ball? (Balls of the same colour are identical). My Attempt Ther...
940
3,090
{"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.4375
4
CC-MAIN-2022-27
latest
en
0.874313
http://math.stackexchange.com/questions/126460/iteration-convergence/126496
1,469,738,711,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257828322.57/warc/CC-MAIN-20160723071028-00023-ip-10-185-27-174.ec2.internal.warc.gz
151,860,889
20,088
# iteration convergence When soloving the linear equation $x=Ax+b$ (where $x$ is an unknown vector, $A$ is a matrix, and $b$ is a constant vector), one often use the follow iteration: $x_{k+1}=Ax_k +b$. Does the above $x_k$ is convergent to $x$ when the spectral radius of $A$ is less than 1? If yes, would you give a...
2,001
5,413
{"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.921875
4
CC-MAIN-2016-30
latest
en
0.772808
http://textbook.stpauls.br/Business_Textbook/Marketing_student/page_72.htm
1,550,267,647,000,000,000
text/html
crawl-data/CC-MAIN-2019-09/segments/1550247479159.2/warc/CC-MAIN-20190215204316-20190215230316-00163.warc.gz
275,353,379
4,233
## Four point moving average - worked example ### Worked example using a four-point moving average #### Sales of XYZ Ltd. Sales Revenue (\$000s) Year Quarters 1 2 3 4 1 240 224 204 240 2 244 236 220 262 3 260 254 230 286 A qualitative examination of this data shows that the general trend is one of rising sales. Su...
755
2,365
{"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-2019-09
latest
en
0.838363
https://gmatclub.com/forum/how-many-points-on-line-segment-2x-y-12-where-67839.html
1,519,375,538,000,000,000
text/html
crawl-data/CC-MAIN-2018-09/segments/1518891814538.66/warc/CC-MAIN-20180223075134-20180223095134-00732.warc.gz
695,725,709
38,532
It is currently 23 Feb 2018, 00:45 ### GMAT Club Daily Prep #### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email. Customized for You we will pick new questions that match your level based o...
735
2,345
{"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-2018-09
latest
en
0.891028
https://photo.stackexchange.com/questions/35346/why-is-my-far-away-background-in-focus-even-with-a-low-aperture-number
1,656,142,571,000,000,000
text/html
crawl-data/CC-MAIN-2022-27/segments/1656103034877.9/warc/CC-MAIN-20220625065404-20220625095404-00004.warc.gz
512,689,339
66,929
# Why is my far away background in focus even with a low aperture number? I took a picture of my son in an elementary school cafeteria. The room was very well lit and the parameters of the shot were Canon T3, 18mm, F/3.5, 1/125, ISO 100. I was close to him and his head basically filled the frame. He was about 20 feet ...
1,053
4,617
{"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-2022-27
longest
en
0.978872
http://calculator.academy/cross-product-calculator/
1,590,688,847,000,000,000
text/html
crawl-data/CC-MAIN-2020-24/segments/1590347399830.24/warc/CC-MAIN-20200528170840-20200528200840-00372.warc.gz
22,570,417
44,696
# Cross Product Calculator Enter the x,y, and z values of two vectors into the calculator below to determine the cross product as a new vector. ## What is a cross product? A cross product, also known as a vector product, is a mathematical operation in which the result of the cross product between 2 vectors is a new ...
517
2,103
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.59375
5
CC-MAIN-2020-24
longest
en
0.927423
http://www.docstoc.com/docs/124248343/Nonlinear-Motion-WS
1,438,425,684,000,000,000
text/html
crawl-data/CC-MAIN-2015-32/segments/1438042988650.53/warc/CC-MAIN-20150728002308-00178-ip-10-236-191-2.ec2.internal.warc.gz
411,099,006
39,144
# Nonlinear Motion WS by 1hMu46 VIEWS: 4 PAGES: 2 • pg 1 ``` Nonlinear Motion Name _____________________________ _____________________________ Period _____ Note: Use g = 10 m/s2 Vector – do magnitude and angle (in degrees) from starting point 1. You walk 7 miles south and 3 miles west. Wha...
1,639
6,269
{"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-2015-32
longest
en
0.931017
https://www.physicsforums.com/threads/equilibrium-at-constant-velocity.44846/
1,632,348,217,000,000,000
text/html
crawl-data/CC-MAIN-2021-39/segments/1631780057388.12/warc/CC-MAIN-20210922193630-20210922223630-00078.warc.gz
966,745,444
14,603
# Equilibrium at Constant Velocity Hey there, I have a problem that seems easy to me to solve but I'm just not getting it. I'll give the problem and then what I've done so far. A helicopter is moving horisontally to the right at a constant velocity. The weight of the helicopter is W = 51200N. The lift force L genera...
353
1,395
{"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-2021-39
latest
en
0.938701
https://math.stackexchange.com/questions/4265306/prove-l-1-space-is-complete-using-every-sequence-has-a-converging-subsequenc
1,716,433,872,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971058588.75/warc/CC-MAIN-20240523015422-20240523045422-00119.warc.gz
322,126,023
35,046
# Prove $l_1$ space is complete using: 'every sequence has a converging subsequence' As in this post, I am trying to prove that: $$l_1 := \{x \in (x_n)_{n=1}^{\infty} | x_n \in \mathbb{R}, \sum_{n=1}^{\infty} |x_n| < \infty \}$$ equipped with $$||\cdot||_1$$, is complete. Since I've been able to do this using Cauchy...
696
1,999
{"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-2024-22
latest
en
0.889142
http://mathhelpforum.com/algebra/147112-finding-values-p-q-print.html
1,508,466,393,000,000,000
text/html
crawl-data/CC-MAIN-2017-43/segments/1508187823605.33/warc/CC-MAIN-20171020010834-20171020030834-00257.warc.gz
215,734,856
4,075
# Finding the values of p and q • May 31st 2010, 09:20 AM Mukilab Finding the values of p and q $x^2-8x+23-(x-p)^2+q$ for all values of x find the value of p and q I did $(x^2-8x+16)+7=...\rightarrow (x+4)^2+7=(x+p)^2+q$ I'm stuck.. what should I do now, square route the whole thing? edit: whittled it down to $2...
1,220
3,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": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 19, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.25
4
CC-MAIN-2017-43
longest
en
0.953541
https://www.scienceforums.net/profile/140156-vishtasb/
1,580,082,826,000,000,000
text/html
crawl-data/CC-MAIN-2020-05/segments/1579251694071.63/warc/CC-MAIN-20200126230255-20200127020255-00202.warc.gz
1,070,128,531
12,918
Vishtasb Members 8 0 Neutral • Rank Lepton Recent Profile Visitors The recent visitors block is disabled and is not being shown to other users. 1. A question in combination Two at a time. That's my mean. 3. A question in combination Let me ask the question in other words. Assume a persion who wants to climbe ...
557
2,199
{"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.640625
4
CC-MAIN-2020-05
longest
en
0.916647
https://web2.0calc.com/questions/math_48610
1,628,066,083,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046154798.45/warc/CC-MAIN-20210804080449-20210804110449-00451.warc.gz
613,348,412
5,800
+0 # Math 0 90 2 +74 1/5 of Andrew's money was \$12 more than 1/3 of Drake's money. When Andrew have Drake \$50, both of them had the same amount of money in the end. How much did Andrew have at first? Apr 20, 2021 #1 +290 +1 1/5 of Andrew' money = 1/3 of Drake's money + \$12 3/5 of Andrew's money = 3/3 of Drake...
488
1,038
{"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-2021-31
latest
en
0.709686
http://www.jiskha.com/display.cgi?id=1251047720
1,495,908,593,000,000,000
text/html
crawl-data/CC-MAIN-2017-22/segments/1495463608984.81/warc/CC-MAIN-20170527171852-20170527191852-00023.warc.gz
662,075,822
4,097
# math posted by on . Is this the right way to answer this question? A physics exam consists of 9 multiple-choice questions and 6 open-ended problems in which all work must be shown. If an examinee must answer 7 of the multiple-choice questions and 3 of the open-ended problems, in how many ways can the questions and ...
339
1,168
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.71875
4
CC-MAIN-2017-22
latest
en
0.903292
https://aspirantszone.com/quantitative-aptitude-problems-on-ages-set-22/?_page=3
1,670,369,465,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446711121.31/warc/CC-MAIN-20221206225143-20221207015143-00307.warc.gz
138,853,300
25,591
# Quantitative Aptitude: Problems on Ages Set 22 1. A person is 30 years older than his son . After 6 years , the age of that person is four times the age of son that time. What is age of his son after 10 years from now ? 14 years 16 years 18 years 18 years 14.5 years Option A Let the age of his son = x age of person ...
1,657
4,224
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.5
4
CC-MAIN-2022-49
latest
en
0.93318
https://ja.scribd.com/document/46203627/MM-Lab-Chi-Square
1,561,545,542,000,000,000
text/html
crawl-data/CC-MAIN-2019-26/segments/1560628000266.39/warc/CC-MAIN-20190626094111-20190626120111-00324.warc.gz
483,694,048
54,829
You are on page 1of 5 # M&M Statistics/A Chi Square Analysis Have you ever wondered why the package of M&Ms you just bought never seems to have enough of your favorite color? Or, why is it that you always seem to get the package of mostly brown M&Ms? What’s going on at the Mars Company? Is the number of the different...
1,718
6,822
{"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-2019-26
latest
en
0.928401
http://vkedco.blogspot.com/2015/08/integral-approximation-with-infinite.html
1,556,295,333,000,000,000
text/html
crawl-data/CC-MAIN-2019-18/segments/1555578841544.98/warc/CC-MAIN-20190426153423-20190426175423-00032.warc.gz
183,724,378
11,928
## Wednesday, August 12, 2015 ### Integral Approximation with Infinite Limits and Regular Partitions Problem There is a theorem in integral calculus that states that if a function f is integrable on [a, b], then its definite integral on [a, b] is equal to an infinite limit of the sum of f evaluated at regular points...
1,043
4,248
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.796875
4
CC-MAIN-2019-18
latest
en
0.752085
http://hismath.blogspot.com/2010/09/jsh-looking-at-math-resistance-now.html
1,506,313,327,000,000,000
text/html
crawl-data/CC-MAIN-2017-39/segments/1505818690318.83/warc/CC-MAIN-20170925040422-20170925060422-00685.warc.gz
156,972,455
6,671
## JSH: Looking at math resistance now Back in 2002 I found out that a mathematical analysis technique I'd discovered that I've come to call tautological spaces lead me to a stunning error in "core" mathematics, and arguments have ensued ever since and a math journal was even destroyed (Google: SWJPAM), but the argume...
883
3,516
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.828125
4
CC-MAIN-2017-39
longest
en
0.9575
https://forums.mtbr.com/commuting/cold-temps-tire-pressure-938190.html?s=c81ea9b349b7642d4698f22cee9851c6
1,600,996,332,000,000,000
text/html
crawl-data/CC-MAIN-2020-40/segments/1600400221382.33/warc/CC-MAIN-20200924230319-20200925020319-00555.warc.gz
373,425,825
23,703
Cold temps and tire pressure- Mtbr.com # Thread: Cold temps and tire pressure 1. ## Cold temps and tire pressure Now that its actually winter where I live I have a question about tire pressure and cold weather. I store my bikes indoors. Going from room temp to -30C or colder is a big change in temp. I am curious if ...
663
2,745
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.734375
4
CC-MAIN-2020-40
latest
en
0.95761
https://gmatclub.com/forum/a-certain-telephone-number-has-7-digits-if-the-telephone-2707.html
1,505,828,963,000,000,000
text/html
crawl-data/CC-MAIN-2017-39/segments/1505818685698.18/warc/CC-MAIN-20170919131102-20170919151102-00701.warc.gz
668,009,174
41,508
It is currently 19 Sep 2017, 06:49 ### GMAT Club Daily Prep #### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email. Customized for You we will pick new questions that match your level based o...
897
2,854
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.3125
4
CC-MAIN-2017-39
latest
en
0.838819
https://brainmass.com/math/basic-algebra/quadratic-equation-7938
1,713,996,517,000,000,000
text/html
crawl-data/CC-MAIN-2024-18/segments/1712296819971.86/warc/CC-MAIN-20240424205851-20240424235851-00596.warc.gz
126,813,409
7,393
Purchase Solution Not what you're looking for? This question concerns the quadratic equation 9x^2 - 42x+49=0 Choose the three true statements about the solution(s) of this equation Options. A. The equation has no solutions B. The equation has one solution. C. The equation has two solutions D. x= 0 is a solution o...
601
2,591
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.890625
4
CC-MAIN-2024-18
latest
en
0.91758
http://www.cds.caltech.edu/~murray/wiki/index.php?title=CDS_140a_Winter_2013_Homework_4&diff=prev&oldid=15269
1,611,333,801,000,000,000
text/html
crawl-data/CC-MAIN-2021-04/segments/1610703530835.37/warc/CC-MAIN-20210122144404-20210122174404-00334.warc.gz
112,518,622
7,328
# Difference between revisions of "CDS 140a Winter 2013 Homework 4" R. Murray, D. MacMartin Issued: 29 Jan 2013 (Tue) ACM 101/AM 125b/CDS 140a, Winter 2013 Due: 5 Feb 2013 (Tue) __MATHJAX__ Note: In the upper left hand corner of the second page of your homework set, please put the number of hours that you spent on t...
1,051
2,740
{"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.125
4
CC-MAIN-2021-04
latest
en
0.695218
https://sheslookingatthestars.com/skin-care/how-many-atoms-are-there-in-3-2-moles-of-iron.html
1,653,238,425,000,000,000
text/html
crawl-data/CC-MAIN-2022-21/segments/1652662545875.39/warc/CC-MAIN-20220522160113-20220522190113-00230.warc.gz
583,191,911
16,857
How many atoms are there in 3 2 moles of iron? Contents How many atoms are in 3 moles of iron? Explanation: One mole of anything is 6.022×1023 everythings, including atoms. Multiply the moles Fe by 6.022×1023 atoms/mol. 3.77mol Fe ×6.022×1023atoms Fe1mol Fe =2.27×1024 atoms Fe rounded to three significant figures. ...
1,053
3,628
{"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-2022-21
latest
en
0.897898
https://www.studysmarter.us/textbooks/math/precalculus-enhanced-with-graphing-utilities-6th/polar-coordinates-vectors/q-30-in-problem-the-vector-v-has-initial-point-p-and-termina/
1,679,773,204,000,000,000
text/html
crawl-data/CC-MAIN-2023-14/segments/1679296945372.38/warc/CC-MAIN-20230325191930-20230325221930-00603.warc.gz
1,135,474,177
20,360
Suggested languages for you: Americas Europe Q. 30 Expert-verified Found in: Page 603 ### Precalculus Enhanced with Graphing Utilities Book edition 6th Author(s) Sullivan Pages 1200 pages ISBN 9780321795465 # In Problem, the vector v has initial point P and terminal point Q. Write v in the form ai + bj; that is,...
369
1,070
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 19, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.09375
4
CC-MAIN-2023-14
latest
en
0.516778
https://www.slideshare.net/nicolefailla/decimals-and-fractions-7674089
1,508,715,790,000,000,000
text/html
crawl-data/CC-MAIN-2017-43/segments/1508187825473.61/warc/CC-MAIN-20171022222745-20171023002745-00453.warc.gz
1,015,490,424
34,829
Upcoming SlideShare × # Decimals and fractions 2,683 views Published on Published in: Education 1 Like Statistics Notes • Full Name Comment goes here. Are you sure you want to Yes No • Be the first to comment Views Total views 2,683 On SlideShare 0 From Embeds 0 Number of Embeds 1 Actions Shares 0 50 0 Likes 1 Em...
592
2,028
{"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-43
latest
en
0.721547
https://www.ultimate-guitar.com/forum/showthread.php?t=504375
1,506,394,256,000,000,000
text/html
crawl-data/CC-MAIN-2017-39/segments/1505818693940.84/warc/CC-MAIN-20170926013935-20170926033935-00660.warc.gz
880,569,408
16,538
hey i need some help for physics i have never had a worse teacher than my current physics one. heres the question: A 2.00 kg stone is thrown vertically upward at 3.0 m/s, from a cliff that is 55.0m high. Find the kinetic energy of the stone just before it hits the ground below the cliff. i suppose you disregard frict...
1,288
4,192
{"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-2017-39
longest
en
0.839539
http://mathhelpforum.com/statistics/157397-tennis-players-50-chance-win-each-point.html
1,529,352,743,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267860776.63/warc/CC-MAIN-20180618183714-20180618203714-00008.warc.gz
221,049,442
10,154
# Thread: Tennis players with 50% chance to win each point... 1. ## Tennis players with 50% chance to win each point... If each player has a .5 chance of winning each point, what will be the average length of a game, (i.e. first one to 4 points, with a margin of 2)? 2. You can find the distribution of L=number of ga...
590
1,886
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 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.34375
4
CC-MAIN-2018-26
latest
en
0.939778
https://cboard.cprogramming.com/cplusplus-programming/99133-logical-operations-bit-patterns-printable-thread.html
1,495,622,801,000,000,000
text/html
crawl-data/CC-MAIN-2017-22/segments/1495463607811.15/warc/CC-MAIN-20170524093528-20170524113528-00070.warc.gz
730,893,649
4,316
# Logical Operations on Bit Patterns • 02-16-2008 mthemapc Logical Operations on Bit Patterns I'm reading a book I got from the library to learn C++ and I don't understand this. Quote: ~ This is the bitwise complement operator. This is a unary operator that will invert the bits in its operand, so 1 becomes 0 and 0 be...
936
3,570
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.609375
4
CC-MAIN-2017-22
longest
en
0.938023
https://ccssmathanswers.com/compound-interest-when-interest-is-compounded-yearly/
1,718,219,790,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861183.54/warc/CC-MAIN-20240612171727-20240612201727-00021.warc.gz
147,719,495
57,516
# Compound Interest when Interest is Compounded Yearly – Definition, Formula, Examples | How to Calculate Compound Interest Annually? Usually, compound interest is calculated at intervals of yearly(annually), half-yearly(semi-annually), quarterly, monthly, etc. Compound interest is the same as reinvesting the interest...
967
3,589
{"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.78125
5
CC-MAIN-2024-26
latest
en
0.93132
http://topcoder.bgcoder.com/print.php?id=1713
1,716,204,659,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971058278.91/warc/CC-MAIN-20240520111411-20240520141411-00665.warc.gz
30,940,233
1,853
### Problem Statement Let's define a function f over positive integers which returns the longest subsequence of the same digits in the number. So, f(344488) = 3 and f(123) = 1. Given an int n and int k, return an int stating how many numbers, no longer than n digits has f(x) = k. Return the result modulo 44444444. ...
282
902
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.703125
4
CC-MAIN-2024-22
latest
en
0.542807
https://yourgametips.com/word-games/how-many-times-can-a-word-be-arranged/
1,723,308,137,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640810581.60/warc/CC-MAIN-20240810155525-20240810185525-00309.warc.gz
840,422,727
39,488
# How many times can a word be arranged? ## How many times can a word be arranged? Below is the reference table to know how many distinct ways a 2, 3, 4, 5, 6, 7, 8, 9 or 10 letters word can be arranged, where the order of arrangement is important. The n factorial (n!) is the total number of possible ways to arrange ...
733
2,962
{"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-2024-33
latest
en
0.88773
https://math.answers.com/math-and-arithmetic/Is_it_possible_for_two_numbers_to_not_have_a_common_factor
1,725,955,297,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700651224.59/warc/CC-MAIN-20240910061537-20240910091537-00336.warc.gz
371,372,032
47,988
0 # Is it possible for two numbers to not have a common factor? Updated: 9/20/2023 Wiki User 12y ago No. Every set of numbers has 1 as a common factor. Wiki User 12y ago Earn +20 pts Q: Is it possible for two numbers to not have a common factor? Submit Still have questions? Related questions ### What is the gr...
719
3,180
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.671875
4
CC-MAIN-2024-38
latest
en
0.958751
https://www.askiitians.com/forums/IIT-JEE-Entrance-Exam/h1-h2-hn-are-n-hm-between-a-and-b-where-a-is_232323.htm
1,591,198,019,000,000,000
text/html
crawl-data/CC-MAIN-2020-24/segments/1590347435238.60/warc/CC-MAIN-20200603144014-20200603174014-00506.warc.gz
601,147,805
30,529
Click to Chat 1800-1023-196 +91-120-4616500 CART 0 • 0 MY CART (5) Use Coupon: CART20 and get 20% off on all online Study Material ITEM DETAILS MRP DISCOUNT FINAL PRICE Total Price: Rs. There are no items in this cart. Continue Shopping Menu Grade: 11 ` H1 H2.......Hn are n  HM  between a and b where a  ...
716
1,951
{"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-24
latest
en
0.608796
https://convert-dates.com/days-from/4446/2024/08/02
1,723,667,253,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722641121834.91/warc/CC-MAIN-20240814190250-20240814220250-00875.warc.gz
146,852,186
4,388
## 4446 Days From August 2, 2024 Want to figure out the date that is exactly four thousand four hundred forty six days from Aug 2, 2024 without counting? Your starting date is August 2, 2024 so that means that 4446 days later would be October 4, 2036. You can check this by using the date difference calculator to mea...
940
2,723
{"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-2024-33
latest
en
0.914761
http://mathhelpforum.com/math-topics/69393-solved-help-annuity-question-print.html
1,529,571,794,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267864110.40/warc/CC-MAIN-20180621075105-20180621095105-00126.warc.gz
196,634,924
2,944
# [SOLVED] Help with annuity question • Jan 22nd 2009, 07:47 AM lynnmpward [SOLVED] Help with annuity question Here is what is given: PV = $5,000 PMT =$200 i = .01 n=? 5000=200(1-(1.01)-n) .01 I know that this is lining exactly up right but it shows the general idea of the problem. The problem, and I can't figure o...
498
1,523
{"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.859375
4
CC-MAIN-2018-26
latest
en
0.932314
https://documen.tv/question/please-help-me-i-will-give-brainlist-8-a-baker-regularly-uses-flour-to-make-pastries-for-the-bak-19824660-13/
1,632,148,771,000,000,000
text/html
crawl-data/CC-MAIN-2021-39/segments/1631780057039.7/warc/CC-MAIN-20210920131052-20210920161052-00162.warc.gz
264,455,058
16,370
PLEASE HELP ME I WILL GIVE BRAINLIST!!!!!!!!!!!!!!!!!!!!!!!!!!! 8. A baker regularly uses flour to make pastries for the bakery Question 8. A baker regularly uses flour to make pastries for the bakery. At the beginning of the month, the baker has a 25 pound-bag of flour. Each week she uses 5 pounds of flour. a. Write...
371
1,102
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.3125
4
CC-MAIN-2021-39
latest
en
0.877339
http://kagewepameloviwemo.mi-centre.com/importance-of-graphical-presentation-of-data-in-writing-research-report-1813818138.html
1,539,912,908,000,000,000
text/html
crawl-data/CC-MAIN-2018-43/segments/1539583512161.28/warc/CC-MAIN-20181018235424-20181019020924-00502.warc.gz
200,876,624
4,229
# Importance of graphical presentation of data in writing research report Think through the design of captions carefully. Would large tables be improved by being split up? The essential feature of the semilogarithmic chart is that one scale is logarithmic and the other arithmetic, so that the chart effectively is a co...
835
4,426
{"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-2018-43
longest
en
0.947962
https://www.darasaletu.com/2017/06/form-two-physics-study-notes-topic-5-6.html
1,600,979,318,000,000,000
text/html
crawl-data/CC-MAIN-2020-40/segments/1600400220495.39/warc/CC-MAIN-20200924194925-20200924224925-00378.warc.gz
776,484,831
37,552
Thursday, September 24, 2020 Home All Posts FORM TWO PHYSICS STUDY NOTES TOPIC 5: SIMPLE MACHINES # FORM TWO PHYSICS STUDY NOTES TOPIC 5: SIMPLE MACHINES TOPIC 5: SIMPLE MACHINES Simple Machines A simple machine is a non-powered mechanical device that changes the direction or magnitude of a force. In general, they c...
879
3,496
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.9375
4
CC-MAIN-2020-40
longest
en
0.894523
https://study.com/academy/lesson/how-to-determine-when-a-numerical-expression-is-undefined.html
1,571,356,321,000,000,000
text/html
crawl-data/CC-MAIN-2019-43/segments/1570986677230.18/warc/CC-MAIN-20191017222820-20191018010320-00045.warc.gz
736,078,439
44,304
# How to Determine When a Numerical Expression is Undefined Video An error occurred trying to load this video. Try refreshing the page, or contact customer support. Coming up next: What is Delta? - Definition & Concept ### You're on a roll. Keep up the good work! Replay Your next lesson will play in 10 seconds • 0...
728
3,338
{"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-43
longest
en
0.913333
https://cogent3.org/doc/examples/period_estimation.html
1,627,995,614,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046154459.22/warc/CC-MAIN-20210803124251-20210803154251-00249.warc.gz
186,894,599
23,611
# Estimating periodic signals¶ Section author: Gavin Huttley, Julien Epps, Hua Ying We consider two different scenarios: • estimating the periods in a signal • estimating the power for a given period • measuring statistical significance for the latter case ## Estimating the periods in a signal¶ ### For numerical...
9,470
18,534
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.6875
4
CC-MAIN-2021-31
longest
en
0.282148
https://www.xloypaypa.pub/codeforces-round-737-ezzat-and-grid-solution-java-c/
1,723,288,801,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640805409.58/warc/CC-MAIN-20240810093040-20240810123040-00598.warc.gz
852,241,232
7,749
## Solution: This question is divided into four parts. ### Part 1: Hash Because there at most m segments of the grid that contain digits 1, So we naturally think of hashing $1\leq l \leq r \leq 10^9$ to $1\leq l \leq r \leq 2\cdot 3\cdot 10^5$. Discrete the two ends of the original segment and sort them, and then ha...
762
2,892
{"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.25
4
CC-MAIN-2024-33
latest
en
0.910841
https://learningnetwork.cisco.com/thread/26051
1,529,948,109,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267868237.89/warc/CC-MAIN-20180625170045-20180625190045-00532.warc.gz
663,405,400
37,621
6 Replies Latest reply: Jan 30, 2011 6:06 AM by Fabri # QUICKLY CALCULATE THE SUMMARY ROUTE hello guys, I want to learn how to calculate the summary route quickly, without having to convert to binary IP address. if not mistaken it is estimated multiple contiguous networks of 4 ... but I did not understand ... can any...
887
2,809
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.625
4
CC-MAIN-2018-26
latest
en
0.797681
http://ccnmtl.columbia.edu/projects/mmt/frontiers/web/chapter_3/9125.html
1,544,406,154,000,000,000
text/html
crawl-data/CC-MAIN-2018-51/segments/1544376823236.2/warc/CC-MAIN-20181210013115-20181210034615-00027.warc.gz
50,452,648
2,454
# What is a logarithm? Annotation category: Chapter 3 Note: A comfort with exponents is a prerequisite for this lesson. If you don't have that yet, review POWERS OF TEN. If y = ax then logay = x. where we call x the exponent, and a the base. For example, 25 = 64 so log2 64 = 5. In science, working with loga...
350
1,382
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.921875
4
CC-MAIN-2018-51
latest
en
0.917142
http://www.wikihow.com/Find-the-Volume-of-a-Cube-from-Its-Surface-Area
1,506,256,563,000,000,000
text/html
crawl-data/CC-MAIN-2017-39/segments/1505818690016.68/warc/CC-MAIN-20170924115333-20170924135333-00104.warc.gz
588,818,179
47,085
Edit Article # wikiHow to Find the Volume of a Cube from Its Surface Area The volume of a three-dimensional shape is a measurement of the space inside the shape and is determined by multiplying the length, width, and height. A cube is a three-dimensional shape in which the length, width, and height are equal.[1] Thus...
1,461
5,302
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 24, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.625
5
CC-MAIN-2017-39
latest
en
0.881049
http://gmatclub.com/forum/tom-reads-at-an-average-rate-of-30-pages-per-hours-while-17420.html?fl=similar
1,485,009,965,000,000,000
text/html
crawl-data/CC-MAIN-2017-04/segments/1484560281084.84/warc/CC-MAIN-20170116095121-00389-ip-10-171-10-70.ec2.internal.warc.gz
117,069,656
44,369
Tom reads at an average rate of 30 pages per hours, while : PS Archive Check GMAT Club Decision Tracker for the Latest School Decision Releases http://gmatclub.com/AppTrack It is currently 21 Jan 2017, 06:46 GMAT Club Daily Prep Thank you for using the timer - this advanced tool can estimate your performance and su...
1,303
3,883
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.546875
4
CC-MAIN-2017-04
latest
en
0.88287
http://transum.com/Maths/Activity/Angle/Chase.asp
1,537,277,090,000,000,000
text/html
crawl-data/CC-MAIN-2018-39/segments/1537267155413.17/warc/CC-MAIN-20180918130631-20180918150631-00531.warc.gz
201,465,484
12,777
# Angle Chase ## Use knowledge and reasoning to fill in the angles on the geometrical diagrams drawn inside rectangles. ##### Chase 1Chase 2Chase 3Chase 4Exam-StyleDescriptionHelpMore Angles Check This is Angle Chase level 1. You can also try: Theorems Triangles Points Parallels Chase 2 Chase 3 Chase 4 ## Instructi...
1,066
5,141
{"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-39
latest
en
0.91741