url stringlengths 6 1.66k | fetch_time int64 1,368,859,978B 1,726,892,758B | content_mime_type stringclasses 3
values | warc_filename stringlengths 108 138 | warc_record_offset int32 24.2k 1.74B | warc_record_length int32 737 780k | text stringlengths 66 963k | token_count int32 32 446k | char_count int32 66 963k | metadata stringlengths 439 443 | score float64 3.5 5.13 | int_score int64 4 5 | crawl stringclasses 93
values | snapshot_type stringclasses 2
values | language stringclasses 1
value | language_score float64 0.05 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://resources.quizalize.com/view/quiz/fractions-and-decimals-bf55761d-a9b3-4790-adb5-15c1ddccd7f2 | 1,709,289,218,000,000,000 | text/html | crawl-data/CC-MAIN-2024-10/segments/1707947475238.84/warc/CC-MAIN-20240301093751-20240301123751-00858.warc.gz | 478,163,503 | 14,413 | Fractions and Decimals
Quiz by Eleanor Down
Feel free to use or edit a copy
includes Teacher and Student dashboards
### Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
• edit the questions
• save a copy for later
• star... | 379 | 1,073 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2024-10 | latest | en | 0.849072 |
http://mathhelpforum.com/differential-geometry/195462-limit-supremum.html | 1,481,033,704,000,000,000 | text/html | crawl-data/CC-MAIN-2016-50/segments/1480698541907.82/warc/CC-MAIN-20161202170901-00057-ip-10-31-129-80.ec2.internal.warc.gz | 173,671,811 | 10,571 | 1. limit and supremum
Ok, this might be a silly/easy question but I have to make sure. Let say we have a seq of pos. numbers $\{x_n\}$ such that $x_n $\forall n$ and $lim_{n\rightarrow \infty}(x_n/x_{n+1})=1$. Can I then, knowing the above, conclude that $\sup\{x_n/x_{n+1}; n\in\mathbb{N}\}=1$?
2. Re: limit and supre... | 571 | 1,524 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 19, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.6875 | 4 | CC-MAIN-2016-50 | longest | en | 0.690007 |
http://eloquentmath.blogspot.com/2012/02/ | 1,498,503,491,000,000,000 | text/html | crawl-data/CC-MAIN-2017-26/segments/1498128320863.60/warc/CC-MAIN-20170626184725-20170626204725-00703.warc.gz | 121,735,107 | 21,345 | ## Sunday, 26 February 2012
### Introduction to Modular Arithmetic and Congruence
Modular arithmetic is an arithmetic system for the integers where the numbers wrap around, like on a clock for example. The numbers start at one, they go round to twelve and then start again at one, this would be an example of modulo 12... | 4,161 | 17,763 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2017-26 | longest | en | 0.921773 |
http://jemarch.net/poke-2.4-manual/html_node/Casting-Structs.html | 1,675,187,746,000,000,000 | text/html | crawl-data/CC-MAIN-2023-06/segments/1674764499888.62/warc/CC-MAIN-20230131154832-20230131184832-00567.warc.gz | 20,374,974 | 2,342 | Next: , Previous: , Up: Structs [Contents][Index]
#### 18.5.15 Casting Structs
It is possible to cast a struct of some particular type into another struct type. Examples:
```(poke) type Foo = struct { int i; int j; };
(poke) type Bar = struct { int k; int j; };
(poke) Bar {j=2} as Foo {}
Foo {i=0,j=2}
```
The sem... | 409 | 1,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.609375 | 4 | CC-MAIN-2023-06 | latest | en | 0.835692 |
http://stackoverflow.com/questions/2680738/howto-transpose-multidimensional-array-in-place/2680747 | 1,466,799,883,000,000,000 | text/html | crawl-data/CC-MAIN-2016-26/segments/1466783391519.0/warc/CC-MAIN-20160624154951-00071-ip-10-164-35-72.ec2.internal.warc.gz | 271,140,379 | 21,793 | # Howto transpose multidimensional array in place
how to transpose a 2D matrix in place?
-
square or not? it makes a big difference – Anycorn Apr 21 '10 at 6:34
@aaa: Transposing a non-square matrix in place does not make a lot of sense. – Jens Apr 21 '10 at 7:29
Though depending on the representation (for example us... | 749 | 2,506 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2016-26 | latest | en | 0.857745 |
http://www.scootle.edu.au/ec/search?accContentId=ACMSP050 | 1,653,430,016,000,000,000 | text/html | crawl-data/CC-MAIN-2022-21/segments/1652662577259.70/warc/CC-MAIN-20220524203438-20220524233438-00381.warc.gz | 117,567,534 | 11,313 | # Mathematics / Year 2 / Statistics and Probability / Data representation and interpretation
Curriculum content descriptions
Create displays of data using lists, table and picture graphs and interpret them (ACMSP050)
Elaborations
• creating picture graphs to represent data using one-to-one correspondence
• comparing... | 506 | 2,473 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.40625 | 4 | CC-MAIN-2022-21 | latest | en | 0.893075 |
http://www.jiskha.com/display.cgi?id=1255481327 | 1,495,729,622,000,000,000 | text/html | crawl-data/CC-MAIN-2017-22/segments/1495463608107.28/warc/CC-MAIN-20170525155936-20170525175936-00538.warc.gz | 536,173,783 | 4,180 | Math
posted by on .
"The combination is the seventh, ninth, and eleventh numbers in a sequence that begins 1,1,2,3,5,8,13, and so forth"
What is the combination?
I have a problem with this can you help?
• Math - ,
1 + 1 = 2
1 + 2 = 3
2 + 3 = 5
and so on
• Math - ,
This sequence is the Fibonacci sequence. Every n... | 264 | 830 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2017-22 | latest | en | 0.926056 |
http://www.thefullwiki.org/Edgeworth_series | 1,529,953,838,000,000,000 | text/html | crawl-data/CC-MAIN-2018-26/segments/1529267868876.81/warc/CC-MAIN-20180625185510-20180625205510-00342.warc.gz | 500,285,031 | 10,666 | Edgeworth series: Wikis
Note: Many of our articles have direct quotes from sources you can cite, within the Wikipedia article! This article doesn't yet, but we're working on it! See more info or our list of citable articles.
Encyclopedia
The Gram-Charlier A series and the Edgeworth series, named in honor of Francis ... | 2,046 | 6,448 | {"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": 13, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.703125 | 4 | CC-MAIN-2018-26 | latest | en | 0.879564 |
ssc.flipacademy.org | 1,575,570,445,000,000,000 | text/html | crawl-data/CC-MAIN-2019-51/segments/1575540481281.1/warc/CC-MAIN-20191205164243-20191205192243-00134.warc.gz | 130,335,668 | 14,132 | QID : 151 – How many numbers are there from 700 to 950 (including both) which are neither divisible by 3 nor by 7?
Options:
1) 107
2) 141
3) 144
4) 145
QID : 152 – A can complete a work in 20 days and B can complete the same work in 25 days. If both of them work together, then in 3 days what percent of the total work... | 1,610 | 4,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.640625 | 4 | CC-MAIN-2019-51 | longest | en | 0.872728 |
http://mathhelpforum.com/pre-calculus/59226-functions-composition-print.html | 1,506,012,440,000,000,000 | text/html | crawl-data/CC-MAIN-2017-39/segments/1505818687833.62/warc/CC-MAIN-20170921153438-20170921173438-00658.warc.gz | 220,331,260 | 2,810 | # Functions / Composition
• Nov 12th 2008, 02:43 PM
Laconian
Functions / Composition
alright, the problem I need help on is showing that two functions are inverses of each other using composition.
f(x) = x + 3 / x - 2 and g(x) = 2x - 3 / x - 1
I've gotten to this point below and don't know where to go from there
f(... | 339 | 999 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 2, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.515625 | 4 | CC-MAIN-2017-39 | longest | en | 0.932612 |
https://mathoverflow.net/questions/319132/about-a-pattern-of-hitting-times-for-a-simple-random-walk | 1,685,875,380,000,000,000 | text/html | crawl-data/CC-MAIN-2023-23/segments/1685224649741.26/warc/CC-MAIN-20230604093242-20230604123242-00534.warc.gz | 438,380,796 | 22,621 | # About a pattern of hitting times for a simple random walk
Let $$\omega_1, \omega_2, \ldots$$ be uniform iid on $$\{-1,1\}$$, and let $$X_n = \sum_{i=0}^n \omega_i$$ be the corresponding simple random walk. Fix some integer $$N$$, and let $$h^+_N$$ be the first time $$X_n$$ hits $$N$$, $$h^-_N$$ the hitting time of $... | 932 | 2,483 | {"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-23 | latest | en | 0.66168 |
https://schoollearningcommons.info/question/f-the-common-differences-of-then-anot-an-ap-is-3-15-is-20829505-38/ | 1,632,223,646,000,000,000 | text/html | crawl-data/CC-MAIN-2021-39/segments/1631780057202.68/warc/CC-MAIN-20210921101319-20210921131319-00372.warc.gz | 529,386,168 | 13,454 | ## f the common differences of then anot an AP is 3, 15 is
Question
f the common differences of
then anot
an AP is 3,
15 is
in progress 0
7 days 2021-09-14T17:40:05+00:00 2 Answers 0 views 0
1. Given: d=3
We know:
a
n
=a+(n−1)d
∴a
20
−a
15
=[a+19d]−[a+14d]
=5d
=5×3
=15
Let a be the first term of an A... | 235 | 495 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.40625 | 4 | CC-MAIN-2021-39 | latest | en | 0.72555 |
http://enhtech.com/standard-error/fixing-relative-standard-error-sample-size.php | 1,545,070,386,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376828697.80/warc/CC-MAIN-20181217161704-20181217183704-00473.warc.gz | 86,608,620 | 4,859 | Home > Standard Error > Relative Standard Error Sample Size
# Relative Standard Error Sample Size
You should also not set the accuracy levels too low, of the Gaussian when the sample size is over 100. time series: Correcting for autocorrelation. Standard error of the mean (SEM) This sectionthe sample mean x ¯ {\displ... | 1,620 | 7,530 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2018-51 | latest | en | 0.836691 |
https://math.stackexchange.com/questions/2661181/convergence-of-sum-k-0-infty-ak-cdot-bk2 | 1,561,398,146,000,000,000 | text/html | crawl-data/CC-MAIN-2019-26/segments/1560627999620.99/warc/CC-MAIN-20190624171058-20190624193058-00112.warc.gz | 513,866,051 | 36,169 | # Convergence of $\sum_{k=0}^{\infty} a^k\cdot b^{k^2}$
Can we say anything about convergence of a series of the form
\begin{aligned} \Phi = \sum_{k=0}^{\infty} a^k\!\cdot\! b^{k^2} \end{aligned}
assuming $0\leq a,b\leq 1$ are constants? Is there a way to compute closed-form expression for $\Phi$?
I tried applying ... | 793 | 2,164 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.90625 | 4 | CC-MAIN-2019-26 | latest | en | 0.71489 |
http://mathhelpforum.com/algebra/38888-find-number-print.html | 1,503,403,703,000,000,000 | text/html | crawl-data/CC-MAIN-2017-34/segments/1502886110578.17/warc/CC-MAIN-20170822104509-20170822124509-00418.warc.gz | 280,103,972 | 3,086 | # find the number
• May 19th 2008, 01:12 PM
sp0rtskid55
find the number
Heres the problem:
The tens digit of a two-digit number is 1 more than 3 times the ones digit. Subtracting 45 from the number reverses it. Find the original number.
• May 19th 2008, 01:16 PM
angel.white
Quote:
Originally Posted by sp0rtskid55
Her... | 517 | 1,473 | {"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": 9, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.46875 | 4 | CC-MAIN-2017-34 | longest | en | 0.773632 |
https://en.khanacademy.org/math/ap-calculus-bc/bc-series-new/bc-10-14/v/euler-s-formula-and-euler-s-identity | 1,716,728,571,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058876.64/warc/CC-MAIN-20240526104835-20240526134835-00771.warc.gz | 195,610,779 | 142,609 | If you're seeing this message, it means we're having trouble loading external resources on our website.
If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.
# Euler's formula & Euler's identity
Euler's formula is eⁱˣ=cos(x)+i⋅sin(x), and Euler's Identity ... | 1,160 | 4,270 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.578125 | 4 | CC-MAIN-2024-22 | latest | en | 0.946319 |
http://mathhelpforum.com/number-theory/190837-congruence-proof-print.html | 1,503,400,468,000,000,000 | text/html | crawl-data/CC-MAIN-2017-34/segments/1502886110578.17/warc/CC-MAIN-20170822104509-20170822124509-00081.warc.gz | 272,929,561 | 2,979 | # Congruence Proof
• Oct 19th 2011, 10:20 PM
jzellt
Congruence Proof
Show that if n is a composite integer not equal to 4, then (n-1)! is congruent to 0 (mod n).
• Oct 19th 2011, 10:33 PM
TheChaz
Re: Congruence Proof
n = a*b,
Suppose n > a > b > 1
Then (n-1)! = (n - 1)(n - 2)... (a) ... (b) .... (2)(1), which is clea... | 535 | 1,309 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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 | longest | en | 0.903148 |
http://www.numbersaplenty.com/46111 | 1,591,435,013,000,000,000 | text/html | crawl-data/CC-MAIN-2020-24/segments/1590348511950.89/warc/CC-MAIN-20200606062649-20200606092649-00572.warc.gz | 184,763,246 | 3,473 | Search a number
46111 = 133547
BaseRepresentation
bin1011010000011111
32100020211
423100133
52433421
6553251
7251302
oct132037
970224
1046111
113170a
1222827
1317cb0
1412b39
15d9e1
hexb41f
46111 has 4 divisors (see below), whose sum is σ = 49672. Its totient is φ = 42552.
The previous prime is 46103. The next prime i... | 567 | 1,856 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.71875 | 4 | CC-MAIN-2020-24 | latest | en | 0.896689 |
https://www.neetprep.com/question/38889-Equivalent-resistance-points-B-----/126-Physics--Current-Electricity/693-Current-Electricity | 1,590,755,442,000,000,000 | text/html | crawl-data/CC-MAIN-2020-24/segments/1590347404857.23/warc/CC-MAIN-20200529121120-20200529151120-00098.warc.gz | 834,827,134 | 86,777 | Equivalent resistance between the points A and B is (in Ω)
(1) $\frac{1}{5}$
(2) $1\frac{1}{4}$
(3) $2\frac{1}{3}$
(4) $3\frac{1}{2}$
Concept Questions :-
Combination of resistors
High Yielding Test Series + Question Bank - NEET 2020
Difficulty Level:
In the circuit shown here, what is the value of the unknown ... | 988 | 3,104 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 16, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.15625 | 4 | CC-MAIN-2020-24 | latest | en | 0.776511 |
http://web2.0calc.com/questions/mean_7 | 1,516,194,343,000,000,000 | text/html | crawl-data/CC-MAIN-2018-05/segments/1516084886939.10/warc/CC-MAIN-20180117122304-20180117142304-00053.warc.gz | 369,113,627 | 5,209 | +0
# mean
0
147
1
what is the mean of 1,1,1,2,2,3,4,5,5,25
Guest Jun 5, 2017
#1
+5888
+1
mean = $$\frac{1+1+1+2+2+3+4+5+5+25}{10} = \frac{49}{10}=4.9$$
hectictar Jun 5, 2017
Sort:
mean = $$\frac{1+1+1+2+2+3+4+5+5+25}{10} = \frac{49}{10}=4.9$$ | 158 | 251 | {"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.890625 | 4 | CC-MAIN-2018-05 | latest | en | 0.492114 |
http://metamath.tirix.org/mpeascii/replim | 1,721,614,599,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763517805.92/warc/CC-MAIN-20240722003438-20240722033438-00566.warc.gz | 17,883,311 | 2,006 | # Metamath Proof Explorer
## Theorem replim
Description: Reconstruct a complex number from its real and imaginary parts. (Contributed by NM, 10-May-1999) (Revised by Mario Carneiro, 7-Nov-2013)
Ref Expression
Assertion replim
`|- ( A e. CC -> A = ( ( Re ` A ) + ( _i x. ( Im ` A ) ) ) )`
### Proof
Step Hyp Ref Expr... | 986 | 1,993 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.71875 | 4 | CC-MAIN-2024-30 | latest | en | 0.416808 |
http://gluedideas.com/content-collection/Cyclopedia-of-Architecture-Carpentry-and-Building-a-General-Reference-V-03/Strength-of_P1.html | 1,642,883,511,000,000,000 | text/html | crawl-data/CC-MAIN-2022-05/segments/1642320303884.44/warc/CC-MAIN-20220122194730-20220122224730-00011.warc.gz | 26,805,003 | 3,333 | # Strength of
## beam, section, pounds, hence, modulus, moment and equation
Page: 1 2 3 4 5 6 7 8 9
STRENGTH OF BEAMS—(CONCLUDED).
62. First Beam Formula. As shown in the preceding article, the resisting and bending moment's for any section of a beam are equal; hence all the symbols referring to the same section. T... | 1,107 | 4,340 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-05 | latest | en | 0.905167 |
http://mathhelpforum.com/calculus/126566-integrals-involving-exponential.html | 1,544,688,781,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376824601.32/warc/CC-MAIN-20181213080138-20181213101638-00618.warc.gz | 185,655,334 | 10,326 | 1. ## Integrals involving exponential
Question:
$\displaystyle \int \frac{dx}{1+e^x}$
How to solve this ..?
2. Originally Posted by mj.alawami
Question:
$\displaystyle \int \frac{dx}{1+e^x}$
How to solve this ..?
$\displaystyle u = 1+e^x$
$\displaystyle du = e^x dx$
$\displaystyle dx = (u-1)\, du$
$\displaystyl... | 592 | 1,726 | {"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-51 | latest | en | 0.775579 |
https://www.gradesaver.com/textbooks/math/algebra/intermediate-algebra-6th-edition/chapter-5-section-5-4-multiplying-polynomials-exercise-set-page-289/31 | 1,553,006,989,000,000,000 | text/html | crawl-data/CC-MAIN-2019-13/segments/1552912201996.61/warc/CC-MAIN-20190319143502-20190319165502-00126.warc.gz | 766,441,509 | 13,867 | ## Intermediate Algebra (6th Edition)
$36y^2-1$
Using the special product on multiplying the sum and difference of like terms, $(a+b)(a-b)=a^2-b^2$, the given expression simplifies to \begin{align*} & (6y-1)(6y+1) \\\\&= (6y)^2-1^2 \\\\&= 36y^2-1 .\end{align*} | 100 | 261 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.125 | 4 | CC-MAIN-2019-13 | latest | en | 0.630609 |
https://www.shaalaa.com/question-bank-solutions/increasing-decreasing-functions-let-f-x-x3-6x2-15x-3-then-a-f-x-0-all-x-r-b-f-x-f-x-1-all-x-r-c-f-x-invertible-d-none-these_46199 | 1,558,937,023,000,000,000 | text/html | crawl-data/CC-MAIN-2019-22/segments/1558232261326.78/warc/CC-MAIN-20190527045622-20190527071622-00061.warc.gz | 952,667,877 | 12,264 | Share
Books Shortlist
Your shortlist is empty
# Solution for Let F(X) = X3 − 6x2 + 15x + 3. Then, (A) F(X) > 0 For All X ∈ R (B) F(X) > F(X + 1) for All X ∈ R (C) F(X) is Invertible (D) None of These - CBSE (Science) Class 12 - Mathematics
ConceptIncreasing and Decreasing Functions
#### Question
Let f(x) = x3 − 6x... | 466 | 1,093 | {"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.0625 | 4 | CC-MAIN-2019-22 | latest | en | 0.462773 |
https://ask.sagemath.org/question/54933/finding-absolute-values-of-roots-of-polynomials-with-sage/?sort=oldest | 1,620,601,596,000,000,000 | text/html | crawl-data/CC-MAIN-2021-21/segments/1620243989018.90/warc/CC-MAIN-20210509213453-20210510003453-00516.warc.gz | 138,580,216 | 18,857 | # Finding absolute values of roots of polynomials with Sage
Given a monic integer polynomial $p(x)$ in one variable $x$. Is it possible using Sage to obtain all absolute values of the roots of $p(x)$ in a list?
(Or at least all absolute values of roots that have absolute value (say) at most 2, if there general case i... | 3,855 | 9,455 | {"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.675153 |
https://chem.libretexts.org/Courses/City_College_of_San_Francisco/CCSF_Chemistry_Resources/02%3A_CHE_201_-_General_Chemistry_I/2.01%3A_The_Structure_of_the_Atom/2.1.05%3A_Calculating_Atomic_Masses_(Problems) | 1,713,678,502,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296817729.0/warc/CC-MAIN-20240421040323-20240421070323-00824.warc.gz | 148,182,887 | 29,710 | # 2.1.5: Calculating Atomic Masses (Problems)
$$\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... | 1,590 | 4,655 | {"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.875 | 4 | CC-MAIN-2024-18 | latest | en | 0.359631 |
https://www.hackmath.net/en/problem/6968 | 1,558,942,079,000,000,000 | text/html | crawl-data/CC-MAIN-2019-22/segments/1558232262029.97/warc/CC-MAIN-20190527065651-20190527091651-00235.warc.gz | 794,708,169 | 6,974 | # Progression
12, 60, -300,1500 need next 2 numbers of pattern
Result
a5 = 7500
a6 = 37500
#### Solution:
Leave us a comment of example and its solution (i.e. if it is still somewhat unclear...):
Be the first to comment!
## Next similar examples:
1. Probably member
Look at the series 2,6,25,96,285, ? What num... | 767 | 2,899 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2019-22 | latest | en | 0.950261 |
http://self.gutenberg.org/articles/eng/Inverse-square_law | 1,606,417,762,000,000,000 | text/html | crawl-data/CC-MAIN-2020-50/segments/1606141188899.42/warc/CC-MAIN-20201126171830-20201126201830-00333.warc.gz | 79,337,389 | 26,703 | #jsDisabledContent { display:none; } My Account | Register | Help
# Inverse-square law
Article Id: WHEBN0000041288
Reproduction Date:
Title: Inverse-square law Author: World Heritage Encyclopedia Language: English Subject: Collection: Publisher: World Heritage Encyclopedia Publication Date:
### Inverse-square la... | 4,108 | 17,607 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.84375 | 4 | CC-MAIN-2020-50 | latest | en | 0.861746 |
http://mathforum.org/dr.math/faq/formulas/faq.polar.html | 1,516,498,090,000,000,000 | text/html | crawl-data/CC-MAIN-2018-05/segments/1516084889798.67/warc/CC-MAIN-20180121001412-20180121021412-00036.warc.gz | 213,753,167 | 8,255 | Analytic Geometry: Polar Coordinates
All Formulas: Contents || Ask Dr. Math || Dr. Math FAQ || Search Dr. Math
Contents: Coordinates || Points || Directions || Translations || Rotations || Lines || Triangles || Conic Sections [hyperbolas | parabolas | ellipses | circles]
Polar Coordinates
This is a coordin... | 4,220 | 13,656 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2018-05 | longest | en | 0.761571 |
www.boldmethod.com | 1,638,066,995,000,000,000 | text/html | crawl-data/CC-MAIN-2021-49/segments/1637964358443.87/warc/CC-MAIN-20211128013650-20211128043650-00081.warc.gz | 775,468,306 | 37,204 | To: (Separate email addresses with commas)
Message: (Optional)
# Easy Mental Math For Pilots
Boldmethod
If you're like us, you probably don't consider yourself a math expert. Here are a few easy tips and tricks you can use to make mental math in the cockpit a little easier...
## Descent Planning Mental Math
• Step... | 1,131 | 4,081 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.4375 | 4 | CC-MAIN-2021-49 | latest | en | 0.92654 |
https://www.dsprelated.com/showarticle/1108.php | 1,719,176,767,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198864850.31/warc/CC-MAIN-20240623194302-20240623224302-00475.warc.gz | 634,016,630 | 16,696 | # Improved Three Bin Exact Frequency Formula for a Pure Real Tone in a DFT
November 6, 2017
## Introduction
This is an article to hopefully give a better understanding of the Discrete Fourier Transform (DFT) by extending the exact two bin formulas for the frequency of a real tone in a DFT to the three bin case. This... | 2,081 | 6,746 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.0625 | 4 | CC-MAIN-2024-26 | latest | en | 0.914196 |
https://www.12000.org/my_notes/pde_in_CAS/pdse119.htm | 1,553,582,219,000,000,000 | text/html | crawl-data/CC-MAIN-2019-13/segments/1552912204857.82/warc/CC-MAIN-20190326054828-20190326080828-00016.warc.gz | 662,514,804 | 4,968 | ### 119 HFOPDE, chapter 4.8.2
119.1 Problem 1
119.2 Problem 2
119.3 Problem 3
119.4 Problem 4
119.5 Problem 5
119.6 Problem 6
119.7 Problem 7
_______________________________________________________________________________________
#### 119.1 Problem 1
problem number 968
Added March 10, 2019.
Problem Chapter 4.8.2.... | 3,497 | 7,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": 1, "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-2019-13 | latest | en | 0.407393 |
https://www.mathpoint.net/math-1200-real-numbers.html | 1,569,161,948,000,000,000 | text/html | crawl-data/CC-MAIN-2019-39/segments/1568514575515.93/warc/CC-MAIN-20190922135356-20190922161356-00040.warc.gz | 927,027,653 | 12,683 | Try the Free Math Solver or Scroll down to Tutorials!
Depdendent Variable
Number of equations to solve: 23456789
Equ. #1:
Equ. #2:
Equ. #3:
Equ. #4:
Equ. #5:
Equ. #6:
Equ. #7:
Equ. #8:
Equ. #9:
Solve for:
Dependent Variable
Number of inequalities to solve: 23456789
Ineq. #1:
Ineq. #2:
Ineq... | 1,327 | 3,375 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.40625 | 4 | CC-MAIN-2019-39 | latest | en | 0.677079 |
https://slideum.com/doc/3930271/complexity-of-algorithms | 1,596,601,007,000,000,000 | text/html | crawl-data/CC-MAIN-2020-34/segments/1596439735909.19/warc/CC-MAIN-20200805035535-20200805065535-00371.warc.gz | 444,883,856 | 10,777 | #### Transcript Complexity of Algorithms
```Complexity of Algorithms
MSIT
Agenda
What is Algorithm?
What is need for analysis?
What is complexity?
Types of complexities
Methods of measuring complexity
Algorithm
A clearly specified set of instructions to
solve a problem.
Characteristics:
Input: ... | 2,098 | 7,155 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.671875 | 4 | CC-MAIN-2020-34 | latest | en | 0.745458 |
https://www.educative.io/answers/how-to-calculate-the-square-root-in-euphoria | 1,660,426,614,000,000,000 | text/html | crawl-data/CC-MAIN-2022-33/segments/1659882571987.60/warc/CC-MAIN-20220813202507-20220813232507-00062.warc.gz | 651,618,150 | 71,230 | Related Tags
math
euphoria
functions
communitycreator
# How to calculate the square root in Euphoria
NDUKWE CHIDERA K.
### Overview
To calculate the square root of any value in Euphoria, we leverage the math method, sqrt().
### The sqrt() method
The sqrt() method in Euphoria is part of the standard math library ... | 462 | 1,696 | {"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.703125 | 4 | CC-MAIN-2022-33 | latest | en | 0.6848 |
http://www.indium.com/blog/hypothesis-test-spreadsheet-for-cpk-of-stencil-printing-transfer-efficiency.php | 1,539,619,071,000,000,000 | text/html | crawl-data/CC-MAIN-2018-43/segments/1539583509326.21/warc/CC-MAIN-20181015142752-20181015164252-00251.warc.gz | 500,937,464 | 12,644 | # Hypothesis Test Spreadsheet for Cpk of Stencil Printing Transfer Efficiency
Category:
• Solder Reliability
• Folks,
It is accepted as fact by everyone that I know that 2/3rd of all SMT defects can be traced back to the stencil printing process. A number of us have tried to find a reference for this posit, with no ... | 805 | 3,397 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.65625 | 4 | CC-MAIN-2018-43 | latest | en | 0.959123 |
http://www.mathmaa.com/Trigonometric-Functions.html | 1,627,735,999,000,000,000 | text/html | crawl-data/CC-MAIN-2021-31/segments/1627046154089.6/warc/CC-MAIN-20210731105716-20210731135716-00134.warc.gz | 70,408,182 | 9,169 | online user counter
MATHMAA
# Trigonometric-Functions
In this Trigonometric-Functions you get few formula which are not represented in trigonometric formula list . You can refer Trigonometric formula by clicking on it . Here few more formula like degrees to radians and vice versa as follows.
## Trigonometric-Funct... | 1,456 | 3,339 | {"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.40625 | 4 | CC-MAIN-2021-31 | longest | en | 0.52754 |
https://socratic.org/questions/how-do-you-solve-abs-2y-5-3 | 1,638,942,221,000,000,000 | text/html | crawl-data/CC-MAIN-2021-49/segments/1637964363445.41/warc/CC-MAIN-20211208053135-20211208083135-00606.warc.gz | 599,663,242 | 6,113 | # How do you solve abs(2y-5)<=3?
##### 1 Answer
Jul 5, 2017
See a solution process below:
#### Explanation:
The absolute value function takes any negative or positive term and transforms it to its positive form. Therefore, we must solve the term within the absolute value function for both its negative and positive ... | 347 | 1,015 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 14, "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.6875 | 5 | CC-MAIN-2021-49 | latest | en | 0.665775 |
https://metanumbers.com/21241 | 1,638,890,433,000,000,000 | text/html | crawl-data/CC-MAIN-2021-49/segments/1637964363400.19/warc/CC-MAIN-20211207140255-20211207170255-00297.warc.gz | 464,119,561 | 7,355 | # 21241 (number)
21,241 (twenty-one thousand two hundred forty-one) is an odd five-digits composite number following 21240 and preceding 21242. In scientific notation, it is written as 2.1241 × 104. The sum of its digits is 10. It has a total of 2 prime factors and 4 positive divisors. There are 19,300 positive intege... | 1,470 | 4,212 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-49 | latest | en | 0.823766 |
http://conceptionofthegood.co.uk/?p=172 | 1,638,886,608,000,000,000 | text/html | crawl-data/CC-MAIN-2021-49/segments/1637964363400.19/warc/CC-MAIN-20211207140255-20211207170255-00575.warc.gz | 18,407,346 | 12,998 | This post will be outlining the academic rigour I have seen in the teaching and in the assessments created by the Uncommon Schools Network. I shall explain how we can develop such rigour in our classrooms as individual teachers.
Each grade (year group) has an interim assessment exam which is determined centrally by a ... | 1,436 | 7,313 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2021-49 | latest | en | 0.976519 |
https://api-project-1022638073839.appspot.com/questions/what-is-the-equation-of-the-normal-line-of-f-x-cscx-at-x-pi-8 | 1,726,524,162,000,000,000 | text/html | crawl-data/CC-MAIN-2024-38/segments/1725700651714.51/warc/CC-MAIN-20240916212424-20240917002424-00661.warc.gz | 82,775,632 | 6,630 | # What is the equation of the normal line of f(x)= cscx at x = pi/8?
Apr 13, 2017
Note that $f \left(\frac{\pi}{8}\right) = \csc \left(\frac{\pi}{8}\right)$, so the normal line will pass through the point $\left(\frac{\pi}{8} , \csc \left(\frac{\pi}{8}\right)\right)$.
The slope of the normal line will be the inverse... | 1,002 | 2,604 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 23, "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.46875 | 4 | CC-MAIN-2024-38 | latest | en | 0.611526 |
https://www.topperlearning.com/doubts-solutions/find-the-value-of-a-for-which-the-equation-2x-ay-5-has-1-1-as-a-solution-find-two-more-solutions-for-the-equation-obtained-cdit323zz/ | 1,566,113,191,000,000,000 | text/html | crawl-data/CC-MAIN-2019-35/segments/1566027313715.51/warc/CC-MAIN-20190818062817-20190818084817-00098.warc.gz | 1,007,604,651 | 49,999 | 1800-212-7858 (Toll Free)
9:00am - 8:00pm IST all days
8104911739
or
Thanks, You will receive a call shortly.
Customer Support
You are very important to us
022-62211530
Mon to Sat - 11 AM to 8 PM
# Find the value of a, for which the equation 2x + ay = 5 has (1,-1) as a solution. Find two more solutions for the eq... | 367 | 850 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2019-35 | latest | en | 0.933508 |
https://phys.libretexts.org?title=TextBooks_%26_TextMaps/College_Physics_TextMaps/Map:_Spiral_Physics_-_Algebra_Based_(D%E2%80%99Alessandris)/Spiral_Mechanics_(Algebra-Based)/Model_1:_1D_Constant-Force_Particle_Model/04._Dynamics/01._Concepts_and_Principles | 1,526,900,722,000,000,000 | text/html | crawl-data/CC-MAIN-2018-22/segments/1526794864063.9/warc/CC-MAIN-20180521102758-20180521122758-00230.warc.gz | 632,199,108 | 15,181 | $$\require{cancel}$$
# 01. Concepts and Principles
### Newton's Laws
#### Newton's First Law
Dynamics is the study of the cause of motion, or more precisely, the cause of changes in motion. In the late 1600’s, Isaac Newton hypothesized that motion does not require a cause, but that changes in motion require causes.... | 811 | 4,084 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.890625 | 4 | CC-MAIN-2018-22 | latest | en | 0.932571 |
http://forum.math.toronto.edu/index.php?action=printpage;topic=1024.0 | 1,606,843,541,000,000,000 | text/html | crawl-data/CC-MAIN-2020-50/segments/1606141681209.60/warc/CC-MAIN-20201201170219-20201201200219-00390.warc.gz | 32,789,291 | 2,711 | # Toronto Math Forum
## APM346-2018S => APM346--Tests => Term Test 1 => Topic started by: Victor Ivrii on February 15, 2018, 07:03:41 PM
Title: P2
Post by: Victor Ivrii on February 15, 2018, 07:03:41 PM
Find solution $u(x,t)$ to
\begin{align*}
&u_{tt}-4u_{xx}= \frac{8}{x^2+1},\tag{1}\\
\end{align*}
Hint: Change orde... | 748 | 1,560 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.921875 | 4 | CC-MAIN-2020-50 | longest | en | 0.586748 |
https://www.cuemath.com/jee/examples-on-tangents-set-2-parabolas/ | 1,618,689,361,000,000,000 | text/html | crawl-data/CC-MAIN-2021-17/segments/1618038464045.54/warc/CC-MAIN-20210417192821-20210417222821-00012.warc.gz | 816,641,177 | 21,947 | # Examples on Tangents to Parabolas Set 2
Go back to 'Parabola'
Example – 20
Refer to Fig - 26 of Example 18 again. Show that angle FRP is a right angle.
Solution: Once again, we use the equation of the tangent at $$P(a{t^2},2at)$$ :
$ty = x + a{t^2}$
This intersects the y-axis at the point R(0, at). The slope o... | 1,957 | 5,068 | {"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.75 | 5 | CC-MAIN-2021-17 | latest | en | 0.837511 |
http://cn.metamath.org/mpeuni/mmtheorems76.html | 1,652,996,676,000,000,000 | text/html | crawl-data/CC-MAIN-2022-21/segments/1652662530066.45/warc/CC-MAIN-20220519204127-20220519234127-00636.warc.gz | 10,522,861 | 21,465 | Home Metamath Proof ExplorerTheorem List (p. 76 of 429) < Previous Next > Bad symbols? Try the GIF version. Mirrors > Metamath Home Page > MPE Home Page > Theorem List Contents > Recent Proofs This page: Page List
Color key: Metamath Proof Explorer (1-27903) Hilbert Space Explorer (27904-29428) Users' ... | 15,728 | 34,384 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2022-21 | latest | en | 0.590645 |
https://en.khanacademy.org/math/statistics-probability/summarizing-quantitative-data/variance-standard-deviation-sample/v/sample-standard-deviation-and-bias | 1,708,925,843,000,000,000 | text/html | crawl-data/CC-MAIN-2024-10/segments/1707947474650.85/warc/CC-MAIN-20240226030734-20240226060734-00011.warc.gz | 228,176,806 | 135,709 | If you're seeing this message, it means we're having trouble loading external resources on our website.
If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.
### Course: Statistics and probability>Unit 3
Lesson 5: Variance and standard deviation of a sampl... | 1,102 | 4,944 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.125 | 4 | CC-MAIN-2024-10 | latest | en | 0.932782 |
https://www.studymode.com/essays/Physics-Exam-2-64077592.html | 1,580,099,137,000,000,000 | text/html | crawl-data/CC-MAIN-2020-05/segments/1579251694176.67/warc/CC-MAIN-20200127020458-20200127050458-00092.warc.gz | 1,097,447,686 | 24,789 | physics exam 2
Topics: Energy, Capacitor, Work Pages: 2 (279 words) Published: November 21, 2014
An ideal air-filled parallel-plate capacitor has round plates and carries a fixed amount of equal but opposite charge on its plates. All the geometric parameters of the capacitor (plate diameter and plate separation) are ... | 610 | 1,742 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.890625 | 4 | CC-MAIN-2020-05 | latest | en | 0.873202 |
http://www.codeproject.com/Articles/29882/3D-Pie | 1,419,543,593,000,000,000 | text/html | crawl-data/CC-MAIN-2014-52/segments/1419447548066.118/warc/CC-MAIN-20141224185908-00070-ip-10-231-17-201.ec2.internal.warc.gz | 190,962,086 | 26,559 | # 3D Pie
, 11 Oct 2008 CPOL
Rate this:
Please Sign up or sign in to vote.
3D pie Charts and Trigonometry
## Introduction
This is an article about 3D pie charts with transparency.
## Background
I needed a pie chart in a small application without the need or the complications of 3rd party software. At first, I thou... | 3,307 | 13,477 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.1875 | 4 | CC-MAIN-2014-52 | longest | en | 0.929572 |
https://qanda.ai/en/search/%5Cdfrac%7B%2015%20%20%7D%7B%2057%20%20%7D?search_mode=expression | 1,653,302,542,000,000,000 | text/html | crawl-data/CC-MAIN-2022-21/segments/1652662558015.52/warc/CC-MAIN-20220523101705-20220523131705-00468.warc.gz | 526,302,971 | 20,402 | # Calculator search results
Formula
Reduce the fraction to the lowest term
Convert a fraction to %
Convert fractions to decimals
$\dfrac{ 15 }{ 57 }$
$\dfrac { 5 } { 19 }$
Reduce the fraction to the lowest term
$\color{#FF6800}{ \dfrac { 15 } { 57 } }$
Divide the denominator by the greatest common factor $3$
$\color{... | 537 | 1,343 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.09375 | 4 | CC-MAIN-2022-21 | latest | en | 0.417701 |
https://clifford.readthedocs.io/en/v1.3.0/tutorials/g3-algebra-of-space.html | 1,702,074,486,000,000,000 | text/html | crawl-data/CC-MAIN-2023-50/segments/1700679100779.51/warc/CC-MAIN-20231208212357-20231209002357-00568.warc.gz | 207,535,631 | 12,592 | # The Algebra Of Space (G3)¶
In this notebook, we give a more detailed look at how to use clifford, using the algebra of three dimensional space as a context.
## Setup¶
First, we import clifford as cf, and instantiate a three dimensional geometric algebra using Cl() (docs).
[1]:
import clifford as cf
layout, blad... | 3,408 | 10,018 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.671875 | 4 | CC-MAIN-2023-50 | latest | en | 0.61235 |
https://www.physicsforums.com/threads/tension-rope-and-blocks-problem.807969/ | 1,624,358,780,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623488517048.78/warc/CC-MAIN-20210622093910-20210622123910-00194.warc.gz | 862,067,482 | 16,245 | # Tension Rope and Blocks Problem
## Homework Statement
Two blocks, each with weight w, are held in place on a frictionless incline as shown in Figure. In terms of w and the angle a of the incline, calculate the tension in the rope connecting the blocks
T = mg
## The Attempt at a Solution
I cannot for figure out w... | 327 | 1,316 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.609375 | 4 | CC-MAIN-2021-25 | latest | en | 0.940302 |
http://machinerysafety101.com/2012/06/25/the-probability-problem/ | 1,487,719,225,000,000,000 | text/html | crawl-data/CC-MAIN-2017-09/segments/1487501170864.16/warc/CC-MAIN-20170219104610-00582-ip-10-171-10-108.ec2.internal.warc.gz | 167,344,652 | 27,515 | # The Probability Problem
This entry is part 9 of 8 in the series Risk Assessment
In Occupational Health and Safety (OHS), risk is a function of severity of injury and the probability of the injury occurring. Understanding the severity portion is usually fairly easy, although advanced technologies, like lasers for in... | 3,039 | 13,658 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.03125 | 4 | CC-MAIN-2017-09 | longest | en | 0.91752 |
https://scilearn.sydney.edu.au/fychemistry/iChem/heatcapacity.shtml | 1,723,389,936,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722641002566.67/warc/CC-MAIN-20240811141716-20240811171716-00577.warc.gz | 405,437,010 | 8,467 | ## Heat Capacity
### Heat, Temperature and Heat Capacity
Video tutorial
Heat and temperature are not the same thing.
It takes more heat to change the temperature of a full saucepan of water than it does to change the temoerature of an empty pan by the same amount. Heat flows from hot to cold objects: it is the trans... | 556 | 2,294 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.8125 | 4 | CC-MAIN-2024-33 | latest | en | 0.922226 |
https://db0nus869y26v.cloudfront.net/en/Missionaries_and_cannibals_problem | 1,722,893,802,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640455981.23/warc/CC-MAIN-20240805211050-20240806001050-00822.warc.gz | 159,244,792 | 9,565 | The missionaries and cannibals problem, and the closely related jealous husbands problem, are classic river-crossing logic puzzles.[1] The missionaries and cannibals problem is a well-known toy problem in artificial intelligence, where it was used by Saul Amarel as an example of problem representation.[2][3]
## The pr... | 1,769 | 6,974 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.890625 | 4 | CC-MAIN-2024-33 | latest | en | 0.955294 |
https://school.careers360.com/rd-sharma-solutions/class-12-chapter-18-ex-18-11-maths-indefinite-integrals | 1,726,312,783,000,000,000 | text/html | crawl-data/CC-MAIN-2024-38/segments/1725700651579.22/warc/CC-MAIN-20240914093425-20240914123425-00640.warc.gz | 476,064,360 | 71,290 | RD Sharma Class 12 Exercise 18.11 Indefinite Integrals Solutions Maths - Download PDF Free Online
# RD Sharma Class 12 Exercise 18.11 Indefinite Integrals Solutions Maths - Download PDF Free Online
Edited By Kuldeep Maurya | Updated on Jan 24, 2022 12:06 PM IST
RD Sharma books are well known and widely used for thei... | 7,723 | 19,215 | {"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": 144, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "m... | 4.375 | 4 | CC-MAIN-2024-38 | latest | en | 0.621797 |
https://www.weegy.com/?ConversationId=5FE2A4E5 | 1,597,197,067,000,000,000 | text/html | crawl-data/CC-MAIN-2020-34/segments/1596439738858.45/warc/CC-MAIN-20200811235207-20200812025207-00163.warc.gz | 860,689,815 | 10,576 | If the sixth term of a sequence is 128 and the common ratio is 2, then what is the first term?
Question
Asked 10/2/2012 8:19:16 AM
Updated 1/25/2015 5:52:54 PM
g
Original conversation
User: HOW WOULD YOU Find the next term of the following sequence. 9, 6, 4, ...
User: HOW WOULD YOU Find the common ratio for the follow... | 1,148 | 3,230 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2020-34 | latest | en | 0.939874 |
http://math.stackexchange.com/questions/250527/fun-question-anyone-know-why-e-eulers-number-was-chosen-for-wave-functio/250528 | 1,469,429,102,000,000,000 | text/html | crawl-data/CC-MAIN-2016-30/segments/1469257824204.68/warc/CC-MAIN-20160723071024-00233-ip-10-185-27-174.ec2.internal.warc.gz | 162,799,881 | 19,755 | # “Fun” question: anyone know why $e$ (Euler's Number) was chosen for wave functions?
First, let me say that this is merely something I have always wondered about, and can never seem to find a good reference for. I simply want to know... the geek in me.
Why was $e$ (Euler's Number) chosen for wave function descriptio... | 1,233 | 4,619 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.5 | 4 | CC-MAIN-2016-30 | latest | en | 0.950505 |
https://math.stackexchange.com/questions/2285983/a-h-1-norm-of-a-l2-function | 1,558,521,579,000,000,000 | text/html | crawl-data/CC-MAIN-2019-22/segments/1558232256797.20/warc/CC-MAIN-20190522103253-20190522125253-00192.warc.gz | 550,947,096 | 34,266 | # A $H^{-1}$ norm of a $L^2$ function
Let $P\in L^2(\Omega)$ (where $\Omega=[0,2\pi]^n$), be a function such that : $\forall x=(x_1,...,x_n)\in \Omega,\;P(x)=\sum_{j_1=-\infty}^{+\infty}...\sum_{j_n=-\infty}^{+\infty}a_{j}e^{ij.x}$ with $j.x=j_1x_1+...+j_nx_n$.
How can I figure out $$\left \| P \right \|_{H^{-1}(\Ome... | 2,329 | 5,657 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.71875 | 4 | CC-MAIN-2019-22 | latest | en | 0.326996 |
https://www.sheppard-arts.com/students-guide/what-is-elasticity-engineering-physics/ | 1,714,055,472,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712297295329.99/warc/CC-MAIN-20240425130216-20240425160216-00849.warc.gz | 851,779,049 | 14,729 | What is elasticity engineering physics?
elasticity, ability of a deformed material body to return to its original shape and size when the forces causing the deformation are removed. A body with this ability is said to behave (or respond) elastically.
What is elasticity of engineering material?
In engineering, the el... | 839 | 4,328 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.546875 | 4 | CC-MAIN-2024-18 | latest | en | 0.947341 |
http://www.jsoftware.com/jwiki/Doc/Articles/Play171 | 1,386,547,134,000,000,000 | text/html | crawl-data/CC-MAIN-2013-48/segments/1386163835370/warc/CC-MAIN-20131204133035-00056-ip-10-33-133-15.ec2.internal.warc.gz | 434,873,139 | 14,073 | 24. Blists in OEIS
• By Eugene McDonnell. First published in Vector, 17, 1, (July 2000), 110-120.
This article discusses a kind of list I call a blist. The first part defines a blist, and covers material that is well known in combinatorial circles, and reported on by me in an earlier article [1], and also gives an ac... | 6,138 | 15,814 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.546875 | 4 | CC-MAIN-2013-48 | latest | en | 0.921775 |
https://fahmyalhafidz.com/txnxz9/ | 1,656,234,708,000,000,000 | text/html | crawl-data/CC-MAIN-2022-27/segments/1656103037649.11/warc/CC-MAIN-20220626071255-20220626101255-00524.warc.gz | 290,777,683 | 11,696 | # Cylindrical pillars are to be made for a flat whose radius is
Cylindrical pillars are to be made for a flat whose radius is 15cm and height is 3.5m. What is the total amount of concrete (in cm^3) required to make 15 identical pillars? (Take π = $$\frac{22}{7}$$)
A. 3513600
B. 3712500
C. 4125300
D. 3917800
The q... | 246 | 794 | {"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.1875 | 4 | CC-MAIN-2022-27 | latest | en | 0.915854 |
https://stackoverflow.com/questions/8790249/lambda-calculus-predecessor-function-reduction-steps | 1,560,817,489,000,000,000 | text/html | crawl-data/CC-MAIN-2019-26/segments/1560627998581.65/warc/CC-MAIN-20190617223249-20190618005249-00155.warc.gz | 602,447,668 | 30,834 | # Lambda calculus predecessor function reduction steps
I am getting stuck with the Wikipedia description of the predecessor function in lambda calculus.
What Wikipedia says is the following:
PRED := λnfx.n (λgh.h (g f)) (λu.x) (λu.u)
Can someone explain reduction processes step-by-step?
Thanks.
• I find lambda no... | 2,686 | 8,583 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2019-26 | latest | en | 0.883816 |
https://convertoctopus.com/103-milliliters-to-quarts | 1,603,441,660,000,000,000 | text/html | crawl-data/CC-MAIN-2020-45/segments/1603107880878.30/warc/CC-MAIN-20201023073305-20201023103305-00284.warc.gz | 278,148,697 | 7,604 | ## Conversion formula
The conversion factor from milliliters to quarts is 0.0010566882049662, which means that 1 milliliter is equal to 0.0010566882049662 quarts:
1 ml = 0.0010566882049662 qt
To convert 103 milliliters into quarts we have to multiply 103 by the conversion factor in order to get the volume amount fro... | 534 | 1,842 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.09375 | 4 | CC-MAIN-2020-45 | longest | en | 0.751574 |
https://physics.stackexchange.com/questions/279279/form-a-metric-tensor-from-the-kinetic-energy/279282#279282 | 1,638,089,239,000,000,000 | text/html | crawl-data/CC-MAIN-2021-49/segments/1637964358480.10/warc/CC-MAIN-20211128073830-20211128103830-00552.warc.gz | 523,380,483 | 33,962 | # Form a metric tensor from the kinetic energy
A non-relativistic classical system can be described with the Lagrangian formalism. I have heard that one can construct a Riemannian manifold, using the kinetic energy to form the metric. The system then follows geodesics in the manifold.
How does one construct the metri... | 806 | 2,584 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.859375 | 4 | CC-MAIN-2021-49 | latest | en | 0.858059 |
http://mathhelpforum.com/differential-equations/96141-first-four-nonzero-terms-power-series-expansion.html | 1,481,132,750,000,000,000 | text/html | crawl-data/CC-MAIN-2016-50/segments/1480698542217.43/warc/CC-MAIN-20161202170902-00129-ip-10-31-129-80.ec2.internal.warc.gz | 169,181,591 | 9,843 | # Thread: First Four nonzero terms in power series expansion
1. ## First Four nonzero terms in power series expansion
Find the first Four nonzero terms in power series expansion about x=0
$y'-y=0$
or
$y''-2y'+y=0$
For an initial value system $(x^{2}-x+1)y''-y'-y=0$
$y(0)=0$
$y'(0)=1$
2. Hello,
Consider the powe... | 261 | 759 | {"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": 13, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.609375 | 4 | CC-MAIN-2016-50 | longest | en | 0.717429 |
http://nrich.maths.org/public/leg.php?code=12&cl=2&cldcmpid=522 | 1,500,627,033,000,000,000 | text/html | crawl-data/CC-MAIN-2017-30/segments/1500549423764.11/warc/CC-MAIN-20170721082219-20170721102219-00439.warc.gz | 246,477,861 | 10,116 | # Search by Topic
#### Resources tagged with Factors and multiples similar to Sandwiches:
Filter by: Content type:
Stage:
Challenge level:
### There are 143 results
Broad Topics > Numbers and the Number System > Factors and multiples
### Diagonal Product Sudoku
##### Stage: 3 and 4 Challenge Level:
Given the pro... | 2,212 | 9,426 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.09375 | 4 | CC-MAIN-2017-30 | longest | en | 0.869328 |
https://www.codeproject.com/Questions/5333740/answer | 1,702,150,332,000,000,000 | text/html | crawl-data/CC-MAIN-2023-50/segments/1700679100942.92/warc/CC-MAIN-20231209170619-20231209200619-00425.warc.gz | 771,916,092 | 32,571 | 15,798,066 members
See more:
I want to draw a line that has a hexagon at the end. with mouse move event. I can draw a circle or a square, but not a hexagon!
What I have tried:
I want draw a line that have a hexagon at the end
Posted
Updated 1-Feb-23 0:47am
v2
Richard MacCutchan 29-May-22 3:40am
You have not explained... | 640 | 2,277 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2023-50 | latest | en | 0.877042 |
https://socratic.org/questions/how-do-you-combine-1-2-2-x-2 | 1,585,390,138,000,000,000 | text/html | crawl-data/CC-MAIN-2020-16/segments/1585370490497.6/warc/CC-MAIN-20200328074047-20200328104047-00525.warc.gz | 701,385,597 | 6,180 | # How do you combine 1/2+2/(x+2)?
Nov 14, 2016
$\frac{x + 6}{2 x + 4}$
#### Explanation:
A fraction consists of
$\left(\text{numerator")/("denominator") -> ("count")/("size indicator of what you are counting}\right)$
$\textcolor{b l u e}{\text{Important fact 1}}$
You can not DIRECTLY add or subtract the counts un... | 309 | 901 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 8, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.5 | 4 | CC-MAIN-2020-16 | longest | en | 0.613148 |
https://tamino.wordpress.com/2011/05/26/math-fun-the-markov-tornado/ | 1,675,431,307,000,000,000 | text/html | crawl-data/CC-MAIN-2023-06/segments/1674764500056.55/warc/CC-MAIN-20230203122526-20230203152526-00767.warc.gz | 573,790,930 | 34,785 | # Math Fun: the Markov Tornado
While looking around for tornado data, I found a fascinating page by Harold Brooks in which he builds a model of the likelihood of a “significant tornado day,” which I’ll call an “STD” (yeah, it’s a funny choice). This is defined as a day with at least one tornado of Fujita scale F2 or s... | 3,961 | 16,840 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 39, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.59375 | 5 | CC-MAIN-2023-06 | latest | en | 0.952828 |
https://www.physicsforums.com/threads/capacitor-problem-involving-a-slab-of-copper-between-a-capacitor.579049/ | 1,511,154,111,000,000,000 | text/html | crawl-data/CC-MAIN-2017-47/segments/1510934805911.18/warc/CC-MAIN-20171120032907-20171120052907-00363.warc.gz | 850,480,017 | 14,169 | # Capacitor Problem involving a slab of Copper between a Capacitor
1. Feb 18, 2012
### Simon777
1. The problem statement, all variables and given/known data
A slab of copper of thickness b = 1.370 mm is thrust into a parallel-plate capacitor of C = 9.00×10-11 F of gap d = 10.0 mm, as shown in the figure; it is cente... | 316 | 1,159 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2017-47 | longest | en | 0.940083 |
https://www.studymode.com/essays/Math-45-Final-Exam-Review-6-64839775.html | 1,656,881,875,000,000,000 | text/html | crawl-data/CC-MAIN-2022-27/segments/1656104249664.70/warc/CC-MAIN-20220703195118-20220703225118-00326.warc.gz | 1,079,111,114 | 13,167 | # MATH 45 FINAL EXAM REVIEW 6 11 11 Cop
Powerful Essays
MATH 45 - FINAL EXAM REVIEW
MATH 45
Revised: 05-2011
Name
FINAL EXAM REVIEW
Final Exam Study Suggestions
The 50 question, multiple-choice final exam consists of two parts: no calculator and calculator.
To help you thoroughly study for the final exam, the math... | 1,716 | 7,376 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2022-27 | latest | en | 0.88323 |
https://www.gradesaver.com/textbooks/math/algebra/algebra-1/chapter-12-data-analysis-and-probability-12-8-probability-of-compound-events-lesson-check-page-768/2 | 1,696,030,703,000,000,000 | text/html | crawl-data/CC-MAIN-2023-40/segments/1695233510529.8/warc/CC-MAIN-20230929222230-20230930012230-00705.warc.gz | 863,475,105 | 13,608 | ## Algebra 1
$\frac{3}{5}$
Looking at the cards, there are two red cards and there is one 5, out of five total cards. Therefore, P(red or five) = $\frac{2+1}{5} = \frac{3}{5}$ | 62 | 176 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.859375 | 4 | CC-MAIN-2023-40 | latest | en | 0.930314 |
http://www.thestudentroom.co.uk/showthread.php?t=3993527 | 1,477,626,652,000,000,000 | text/html | crawl-data/CC-MAIN-2016-44/segments/1476988721555.36/warc/CC-MAIN-20161020183841-00024-ip-10-171-6-4.ec2.internal.warc.gz | 725,208,560 | 37,238 | You are Here: Home >< Maths
Announcements Posted on
Would YOU be put off a uni with a high crime rate? First 50 to have their say get a £5 Amazon voucher! 27-10-2016
1. Hi, I was doing part (d) of this question and was wondering why you are allowed to sub in t = 4 and x = 32 to work out the integration constant for th... | 846 | 3,476 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.640625 | 4 | CC-MAIN-2016-44 | latest | en | 0.972612 |
https://math.stackexchange.com/questions/2228474/two-variable-polynomials-over-mathbbq-with-finitely-many-roots-in-mathbb | 1,558,269,121,000,000,000 | text/html | crawl-data/CC-MAIN-2019-22/segments/1558232254882.18/warc/CC-MAIN-20190519121502-20190519143502-00172.warc.gz | 557,396,291 | 40,100 | Two-variable polynomials over $\mathbb{Q}$ with finitely many roots in $\mathbb{R}^2$
I found this interesting exercise (not homework assignment) in real algebraic geometry:
Describe an algorithm which decides whether a given polynomial in $\mathbb{Q}[X, Y]$ has infinitely or finitely many roots in $\mathbb{R}^2$.
T... | 4,450 | 16,627 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.890625 | 4 | CC-MAIN-2019-22 | latest | en | 0.908895 |
https://findthefactors.com/2015/11/08/673-and-level-6/ | 1,501,051,786,000,000,000 | text/html | crawl-data/CC-MAIN-2017-30/segments/1500549426050.2/warc/CC-MAIN-20170726062224-20170726082224-00008.warc.gz | 623,755,698 | 40,259 | ## A Multiplication Based Logic Puzzle
### 673 and Level 6
673 = 23² + 12².
673 is the hypotenuse of the primitive Pythagorean triple 385-552-673 which was calculated using 23² – 12², 2(23)(12), 23² + 12².
Print the puzzles or type the solution on this excel file: 12 Factors 2015-11-02
————————————————————————————... | 434 | 1,403 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.25 | 4 | CC-MAIN-2017-30 | longest | en | 0.883134 |
http://mathcentral.uregina.ca/QQ/database/QQ.09.96/mow2.html | 1,675,456,404,000,000,000 | text/html | crawl-data/CC-MAIN-2023-06/segments/1674764500074.73/warc/CC-MAIN-20230203185547-20230203215547-00004.warc.gz | 26,151,865 | 1,595 | ```Date: Fri, 1 Nov 1996 15:14:12 -0600 (CST)
Name: Lynda
Level: Secondary
```
Question:
How do I find the area common to two intersecting circles of radii 8 ft and 10 ft if their common chord is 10 ft long?
Hi again Lynda
If you look at the larger circle in the diagram you can find the area I have shaded orange as... | 286 | 1,025 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.671875 | 4 | CC-MAIN-2023-06 | latest | en | 0.921755 |
https://www.esaral.com/q/solw-this-45891 | 1,723,249,947,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640782288.54/warc/CC-MAIN-20240809235615-20240810025615-00413.warc.gz | 591,004,989 | 11,449 | # solw this
Question:
(i) $(2 \sqrt{3}-5 \sqrt{2})$ and $(\sqrt{3}+2 \sqrt{2})$
(ii) $(2 \sqrt{2}+5 \sqrt{3}-7 \sqrt{5})$ and $(3 \sqrt{3}-\sqrt{2}+\sqrt{5})$
(iii) $\left(\frac{2}{3} \sqrt{7}-\frac{1}{2}+6 \sqrt{11}\right)$ and $\left(\frac{1}{3} \sqrt{7}+\frac{3}{2} \sqrt{2}-\sqrt{11}\right)$
Solution:
(i) $2 \... | 464 | 865 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.25 | 4 | CC-MAIN-2024-33 | latest | en | 0.197717 |
https://villajoyosacf.info/how-to-find-the-perimeter-of-a-pyramid | 1,696,254,159,000,000,000 | text/html | crawl-data/CC-MAIN-2023-40/segments/1695233511000.99/warc/CC-MAIN-20231002132844-20231002162844-00274.warc.gz | 629,031,826 | 17,774 | # How To Find The Perimeter Of A Pyramid
How To Find The Perimeter Of A Pyramid – The pyramid is a three-dimensional plan whose polygonal base is connected to the apex by triangular faces in geometry. The triangular faces of the pyramid are known as the side faces, and the perpendicular distance from the top (vertex) ... | 2,204 | 9,345 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.375 | 4 | CC-MAIN-2023-40 | latest | en | 0.90299 |
https://mathsgee.com/qna/30732/find-the-solution-for-the-following-linear-equation-1-4-x-6 | 1,627,851,021,000,000,000 | text/html | crawl-data/CC-MAIN-2021-31/segments/1627046154219.62/warc/CC-MAIN-20210801190212-20210801220212-00450.warc.gz | 409,107,146 | 17,939 | MathsGee is Zero-Rated (You do not need data to access) on: Telkom |Dimension Data | Rain | MWEB
0 like 0 dislike
5 views
Find the solution for the following linear equation: $1 /(4 x-2)=5 / 6$
| 5 views
0 like 0 dislike
$1 /(4 \mathrm{x}-2)=5 / 6 \ldots$ We can cross multiply:
$5(4 \mathrm{x}-2)=1 * 6 \ldots$ Now, ... | 250 | 726 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.59375 | 5 | CC-MAIN-2021-31 | latest | en | 0.739543 |
https://guessingtrick.com/80-of-200/ | 1,701,272,564,000,000,000 | text/html | crawl-data/CC-MAIN-2023-50/segments/1700679100112.41/warc/CC-MAIN-20231129141108-20231129171108-00834.warc.gz | 353,979,492 | 15,308 | # What is 80 of 200? Find 80 Percent of 200 (80% of 200)
In this article, we will find out what is 80 of 200 (80% of 200) is. Without wasting time let’s calculate 80 percent of 200.
Contents
80 of 200 is 160
## How to calculate 80 of 200?
80% of 200?
= (80/100) x 200
= 16000/100
= 160
Thus, 80% of 200 is 160.
... | 371 | 1,041 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.09375 | 4 | CC-MAIN-2023-50 | longest | en | 0.826109 |
https://gmatclub.com/forum/the-above-equations-define-how-the-function-f-varies-with-x-is-307200.html | 1,576,127,988,000,000,000 | text/html | crawl-data/CC-MAIN-2019-51/segments/1575540537212.96/warc/CC-MAIN-20191212051311-20191212075311-00283.warc.gz | 389,015,969 | 149,160 | GMAT Question of the Day - Daily to your Mailbox; hard ones only
It is currently 11 Dec 2019, 22:19
### GMAT Club Daily Prep
#### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.
Customize... | 1,553 | 4,570 | {"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.40625 | 4 | CC-MAIN-2019-51 | latest | en | 0.820239 |
http://darrenirvine.blogspot.com/2011/06/ | 1,529,370,289,000,000,000 | text/html | crawl-data/CC-MAIN-2018-26/segments/1529267861641.66/warc/CC-MAIN-20180619002120-20180619022120-00076.warc.gz | 75,792,539 | 19,346 | Saturday, June 18, 2011
Area of a Triangle Given Coordinates
There are at least 6 methods to determine the area of a triangle given the coordinates of the vertices. Some of the methods apply to triangles only, and some are more generic. We’ll find two clear winners for this problem (that are nearly the same), but a... | 1,785 | 7,159 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.46875 | 4 | CC-MAIN-2018-26 | latest | en | 0.904921 |
https://en-academic.com/dic.nsf/enwiki/196103 | 1,718,379,506,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198861567.95/warc/CC-MAIN-20240614141929-20240614171929-00049.warc.gz | 202,187,602 | 22,791 | # Bounded variation
Bounded variation
In mathematical analysis, a function of bounded variation refers to a real-valued function whose total variation is bounded (finite): the graph of a function having this property is well behaved in a precise sense. For a continuous function of a single variable, being of bounded ... | 9,050 | 32,971 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 166, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "m... | 3.5 | 4 | CC-MAIN-2024-26 | latest | en | 0.947488 |
http://mathhelpforum.com/algebra/218099-solving-system-using-elementary-row-operations.html | 1,516,511,734,000,000,000 | text/html | crawl-data/CC-MAIN-2018-05/segments/1516084890187.52/warc/CC-MAIN-20180121040927-20180121060927-00181.warc.gz | 220,700,630 | 10,936 | # Thread: Solving a system using elementary row operations
1. ## Solving a system using elementary row operations
If someone could please help me with this. its a question about Solving a system using elementary row operations which is honestly one of the easiest and msot simple things to do but for the life of me I ... | 923 | 2,337 | {"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": 7, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.34375 | 4 | CC-MAIN-2018-05 | longest | en | 0.736776 |
http://www.ala.org/aasl/guidelinesandstandards/commoncorecrosswalk/math5th | 1,386,681,139,000,000,000 | text/html | crawl-data/CC-MAIN-2013-48/segments/1386164019123/warc/CC-MAIN-20131204133339-00039-ip-10-33-133-15.ec2.internal.warc.gz | 218,839,621 | 13,173 | Operations & Algebraic Thinking
Common Core Standard © AASL Learning Standard(s) 5.OA.1. Use parentheses, brackets, or braces in numerical expressions, and evaluate expressions with these symbols. 2.1.6 - Use the writing process, media and visual literacy, and technology skills to create products that express new und... | 1,093 | 4,858 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.03125 | 4 | CC-MAIN-2013-48 | latest | en | 0.877231 |
https://math.stackexchange.com/questions/1890405/product-rule-for-the-mod-operator | 1,560,746,573,000,000,000 | text/html | crawl-data/CC-MAIN-2019-26/segments/1560627998376.42/warc/CC-MAIN-20190617043021-20190617065021-00037.warc.gz | 516,720,924 | 34,114 | # Product Rule for the mod operator
If we multiply 2 number and take the mod with prime this is equivalent to first taking mod with the prime of individual number and then multiplying the result and again taking mod.
$$ab\bmod p = ((a\bmod p)(b\bmod p))\bmod p$$
does there exist any proof for this? Does it work for ... | 597 | 1,933 | {"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.1875 | 4 | CC-MAIN-2019-26 | longest | en | 0.817902 |
https://oeis.org/A344435 | 1,627,140,534,000,000,000 | text/html | crawl-data/CC-MAIN-2021-31/segments/1627046150266.65/warc/CC-MAIN-20210724125655-20210724155655-00635.warc.gz | 457,910,309 | 4,023 | The OEIS Foundation is supported by donations from users of the OEIS and by a grant from the Simons Foundation.
Hints (Greetings from The On-Line Encyclopedia of Integer Sequences!)
A344435 a(n) = Sum_{k=1..n} (A000292(n) mod A000217(k)). 1
0, 1, 5, 4, 17, 35, 13, 35, 102, 93, 114, 148, 205, 168, 331, 435, 370, 604... | 693 | 1,679 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.59375 | 4 | CC-MAIN-2021-31 | latest | en | 0.506608 |
https://nrich.maths.org/public/leg.php?code=71&cl=3&cldcmpid=5870 | 1,508,398,570,000,000,000 | text/html | crawl-data/CC-MAIN-2017-43/segments/1508187823255.12/warc/CC-MAIN-20171019065335-20171019085335-00483.warc.gz | 757,945,569 | 10,597 | # Search by Topic
#### Resources tagged with Mathematical reasoning & proof similar to Twin Chute-swapping Sudoku:
Filter by: Content type:
Stage:
Challenge level:
### There are 176 results
Broad Topics > Using, Applying and Reasoning about Mathematics > Mathematical reasoning & proof
### Sprouts Explained
##### ... | 2,395 | 10,263 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.4375 | 4 | CC-MAIN-2017-43 | latest | en | 0.849609 |
https://gmatclub.com/forum/one-water-pump-can-fill-half-of-a-certain-empty-tank-in-3-hours-anoth-125470.html?sort_by_oldest=true | 1,548,019,778,000,000,000 | text/html | crawl-data/CC-MAIN-2019-04/segments/1547583739170.35/warc/CC-MAIN-20190120204649-20190120230649-00527.warc.gz | 519,700,518 | 57,870 | GMAT Question of the Day - Daily to your Mailbox; hard ones only
It is currently 20 Jan 2019, 13:29
### GMAT Club Daily Prep
#### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.
Customize... | 2,804 | 8,651 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.15625 | 4 | CC-MAIN-2019-04 | latest | en | 0.836325 |
https://justaaa.com/statistics-and-probability/452730-a-bus-company-advertised-a-mean-time-of-150 | 1,716,983,755,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971059239.72/warc/CC-MAIN-20240529103929-20240529133929-00114.warc.gz | 286,394,992 | 10,608 | Question
# A bus company advertised a mean time of 150 minutes for a trip between two cities....
A bus company advertised a mean time of 150 minutes for a trip between two cities. A consumer group had reason to believe that the mean time was significantly different from 150 minutes. A sample of 40 trips showed a mean... | 410 | 1,545 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.1875 | 4 | CC-MAIN-2024-22 | latest | en | 0.941433 |
http://percentagecalculator.pro/What-is_75_percent-of_sixteen_Pesos | 1,526,955,101,000,000,000 | text/html | crawl-data/CC-MAIN-2018-22/segments/1526794864622.33/warc/CC-MAIN-20180522014949-20180522034949-00561.warc.gz | 227,735,673 | 13,950 | 75 percent of sixteen Pesos
Using this tool you can find any percentage in three ways. So, we think you reached us looking for answers like: What is 75 (75%) percent (%) of sixteen (16)? Or may be: 75 percent of sixteen Pesos. See the solutions to these problems just after the percentage calculator below.
See the sol... | 295 | 1,075 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.21875 | 4 | CC-MAIN-2018-22 | latest | en | 0.869687 |
https://www.convert-measurement-units.com/convert+Newton+to+Pond.php | 1,696,106,130,000,000,000 | text/html | crawl-data/CC-MAIN-2023-40/segments/1695233510707.90/warc/CC-MAIN-20230930181852-20230930211852-00598.warc.gz | 761,467,366 | 13,407 | Convert N to Pond (Newton to Pond)
## Newton into Pond
numbers in scientific notation
https://www.convert-measurement-units.com/convert+Newton+to+Pond.php
# Convert Newton to Pond (N to Pond):
1. Choose the right category from the selection list, in this case 'Force'.
2. Next enter the value you want to convert.... | 844 | 3,617 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.546875 | 4 | CC-MAIN-2023-40 | latest | en | 0.876715 |
https://www.physicsforums.com/threads/football-throw-could-be-relative-motion.380934/ | 1,529,598,503,000,000,000 | text/html | crawl-data/CC-MAIN-2018-26/segments/1529267864191.74/warc/CC-MAIN-20180621153153-20180621173153-00386.warc.gz | 901,790,068 | 16,126 | # Homework Help: Football Throw - Could be Relative Motion?
1. Feb 23, 2010
### erok81
1. The problem statement, all variables and given/known data
Quarterback Fred is going to throw a pass to tight end Doug. Doug is 20 m in front of Fred and running straight away at 6.0 m/s when Fred throws the 500 g football at a... | 1,303 | 4,791 | {"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.78125 | 4 | CC-MAIN-2018-26 | latest | en | 0.937881 |
https://chemistry.coach/general-chemistry-2/colligative-properties-of-solutions/exercise/456 | 1,721,245,862,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763514801.32/warc/CC-MAIN-20240717182340-20240717212340-00863.warc.gz | 139,263,862 | 19,942 | # Exercise 10 | Colligative Properties of Solutions
Knowing that the molarity of the dissolved dioxygen at 25°C and 750 mmHg is 1.29 x 10-3 mol.L-1, calculate the solubility of dioxygen gas (in g.mL-1) in water at 25°C and a pressure of 1150 mmHg.
Henry’s Law:
Solubility of a gas is proportional to the pressure of t... | 358 | 931 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 2, "mathjax_tag": 0, "mathjax_inline_tex": 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.21875 | 4 | CC-MAIN-2024-30 | latest | en | 0.697575 |
https://www.coursehero.com/file/5690407/chapter33-34-slides/ | 1,495,532,686,000,000,000 | text/html | crawl-data/CC-MAIN-2017-22/segments/1495463607593.1/warc/CC-MAIN-20170523083809-20170523103809-00430.warc.gz | 872,897,461 | 107,308 | chapter3.3-3.4_slides
# chapter3.3-3.4_slides - For two-D motions we must consider...
This preview shows pages 1–4. Sign up to view the full content.
9/15/2009 1 For two-D motions, we must consider explicitly the vector nature of displacement, velocity, and acceleration Displacement: - Initially, the object is at po... | 550 | 2,260 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.90625 | 4 | CC-MAIN-2017-22 | longest | en | 0.880614 |
http://wiki.stat.ucla.edu/socr/index.php?title=AP_Statistics_Curriculum_2007_Prob_Count&oldid=10429&diff=prev | 1,660,068,289,000,000,000 | text/html | crawl-data/CC-MAIN-2022-33/segments/1659882571056.58/warc/CC-MAIN-20220809155137-20220809185137-00636.warc.gz | 47,989,964 | 13,199 | AP Statistics Curriculum 2007 Prob Count
(Difference between revisions)
Revision as of 17:53, 29 June 2010 (view source)Jenny (Talk | contribs) (→Combinations with repetitions)← Older edit Revision as of 17:54, 29 June 2010 (view source)Jenny (Talk | contribs) (→Hands-on combination activity)Newer edit → Line 55: Lin... | 3,380 | 12,618 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 27, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.78125 | 5 | CC-MAIN-2022-33 | latest | en | 0.854323 |
http://www.slideserve.com/taffy/circumference-and-area-of-circles | 1,506,408,241,000,000,000 | text/html | crawl-data/CC-MAIN-2017-39/segments/1505818695066.99/warc/CC-MAIN-20170926051558-20170926071558-00368.warc.gz | 549,867,564 | 14,225 | 1 / 9
# Circumference and Area of Circles - PowerPoint PPT Presentation
Circumference and Area of Circles. By Sara Gregurash. Circles.
I am the owner, or an agent authorized to act on behalf of the owner, of the copyrighted work described.
## PowerPoint Slideshow about 'Circumference and Area of Circles' - taffy
D... | 799 | 3,276 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.09375 | 4 | CC-MAIN-2017-39 | latest | en | 0.90442 |
http://mathhelpforum.com/differential-equations/201046-2nd-order-ode-print.html | 1,508,696,598,000,000,000 | text/html | crawl-data/CC-MAIN-2017-43/segments/1508187825399.73/warc/CC-MAIN-20171022165927-20171022185927-00418.warc.gz | 223,182,636 | 3,798 | # 2nd Order ODE
• Jul 16th 2012, 10:53 AM
theod9
2nd Order ODE
Any ideas how can I solve this equation f''=a*f^0.4?
a=real number
Thank you
• Jul 16th 2012, 03:28 PM
Ivanator27
Re: 2nd Order ODE
I'm not certain on this but I did the following:
http://latex.codecogs.com/gif.latex?f''(x)=af(x)^{0.4}
http://latex.codec... | 1,421 | 3,518 | {"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": 4, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.71875 | 4 | CC-MAIN-2017-43 | longest | en | 0.622557 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.