url string | fetch_time int64 | content_mime_type string | warc_filename string | warc_record_offset int32 | warc_record_length int32 | text string | length int32 | char_count int32 | metadata string | score float64 | int_score int64 | crawl string | snapshot_type string | language string | language_score float64 | input_ids list | attention_mask list |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://www.h5w3.com/160952.html | 1,632,245,865,000,000,000 | text/html | crawl-data/CC-MAIN-2021-39/segments/1631780057225.57/warc/CC-MAIN-20210921161350-20210921191350-00162.warc.gz | 822,687,829 | 7,364 | # 如何让列表内的元素前后相加生成新的元素?
``data = [1, 2, 3, 4]``
``````data1 = [1, 3, 5, 7] # 与前面的一个元素相加
data2 = [1, 3, 6, 10] # 与前面的一个元素累计相加``````
### 回答:
``data = [1, 2, 3, 4]``
``````from itertools import accumulate
data1 = [v + (data[i-1] if i > 0 else 0) for i, v in enumerate(data)]
data2 = list(accumulate(data))
print(data1... | 492 | 1,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.53125 | 4 | CC-MAIN-2021-39 | latest | en | 0.27275 | [
128000,
2,
70472,
99849,
102654,
45277,
32943,
9554,
122548,
25580,
34547,
50021,
21601,
45059,
116879,
122548,
27948,
14196,
695,
284,
510,
16,
11,
220,
17,
11,
220,
18,
11,
220,
19,
60,
14196,
271,
14196,
14196,
14196,
695,
16,
284,
5... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://justaaa.com/physics/1103510-in-order-to-investigate-the-structure-of-atoms | 1,726,271,235,000,000,000 | text/html | crawl-data/CC-MAIN-2024-38/segments/1725700651540.77/warc/CC-MAIN-20240913233654-20240914023654-00502.warc.gz | 302,185,447 | 9,995 | Question
# In order to investigate the structure of atoms, Ernest Rutherford performed his famous experiment, in which...
In order to investigate the structure of atoms, Ernest Rutherford performed his famous experiment, in which he bombarded gold atoms with alpha particles and studied the scattering of the alpha par... | 605 | 1,873 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.5 | 4 | CC-MAIN-2024-38 | latest | en | 0.862445 | [
128000,
14924,
271,
2,
763,
2015,
311,
19874,
279,
6070,
315,
33299,
11,
62023,
432,
94094,
10887,
813,
11495,
9526,
11,
304,
902,
2195,
644,
2015,
311,
19874,
279,
6070,
315,
33299,
11,
62023,
432,
94094,
10887,
813,
11495,
9526,
11,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.varsitytutors.com/hotmath/hotmath_help/topics/converting-fractions-to-decimals.html | 1,656,443,003,000,000,000 | text/html | crawl-data/CC-MAIN-2022-27/segments/1656103573995.30/warc/CC-MAIN-20220628173131-20220628203131-00474.warc.gz | 1,103,535,834 | 26,201 | # Converting Fractions to Decimals
To convert a fraction to a decimal, just divide the numerator by the denominator .
Example 1:
Write $\frac{3}{15}$ as a decimal.
Since $15$ is larger than $3$ , in order to divide, we must add a decimal point and some zeroes after the $3$ . We may not know how many zeroes to add ... | 1,518 | 3,464 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 11, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.6875 | 5 | CC-MAIN-2022-27 | latest | en | 0.530268 | [
128000,
2,
1221,
50517,
23534,
5247,
311,
3799,
25137,
271,
1271,
5625,
264,
19983,
311,
264,
12395,
11,
1120,
22497,
279,
64633,
555,
279,
48012,
6905,
13617,
220,
16,
1473,
8144,
59060,
38118,
90,
18,
15523,
868,
32816,
439,
264,
1239... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://socratic.org/questions/584e78467c01496a8757822b | 1,582,354,793,000,000,000 | text/html | crawl-data/CC-MAIN-2020-10/segments/1581875145654.0/warc/CC-MAIN-20200222054424-20200222084424-00146.warc.gz | 563,886,851 | 7,132 | # If the temperature coefficient alpha for a certain reaction is 2.5, then if the reaction was run at 283^@ "C" and 293^@ "C", what is the activation energy in "kJ/mol"?
Dec 17, 2016
${E}_{a} = 6.5 \times {10}^{3}$ $\text{kJ/mol}$
From Wikipedia, the definition of the temperature coefficient $\alpha$, in regards to ... | 824 | 2,344 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 27, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.34375 | 4 | CC-MAIN-2020-10 | latest | en | 0.636029 | [
128000,
2,
1442,
279,
9499,
36706,
8451,
369,
264,
3738,
13010,
374,
220,
17,
13,
20,
11,
1243,
422,
279,
13010,
574,
1629,
520,
220,
16085,
61,
31,
330,
34,
1,
323,
220,
17313,
61,
31,
330,
34,
498,
1148,
374,
279,
15449,
4907,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://ricardo-saenz.blog.ucol.mx/2015/09/tarea-5-analisis-real.html | 1,722,681,474,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640365107.3/warc/CC-MAIN-20240803091113-20240803121113-00716.warc.gz | 410,318,392 | 23,275 | Ir al contenido principal
## Due September 11th
### Problem 1
Let $f:X\to Y$ be a function, $A,B\subset X$ and $U,V\subset Y$.
1. $f(A\cup B) = f(A)\cup f(B)$.
2. $f(A\cap B)\subset f(A)\cap f(B)$. Give an example where $f(A\cap B)\not\supset f(A)\cap f(B)$.
3. $f^{-1}(U\cup V) = f^{-1}(U)\cup f^{-1}(V)$.
4. $f^... | 733 | 1,923 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 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.8125 | 4 | CC-MAIN-2024-33 | latest | en | 0.672195 | [
128000,
49213,
453,
55354,
12717,
271,
567,
24586,
6250,
220,
806,
339,
271,
14711,
22854,
220,
16,
271,
10267,
400,
69,
84630,
59,
998,
816,
3,
387,
264,
734,
11,
400,
32,
8324,
59,
39353,
1630,
3,
323,
400,
52,
41054,
59,
39353,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://proofwiki.org/wiki/Definition:Inverse_Sine/Real | 1,695,982,138,000,000,000 | text/html | crawl-data/CC-MAIN-2023-40/segments/1695233510501.83/warc/CC-MAIN-20230929090526-20230929120526-00428.warc.gz | 498,966,670 | 11,403 | # Definition:Inverse Sine/Real
## Definition
Let $x \in \R$ be a real number such that $-1 \le x \le 1$.
The inverse sine of $x$ is the multifunction defined as:
$\map {\sin^{-1} } x := \set {y \in \R: \map \sin y = x}$
where $\map \sin y$ is the sine of $y$.
### Arcsine
Arcsine Function
From Shape of Sine Func... | 557 | 1,927 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.03125 | 4 | CC-MAIN-2023-40 | latest | en | 0.843472 | [
128000,
2,
20288,
25,
70279,
328,
483,
14,
13058,
271,
567,
20288,
271,
10267,
400,
87,
1144,
258,
1144,
49,
3,
387,
264,
1972,
1396,
1778,
430,
400,
12,
16,
1144,
273,
865,
1144,
273,
220,
16,
3,
382,
791,
29049,
58768,
315,
400,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://math.stackexchange.com/questions/4545670/if-we-centered-the-matrix-then-the-rank-is-at-most-d-1 | 1,716,547,067,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058709.9/warc/CC-MAIN-20240524091115-20240524121115-00819.warc.gz | 335,071,273 | 35,310 | # If we centered the matrix then the rank is at most d-1
I have found that centering is defined as: We let $$\bar{x}$$ be the in-sample mean vector of the input data so $$\bar{x}=\frac{1}{N}\sum_{n=1}^Nx_n$$ and in matrix notation can be written as $$\bar{x}=\frac{1}{N}X^T1$$, $$1$$ is the column vector of N 1's. Then... | 433 | 1,338 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.03125 | 4 | CC-MAIN-2024-22 | latest | en | 0.902164 | [
128000,
2,
1442,
584,
31288,
279,
6303,
1243,
279,
7222,
374,
520,
1455,
294,
12,
16,
271,
40,
617,
1766,
430,
4219,
287,
374,
4613,
439,
25,
1226,
1095,
27199,
59,
2308,
46440,
92,
14415,
387,
279,
304,
84979,
3152,
4724,
315,
279,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://ask.sagemath.org/question/35209/finding-prime-factorization-of-ideals-in-number-rings/?comment=35219 | 1,582,368,961,000,000,000 | text/html | crawl-data/CC-MAIN-2020-10/segments/1581875145657.46/warc/CC-MAIN-20200222085018-20200222115018-00133.warc.gz | 277,811,344 | 14,454 | # Finding prime factorization of ideals in number rings
Let $K$ be a number field and $O_K$ its ring of algebraic integers. Let $p\in\mathbb{Z}$ be a rational prime. I want to find the factorization of the ideal $pO_K$. What is the syntax for this ?
For clarity, I request you to demonstrate with an example (say $K=\m... | 545 | 1,532 | {"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.703125 | 4 | CC-MAIN-2020-10 | latest | en | 0.781607 | [
128000,
2,
43897,
10461,
8331,
2065,
315,
52805,
304,
1396,
25562,
271,
10267,
400,
42,
3,
387,
264,
1396,
2115,
323,
400,
46,
10310,
3,
1202,
10264,
315,
47976,
292,
26864,
13,
6914,
400,
79,
59,
258,
59,
10590,
6194,
90,
57,
32816... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://www.quantatrisk.com/2013/01/24/probability-of-a-limit-order-executing/ | 1,481,004,359,000,000,000 | text/html | crawl-data/CC-MAIN-2016-50/segments/1480698541883.3/warc/CC-MAIN-20161202170901-00393-ip-10-31-129-80.ec2.internal.warc.gz | 619,222,239 | 15,148 | Quantitative Analysis, Risk Management, Modelling, Algo Trading, and Big Data Analysis
# Probability of a Limit Order Executing
Your algo strategy can assume that if the price of a given stock starts to increase (or fall) you chip-up (or chip-down). This rule can be programmed. If it works you leverage your position ... | 1,975 | 6,636 | {"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.125 | 4 | CC-MAIN-2016-50 | longest | en | 0.871219 | [
128000,
45320,
22018,
18825,
11,
32388,
9744,
11,
5768,
6427,
11,
1708,
3427,
32704,
11,
323,
6295,
2956,
18825,
271,
2,
87739,
315,
264,
29108,
7365,
10502,
10831,
271,
7927,
29028,
8446,
649,
9855,
430,
422,
279,
3430,
315,
264,
2728,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.gradesaver.com/textbooks/math/geometry/geometry-common-core-15th-edition/chapter-7-similarity-common-core-cumulative-standards-review-selected-response-page-485/5 | 1,721,494,380,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763515300.51/warc/CC-MAIN-20240720144323-20240720174323-00225.warc.gz | 680,714,514 | 13,334 | Geometry: Common Core (15th Edition)
midpoint = $(-6, -2)$
In this problem, we need to use the midpoint formula. The midpoint can be found using the following formula: midpoint = $(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2})$, where $(x_1, y_1)$ and $(x_2, y_2)$ are the endpoints of the line segment. The points we are g... | 194 | 566 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.53125 | 5 | CC-MAIN-2024-30 | latest | en | 0.755094 | [
128000,
21450,
25,
7874,
9708,
320,
868,
339,
14398,
696,
16497,
2837,
284,
400,
4172,
21,
11,
482,
17,
15437,
198,
644,
420,
3575,
11,
584,
1205,
311,
1005,
279,
83063,
15150,
13,
578,
83063,
649,
387,
1766,
1701,
279,
2768,
15150,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://nrich.maths.org/public/topic.php?code=5039&cl=1&cldcmpid=141 | 1,571,186,488,000,000,000 | text/html | crawl-data/CC-MAIN-2019-43/segments/1570986660829.5/warc/CC-MAIN-20191015231925-20191016015425-00177.warc.gz | 621,541,956 | 9,226 | # Search by Topic
#### Resources tagged with Interactivities similar to Four Triangles Puzzle:
Filter by: Content type:
Age range:
Challenge level:
### There are 142 results
Broad Topics > Information and Communications Technology > Interactivities
### Four Triangles Puzzle
##### Age 5 to 11 Challenge Level:
Cut... | 2,105 | 9,052 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.671875 | 4 | CC-MAIN-2019-43 | latest | en | 0.879889 | [
128000,
2,
7694,
555,
34011,
271,
827,
16607,
38213,
449,
5783,
33078,
4528,
311,
13625,
12639,
17694,
61112,
1473,
5750,
555,
25,
9059,
955,
512,
17166,
2134,
512,
63178,
2237,
1473,
14711,
2684,
527,
220,
10239,
3135,
271,
69424,
41994,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.solve-variable.com/solve-variable/angle-complements/solving-difference-quotient.html | 1,529,563,451,000,000,000 | text/html | crawl-data/CC-MAIN-2018-26/segments/1529267864039.24/warc/CC-MAIN-20180621055646-20180621075646-00421.warc.gz | 933,753,692 | 11,418 | Free Algebra Tutorials!
Home Systems of Linear Equations and Problem Solving Solving Quadratic Equations Solve Absolute Value Inequalities Solving Quadratic Equations Solving Quadratic Inequalities Solving Systems of Equations Row Reduction Solving Systems of Linear Equations by Graphing Solving Quadratic Equations So... | 1,124 | 4,670 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.84375 | 4 | CC-MAIN-2018-26 | latest | en | 0.836204 | [
128000,
11180,
4194,
2149,
27175,
350,
56027,
4999,
5492,
15264,
315,
29363,
11964,
811,
323,
22854,
11730,
4504,
11730,
4504,
65048,
780,
11964,
811,
64384,
49981,
5273,
763,
26880,
1385,
11730,
4504,
65048,
780,
11964,
811,
11730,
4504,
6... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://unimodular.net/blog/?p=108 | 1,596,636,847,000,000,000 | text/html | crawl-data/CC-MAIN-2020-34/segments/1596439735958.84/warc/CC-MAIN-20200805124104-20200805154104-00277.warc.gz | 118,907,766 | 6,414 | # Trigonometric problem
Here’s my solution to a nice little trigonometric problem posted by miss loi.
Show that
$\frac{ \tan x + \sec x – 1} { \tan x – \sec x +1 } \equiv \tan x + \sec x$
$\frac{ \tan x + \sec x – 1} { \tan x – \sec x +1 } = \frac{ \sin x + 1 – \cos x } { \sin x – 1 + \cos x }$
$= \frac{ \sin x + 1 –... | 572 | 1,547 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.15625 | 4 | CC-MAIN-2020-34 | latest | en | 0.779417 | [
128000,
2,
1183,
74981,
24264,
3575,
271,
8586,
753,
856,
6425,
311,
264,
6555,
2697,
54033,
263,
24264,
3575,
8621,
555,
3194,
82291,
627,
7968,
430,
198,
59836,
38118,
90,
1144,
53691,
865,
489,
1144,
5132,
865,
1389,
220,
16,
92,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
earthguideweb-meteorology.layeredearth.com | 1,624,483,859,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623488540235.72/warc/CC-MAIN-20210623195636-20210623225636-00633.warc.gz | 212,927,632 | 3,290 | Unit B Unit Activity
### Balancing the Earth’s Energy Budget
Objective: The purpose of this activity is to analyze the Earth’s energy budget in greater detail. A mathematical analysis will be done to examine how the Earth’s energy budget is balanced.
Materials Required: Everything that you need for this activity is ... | 1,174 | 5,061 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2021-25 | latest | en | 0.867882 | [
128000,
4665,
426,
8113,
15330,
271,
14711,
19984,
9151,
279,
9420,
753,
12634,
28368,
271,
79406,
25,
578,
7580,
315,
420,
5820,
374,
311,
24564,
279,
9420,
753,
4907,
8199,
304,
7191,
7872,
13,
362,
37072,
6492,
690,
387,
2884,
311,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.physicsforums.com/threads/composite-bars.880649/ | 1,532,146,714,000,000,000 | text/html | crawl-data/CC-MAIN-2018-30/segments/1531676592309.94/warc/CC-MAIN-20180721032019-20180721052019-00044.warc.gz | 957,995,732 | 16,520 | # Homework Help: Composite bars
1. Aug 1, 2016
### chetzread
1. The problem statement, all variables and given/known data
φ is the angle of twist , i dont understand why the angle of twist must be the same for 2 bars ...
2. Relevant equations
3. The attempt at a solution
They are made of different material , how c... | 582 | 2,006 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.65625 | 4 | CC-MAIN-2018-30 | latest | en | 0.892698 | [
128000,
2,
83813,
11736,
25,
41739,
16283,
271,
16,
13,
5033,
220,
16,
11,
220,
679,
21,
271,
14711,
523,
43289,
888,
271,
16,
13,
578,
3575,
5224,
11,
682,
7482,
323,
2728,
14,
5391,
828,
198,
86134,
374,
279,
9392,
315,
27744,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://socratic.org/questions/what-is-the-unit-vector-that-is-normal-to-the-plane-containing-3-i-j-k-and-i-k | 1,721,500,186,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763517515.18/warc/CC-MAIN-20240720174732-20240720204732-00775.warc.gz | 482,844,804 | 6,260 | # What is the unit vector that is normal to the plane containing (- 3 i + j -k) and ( i +k )?
Nov 29, 2016
The unit vector is:
$\hat{C} = \frac{\sqrt{6}}{6} \hat{i} + \frac{\sqrt{6}}{3} \hat{j} - \frac{\sqrt{6}}{6} \hat{k}$
#### Explanation:
Let $\overline{A} = - 3 \hat{i} + \hat{j} - \hat{k}$
Let $\overline{B} = ... | 685 | 1,594 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 18, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.5 | 4 | CC-MAIN-2024-30 | latest | en | 0.467796 | [
128000,
2,
3639,
374,
279,
5089,
4724,
430,
374,
4725,
311,
279,
11277,
8649,
10505,
220,
18,
602,
489,
503,
482,
74,
8,
323,
320,
602,
489,
74,
883,
1980,
19480,
220,
1682,
11,
220,
679,
21,
271,
791,
5089,
4724,
374,
1473,
59836... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://bcphysics180.wordpress.com/2014/10/29/day-26-working-with-ca-graphs/ | 1,501,145,517,000,000,000 | text/html | crawl-data/CC-MAIN-2017-30/segments/1500549427750.52/warc/CC-MAIN-20170727082427-20170727102427-00022.warc.gz | 617,536,505 | 36,987 | # Day 26: Working with CA Graphs
Physics 11 Today was spent working through graphs of objects moving with constant acceleration. The majority of students got it ok, but almost everyone needed a few corrections or challenges. A few students were starting to hit the wall on clearly understanding how these graphical de... | 510 | 2,413 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.53125 | 4 | CC-MAIN-2017-30 | longest | en | 0.951068 | [
128000,
2,
6187,
220,
1627,
25,
22938,
449,
9362,
4194,
11461,
82,
271,
34999,
220,
806,
11450,
574,
7543,
3318,
1555,
40099,
315,
6302,
7366,
449,
6926,
31903,
13,
4194,
578,
8857,
315,
4236,
2751,
433,
5509,
11,
719,
4661,
5127,
446... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.physicsforums.com/threads/stopping-distance-of-a-car.832707/ | 1,511,247,073,000,000,000 | text/html | crawl-data/CC-MAIN-2017-47/segments/1510934806317.75/warc/CC-MAIN-20171121055145-20171121075145-00699.warc.gz | 854,146,143 | 17,040 | # Stopping distance of a car?
1. Sep 15, 2015
### David Donald
1. The problem statement, all variables and given/known data
While traveling on the highway with your 1000kg car, at 115.2 km/h, where you’re ABS (automatic
braking system) is disabled. This means braking is relying solely on the friction of your tires... | 441 | 1,548 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2017-47 | longest | en | 0.93454 | [
128000,
2,
800,
7153,
6138,
315,
264,
1841,
1980,
16,
13,
17907,
220,
868,
11,
220,
679,
20,
271,
14711,
6941,
9641,
271,
16,
13,
578,
3575,
5224,
11,
682,
7482,
323,
2728,
14,
5391,
828,
271,
8142,
21646,
389,
279,
27834,
449,
70... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://math.stackexchange.com/questions/2972412/starting-with-a-false-statement-how-can-one-prove-anything-is-true | 1,571,881,921,000,000,000 | text/html | crawl-data/CC-MAIN-2019-43/segments/1570987838289.72/warc/CC-MAIN-20191024012613-20191024040113-00283.warc.gz | 595,380,116 | 32,843 | # Starting with a false statement, how can one prove anything is true? [duplicate]
So I've been learning a bit of logic for class and heard that if you begin with a false statement, you can then prove anything to be true, however I don't entirely understand what this means or how to do it.
For example, if $$\sqrt{2}$... | 1,347 | 5,010 | {"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.796875 | 4 | CC-MAIN-2019-43 | latest | en | 0.747492 | [
128000,
2,
28757,
449,
264,
905,
5224,
11,
1268,
649,
832,
12391,
4205,
374,
837,
30,
510,
64926,
2595,
4516,
358,
3077,
1027,
6975,
264,
2766,
315,
12496,
369,
538,
323,
6755,
430,
422,
499,
3240,
449,
264,
905,
5224,
11,
499,
649,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://math.libretexts.org/Bookshelves/Linear_Algebra/Fundamentals_of_Matrix_Algebra_(Hartman)/03%3A_Operations_on_Matrices/3.04%3A_Properties_of_the_Determinant | 1,721,612,848,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763517805.92/warc/CC-MAIN-20240722003438-20240722033438-00238.warc.gz | 338,451,524 | 37,015 | # 3.4: Properties of the Determinant
$$\newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} }$$
$$\newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}}$$
$$\newcommand{\id}{\mathrm{id}}$$ $$\newcommand{\Span}{\mathrm{span}}$$
( \newcommand{\kernel}{\mathrm{null}\,}\... | 8,163 | 25,375 | {"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.21875 | 4 | CC-MAIN-2024-30 | latest | en | 0.196194 | [
128000,
2,
220,
18,
13,
19,
25,
12094,
315,
279,
36007,
519,
271,
14415,
59,
943,
5749,
36802,
95754,
44489,
16,
15731,
59,
9146,
295,
314,
1144,
2334,
3612,
1144,
81,
22635,
277,
33076,
455,
92,
29252,
10590,
13536,
90,
2,
16,
3500... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.physicsforums.com/threads/application-of-integration-help.399072/ | 1,544,956,468,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376827639.67/warc/CC-MAIN-20181216095437-20181216121437-00300.warc.gz | 999,726,701 | 14,125 | # Homework Help: Application of Integration- help!
1. Apr 27, 2010
### skylit
1. Let f be the function given by f(x) = ex + 1, where the region R is bounded by the graph of f(x), the y-axis, and the horizontal line y=4.
2. Relevant equations
a. Find the area of region R.
b. A vertical line x=h, where h>o is chosen ... | 593 | 2,087 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-51 | latest | en | 0.924049 | [
128000,
2,
83813,
11736,
25,
7473,
315,
41169,
12,
1520,
2268,
16,
13,
5186,
220,
1544,
11,
220,
679,
15,
271,
14711,
1940,
4010,
275,
271,
16,
13,
6914,
282,
387,
279,
734,
2728,
555,
282,
2120,
8,
284,
506,
489,
220,
16,
11,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://books.google.co.ve/books?id=JWE1AAAAMAAJ&dq=related:ISBN8474916712&output=html_text&lr= | 1,623,511,267,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623487584018.1/warc/CC-MAIN-20210612132637-20210612162637-00534.warc.gz | 149,873,828 | 9,797 | # A System of Geometry and Trigonometry: Together with a Treatise on Surveying; Teaching Various Ways of Taking the Survey of a Field; Also to Protract the Same and Find the Area. Likewise, Rectangular Surveying; Or, an Accurate Method of Calculating the Area of Any Field Arithmetically, Without the Necessity of Plotti... | 613 | 2,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... | 4.21875 | 4 | CC-MAIN-2021-25 | latest | en | 0.642354 | [
128000,
2,
362,
744,
315,
40018,
323,
1183,
74981,
7133,
25,
32255,
449,
264,
19409,
1082,
389,
24507,
287,
26,
45377,
40741,
42419,
315,
36925,
279,
24507,
315,
264,
8771,
26,
7429,
311,
1322,
2193,
279,
26823,
323,
7531,
279,
12299,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://docplayer.net/21464453-Math-games-for-skills-and-concepts.html | 1,660,709,704,000,000,000 | text/html | crawl-data/CC-MAIN-2022-33/segments/1659882572833.95/warc/CC-MAIN-20220817032054-20220817062054-00171.warc.gz | 230,416,094 | 29,209 | # Math Games For Skills and Concepts
Size: px
Start display at page:
Transcription
6 Math Games p C 9 P O 3 COVER UP 8 U V 4 Materials: 20 chips, two dice, and the cover up board. 7 E R U Game: (1) Line the chips up over the rows with the letters. (2) Roll two dice. Cover up one or more numbers that add up to the to... | 6,782 | 29,834 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.515625 | 4 | CC-MAIN-2022-33 | latest | en | 0.910859 | [
128000,
2,
4242,
11871,
1789,
31340,
323,
76872,
271,
1730,
25,
17585,
198,
3563,
3113,
520,
2199,
1473,
3246,
1479,
271,
21,
4242,
11871,
281,
356,
220,
24,
393,
507,
220,
18,
96139,
12250,
220,
23,
549,
650,
220,
19,
32009,
25,
22... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.geeksforgeeks.org/angles-between-two-lines-in-3d-space/ | 1,713,709,438,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296817780.88/warc/CC-MAIN-20240421132819-20240421162819-00507.warc.gz | 707,878,748 | 49,581 | Angles Between two Lines in 3D Space: Solved Examples
Last Updated : 18 Apr, 2024
Straight Lines in 3D space are generally represented in two forms Cartesian Form and Vector Form. Hence the angles between any two straight lines in 3D space are also defined in terms of both the forms of the straight lines. Let’s discu... | 2,425 | 5,078 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.46875 | 4 | CC-MAIN-2024-18 | latest | en | 0.781004 | [
128000,
47554,
28232,
1403,
39333,
304,
220,
18,
35,
11746,
25,
328,
8905,
26379,
271,
5966,
16459,
551,
220,
972,
5186,
11,
220,
2366,
19,
271,
89954,
39333,
304,
220,
18,
35,
3634,
527,
8965,
15609,
304,
1403,
7739,
81815,
3459,
323... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://computerscienceassignmentshelp.xyz/data-structures-and-algorithms-tutorial-pdf-55811 | 1,652,786,728,000,000,000 | text/html | crawl-data/CC-MAIN-2022-21/segments/1652662517245.1/warc/CC-MAIN-20220517095022-20220517125022-00001.warc.gz | 244,437,991 | 15,335 | Select Page
Data Structures And Algorithms Tutorial PdfIx4.2.4 The following is a demo of the simplest python programming algorithm. This is how the python programming language was developed. This was a guide to learning about common algebra and basic basic functions. Python: basic, basic functions – an introduction T... | 1,528 | 7,096 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.796875 | 4 | CC-MAIN-2022-21 | latest | en | 0.935409 | [
128000,
3461,
5874,
271,
1061,
71150,
1628,
86859,
49107,
29250,
97212,
19,
13,
17,
13,
19,
578,
2768,
374,
264,
17074,
315,
279,
45648,
10344,
15840,
12384,
13,
1115,
374,
1268,
279,
10344,
15840,
4221,
574,
8040,
13,
1115,
574,
264,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://onlinetoptutor.com/log-math-needed-asap-2/ | 1,653,520,558,000,000,000 | text/html | crawl-data/CC-MAIN-2022-21/segments/1652662594414.79/warc/CC-MAIN-20220525213545-20220526003545-00725.warc.gz | 486,546,208 | 11,192 | # log math needed asap
1.)Change to exponents help me please.
a.)log3 81=4
b)log4 1/256=-4
2.)Change to exponent:
a.)log3 81=4
b)5^7t=a+b/a
What is:
3.)log4 (3z) + log4x
4.)9^(x^2)=3^3x+2
5.)9^2x multiplied by (1/3)^x+2 =27 multiplied by (3^x)^-2 | 123 | 252 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.53125 | 4 | CC-MAIN-2022-21 | latest | en | 0.417898 | [
128000,
2,
1515,
7033,
4460,
439,
391,
271,
16,
6266,
4164,
311,
506,
2767,
1520,
757,
4587,
627,
64,
6266,
848,
18,
220,
5932,
28,
19,
198,
65,
8,
848,
19,
220,
16,
14,
4146,
11065,
19,
271,
17,
6266,
4164,
311,
28790,
512,
64,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.sawaal.com/time-and-distance-questions-and-answers/_9605 | 1,532,262,123,000,000,000 | text/html | crawl-data/CC-MAIN-2018-30/segments/1531676593223.90/warc/CC-MAIN-20180722120017-20180722140017-00349.warc.gz | 978,721,196 | 17,103 | 16
Q:
# A train with 120 wagons crosses Arun who is going in the same direction, in 36 seconds. It travels for half an hour from the time it starts overtaking the Arun ( he is riding on the horse) before it starts overtaking the Sriram( who is also riding on his horse) coming from the opposite direction in 24 seconds.... | 1,831 | 5,647 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 5, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.46875 | 4 | CC-MAIN-2018-30 | latest | en | 0.909326 | [
128000,
845,
198,
48,
1473,
2,
362,
5542,
449,
220,
4364,
65425,
2439,
50535,
1676,
359,
889,
374,
2133,
304,
279,
1890,
5216,
11,
304,
220,
1927,
6622,
13,
1102,
35292,
369,
4376,
459,
6596,
505,
279,
892,
433,
8638,
43661,
1802,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://gifted.uconn.edu/projectm3/m3_teachers_4-5_fraction/ | 1,508,319,818,000,000,000 | text/html | crawl-data/CC-MAIN-2017-43/segments/1508187822851.65/warc/CC-MAIN-20171018085500-20171018105500-00097.warc.gz | 141,007,149 | 12,403 | # Project M³ Curriculum Units — Level 4-5
## Treasures From the Attic: Exploring Fractions
(get the book choose grades 4-5)
In this unit students are introduced to two children, Tori and Jordan. In their grandparents’ attic Tori and Jordan uncover hidden treasures from a general store that their grandmother’s grandp... | 555 | 3,104 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2017-43 | latest | en | 0.945588 | [
128000,
2,
5907,
386,
44301,
75306,
36281,
2001,
9580,
220,
19,
12,
20,
271,
567,
12758,
24368,
5659,
279,
7867,
292,
25,
18491,
5620,
23534,
5247,
271,
5550,
279,
2363,
5268,
28711,
220,
19,
12,
20,
696,
644,
420,
5089,
4236,
527,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.bteclearn.com/write-a-program-to-calculate-the-least-common-multiple-of-two-numbers-javascript/ | 1,716,199,931,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058254.21/warc/CC-MAIN-20240520080523-20240520110523-00022.warc.gz | 616,344,936 | 41,078 | # How to Calculate the Least Common Multiple of Two Numbers in JavaScript
In the realm of web development, JavaScript stands as a powerful and versatile programming language. It is widely used to create interactive and dynamic web applications. One of the essential skills for any JavaScript developer is the ability to... | 1,089 | 4,947 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.5625 | 5 | CC-MAIN-2024-22 | latest | en | 0.903869 | [
128000,
2,
2650,
311,
21157,
279,
91616,
7874,
29911,
315,
9220,
35813,
304,
13210,
271,
644,
279,
22651,
315,
3566,
4500,
11,
13210,
13656,
439,
264,
8147,
323,
33045,
15840,
4221,
13,
1102,
374,
13882,
1511,
311,
1893,
21416,
323,
891... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://en.wikisource.org/wiki/Page:LorentzGravitation1916.djvu/62 | 1,526,929,416,000,000,000 | text/html | crawl-data/CC-MAIN-2018-22/segments/1526794864466.23/warc/CC-MAIN-20180521181133-20180521201133-00470.warc.gz | 561,481,682 | 10,435 | # Page:LorentzGravitation1916.djvu/62
Jump to: navigation, search
This page has been proofread, but needs to be validated.
§ 64. Equations (122) show that in the coordinates ${\displaystyle \left(x'_{1},x'_{2},x'_{3},x'_{4}\right)}$ the system has a velocity of translation ${\displaystyle {\tfrac {bc}{a}}}$ in the di... | 672 | 2,563 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 17, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.9375 | 4 | CC-MAIN-2018-22 | latest | en | 0.921476 | [
128000,
2,
5874,
70333,
69625,
89,
6600,
402,
7709,
7529,
21,
962,
126263,
14,
5538,
271,
35079,
311,
25,
10873,
11,
2778,
198,
2028,
2199,
706,
1027,
11311,
888,
11,
719,
3966,
311,
387,
33432,
382,
18332,
220,
1227,
13,
11964,
811,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://en.m.wikibooks.org/wiki/Partial_Differential_Equations/Parallel_Plate_Flow:_Realistic_IC | 1,529,563,095,000,000,000 | text/html | crawl-data/CC-MAIN-2018-26/segments/1529267864039.24/warc/CC-MAIN-20180621055646-20180621075646-00611.warc.gz | 604,913,521 | 22,555 | # Advanced Mathematics for Engineers and Scientists/Parallel Plate Flow: Realistic IC
(Redirected from Partial Differential Equations/Parallel Plate Flow: Realistic IC)
## Parallel Plate Flow: Realistic ICEdit
The initial velocity profile chosen in the last problem agreed with intuition but honestly came out of thin... | 4,753 | 14,919 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 99, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-26 | latest | en | 0.754273 | [
128000,
2,
21844,
50895,
369,
49796,
323,
57116,
14,
16956,
31403,
23260,
25,
8976,
4633,
19845,
271,
2855,
291,
75712,
505,
25570,
99836,
11964,
811,
14,
16956,
31403,
23260,
25,
8976,
4633,
19845,
696,
567,
50372,
31403,
23260,
25,
8976... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://dsp.stackexchange.com/questions/86521/show-that-decomposition-does-not-hold-for-non-linear-system | 1,701,841,652,000,000,000 | text/html | crawl-data/CC-MAIN-2023-50/segments/1700679100583.13/warc/CC-MAIN-20231206031946-20231206061946-00860.warc.gz | 245,503,168 | 42,024 | # Show that decomposition does not hold for non-linear system
The solution to an inhomogeneous differential equation can be split up into homogeneous solution and a particular solution (forced response).
Another way to split up the solution to an inhomogeneous differential equation is in a zero-input response and a z... | 768 | 2,853 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.875 | 4 | CC-MAIN-2023-50 | longest | en | 0.856008 | [
128000,
2,
7073,
430,
66266,
1587,
539,
3412,
369,
2536,
62399,
1887,
271,
791,
6425,
311,
459,
304,
35940,
49122,
41264,
24524,
649,
387,
6859,
709,
1139,
87282,
6425,
323,
264,
4040,
6425,
320,
25229,
2077,
3677,
14364,
1648,
311,
685... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://jornalheiros.blogspot.com/2020/11/geometria-um-problema-de-triangulos-retangulos.html | 1,606,726,515,000,000,000 | text/html | crawl-data/CC-MAIN-2020-50/segments/1606141211510.56/warc/CC-MAIN-20201130065516-20201130095516-00157.warc.gz | 47,478,036 | 38,609 | ## sexta-feira, 20 de novembro de 2020
### Geometria - Um problema de triângulos retângulos
James Tanton pergunta em seu Twitter: uma potência de dois pode ser a hipotenusa de um triângulo retângulo com lados inteiros?
(James Tanton asks on his Twitter: can a power of two be the hypotenuse of an integer right triang... | 876 | 2,825 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2020-50 | latest | en | 0.826165 | [
128000,
567,
38103,
64,
65008,
11,
220,
508,
409,
6747,
50010,
409,
220,
2366,
15,
271,
14711,
4323,
4512,
4298,
482,
24218,
42176,
409,
2463,
106124,
29752,
2160,
106124,
29752,
271,
29184,
350,
32054,
824,
61010,
991,
20607,
6405,
25,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://www.dummies.com/how-to/content/how-to-use-financial-reports-to-calculate-the-inte.html | 1,469,809,505,000,000,000 | text/html | crawl-data/CC-MAIN-2016-30/segments/1469257831769.86/warc/CC-MAIN-20160723071031-00314-ip-10-185-27-174.ec2.internal.warc.gz | 403,657,805 | 15,779 | The interest coverage ratio looks at income on financial reports to determine whether the company is generating enough profits to pay its interest obligations. If the company doesn't make its interest payments on time to creditors, its ability to get additional credit will be hurt; eventually, if nonpayment goes on for... | 688 | 2,922 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.59375 | 4 | CC-MAIN-2016-30 | latest | en | 0.9395 | [
128000,
791,
2802,
10401,
11595,
5992,
520,
8070,
389,
6020,
6821,
311,
8417,
3508,
279,
2883,
374,
24038,
3403,
22613,
311,
2343,
1202,
2802,
30255,
13,
1442,
279,
2883,
3250,
956,
1304,
1202,
2802,
14507,
389,
892,
311,
66599,
11,
120... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://question.onlinegdb.com/13037/i-need-explanation-please?show=13044 | 1,723,319,537,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640822309.61/warc/CC-MAIN-20240810190707-20240810220707-00535.warc.gz | 382,766,752 | 9,559 | Hi! Can somebody explain why i need the "if x%2 == 1" part? Please, i'm just learning python datastructure
https://onlinegdb.com/WF0MOPqNq
answered Oct 9, 2022 by (260 points)
first you need to know that % = remainder of division
the division is x / 2
`the 1 means it's not integer because it's left `
` if you put ... | 788 | 2,555 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-33 | latest | en | 0.924147 | [
128000,
13347,
0,
3053,
18570,
10552,
3249,
602,
1205,
279,
330,
333,
865,
4,
17,
624,
220,
16,
1,
961,
30,
5321,
11,
602,
2846,
1120,
6975,
10344,
828,
7993,
271,
2485,
1129,
26732,
70,
2042,
916,
22964,
37,
15,
44,
3143,
80,
45,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.gradesaver.com/textbooks/math/algebra/intermediate-algebra-6th-edition/chapter-5-section-5-4-multiplying-polynomials-exercise-set-page-289/47 | 1,553,132,326,000,000,000 | text/html | crawl-data/CC-MAIN-2019-13/segments/1552912202476.48/warc/CC-MAIN-20190321010720-20190321032720-00163.warc.gz | 774,858,245 | 13,901 | ## Intermediate Algebra (6th Edition)
$x^4-8x^3+24x^2-32x+16$
$(x-2)^4\longrightarrow$ Rewrite as squared binomials. $(x-2)^2(x-2)^2\longrightarrow$ Multiply using FOIL method $[x^2-4x+4][x^2-4x+4]\longrightarrow$ Regroup to create squared binomial $[(x^2-4x)+4]^2\longrightarrow$ Multiply using FOIL method $(x^2-4x)^2... | 202 | 515 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.21875 | 4 | CC-MAIN-2019-13 | latest | en | 0.434452 | [
128000,
567,
61748,
77543,
320,
21,
339,
14398,
696,
64083,
61,
19,
12,
23,
87,
61,
18,
10,
1187,
87,
61,
17,
12,
843,
87,
10,
845,
26101,
8693,
87,
12,
17,
30876,
19,
59,
56142,
3,
94313,
439,
53363,
9736,
316,
10522,
13,
5035,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://www.elevenplusexams.co.uk/forum/11plus/viewtopic.php?f=2&t=5283 | 1,477,608,347,000,000,000 | text/html | crawl-data/CC-MAIN-2016-44/segments/1476988721405.66/warc/CC-MAIN-20161020183841-00297-ip-10-171-6-4.ec2.internal.warc.gz | 420,716,263 | 9,362 | It is currently Thu Oct 27, 2016 10:45 pm
All times are UTC
Page 1 of 1 [ 4 posts ]
Print view Previous topic | Next topic
Author Message
Post subject: Maths Help...PleasePosted: Sun Jan 27, 2008 2:19 pm
Joined: Mon Feb 20, 2006 1:29 pm
Posts: 1805
Location: Berkshire
DS1 always attacks maths questions in the mo... | 1,223 | 4,046 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4 | 4 | CC-MAIN-2016-44 | longest | en | 0.948118 | [
128000,
2181,
374,
5131,
36992,
5020,
220,
1544,
11,
220,
679,
21,
220,
605,
25,
1774,
9012,
271,
2052,
3115,
527,
28503,
271,
5874,
220,
16,
315,
220,
16,
510,
220,
19,
8158,
5243,
8377,
1684,
30013,
8712,
765,
9479,
8712,
198,
727... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.thelittleaussiebakery.com/how-do-you-find-the-value-of-n/ | 1,723,540,106,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722641075627.80/warc/CC-MAIN-20240813075138-20240813105138-00826.warc.gz | 778,090,864 | 11,859 | # How do you find the value of N?
## How do you find the value of N?
To find n! we multiply the number from 1 to n, so to find n form n! we can start dividing that number from 2 to the number with which we get quotient as 1.
## What is the solution to the equation?
A solution to an equation is a value of a variable... | 978 | 4,289 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.78125 | 5 | CC-MAIN-2024-33 | latest | en | 0.925895 | [
128000,
2,
2650,
656,
499,
1505,
279,
907,
315,
452,
1980,
567,
2650,
656,
499,
1505,
279,
907,
315,
452,
1980,
1271,
1505,
308,
0,
584,
31370,
279,
1396,
505,
220,
16,
311,
308,
11,
779,
311,
1505,
308,
1376,
308,
0,
584,
649,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://ina-app.nl/answers/207047-a-e-f-h-z-v-u-what-comes-next | 1,712,931,928,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296816024.45/warc/CC-MAIN-20240412132154-20240412162154-00633.warc.gz | 14,299,935 | 7,325 | # A E F H Z V U what comes next
Answer: A = letter 1 in alphabet
E = letter 5 (fifth one along from start)
F = letter 6
H = letter 8
then go in reverse:
Z = letter 26
V = letter 22 (or 5th one along from end)
U = letter 21 (next one back)
S = letter 19 (skip one as there was between F and H but going backwards)
## R... | 905 | 2,897 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.0625 | 4 | CC-MAIN-2024-18 | latest | en | 0.91619 | [
128000,
2,
362,
469,
435,
473,
1901,
650,
549,
1148,
4131,
1828,
271,
16533,
25,
362,
284,
6661,
220,
16,
304,
28890,
198,
36,
284,
6661,
220,
20,
320,
69,
58710,
832,
3235,
505,
1212,
340,
37,
284,
6661,
220,
21,
198,
39,
284,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://puzzling.stackexchange.com/questions/10868/3x3-magic-square-of-prime-numbers-part-ii/10891 | 1,620,393,150,000,000,000 | text/html | crawl-data/CC-MAIN-2021-21/segments/1620243988793.99/warc/CC-MAIN-20210507120655-20210507150655-00156.warc.gz | 485,468,275 | 40,361 | # 3x3 “Magic Square” of Prime Numbers — Part II
Glad to know the previous puzzle, which was the first puzzle I posted in Puzzling, was warmly welcomed (Thank you!), and an optimal solution was found. Inspired by the comments there, here is the Version $2$ of the puzzle.
In fact, most of the things are unchanged. We s... | 977 | 3,443 | {"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.703125 | 4 | CC-MAIN-2021-21 | latest | en | 0.936018 | [
128000,
2,
220,
18,
87,
18,
1054,
44638,
15992,
863,
315,
12801,
35813,
2001,
3744,
8105,
271,
38,
18599,
311,
1440,
279,
3766,
25649,
11,
902,
574,
279,
1176,
25649,
358,
8621,
304,
393,
9065,
2785,
11,
574,
97470,
32069,
320,
13359,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.physicsforums.com/threads/combined-probability-distribution.515931/ | 1,527,074,366,000,000,000 | text/html | crawl-data/CC-MAIN-2018-22/segments/1526794865595.47/warc/CC-MAIN-20180523102355-20180523122355-00375.warc.gz | 825,134,874 | 17,002 | # Homework Help: Combined probability distribution
1. Jul 21, 2011
### Uncle_John
1. The problem statement, all variables and given/known data
Let's have a box in shape of a square(viewed from the top) from the corner of which a smaller square was cut out.The side of a bigger square is 2a, side of the smaller square... | 1,326 | 3,966 | {"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 | 4 | CC-MAIN-2018-22 | longest | en | 0.821418 | [
128000,
2,
83813,
11736,
25,
58752,
19463,
8141,
271,
16,
13,
10263,
220,
1691,
11,
220,
679,
16,
271,
14711,
51521,
10821,
3180,
271,
16,
13,
578,
3575,
5224,
11,
682,
7482,
323,
2728,
14,
5391,
828,
198,
10267,
596,
617,
264,
3830... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://brainden.com/forum/profile/1048-bonanova/content/page/22/?all_activity=1 | 1,623,973,310,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623487634576.73/warc/CC-MAIN-20210617222646-20210618012646-00090.warc.gz | 8,611,759 | 15,409 | BrainDen.com - Brain Teasers
# bonanova
Moderator
6973
66
1. ## logic or trial&error?
Brute force Has anyone found a constructive solution?
2. ## Descendants
"... for a thousand years. How many descendants would you have?" But we're not enumerating the world's population. We're quantifying the part of it that co... | 900 | 3,736 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.671875 | 4 | CC-MAIN-2021-25 | latest | en | 0.940378 | [
128000,
66177,
24539,
916,
482,
31417,
2722,
60830,
271,
2,
7970,
86563,
271,
69723,
859,
271,
25388,
18,
271,
2287,
271,
16,
13,
7860,
12496,
477,
9269,
5,
850,
1980,
6971,
1088,
5457,
11697,
5606,
1766,
264,
54584,
6425,
5380,
17,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://metanumbers.com/557950 | 1,624,506,673,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623488550571.96/warc/CC-MAIN-20210624015641-20210624045641-00036.warc.gz | 359,657,919 | 10,914 | ## 557950
557,950 (five hundred fifty-seven thousand nine hundred fifty) is an even six-digits composite number following 557949 and preceding 557951. In scientific notation, it is written as 5.5795 × 105. The sum of its digits is 31. It has a total of 4 prime factors and 12 positive divisors. There are 223,160 positi... | 1,454 | 4,153 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-25 | latest | en | 0.819256 | [
128000,
567,
220,
23906,
15862,
271,
23906,
11,
15862,
320,
53770,
7895,
33517,
79125,
16579,
11888,
7895,
33517,
8,
374,
459,
1524,
4848,
1773,
19184,
28814,
1396,
2768,
220,
23906,
24680,
323,
38846,
220,
23906,
24989,
13,
763,
12624,
4... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.cut-the-knot.org/ctk/NapoleonPropeller.shtml | 1,721,448,698,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763514981.25/warc/CC-MAIN-20240720021925-20240720051925-00153.warc.gz | 634,671,314 | 9,174 | # Cut The Knot!
An interactive column using Java applets
by Alex Bogomolny
# Napoleon's Propeller
July 2002
As the two most recent columns have been devoted to synthetic proofs of a curious result, I've been looking for an example or two of an illuminating analytic proof. I found quite a few. Two such appear below.... | 1,929 | 7,542 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.609375 | 4 | CC-MAIN-2024-30 | latest | en | 0.935449 | [
128000,
2,
20223,
578,
93244,
2268,
2127,
21416,
3330,
1701,
8102,
917,
10145,
198,
1729,
8683,
42648,
316,
337,
3919,
271,
2,
70527,
596,
3998,
7218,
271,
29527,
220,
1049,
17,
271,
2170,
279,
1403,
1455,
3293,
8310,
617,
1027,
29329,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://ygnetwork-ltd.com/maths-557 | 1,675,512,738,000,000,000 | text/html | crawl-data/CC-MAIN-2023-06/segments/1674764500126.0/warc/CC-MAIN-20230204110651-20230204140651-00264.warc.gz | 1,109,410,266 | 4,773 | Elimination system of equations solver
Elimination system of equations solver is a software program that helps students solve math problems. Our website can solve math word problems.
The Best Elimination system of equations solver
Elimination system of equations solver can be found online or in mathematical textbook... | 665 | 3,195 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-06 | latest | en | 0.943145 | [
128000,
42113,
2617,
1887,
315,
39006,
30061,
271,
42113,
2617,
1887,
315,
39006,
30061,
374,
264,
3241,
2068,
430,
8779,
4236,
11886,
7033,
5435,
13,
5751,
3997,
649,
11886,
7033,
3492,
5435,
382,
791,
7252,
43420,
2617,
1887,
315,
39006... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://www.jiskha.com/display.cgi?id=1211363496 | 1,498,357,660,000,000,000 | text/html | crawl-data/CC-MAIN-2017-26/segments/1498128320386.71/warc/CC-MAIN-20170625013851-20170625033851-00330.warc.gz | 559,486,475 | 3,868 | # physics
posted by .
if 5/6th of a radioactive sample decay in 70 years and 1/6th remain. how can you find the half life without knowing the decay constant can you help?
• physics -
The fraction (1/6) that remains after 70 years satisfies the relation:
1/6 = 2^(-t/T),
where T is the half life and t = 70 years.
... | 139 | 453 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.625 | 4 | CC-MAIN-2017-26 | latest | en | 0.934399 | [
128000,
2,
22027,
271,
44182,
555,
6905,
333,
220,
20,
14,
21,
339,
315,
264,
59862,
6205,
31815,
304,
220,
2031,
1667,
323,
220,
16,
14,
21,
339,
7293,
13,
1268,
649,
499,
1505,
279,
4376,
2324,
2085,
14392,
279,
31815,
6926,
649,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://www.chrobotics.com/library/understanding-quaternions | 1,624,370,891,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623488517820.68/warc/CC-MAIN-20210622124548-20210622154548-00472.warc.gz | 57,162,673 | 8,575 | # Understanding Quaternions
### 1. Introduction
Attitude and Heading Sensors from CH Robotics can provide orientation information using both Euler Angles and Quaternions. Compared to quaternions, Euler Angles are simple and intuitive and they lend themselves well to simple analysis and control. On the other hand, E... | 1,872 | 7,154 | {"found_math": true, "script_math_tex": 18, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 18, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "m... | 3.5625 | 4 | CC-MAIN-2021-25 | latest | en | 0.84337 | [
128000,
2,
46551,
3489,
13680,
919,
271,
14711,
220,
16,
13,
29438,
271,
10673,
3993,
323,
52449,
95520,
505,
6969,
77564,
649,
3493,
17140,
2038,
1701,
2225,
81118,
7568,
645,
323,
3489,
13680,
919,
13,
4194,
59813,
311,
934,
13680,
91... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://www.crecschools.org/for_parents/curriculum/grade_2/grade_2_mathematics | 1,579,674,220,000,000,000 | text/html | crawl-data/CC-MAIN-2020-05/segments/1579250606696.26/warc/CC-MAIN-20200122042145-20200122071145-00483.warc.gz | 205,180,564 | 34,674 | ## What your child will learn and do in Grade 2 Mathematics
In grade two, students extend their understanding of place value to the hundreds place. They use this place value understanding to solve word problems, including those involving length and other units of measure. Activities in these areas include:
• Quickly ... | 572 | 2,711 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2020-05 | latest | en | 0.917086 | [
128000,
567,
3639,
701,
1716,
690,
4048,
323,
656,
304,
24749,
220,
17,
50895,
271,
644,
12239,
1403,
11,
4236,
13334,
872,
8830,
315,
2035,
907,
311,
279,
11758,
2035,
13,
2435,
1005,
420,
2035,
907,
8830,
311,
11886,
3492,
5435,
11,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://deoministries.org/index-52.html | 1,726,482,691,000,000,000 | text/html | crawl-data/CC-MAIN-2024-38/segments/1725700651682.69/warc/CC-MAIN-20240916080220-20240916110220-00654.warc.gz | 9,709,968 | 31,160 | # Search 5th Grade Online Exercises
137 filtered results
137 filtered results
Sort by
Adding Mixed Fractions With Like Denominators
Exercise
Adding Mixed Fractions With Like Denominators
Students will be able to add mixed number fractions after they learn how to make each number have like denominators.
Math
Exercise
M... | 1,043 | 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.59375 | 4 | CC-MAIN-2024-38 | latest | en | 0.902427 | [
128000,
2,
7694,
220,
20,
339,
24749,
8267,
91554,
271,
10148,
18797,
3135,
198,
10148,
18797,
3135,
198,
10442,
555,
198,
33408,
51268,
23534,
5247,
3161,
9086,
9973,
8129,
3046,
198,
53809,
198,
33408,
51268,
23534,
5247,
3161,
9086,
99... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://www.math-principles.com/2014/02/finding-equation-circle-12.html | 1,660,657,204,000,000,000 | text/html | crawl-data/CC-MAIN-2022-33/segments/1659882572304.13/warc/CC-MAIN-20220816120802-20220816150802-00337.warc.gz | 74,569,843 | 20,387 | ## Monday, February 3, 2014
### Finding Equation - Circle, 12
Category: Analytic Geometry, Plane Geometry, Algebra
"Published in Vacaville, California, USA"
Find the equation of a circle that passes through the points of intersection of the circles x2 + y2 = 5 and x2 + y2 - x + y = 4, and through the point (2, -3).... | 205 | 866 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2022-33 | latest | en | 0.934975 | [
128000,
567,
7159,
11,
7552,
220,
18,
11,
220,
679,
19,
271,
14711,
43897,
85770,
482,
21918,
11,
220,
717,
271,
6888,
25,
38527,
29150,
40018,
11,
44144,
40018,
11,
77543,
271,
1,
29986,
304,
31626,
402,
4618,
11,
7188,
11,
7427,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://www.referenceforbusiness.com/encyclopedia/Dev-Eco/Discriminant-Analysis.html | 1,527,059,621,000,000,000 | text/html | crawl-data/CC-MAIN-2018-22/segments/1526794865456.57/warc/CC-MAIN-20180523063435-20180523083435-00416.warc.gz | 450,486,348 | 14,293 | # DISCRIMINANT ANALYSIS
Follow City-Data.com founder on our Forum or
Photo by: Helder Almeida
Discriminant analysis is a statistical method that is used by researchers to help them understand the relationship between a "dependent variable" and one or more "independent variables." A dependent variable is the variable... | 2,100 | 11,145 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.6875 | 4 | CC-MAIN-2018-22 | longest | en | 0.905428 | [
128000,
2,
12244,
9150,
1829,
691,
2891,
66857,
75564,
271,
12763,
4409,
12,
1061,
916,
19533,
389,
1057,
17997,
477,
271,
10682,
555,
25,
473,
68076,
1708,
2727,
4849,
271,
24374,
6417,
86396,
6492,
374,
264,
29564,
1749,
430,
374,
151... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.teachoo.com/3912/1163/Ex-1.2--3---Prove-that-Greatest-Integer-Function-f(x)---x-/category/To-prove-injective--surjective--bijective-(one-one---onto)/ | 1,695,709,960,000,000,000 | text/html | crawl-data/CC-MAIN-2023-40/segments/1695233510149.21/warc/CC-MAIN-20230926043538-20230926073538-00575.warc.gz | 1,100,371,459 | 30,217 | To prove one-one & onto (injective, surjective, bijective)
Chapter 1 Class 12 Relation and Functions
Concept wise
Learn in your speed, with individual attention - Teachoo Maths 1-on-1 Class
### Transcript
Ex 1.2, 3 (Introduction) Prove that the Greatest Integer Function f: R → R given by f(x) = [x], is neither one-... | 401 | 1,143 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.21875 | 4 | CC-MAIN-2023-40 | longest | en | 0.850828 | [
128000,
1271,
12391,
832,
19101,
612,
8800,
320,
33233,
535,
11,
1765,
51591,
11,
6160,
51591,
696,
26072,
220,
16,
3308,
220,
717,
51124,
323,
24460,
198,
45676,
24219,
271,
24762,
304,
701,
4732,
11,
449,
3927,
6666,
482,
70377,
2689,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://show.vn/10-how-many-atoms-are-in-2-70-moles-of-iron-fe-atoms-ideas/ | 1,675,931,875,000,000,000 | text/html | crawl-data/CC-MAIN-2023-06/segments/1674764501555.34/warc/CC-MAIN-20230209081052-20230209111052-00666.warc.gz | 543,231,732 | 56,189 | # 10 how many atoms are in 2.70 moles of iron (fe) atoms? Ideas
Contents
Below is information and knowledge on the topic how many atoms are in 2.70 moles of iron (fe) atoms? gather and compiled by the show.vn team. Along with other related topics like: How many atoms are in a mole of iron, if you measure 34.6 grams o... | 2,256 | 7,505 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 5, "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.84375 | 4 | CC-MAIN-2023-06 | latest | en | 0.871333 | [
128000,
2,
220,
605,
1268,
1690,
33299,
527,
304,
220,
17,
13,
2031,
4647,
645,
315,
11245,
320,
1897,
8,
33299,
30,
23748,
271,
15147,
271,
39314,
374,
2038,
323,
6677,
389,
279,
8712,
1268,
1690,
33299,
527,
304,
220,
17,
13,
2031... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://azdikamal.com/500-divided-by-5/ | 1,716,171,018,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058147.77/warc/CC-MAIN-20240520015105-20240520045105-00558.warc.gz | 100,954,672 | 10,513 | # 500 Divided By 5: An Easy Math Solution
## Introduction
Mathematics is an essential subject that every student must learn. It helps to improve our logical and analytical skills, which are useful in our daily lives. One of the fundamental concepts in mathematics is division. In this article, we will discuss how to d... | 561 | 2,424 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 5.03125 | 5 | CC-MAIN-2024-22 | latest | en | 0.886996 | [
128000,
2,
220,
2636,
8940,
4591,
3296,
220,
20,
25,
1556,
19122,
4242,
12761,
271,
567,
29438,
271,
8991,
34805,
374,
459,
7718,
3917,
430,
1475,
5575,
2011,
4048,
13,
1102,
8779,
311,
7417,
1057,
20406,
323,
44064,
7512,
11,
902,
52... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://www.college-physics.com/book/mechanics/non-horizontally-launched-projectiles-and-their-trajectories/ | 1,722,707,127,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640372747.5/warc/CC-MAIN-20240803153056-20240803183056-00596.warc.gz | 36,775,109 | 16,175 | Non-Horizontally Launched Projectiles and their Trajectories - College Physics
# Non-Horizontally Launched Projectiles and their Trajectories
## Introduction
A projectile is launched with a given angle to the horizontal. The resulting motion is a combination of uniform motion along the x-axis and free fall.
## Ex... | 2,152 | 6,041 | {"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-2024-33 | latest | en | 0.6135 | [
128000,
3305,
11842,
11529,
269,
51501,
5034,
10880,
5907,
3742,
323,
872,
17747,
66672,
482,
9304,
28415,
271,
2,
11842,
11529,
269,
51501,
5034,
10880,
5907,
3742,
323,
872,
17747,
66672,
271,
567,
29438,
271,
32,
39057,
374,
11887,
449... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://openstudy.com/updates/4f7a6da0e4b0884e12aa95fd | 1,444,360,487,000,000,000 | text/html | crawl-data/CC-MAIN-2015-40/segments/1443737913406.61/warc/CC-MAIN-20151001221833-00167-ip-10-137-6-227.ec2.internal.warc.gz | 232,449,268 | 10,025 | ## tahtah99 3 years ago Jennifer makes large cookies. These cookies are 14 inches in diameter. How much icing will she need to cover the top of each cookie? Answer 14π in2 49π in2 7π in2 196π in2
1. liliy
okay so the radius is half the diameter which is 7. then we have the formula for circumference which is:
2. lili... | 181 | 557 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2015-40 | longest | en | 0.837567 | [
128000,
567,
9637,
427,
1494,
1484,
220,
18,
1667,
4227,
30750,
3727,
3544,
8443,
13,
4314,
8443,
527,
220,
975,
15271,
304,
23899,
13,
2650,
1790,
76106,
690,
1364,
1205,
311,
3504,
279,
1948,
315,
1855,
12829,
30,
22559,
220,
975,
4... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://jmservera.com/solve-for-n-53n-7-45n-461-2/ | 1,675,264,656,000,000,000 | text/html | crawl-data/CC-MAIN-2023-06/segments/1674764499946.80/warc/CC-MAIN-20230201144459-20230201174459-00400.warc.gz | 366,735,233 | 11,440 | # Solve for n 5(3n-7)-4=5(n-4)+61
5(3n-7)-4=5(n-4)+61
Simplify 5(3n-7)-4.
Simplify each term.
Apply the distributive property.
5(3n)+5⋅-7-4=5(n-4)+61
Multiply 3 by 5.
15n+5⋅-7-4=5(n-4)+61
Multiply 5 by -7.
15n-35-4=5(n-4)+61
15n-35-4=5(n-4)+61
Subtract 4 from -35.
15n-39=5(n-4)+61
15n-39=5(n-4)+61
Simplify 5(n-4)+61.
... | 515 | 1,166 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2023-06 | latest | en | 0.689351 | [
128000,
2,
64384,
369,
308,
220,
20,
7,
18,
77,
12,
22,
7435,
19,
28,
20,
1471,
12,
19,
7405,
5547,
271,
20,
7,
18,
77,
12,
22,
7435,
19,
28,
20,
1471,
12,
19,
7405,
5547,
198,
50,
71306,
220,
20,
7,
18,
77,
12,
22,
7435,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
marketplace.chinanewsgh.com | 1,660,689,691,000,000,000 | text/html | crawl-data/CC-MAIN-2022-33/segments/1659882572581.94/warc/CC-MAIN-20220816211628-20220817001628-00560.warc.gz | 341,007,781 | 13,402 | Rotating a point 45 degrees about the origin. #footer_privacy_policy ...
Rotating a point 45 degrees about the origin. #footer_privacy_policy | #footer Through heavy fighting, they pushed them back beyond Operation Citadel\u2019s original launching point When we rotate a figure of 90 degrees about the origin, each poi... | 4,607 | 19,139 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.15625 | 4 | CC-MAIN-2022-33 | latest | en | 0.898105 | [
128000,
38036,
1113,
264,
1486,
220,
1774,
12628,
922,
279,
6371,
13,
674,
7101,
25757,
2826,
23613,
5585,
38036,
1113,
264,
1486,
220,
1774,
12628,
922,
279,
6371,
13,
674,
7101,
25757,
2826,
23613,
765,
674,
7101,
17331,
8987,
11039,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.onlinemathlearning.com/digit-word-problems.html | 1,713,858,092,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296818468.34/warc/CC-MAIN-20240423064231-20240423094231-00746.warc.gz | 833,562,348 | 9,398 | # Solve Digit Word Problems
What are Digit Word Problems?
Digit word problems are problems that involve individual digits in integers and how digits are related according to the question.
Some problems would involve treating the digits as individual numbers to be related. This would make it similar to an integer pro... | 424 | 1,688 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.21875 | 4 | CC-MAIN-2024-18 | latest | en | 0.839064 | [
128000,
2,
64384,
72565,
9506,
45635,
271,
3923,
527,
72565,
9506,
45635,
1980,
37520,
3492,
5435,
527,
5435,
430,
21736,
3927,
19016,
304,
26864,
323,
1268,
19016,
527,
5552,
4184,
311,
279,
3488,
382,
8538,
5435,
1053,
21736,
27723,
279... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://legalspherehub.com/2023/09/03/laws-of-exponents.html | 1,721,616,501,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763517805.92/warc/CC-MAIN-20240722003438-20240722033438-00300.warc.gz | 300,188,354 | 21,068 | July 22, 2024
## Understanding the Basics: What are the Laws of Exponents?
Have you ever wondered how mathematicians simplify complex equations or expressions? The answer lies in the laws of exponents, a fundamental concept in algebra. These laws provide a set of rules for manipulating and simplifying expressions inv... | 768 | 3,523 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.96875 | 5 | CC-MAIN-2024-30 | latest | en | 0.885605 | [
128000,
29527,
220,
1313,
11,
220,
2366,
19,
271,
567,
46551,
279,
68276,
25,
3639,
527,
279,
42089,
315,
1398,
2767,
1980,
12389,
499,
3596,
31156,
1268,
21651,
5493,
40821,
6485,
39006,
477,
24282,
30,
578,
4320,
15812,
304,
279,
7016... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://mathhelpforum.com/advanced-algebra/4189-gauss-jordan-method-elimination.html | 1,529,468,024,000,000,000 | text/html | crawl-data/CC-MAIN-2018-26/segments/1529267863411.67/warc/CC-MAIN-20180620031000-20180620051000-00475.warc.gz | 202,169,349 | 11,231 | # Thread: Gauss-Jordan Method of elimination
1. ## Gauss-Jordan Method of elimination
HI Guys,
Can someone pls help me and teach the easiest way to solve linear problems using the Gauss-Jordan Method? Any new techniques?
Thanks,
2. Originally Posted by adrian1116 on a different post
Hi,
I am asking someone's help... | 1,413 | 4,253 | {"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.53125 | 4 | CC-MAIN-2018-26 | latest | en | 0.854502 | [
128000,
2,
8926,
25,
94316,
12278,
13701,
6872,
315,
44032,
271,
16,
13,
7860,
94316,
12278,
13701,
6872,
315,
44032,
271,
24860,
51300,
3638,
6854,
4423,
87705,
1520,
757,
323,
4639,
279,
30689,
1648,
311,
11886,
13790,
5435,
1701,
279,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://eguruchela.com/math/Calculator/Empirical-Rule-Calculator.php | 1,656,967,512,000,000,000 | text/html | crawl-data/CC-MAIN-2022-27/segments/1656104496688.78/warc/CC-MAIN-20220704202455-20220704232455-00755.warc.gz | 268,354,772 | 6,360 | # Empirical Rule Calculation
Find the Empirical rule for the given set of data using this calculator.
Total Numbers
Mean (Average)
Standard Deviation
Empirical Rule at 68% falls between
Empirical Rule at 95% falls between
Empirical Rule at 97.7% falls between
Empirical rule is the statistical rule for a normal distr... | 350 | 1,632 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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 | latest | en | 0.945238 | [
128000,
2,
13714,
67966,
18592,
75316,
271,
10086,
279,
13714,
67966,
6037,
369,
279,
2728,
743,
315,
828,
1701,
420,
31052,
382,
7749,
35813,
198,
19312,
320,
27388,
340,
20367,
6168,
7246,
198,
29831,
67966,
18592,
520,
220,
2614,
4,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://fdocument.org/document/chi-squared-test-55cc14075c5f1.html | 1,685,290,200,000,000,000 | text/html | crawl-data/CC-MAIN-2023-23/segments/1685224644309.7/warc/CC-MAIN-20230528150639-20230528180639-00337.warc.gz | 289,759,309 | 24,801 | of 25 /25
KARL PEARSON (1857-1936) British mathematician, ‘father’ of modern statistics and a pioneer of eugenics! (Pearson’s)
• Author
seymourv
• Category
Education
• view
155
2
Embed Size (px)
Transcript of Chi squared test
KARL PEARSON(1857-1936)
British mathematician, ‘father’ of modern statistics and a pi... | 1,775 | 6,383 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.8125 | 4 | CC-MAIN-2023-23 | longest | en | 0.853626 | [
128000,
1073,
220,
914,
611,
914,
198,
42,
946,
43,
393,
21176,
2770,
320,
9741,
22,
12,
7285,
21,
8,
8013,
21651,
1122,
11,
3451,
23881,
529,
315,
6617,
13443,
323,
264,
54047,
315,
384,
70089,
1233,
0,
320,
92140,
942,
753,
340,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.dataunitconverter.com/gigabyte-to-exabyte | 1,716,992,837,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971059246.67/warc/CC-MAIN-20240529134803-20240529164803-00020.warc.gz | 613,357,156 | 16,959 | # GB to EB → CONVERT Gigabytes to Exabytes
expand_more
info 1 GB is equal to 0.000000001 EB
Gigabyte --to--> Exabyte
## Gigabyte (GB) Versus Exabyte (EB) - Comparison
Gigabytes and Exabytes are units of digital information used to measure storage capacity and data transfer rate.
Both Gigabytes and Exabytes are the... | 1,443 | 5,109 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.5 | 4 | CC-MAIN-2024-22 | latest | en | 0.71765 | [
128000,
2,
19397,
311,
50242,
11651,
68387,
45234,
72229,
311,
1398,
72229,
271,
33417,
37764,
198,
2801,
220,
16,
19397,
374,
6273,
311,
220,
15,
13,
931,
931,
4119,
50242,
271,
38,
343,
67811,
1198,
998,
30152,
1398,
67811,
271,
567,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://fr.slideserve.com/leila-quinn/newton-s-3-rd-law-powerpoint-ppt-presentation | 1,722,952,034,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640492117.28/warc/CC-MAIN-20240806130705-20240806160705-00671.warc.gz | 211,904,608 | 19,604 | 1 / 5
Newton’s 3 rd Law
Newton’s 3 rd Law . Physical Science Section 3.3. Newton’s third law of motion when 1 object exerts a force on a 2nd object, the 2nd object exerts a force that is equal in size and opposite in direction to the force from the 1st object For every action, there is an equal & opposite reactio... | 499 | 2,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.875 | 4 | CC-MAIN-2024-33 | latest | en | 0.860455 | [
128000,
16,
611,
220,
20,
271,
77477,
753,
220,
18,
23527,
7658,
271,
77477,
753,
220,
18,
23527,
7658,
662,
28479,
10170,
11360,
220,
18,
13,
18,
13,
21324,
753,
4948,
2383,
315,
11633,
994,
220,
16,
1665,
506,
15916,
264,
5457,
38... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://mathhelpforum.com/calculus/63001-green-s-therorem-question-2-a.html | 1,481,122,168,000,000,000 | text/html | crawl-data/CC-MAIN-2016-50/segments/1480698542213.61/warc/CC-MAIN-20161202170902-00454-ip-10-31-129-80.ec2.internal.warc.gz | 179,709,436 | 10,193 | # Thread: Green's Therorem question 2 ...
1. ## Green's Therorem question 2 ...
Let C be the positively oriented circle . Use Green's Theorem to evaluate the line integral .
2. Originally Posted by iwonder
Let C be the positively oriented circle . Use Green's Theorem to evaluate the line integral .
Here, $f\left(x,y... | 220 | 683 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 6, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.703125 | 4 | CC-MAIN-2016-50 | longest | en | 0.706148 | [
128000,
2,
8926,
25,
7997,
596,
23258,
13475,
3488,
220,
17,
5585,
16,
13,
7860,
7997,
596,
23258,
13475,
3488,
220,
17,
5585,
10267,
356,
387,
279,
40646,
42208,
12960,
662,
5560,
7997,
596,
578,
13475,
311,
15806,
279,
1584,
26154,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://brainmass.com/physics/right-hand-rule/implicit-differentiation-465137 | 1,642,415,593,000,000,000 | text/html | crawl-data/CC-MAIN-2022-05/segments/1642320300533.72/warc/CC-MAIN-20220117091246-20220117121246-00322.warc.gz | 195,452,115 | 75,262 | Explore BrainMass
# Implicit differentiation
Not what you're looking for? Search our solutions OR ask your own Custom question.
This content was COPIED from BrainMass.com - View the original, and get the already-completed solution here!
Find dy/dx by implicit differentiation, please see the remaining questions in t... | 520 | 1,644 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-05 | latest | en | 0.841168 | [
128000,
52361,
31417,
26909,
271,
2,
98132,
60038,
271,
2688,
1148,
499,
2351,
3411,
369,
30,
7694,
1057,
10105,
2794,
2610,
701,
1866,
8572,
3488,
382,
2028,
2262,
574,
7432,
1932,
1507,
505,
31417,
26909,
916,
482,
2806,
279,
4113,
11... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://physicsvidyalay.com/hookes-law-modulus-of-elasticity/ | 1,726,394,533,000,000,000 | text/html | crawl-data/CC-MAIN-2024-38/segments/1725700651622.79/warc/CC-MAIN-20240915084859-20240915114859-00155.warc.gz | 408,425,123 | 27,082 | # Hooke’s Law | Modulus of Elasticity
## Stress & Strain | Mechanical Properties of Solids-
Before you go through this article, make sure that you have gone through the previous articles on Stress and Strain.
We have learnt-
• When a deforming force is applied on a body, a restoring force is produced in it.
• This ... | 453 | 2,018 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.875 | 4 | CC-MAIN-2024-38 | latest | en | 0.923902 | [
128000,
2,
473,
86558,
753,
7658,
765,
5768,
19990,
315,
53010,
488,
271,
567,
51568,
612,
4610,
467,
765,
51684,
12094,
315,
11730,
3447,
10669,
10438,
499,
733,
1555,
420,
4652,
11,
1304,
2771,
430,
499,
617,
8208,
1555,
279,
3766,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://physicsmax.com/force-9623 | 1,498,287,957,000,000,000 | text/html | crawl-data/CC-MAIN-2017-26/segments/1498128320227.27/warc/CC-MAIN-20170624064634-20170624084634-00718.warc.gz | 322,916,316 | 11,579 | # Force
## Physics Assignment Help Online
Force
We now wish to define the unit of force. We know that a force can cause the acceleration of a body. Thus, we shall define the unit of force in terms of the acceleration that a force gives to a standard reference body. As the standard body, we shall use (or rather imagi... | 746 | 3,372 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.125 | 4 | CC-MAIN-2017-26 | latest | en | 0.897054 | [
128000,
2,
11994,
271,
567,
28415,
35527,
11736,
8267,
271,
19085,
271,
1687,
1457,
6562,
311,
7124,
279,
5089,
315,
5457,
13,
1226,
1440,
430,
264,
5457,
649,
5353,
279,
4194,
44988,
21597,
315,
264,
2547,
13,
14636,
11,
584,
4985,
7... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://mathhelpforum.com/geometry/46424-paralellogram.html | 1,524,590,566,000,000,000 | text/html | crawl-data/CC-MAIN-2018-17/segments/1524125946807.67/warc/CC-MAIN-20180424154911-20180424174911-00205.warc.gz | 198,590,496 | 10,280 | 1. ## Paralellogram
Any cyclic paralellogram having unequal adjacent sides is necessarily a
(a)Square
(b)Rectangle
(c)Rhombus
(d)Trapezium
Why?
2. If a parallelogram is cyclic, then it must be a rectangle. The perpendicular bisectors of the sides of a parallelogram are concurrent only when it is a rectangle. For a pa... | 487 | 1,826 | {"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.53125 | 4 | CC-MAIN-2018-17 | latest | en | 0.75139 | [
128000,
16,
13,
7860,
4366,
1604,
75,
848,
2453,
271,
8780,
77102,
1370,
1604,
75,
848,
2453,
3515,
78295,
24894,
11314,
374,
14647,
264,
198,
2948,
8,
34371,
198,
1921,
8,
21775,
198,
1361,
8,
73262,
2925,
355,
198,
1528,
8,
51,
20... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.electrical4u.net/calculator/pound-mass-to-pound-force-calculator-formula-pound-mass-to-force-calculation/ | 1,726,684,311,000,000,000 | text/html | crawl-data/CC-MAIN-2024-38/segments/1725700651931.60/warc/CC-MAIN-20240918165253-20240918195253-00334.warc.gz | 679,395,721 | 25,220 | # Pound Mass to Pound Force Calculator, Formula, Pound Mass to Force Calculation
## Pound Mass to Pound Force Calculator:
Enter the values of the mass of the object m(lbs) & the accelaration of gravity g(32.174049 ft/s^2) to determine the value of the pound mass to pound force lbf(lb-f).
Enter The Mass of the Obje... | 370 | 1,299 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.515625 | 4 | CC-MAIN-2024-38 | latest | en | 0.79696 | [
128000,
2,
79352,
9346,
311,
79352,
11994,
37128,
11,
31922,
11,
79352,
9346,
311,
11994,
75316,
271,
567,
79352,
9346,
311,
79352,
11994,
37128,
1473,
6403,
279,
2819,
315,
279,
3148,
315,
279,
1665,
296,
2387,
1302,
8,
4194,
612,
279,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://tsfa.co/how.many-grams-in-ounce-60 | 1,679,349,909,000,000,000 | text/html | crawl-data/CC-MAIN-2023-14/segments/1679296943562.70/warc/CC-MAIN-20230320211022-20230321001022-00419.warc.gz | 689,134,091 | 5,799 | # How.many grams in ounce
How Many Grams Are In An Ounce? There are 28 grams (28.346 grams if you want to get technical) in an ounce. Unfortunately, metric conversions don't come easily to everyone.
## How Many Grams in an Ounce
Although an ounce of food is not that normally used when measuring the volume of food, i... | 493 | 2,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.78125 | 4 | CC-MAIN-2023-14 | latest | en | 0.933771 | [
128000,
2,
2650,
749,
3852,
34419,
304,
54808,
271,
4438,
9176,
29937,
82,
8886,
763,
1556,
507,
97793,
30,
2684,
527,
220,
1591,
34419,
320,
1591,
13,
18061,
34419,
422,
499,
1390,
311,
636,
11156,
8,
304,
459,
54808,
13,
19173,
11,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://nrich.maths.org/public/leg.php?code=6&cl=3&cldcmpid=1379 | 1,511,489,383,000,000,000 | text/html | crawl-data/CC-MAIN-2017-47/segments/1510934807056.67/warc/CC-MAIN-20171124012912-20171124032912-00009.warc.gz | 681,912,809 | 10,131 | # Search by Topic
#### Resources tagged with Place value similar to The Codabar Check:
Filter by: Content type:
Stage:
Challenge level:
### There are 53 results
Broad Topics > Numbers and the Number System > Place value
### Lesser Digits
##### Stage: 3 Challenge Level:
How many positive integers less than or equ... | 2,409 | 9,409 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2017-47 | latest | en | 0.867614 | [
128000,
2,
7694,
555,
34011,
271,
827,
16607,
38213,
449,
11004,
907,
4528,
311,
578,
34777,
95660,
4343,
1473,
5750,
555,
25,
9059,
955,
512,
19962,
512,
63178,
2237,
1473,
14711,
2684,
527,
220,
4331,
3135,
271,
69424,
41994,
871,
358... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.doubtnut.com/question-answer/comprehension-2-in-comparison-of-two-numbers-logarithm-of-smaller-number-is-smaller-if-base-of-the-l-5432423 | 1,623,572,511,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623487607143.30/warc/CC-MAIN-20210613071347-20210613101347-00035.warc.gz | 670,608,606 | 63,410 | Class 12
MATHS
Logarithms
# Comprehension 2 In comparison of two numbers, logarithm of smaller number is smaller, if base of the logarithm is greater than one. Logarithm of smaller number is larger, if base of logarithm is in between zero and one. For example log_2 4 is smaller than (log)_2 8\ a n d(log)_(1/2)4 is lar... | 544 | 1,261 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.765625 | 4 | CC-MAIN-2021-25 | latest | en | 0.725142 | [
128000,
1999,
220,
717,
198,
44,
4932,
50,
198,
2250,
57736,
1026,
271,
2,
1219,
31882,
2711,
220,
17,
763,
12593,
315,
1403,
5219,
11,
91036,
76,
315,
9333,
1396,
374,
9333,
11,
422,
2385,
315,
279,
91036,
76,
374,
7191,
1109,
832,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://visualfractions.com/unit-converter/convert-50-lx-to-ft-cd/ | 1,618,903,068,000,000,000 | text/html | crawl-data/CC-MAIN-2021-17/segments/1618039379601.74/warc/CC-MAIN-20210420060507-20210420090507-00411.warc.gz | 688,072,666 | 9,493 | # Convert 50 lx to ft-cd
So you want to convert 50 lux into foot-candles? If you're in a rush and just need the answer, the calculator below is all you need. The answer is 4.6451564953223 foot-candles.
## How to convert lux to foot-candles
We all use different units of measurement every day. Whether you're in a fore... | 360 | 1,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.875 | 4 | CC-MAIN-2021-17 | latest | en | 0.917698 | [
128000,
2,
7316,
220,
1135,
64344,
311,
10702,
1824,
67,
271,
4516,
499,
1390,
311,
5625,
220,
1135,
14379,
1139,
4579,
1824,
20729,
30,
1442,
499,
2351,
304,
264,
13270,
323,
1120,
1205,
279,
4320,
11,
279,
31052,
3770,
374,
682,
499... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.mathhomeworkanswers.org/46675/what-is-the-lcm-of-8-4-15-3-5-6-8 | 1,712,999,329,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296816587.89/warc/CC-MAIN-20240413083102-20240413113102-00477.warc.gz | 805,699,748 | 22,293 | what is the LCM of 8 4 15 3 5 6 8
factor each number into prime numbers:
note: the second 8 doesn't change anything. for example, the lcm of 8 and 8 is 8, the lcm of 8 and 8 and 8 is 8, and so on. repeating a number doesn't do anything
8 = 2 * 2 * 2
4 = 2 * 2
15 = 3 * 5
3 = 3
5 = 5
6 = 2 * 3
the lcm is 2 * ... | 288 | 582 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-18 | latest | en | 0.949543 | [
128000,
12840,
374,
279,
445,
10190,
315,
220,
23,
220,
19,
220,
868,
220,
18,
220,
20,
220,
21,
220,
23,
271,
38691,
1855,
1396,
1139,
10461,
5219,
1473,
10179,
25,
220,
4194,
1820,
2132,
220,
23,
3250,
956,
2349,
4205,
13,
220,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://jajalger2018.org/is-a-parallelogram-always-a-rectangle/ | 1,656,562,621,000,000,000 | text/html | crawl-data/CC-MAIN-2022-27/segments/1656103661137.41/warc/CC-MAIN-20220630031950-20220630061950-00443.warc.gz | 379,136,636 | 4,487 | A parallelogram is a quadrilateral in which both bag of opposite sides room parallel .
A parallelogram also has the complying with properties:
the opposite angles space congruent; opposite sides are congruent; adjacent angles are supplementary;
A rectangle is a parallelogram with 4 right angles, so all rectangles ar... | 451 | 2,007 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2022-27 | latest | en | 0.895785 | [
128000,
32,
58130,
848,
2453,
374,
264,
30236,
44039,
304,
902,
2225,
9145,
315,
14329,
11314,
3130,
15638,
6905,
32,
58130,
848,
2453,
1101,
706,
279,
89506,
449,
6012,
1473,
1820,
14329,
27030,
3634,
31269,
11942,
26,
14329,
11314,
527,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://calculators.tech/straight-line-depreciation-calculator | 1,603,560,308,000,000,000 | text/html | crawl-data/CC-MAIN-2020-45/segments/1603107884322.44/warc/CC-MAIN-20201024164841-20201024194841-00528.warc.gz | 242,949,989 | 10,582 | # straight line depreciation calculator
Enter Information
#### RESULTS
Fill the calculator form and click on Calculate button to get result here
## Straight-Line Depreciation Calculator
You can calculate straight-line depreciation of the given asset with this little gizmo in real-time. Our straight-line depreciati... | 544 | 2,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": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.6875 | 4 | CC-MAIN-2020-45 | latest | en | 0.843394 | [
128000,
2,
7833,
1584,
94189,
31052,
271,
6403,
8245,
271,
827,
54128,
271,
14788,
279,
31052,
1376,
323,
4299,
389,
21157,
3215,
311,
636,
1121,
1618,
271,
567,
46910,
92636,
4241,
2827,
7246,
37128,
271,
2675,
649,
11294,
7833,
8614,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://prolocomontalcino.com/uncategorized/upright-asymptotes/ | 1,653,373,791,000,000,000 | text/html | crawl-data/CC-MAIN-2022-21/segments/1652662564830.55/warc/CC-MAIN-20220524045003-20220524075003-00147.warc.gz | 420,643,318 | 47,747 | Recent News
Allow’s do some practice with this connection between the domain name of the feature and its upright asymptotes. To locate the upright asymptote of a reasonable function, just set the equal to 0 and solve for x. Currently we need to address for given that it is the denominator of the feature. When the comm... | 1,056 | 5,231 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.53125 | 4 | CC-MAIN-2022-21 | latest | en | 0.936677 | [
128000,
26198,
5513,
271,
19118,
753,
656,
1063,
6725,
449,
420,
3717,
1990,
279,
8106,
836,
315,
279,
4668,
323,
1202,
49685,
97354,
6429,
13,
2057,
25539,
279,
49685,
97354,
1295,
315,
264,
13579,
734,
11,
1120,
743,
279,
6273,
311,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://mathhelpforum.com/algebra/28542-solve-following.html | 1,524,815,665,000,000,000 | text/html | crawl-data/CC-MAIN-2018-17/segments/1524125949489.63/warc/CC-MAIN-20180427060505-20180427080505-00594.warc.gz | 203,053,231 | 10,231 | 1. ## Solve the following.
1. 4/x = 5/7
2. 3a/7 = -2/5
3. x+1/6 = 4/3
4. 24/x-3 = 72/x+3
Thanks.
2. I'll only solve the 1st one, I think you can do the rest.
$\displaystyle \frac{4}{x} = \frac{5}{7}$
Multiply both sides by $\displaystyle x$,
$\displaystyle \frac{4}{x}\cdot x = \frac{5}{7}\cdot x$
$\displaysty... | 888 | 2,424 | {"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.5625 | 5 | CC-MAIN-2018-17 | latest | en | 0.768816 | [
128000,
16,
13,
7860,
64384,
279,
2768,
382,
16,
13,
220,
19,
11009,
284,
220,
20,
14,
22,
271,
17,
13,
220,
18,
64,
14,
22,
284,
482,
17,
14,
20,
271,
18,
13,
865,
10,
16,
14,
21,
284,
220,
19,
14,
18,
271,
19,
13,
220,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://curriculum.illustrativemathematics.org/k5/teachers/grade-4/unit-3/lesson-6/lesson.html | 1,720,988,662,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763514638.53/warc/CC-MAIN-20240714185510-20240714215510-00700.warc.gz | 175,737,264 | 31,921 | # Lesson 6
Problems with Equal Groups of Fractions
## Warm-up: True or False: Two and Three Factors (10 minutes)
### Narrative
The purpose of this True or False is to elicit strategies and understandings students have for finding products of a whole number and a fraction and identifying equivalent expressions. This... | 2,967 | 11,838 | {"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.75 | 5 | CC-MAIN-2024-30 | latest | en | 0.881459 | [
128000,
2,
50015,
220,
21,
271,
1360,
22442,
449,
39574,
35680,
315,
23534,
5247,
271,
567,
46863,
5352,
25,
3082,
477,
3641,
25,
9220,
323,
14853,
68318,
320,
605,
4520,
696,
14711,
96821,
271,
791,
7580,
315,
420,
3082,
477,
3641,
3... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://birgunjtoday.com/qa/quick-answer-how-do-you-find-20-of-a-number.html | 1,620,772,211,000,000,000 | text/html | crawl-data/CC-MAIN-2021-21/segments/1620243990419.12/warc/CC-MAIN-20210511214444-20210512004444-00332.warc.gz | 161,974,846 | 9,408 | # Quick Answer: How Do You Find 20% Of A Number?
## How do you find 70 percent of a number?
Example 1.
Find 70% of 80.
Following the shortcut, we write this as 0.7 × 80.
Remember that in decimal multiplication, you multiply as if there were no decimal points, and the answer will have as many “decimal digits” to th... | 1,528 | 5,878 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.53125 | 5 | CC-MAIN-2021-21 | latest | en | 0.899013 | [
128000,
2,
17697,
22559,
25,
2650,
3234,
1472,
7531,
220,
508,
4,
5046,
362,
5742,
1980,
567,
2650,
656,
499,
1505,
220,
2031,
3346,
315,
264,
1396,
1980,
13617,
220,
16,
382,
10086,
220,
2031,
4,
315,
220,
1490,
382,
28055,
279,
38... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://algorithms.tutorialhorizon.com/find-the-increasing-or-decreasing-point-in-an-array/ | 1,656,529,765,000,000,000 | text/html | crawl-data/CC-MAIN-2022-27/segments/1656103642979.38/warc/CC-MAIN-20220629180939-20220629210939-00650.warc.gz | 146,453,825 | 15,729 | # Find the increasing OR decreasing point in an array
ObjecÂtive: Given an array of integer which is first increasing then decreasing. Find the element in array from which point it starts decreasing.
OR
Given an array of integer which is first increasing then decreasing. Find the maximum element in that array.
Simil... | 521 | 2,187 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2022-27 | latest | en | 0.866486 | [
128000,
2,
7531,
279,
7859,
2794,
44649,
1486,
304,
459,
1358,
271,
5374,
762,
33895,
50143,
535,
25,
4194,
4194,
22818,
459,
1358,
315,
7698,
902,
374,
1176,
7859,
1243,
44649,
13,
7531,
279,
2449,
304,
1358,
505,
902,
1486,
433,
863... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://mathhelpboards.com/threads/using-definition-of-laplace-transform-in-determining-laplace-of-a-step-function.985/ | 1,624,235,512,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623488259200.84/warc/CC-MAIN-20210620235118-20210621025118-00525.warc.gz | 343,797,447 | 15,406 | # Using definition of Laplace transform in determining Laplace of a step function
#### shorty
##### New member
I have a question that has stumped me a bit, i am not sure how to use the definition to calculate it, i can use the tables, but i don't think that's what is needed.
Using the definition of the Laplace trans... | 611 | 2,226 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.515625 | 4 | CC-MAIN-2021-25 | longest | en | 0.94452 | [
128000,
2,
12362,
7419,
315,
50155,
27634,
5276,
304,
26679,
50155,
27634,
315,
264,
3094,
734,
271,
827,
2875,
88,
271,
68431,
1561,
4562,
198,
40,
617,
264,
3488,
430,
706,
357,
61292,
757,
264,
2766,
11,
602,
1097,
539,
2771,
1268,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://brainly.in/question/51828 | 1,485,073,429,000,000,000 | text/html | crawl-data/CC-MAIN-2017-04/segments/1484560281419.3/warc/CC-MAIN-20170116095121-00258-ip-10-171-10-70.ec2.internal.warc.gz | 817,964,520 | 9,984 | # How many dimensions does a square have...? formulae for cube? formulae for square?
1
by leon
2014-11-12T16:55:43+05:30
### This Is a Certified Answer
Certified answers contain reliable, trustworthy information vouched for by a hand-picked team of experts. Brainly has millions of high quality answers, all of them ... | 255 | 947 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.882134 | [
128000,
2,
2650,
1690,
15696,
1587,
264,
9518,
617,
1131,
30,
15150,
68,
369,
24671,
30,
15150,
68,
369,
9518,
1980,
16,
198,
1729,
514,
263,
271,
679,
19,
12,
806,
12,
717,
51,
845,
25,
2131,
25,
3391,
10,
2304,
25,
966,
271,
1... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.physicsforums.com/threads/find-the-lady-probability-trick.674352/ | 1,519,348,833,000,000,000 | text/html | crawl-data/CC-MAIN-2018-09/segments/1518891814300.52/warc/CC-MAIN-20180222235935-20180223015935-00508.warc.gz | 922,789,950 | 17,795 | # Find the lady probability trick
1. Feb 25, 2013
really basic trick, i'm quite tired and can't wrap my head around how it works out to 2/3 chances
2. Feb 25, 2013
### trollcast
This is just a rehash of the Monty Hall problem: http://en.wikipedia.org/wiki/Monty_Hall_problem
Another hint would be to consider drawi... | 1,301 | 5,227 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.90625 | 4 | CC-MAIN-2018-09 | latest | en | 0.959235 | [
128000,
2,
7531,
279,
17240,
19463,
14397,
271,
16,
13,
13806,
220,
914,
11,
220,
679,
18,
271,
54760,
6913,
14397,
11,
602,
2846,
5115,
19781,
323,
649,
956,
15411,
856,
2010,
2212,
1268,
433,
4375,
704,
311,
220,
17,
14,
18,
17393... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.queryhome.com/puzzle/30159/during-lucky-night-casino-maya-kayra-7740-made-2130-much-money | 1,545,191,013,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376830479.82/warc/CC-MAIN-20181219025453-20181219051453-00252.warc.gz | 1,004,746,647 | 31,739 | # During a lucky night out at the casino, Jay, Maya and Kayra won \$ 7740..........made \$ 2130, how much money did Jay win?
19 views
During a lucky night out at the casino, Jay, Maya and Kayra won \$ 7740 between them.
The difference between the sums of money won by Jay and Maya is twice as much as the difference be... | 432 | 1,435 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.75 | 4 | CC-MAIN-2018-51 | longest | en | 0.991155 | [
128000,
2,
12220,
264,
18069,
3814,
704,
520,
279,
12109,
11,
19455,
11,
51444,
323,
31245,
969,
2834,
33982,
220,
24472,
15,
4095,
497,
28010,
33982,
220,
11702,
15,
11,
1268,
1790,
3300,
1550,
19455,
3243,
1980,
777,
6325,
271,
16397,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.callicoder.com/find-smallest-letter-greater-than-target/ | 1,719,039,884,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198862252.86/warc/CC-MAIN-20240622045932-20240622075932-00787.warc.gz | 606,898,832 | 19,227 | ## Smallest Letter Greater than Target
Given an array of lowercase letters sorted in ascending order, and a `target` letter, find the smallest letter in the array that is greater than the `target`.
Note that, Letters also wrap around. For example, if `target = 'z'` and `letters = ['a', 'b']`, the answer is `'a'`.
Ex... | 702 | 2,367 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.6875 | 4 | CC-MAIN-2024-26 | latest | en | 0.691206 | [
128000,
567,
4487,
19790,
27757,
33381,
1109,
13791,
271,
22818,
459,
1358,
315,
43147,
12197,
10839,
304,
36488,
2015,
11,
323,
264,
1595,
5775,
63,
6661,
11,
1505,
279,
25655,
6661,
304,
279,
1358,
430,
374,
7191,
1109,
279,
1595,
577... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://mathhelpforum.com/number-theory/189027-eulers-totient.html | 1,519,380,308,000,000,000 | text/html | crawl-data/CC-MAIN-2018-09/segments/1518891814566.44/warc/CC-MAIN-20180223094934-20180223114934-00434.warc.gz | 215,165,558 | 11,273 | 1. ## Eulers Totient
Hi Guys,
Any information would be great.
φ $(30)$
2. ## Re: Eulers Totient
Originally Posted by extatic
Hi Guys,
Any information would be great.
φ $(30)$
The general expression of Euler's totiens function is...
$\varphi(n)= n\ \prod_{p|n} (1-\frac{1}{p})$ (1)
... where $p|n$ means 'prime d... | 1,132 | 2,929 | {"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": 23, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.859375 | 4 | CC-MAIN-2018-09 | longest | en | 0.739727 | [
128000,
16,
13,
7860,
469,
27898,
39120,
1188,
271,
13347,
51300,
3638,
8780,
2038,
1053,
387,
2294,
382,
86134,
5035,
966,
15437,
271,
17,
13,
7860,
1050,
25,
469,
27898,
39120,
1188,
271,
38363,
15634,
555,
1327,
780,
198,
13347,
5130... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://movies.stackexchange.com/questions/63545/are-helicopters-capable-of-carrying-this-type-of-giants/63548 | 1,722,677,938,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640365107.3/warc/CC-MAIN-20240803091113-20240803121113-00294.warc.gz | 322,270,649 | 42,333 | # Are helicopters capable of carrying this type of giants?
In The BFG, UK helicopters carry giants and leave them on an island:
Are helicopters capable of carrying this type of giants?
• Heck, I would have just gone with the Mi-26 or the Mi-v12 Which, if you think about how much muscle weighs, I am willing to bet th... | 1,694 | 6,733 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2024-33 | latest | en | 0.93585 | [
128000,
2,
8886,
59432,
13171,
315,
15691,
420,
955,
315,
46309,
1980,
644,
578,
426,
12270,
11,
6560,
59432,
6920,
46309,
323,
5387,
1124,
389,
459,
13218,
1473,
11787,
59432,
13171,
315,
15691,
420,
955,
315,
46309,
1980,
6806,
73817,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.explorelearning.com/index.cfm?method=cResource.dspStandardCorrelation&id=4715 | 1,623,899,311,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623487626465.55/warc/CC-MAIN-20210617011001-20210617041001-00445.warc.gz | 683,665,468 | 15,495 | ### HS.G-CO: Congruence
#### 1.1: Experiment with transformations in the plane
HS.G-CO.1: Know precise definitions of angle, circle, perpendicular line, parallel line, and line segment, based on the undefined notions of point, line, and plane.
HS.G-CO.2.i: Represent transformations in the plane.
HS.G-CO.2.ii: Descr... | 1,490 | 6,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.734375 | 4 | CC-MAIN-2021-25 | latest | en | 0.809076 | [
128000,
14711,
34514,
1246,
7813,
46,
25,
7409,
2739,
768,
271,
827,
220,
16,
13,
16,
25,
47893,
449,
54070,
304,
279,
11277,
271,
12228,
1246,
7813,
46,
13,
16,
25,
14521,
24473,
17931,
315,
9392,
11,
12960,
11,
77933,
1584,
11,
15... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://physics.stackexchange.com/questions/485603/what-is-the-reason-for-moon-and-satellite-in-free-fall-condition/485713 | 1,696,080,371,000,000,000 | text/html | crawl-data/CC-MAIN-2023-40/segments/1695233510676.40/warc/CC-MAIN-20230930113949-20230930143949-00079.warc.gz | 495,084,419 | 38,963 | # What is the reason for Moon and satellite in free fall condition? [duplicate]
I am a high school student. I read in my book that moon and satellite are in free fall condition with Earth. I asked my teachers about this, but I'm not able to understand. Can anyone explain to me why this happens?
Edit- if something is ... | 1,148 | 5,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... | 3.671875 | 4 | CC-MAIN-2023-40 | latest | en | 0.961736 | [
128000,
2,
3639,
374,
279,
2944,
369,
17781,
323,
24088,
304,
1949,
4498,
3044,
30,
510,
64926,
2595,
40,
1097,
264,
1579,
2978,
5575,
13,
358,
1373,
304,
856,
2363,
430,
18266,
323,
24088,
527,
304,
1949,
4498,
3044,
449,
9420,
13,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.physicsforums.com/threads/vectors-and-3d-coordinate-geometry.260807/ | 1,511,074,287,000,000,000 | text/html | crawl-data/CC-MAIN-2017-47/segments/1510934805417.47/warc/CC-MAIN-20171119061756-20171119081756-00124.warc.gz | 851,297,917 | 18,185 | # Vectors and 3D Coordinate Geometry
1. Oct 1, 2008
### kehler
1. The problem statement, all variables and given/known data
Suppose that II c R3 is a plane, and that P is a point not on II. Assume that Q is a point in II whose distance to P is minimal; in other words, the distance from P to Q is less than or equal t... | 1,689 | 5,247 | {"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.90625 | 4 | CC-MAIN-2017-47 | longest | en | 0.93429 | [
128000,
2,
650,
10829,
323,
220,
18,
35,
42135,
40018,
271,
16,
13,
5020,
220,
16,
11,
220,
1049,
23,
271,
14711,
2004,
71,
1565,
271,
16,
13,
578,
3575,
5224,
11,
682,
7482,
323,
2728,
14,
5391,
828,
198,
10254,
2972,
430,
8105,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://eduinput.com/difference-between-set-and-subset/ | 1,713,588,034,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296817474.31/warc/CC-MAIN-20240420025340-20240420055340-00111.warc.gz | 207,190,724 | 66,436 | Home | Math | Difference between Set and Subset
# Difference between Set and Subset
June 14, 2023
written by Azhar Ejaz
The key difference between a set and a subset is that a set is a collection of distinct elements, while a subset is a subset of a larger set and contains elements that are also present in the large... | 212 | 797 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-18 | latest | en | 0.934716 | [
128000,
7778,
765,
4242,
765,
56180,
1990,
2638,
323,
74323,
271,
2,
56180,
1990,
2638,
323,
74323,
271,
28259,
220,
975,
11,
220,
2366,
18,
198,
26650,
555,
15757,
13279,
53858,
1394,
271,
791,
1401,
6811,
1990,
264,
743,
323,
264,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
http://mathhelpforum.com/number-theory/44564-show-n-5-n-4-1-not-prime-n-1-a.html | 1,519,114,772,000,000,000 | text/html | crawl-data/CC-MAIN-2018-09/segments/1518891812913.37/warc/CC-MAIN-20180220070423-20180220090423-00385.warc.gz | 233,922,067 | 12,013 | # Thread: Show that n^5 + n^4 + 1 is not prime for n>1
1. ## Show that n^5 + n^4 + 1 is not prime for n>1
No idea at all!
2. Originally Posted by fardeen_gen
No idea at all!
n^5+n^4+1=(x²+x+1)(x^3-x+1)
But I cheated and asked it to Maxima.
3. Hello, fardeen_gen!
Please don't hide the problem in the heading . . .
... | 783 | 1,942 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 8, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.9375 | 4 | CC-MAIN-2018-09 | longest | en | 0.82643 | [
128000,
2,
8926,
25,
7073,
430,
308,
61,
20,
489,
308,
61,
19,
489,
220,
16,
374,
539,
10461,
369,
308,
29,
16,
271,
16,
13,
7860,
7073,
430,
308,
61,
20,
489,
308,
61,
19,
489,
220,
16,
374,
539,
10461,
369,
308,
29,
16,
27... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://www.jiskha.com/display.cgi?id=1366164178 | 1,503,189,477,000,000,000 | text/html | crawl-data/CC-MAIN-2017-34/segments/1502886105955.66/warc/CC-MAIN-20170819235943-20170820015943-00188.warc.gz | 902,340,299 | 4,478 | posted by .
brian cut an extra large round pizza into 12 pieces. 7 of the pieces were eaten. what angle measure of pizza is left?
Do you know how many degrees are in a circle before it it cut?
360
If you divide that by 12, how many degrees in one of the 12 pieces?
30
So, each of the 12 pieces has 30 degrees. Now,... | 575 | 2,232 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-34 | latest | en | 0.973335 | [
128000,
44182,
555,
6905,
65,
7414,
4018,
459,
5066,
3544,
4883,
23317,
1139,
220,
717,
9863,
13,
220,
22,
315,
279,
9863,
1051,
35661,
13,
1148,
9392,
6767,
315,
23317,
374,
2163,
1980,
5519,
499,
1440,
1268,
1690,
12628,
527,
304,
2... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://mathematica.stackexchange.com/questions/13226/how-can-i-get-exactly-5-logarithmic-divisions-of-an-interval?noredirect=1 | 1,716,445,983,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058611.55/warc/CC-MAIN-20240523050122-20240523080122-00434.warc.gz | 326,676,732 | 45,590 | # How can I get exactly 5 logarithmic divisions of an interval?
I'd like to get exactly 5 divisions from x to y on a log scale. Can FindDivisions do this?
EDIT:
After 3 years, it has been discovered that this oft-linked-to answer doesn't truly space logarithmically. It's close, which was all I was going for at the t... | 1,837 | 5,412 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.5 | 4 | CC-MAIN-2024-22 | latest | en | 0.896955 | [
128000,
2,
2650,
649,
358,
636,
7041,
220,
20,
91036,
21914,
37601,
315,
459,
10074,
1980,
40,
4265,
1093,
311,
636,
7041,
220,
20,
37601,
505,
865,
311,
379,
389,
264,
1515,
5569,
13,
3053,
7531,
12792,
6948,
656,
420,
1980,
17379,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://metanumbers.com/55457 | 1,597,185,435,000,000,000 | text/html | crawl-data/CC-MAIN-2020-34/segments/1596439738855.80/warc/CC-MAIN-20200811205740-20200811235740-00503.warc.gz | 395,710,448 | 7,414 | 55457
55,457 (fifty-five thousand four hundred fifty-seven) is an odd five-digits prime number following 55456 and preceding 55458. In scientific notation, it is written as 5.5457 × 104. The sum of its digits is 26. It has a total of 1 prime factor and 2 positive divisors. There are 55,456 positive integers (up to 554... | 1,397 | 4,000 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2020-34 | latest | en | 0.826571 | [
128000,
22303,
3226,
271,
2131,
11,
21675,
320,
69,
39724,
36399,
16579,
3116,
7895,
33517,
79125,
8,
374,
459,
10535,
4330,
1773,
19184,
10461,
1396,
2768,
220,
22303,
3487,
323,
38846,
220,
22303,
2970,
13,
763,
12624,
45297,
11,
433,
... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://omarbaileyfootwear.com/qa/quick-answer-what-is-the-face-value-of-7-in-4709606.html | 1,603,948,229,000,000,000 | text/html | crawl-data/CC-MAIN-2020-45/segments/1603107902745.75/warc/CC-MAIN-20201029040021-20201029070021-00305.warc.gz | 448,143,181 | 7,603 | # Quick Answer: What Is The Face Value Of 7 In 4709606?
## What is the face value of 2 in 624?
The face value of 2 in 93207 is 2..
## What is the value of the 9 in 89?
Answer: THE PLACE VALUE OF 9 IN 89 IS 9 ONES.
## What is the place value and face value of 7?
Thus, for the place value of a digit, the digit is m... | 688 | 2,355 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.34375 | 4 | CC-MAIN-2020-45 | latest | en | 0.896483 | [
128000,
2,
17697,
22559,
25,
3639,
2209,
578,
19109,
5273,
5046,
220,
22,
763,
220,
17711,
16415,
21,
1980,
567,
3639,
374,
279,
3663,
907,
315,
220,
17,
304,
220,
23000,
1980,
791,
3663,
907,
315,
220,
17,
304,
220,
25401,
2589,
37... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |
https://knowt.com/note/da638d2d-8889-4902-8018-fd44597b6d6b/Chapter-3-Data | 1,718,618,871,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198861701.67/warc/CC-MAIN-20240617091230-20240617121230-00031.warc.gz | 326,287,862 | 29,972 | # Chapter 3: Data
## Abstractions
• Bits are grouped to represent abstractions.
• These abstractions include but are not limited to numbers, characters, and colors.
• Abstractions find common features to generalize the program.
## Analog vs. Digital Data
• An analog signal has values that change smoothly over tim... | 1,103 | 5,040 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.21875 | 4 | CC-MAIN-2024-26 | latest | en | 0.866774 | [
128000,
2,
15957,
220,
18,
25,
2956,
271,
567,
3765,
65790,
271,
6806,
50557,
527,
41141,
311,
4097,
671,
65790,
382,
6806,
4314,
671,
65790,
2997,
719,
527,
539,
7347,
311,
5219,
11,
5885,
11,
323,
8146,
382,
6806,
3765,
65790,
1505,... | [
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1... |