url
stringlengths
6
1.61k
fetch_time
int64
1,368,856,904B
1,726,893,854B
content_mime_type
stringclasses
3 values
warc_filename
stringlengths
108
138
warc_record_offset
int32
9.6k
1.74B
warc_record_length
int32
664
793k
text
stringlengths
45
1.04M
token_count
int32
22
711k
char_count
int32
45
1.04M
metadata
stringlengths
439
443
score
float64
2.52
5.09
int_score
int64
3
5
crawl
stringclasses
93 values
snapshot_type
stringclasses
2 values
language
stringclasses
1 value
language_score
float64
0.06
1
http://www.cpp.edu/~jrfisher/www/prolog_tutorial/2_11pl.txt
1,436,130,340,000,000,000
text/plain
crawl-data/CC-MAIN-2015-27/segments/1435375097710.59/warc/CC-MAIN-20150627031817-00194-ip-10-179-60-89.ec2.internal.warc.gz
385,450,353
897
/* prolog tutorial 2.11 Chess queens challenge puzzle */ perm([X|Y],Z) :- perm(Y,W), takeout(X,Z,W). perm([],[]). takeout(X,[X|R],R). takeout(X,[F|R],[F|S]) :- takeout(X,R,S). solve(P) :- perm([1,2,3,4,5,6,7,8],P), combine([1,2,3,4,5,6,7,8],P,S,D), all_diff(S), all_diff(D). combine([X1|X],[Y1|Y],[S1|S],[D1|D]) :- S1 is...
194
445
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.734375
3
CC-MAIN-2015-27
latest
en
0.555708
https://www.physicsforums.com/threads/work-done-on-two-blocks.819400/
1,531,941,882,000,000,000
text/html
crawl-data/CC-MAIN-2018-30/segments/1531676590314.29/warc/CC-MAIN-20180718174111-20180718194111-00035.warc.gz
961,531,434
17,780
# Homework Help: Work Done on Two Blocks 1. Jun 17, 2015 ### Staff: Mentor 1. The problem statement, all variables and given/known data A mass m1 = 5.1 kg rests on a frictionless table and connected by a massless string over a massless pulley to another mass m2 = 5 kg which hangs freely from the string. When release...
1,299
4,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...
3.6875
4
CC-MAIN-2018-30
latest
en
0.946627
http://jean-pierre.moreau.pagesperso-orange.fr/Cplus/trk4_cpp.txt
1,555,757,892,000,000,000
text/plain
crawl-data/CC-MAIN-2019-18/segments/1555578529606.64/warc/CC-MAIN-20190420100901-20190420121839-00070.warc.gz
94,928,914
2,178
/************************************************************************* * Solve a first order DE system (N=2) of the form: * * y' = F(x,y,z), z'=G(x,y,z) with conditions: y(x0)=a and z(x0)=b from * * x=x0 to x=x1 using a Runge-Kutta integration method. * * ------------------------------------------------------------...
1,200
2,826
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.9375
3
CC-MAIN-2019-18
latest
en
0.271554
https://www.teacherspayteachers.com/Product/Playful-Penguins-Math-and-Literacy-Centers-178133
1,638,114,929,000,000,000
text/html
crawl-data/CC-MAIN-2021-49/segments/1637964358560.75/warc/CC-MAIN-20211128134516-20211128164516-00372.warc.gz
1,143,885,358
29,913
# Playful Penguins Math and Literacy Centers Anna Brantley 18.7k Followers 1st Subjects Resource Type Formats Included • PDF Pages 99 pages Anna Brantley 18.7k Followers ### Description This penguin themed math and literacy center packet includes 15 hands-on printable centers, plus a bubble map, tree map, and "All A...
725
3,298
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.46875
3
CC-MAIN-2021-49
latest
en
0.888884
https://codereview.stackexchange.com/questions/288723/roman-numerals-look-and-say-sequence
1,718,494,917,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861618.0/warc/CC-MAIN-20240615221637-20240616011637-00680.warc.gz
155,979,880
43,746
# Roman numerals look and say sequence I was practicing question 1 of the 2020 british informatics olympiad past paper: The Roman look-and-say description of a string (of Is, Vs, Xs, Ls, Cs, Ds and Ms) is made by taking each block of adjacent identical letters and replacing it with the number of occurrences of that l...
3,580
11,869
{"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.578125
4
CC-MAIN-2024-26
latest
en
0.805389
https://pdfkul.com/march-meeting_5a30147e1723dd5c0d51d0f8.html
1,670,252,478,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446711017.45/warc/CC-MAIN-20221205132617-20221205162617-00210.warc.gz
481,035,867
11,175
M. Markham, D.J. Twitchen C. Abellán, W. Amaya, V. Pruneri, M.W. Mitchell B. Hensen, H. Bernien, A.E. Dréau, A. Reiserer, N. Kalb, M.S. Blok, J. Ruitenberg, R.F.L. Vermeulen, R.N. Schouten, D. Elkouss, S. Wehner, T.H. Taminiau, R. Hanson Experimental loophole-free violation of a Bell inequality using entangled elect...
2,565
7,788
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.984375
3
CC-MAIN-2022-49
latest
en
0.616468
http://aslstem.cs.washington.edu/topics/view/8135
1,529,768,062,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267865098.25/warc/CC-MAIN-20180623152108-20180623172108-00303.warc.gz
25,590,807
5,812
## Viewing topic: Heaviside Step Function ### Highest Rated Sign Nobody has posted a sign yet. #### Heaviside Step Function • Definition: The Heaviside step function is a mathematical function denoted H(x), or sometimes theta(x) or u(x) (Abramowitz and Stegun 1972, p. 1020), and also known as the "unit step functio...
237
907
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.859375
3
CC-MAIN-2018-26
latest
en
0.827142
https://math.stackexchange.com/questions/1906585/motivation-for-studying-nilpotent-and-solvable-lie-algebras
1,726,375,707,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700651614.9/warc/CC-MAIN-20240915020916-20240915050916-00088.warc.gz
349,047,429
40,476
# Motivation for Studying Nilpotent and Solvable Lie Algebras I have started to learn about Lie Algebras from Humphreys book of Lie Algebras. Currently I am studying about nilpotent and solvable Lie Algebras. I think I understand the definition and I also understand the proofs of Engel's theorem and Lie's Theorem, but...
1,225
5,200
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.78125
3
CC-MAIN-2024-38
latest
en
0.96246
https://codedump.io/share/xc9PcOaUw4tM/1/r---boolean-operators-ampamp-and-
1,521,839,810,000,000,000
text/html
crawl-data/CC-MAIN-2018-13/segments/1521257648594.80/warc/CC-MAIN-20180323200519-20180323220519-00396.warc.gz
551,975,782
8,784
SFun28 - 1 year ago 65 R Question # R - boolean operators && and || According to the R language definition the difference between & and && (correspondingly | and ||) is that the former is vectorized while the later is not. According to this site: http://www.stat.psu.edu/~dhunter/R/html/base/html/Logic.html I read th...
678
2,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.03125
3
CC-MAIN-2018-13
latest
en
0.923573
https://scicomp.stackexchange.com/questions/26152/good-numerical-method-for-solving-the-kadomtsev-petviashvili-equations-is-there
1,716,183,779,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971058222.5/warc/CC-MAIN-20240520045803-20240520075803-00081.warc.gz
460,316,069
38,831
# Good numerical method for solving the Kadomtsev Petviashvili equations. Is there an analytical solution? I need to solve the Kadomtsev Petviashvili (KP) equations $$\partial_x(\partial_t u+u \partial_x u+\epsilon^2\partial_{xxx}u)+\lambda\partial_{yy}u=0$$ where $$\lambda=\pm 1 \;.$$ My questions are: 1) Which is...
440
1,721
{"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...
2.828125
3
CC-MAIN-2024-22
latest
en
0.960886
https://math.answers.com/questions/How_do_you_writ_11_to_the_3rd_power_in_standard_form
1,709,599,278,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707947476592.66/warc/CC-MAIN-20240304232829-20240305022829-00502.warc.gz
381,260,844
45,769
0 # How do you writ 11 to the 3rd power in standard form? Updated: 9/26/2023 Wiki User 7y ago 11^3 = 11 x 11 x 11 = 1331 Wiki User 7y ago Anonymous Lvl 1 3y ago 11 121 1 331
79
185
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.796875
3
CC-MAIN-2024-10
latest
en
0.777813
https://www.weegy.com/?ConversationId=JF7GXOLC
1,611,346,424,000,000,000
text/html
crawl-data/CC-MAIN-2021-04/segments/1610703531335.42/warc/CC-MAIN-20210122175527-20210122205527-00628.warc.gz
1,040,178,290
10,434
Which type of meter is used in these lines from a poem? I could not love thee, Dear, so much Loved I not honor more Question Updated 12/22/2015 11:47:58 AM Confirmed by Janet17 [12/22/2015 11:47:58 AM] s Original conversation User: Which type of meter is used in these lines from a poem? I could not love thee, Dear, so ...
919
2,747
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.71875
3
CC-MAIN-2021-04
latest
en
0.869034
https://www.codevelop.art/heap-sort-in-java.html
1,670,612,102,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446711475.44/warc/CC-MAIN-20221209181231-20221209211231-00493.warc.gz
749,286,986
12,756
Heap Sort in Java - Java Categories: Viewed: 86 - Published at: 9 months ago Introduction Sorting is one of the fundamental techniques used in solving problems, especially in those related to writing and implementing efficient algorithms. Usually, sorting is paired with searching - meaning we first sort elements in...
4,011
15,121
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.75
3
CC-MAIN-2022-49
latest
en
0.948793
http://www.jiskha.com/display.cgi?id=1254963326
1,498,381,481,000,000,000
text/html
crawl-data/CC-MAIN-2017-26/segments/1498128320476.39/warc/CC-MAIN-20170625083108-20170625103108-00009.warc.gz
571,200,211
4,071
chemistry posted by . a buffer is prepared by combining 10.0g of NaH2PO4 wiht 150mL of 0.20M NaOH and diluting to 2.0L. What is the pH of the buffer, Ka H2PO4-= 6.2x10-8 • chemistry - The reaction between the added solid and NaOH is: NaH2PO4 + NaOH --> Na2HPO4 + H2O 10.0gNaH2PO4 /120.0g/mol = 0.0833 moles NaH2PO4 i...
377
992
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.90625
3
CC-MAIN-2017-26
latest
en
0.790313
https://blogs.sas.com/content/sgf/2023/02/22/data-step-or-proc-it-depends/
1,721,286,643,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763514826.9/warc/CC-MAIN-20240718064851-20240718094851-00568.warc.gz
118,368,915
12,049
As you know, almost every SAS programming problem has many very different solutions. I’m going to solve a very simple problem using two different approaches. The problem: Compute the sum of integers from 1 to 1,000,000. I bet most of you thought of a solution almost immediately. Let me guess that you thought of one o...
1,095
4,381
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.03125
3
CC-MAIN-2024-30
latest
en
0.884847
https://nl.mathworks.com/matlabcentral/answers/1633300-function-solve-return-unable-to-perform-assignment-because-the-left-and-right-sides-have-a-differen
1,653,368,912,000,000,000
text/html
crawl-data/CC-MAIN-2022-21/segments/1652662564830.55/warc/CC-MAIN-20220524045003-20220524075003-00753.warc.gz
368,084,244
25,134
# function solve return 'Unable to perform assignment because the left and right sides have a different number of elements.' 1 view (last 30 days) Federico Nebuloni on 21 Jan 2022 Commented: KSSV on 21 Jan 2022 Hi everyone, trying to run this code where every parameter is known, only 'gamma' is my variable and 'hs_dat...
713
2,147
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.59375
3
CC-MAIN-2022-21
latest
en
0.367977
https://www.aqua-calc.com/one-to-one/pressure/dyne-per-square-nautical-mile/newton-per-square-micron/1
1,632,172,349,000,000,000
text/html
crawl-data/CC-MAIN-2021-39/segments/1631780057091.31/warc/CC-MAIN-20210920191528-20210920221528-00200.warc.gz
691,880,626
7,811
# 1 dyne per square nautical mile in newtons per square micron ## dynes/nautical mile² to newton/micron² unit converter of pressure 1 dyne per square nautical mile [dyn/nmi²] = 2.915533496 × 10−24 newton per square micron [N/µ²] ### dynes per square nautical mile to newtons per square micron pressure conversion card...
3,647
6,915
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.5625
3
CC-MAIN-2021-39
latest
en
0.270528
https://www.neilbickford.com/blog/category/astronomy/
1,660,249,012,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882571502.25/warc/CC-MAIN-20220811194507-20220811224507-00472.warc.gz
779,796,621
19,640
Picture yourself standing in the middle of a large field at night. There are sounds all around you, though they may be quiet and distant, such as a river, or an orchestra of crickets. Suppose you’d like to create a map showing the amount of sound coming from each direction, with as much precision as you can (imagine i...
801
4,002
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.921875
3
CC-MAIN-2022-33
longest
en
0.957588
http://gruposaber.co/hyta/help-with-statistical-analysis-zel.php
1,550,890,482,000,000,000
text/html
crawl-data/CC-MAIN-2019-09/segments/1550249434065.81/warc/CC-MAIN-20190223021219-20190223043219-00346.warc.gz
110,837,638
4,315
## Help with statistical analysis Introduction Developments in the field of statistical data analysis often parallel or follow advancements in other fields to which statistical methods are fruitfully.Many researchers across the globe struggle in completing their research design and.Dell Statistics Technical Documentat...
456
2,718
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.4375
3
CC-MAIN-2019-09
latest
en
0.876258
https://zrna.org/docs/module/sum-integrate-two-reset
1,669,656,104,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446710534.53/warc/CC-MAIN-20221128171516-20221128201516-00803.warc.gz
1,159,941,439
2,862
### SumIntegrateTwoReset SumIntegrateTwo with voltage-controlled reset. ##### Parameters scale_factor_input1 scale_factor_input2 ##### Options input1_polarity $$\in \{$$ NONINVERTING $$,$$ INVERTING $$,$$ INPUT_DISABLED $$\}$$ input2_polarity $$\in \{$$ NONINVERTING $$,$$ INVERTING $$,$$ INPUT_DISABLED $$\}$$ ou...
354
1,047
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 2, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
2.53125
3
CC-MAIN-2022-49
longest
en
0.277837
https://byjus.com/question-answer/abcd-is-a-rectangle-with-diagonals-ad-and-bc-intersecting-at-point-o-if-the-1/
1,638,640,341,000,000,000
text/html
crawl-data/CC-MAIN-2021-49/segments/1637964362999.66/warc/CC-MAIN-20211204154554-20211204184554-00356.warc.gz
221,829,431
18,095
Question # ABCD is a rectangle with diagonals AD and BC intersecting at point O. If the length of AO is 6 units, find the length of CB.   [3 MARKS] Solution ## Concept: 1 Mark Application: 2 Marks Diagonals of a rectangle are of equal length. [Given ABCD is a rectangle] Length of AO is 6 units. [Given] Length of AD ...
116
419
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2021-49
latest
en
0.902067
https://www.hireresearcher.co.uk/samples/problem-4-medical-associates-is-a-large-for-profit-group-practice-its-dividends-are-expected-to/
1,600,924,773,000,000,000
text/html
crawl-data/CC-MAIN-2020-40/segments/1600400213454.52/warc/CC-MAIN-20200924034208-20200924064208-00473.warc.gz
892,193,813
6,781
PROBLEM 4 Medical Associates is a large for-profit group practice. Its dividends are expected to 17 / 01 / 2019 Research Papers This paper circulates around the core theme of PROBLEM 4 Medical Associates is a large for-profit group practice. Its dividends are expected to together with its essential aspects. It has be...
803
3,251
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.671875
3
CC-MAIN-2020-40
latest
en
0.951778
http://mathhelpforum.com/algebra/281683-rectangular-garden-2-a.html
1,542,134,117,000,000,000
text/html
crawl-data/CC-MAIN-2018-47/segments/1542039741340.11/warc/CC-MAIN-20181113173927-20181113195927-00353.warc.gz
208,785,937
9,817
# Thread: Rectangular Garden 2 1. ## Rectangular Garden 2 A gardener has 46 feet of fencing to be used to enclose a rectangular garden that has a border 2 feet wide surrounding it. A. If the length of the garden is to be twice the width, what will be the dimensions of the garden? B. What is the area of the garden? ...
351
987
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2018-47
longest
en
0.84943
https://www.mathway.com/examples/calculus/applications-of-integration/finding-the-root-mean-square?id=764
1,717,071,465,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971667627.93/warc/CC-MAIN-20240530114606-20240530144606-00154.warc.gz
740,092,848
24,408
# Calculus Examples , Step 1 The Root Mean Square (RMS) of a function over a specified interval is the square root of the arithmetic mean (average) of the squares of the original values. Step 2 Substitute the actual values into the formula for the root mean square of a function. Step 3 Evaluate the integral. Step 3.1 ...
1,092
3,004
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.21875
4
CC-MAIN-2024-22
latest
en
0.711778
https://www.geeksforgeeks.org/tag/factorial/page/7/
1,571,061,111,000,000,000
text/html
crawl-data/CC-MAIN-2019-43/segments/1570986653247.25/warc/CC-MAIN-20191014124230-20191014151730-00046.warc.gz
876,060,322
19,495
## Count Divisors of Factorial Given a number n, count total number of divisors of n!. Examples: Input : n = 4 Output: 24 4! is 24. Divisors of 24… Read More » ## Count digits in a factorial | Set 2 Given an integer n (can be very large), find the number of digits that appear in its factorial, where factorial is def...
793
2,908
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.578125
4
CC-MAIN-2019-43
latest
en
0.742885
https://exercism.org/tracks/python/exercises/matrix
1,726,662,125,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700651895.12/warc/CC-MAIN-20240918100941-20240918130941-00854.warc.gz
219,653,173
9,776
# Matrix Easy ## Instructions Given a string representing a matrix of numbers, return the rows and columns of that matrix. So given a string with embedded newlines like: ``````9 8 7 5 3 2 6 6 7 `````` representing this matrix: `````` 1 2 3 |--------- 1 | 9 8 7 2 | 5 3 2 3 | 6 6 7 `````` your code sho...
304
915
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.609375
3
CC-MAIN-2024-38
latest
en
0.832836
https://or.stackexchange.com/questions/599/algorithmic-gap-for-hochbaums-greedy-algorithm-for-metric-uncapacitated-fac
1,718,203,112,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861173.16/warc/CC-MAIN-20240612140424-20240612170424-00629.warc.gz
410,805,821
30,528
# Algorithmic gap for Hochbaum's (greedy) algorithm for (metric) uncapacitated facility location In Jain et al. (2003)1, at the bottom of page 801, they construct an instance of (metric) uncapacitated facility location for which they claim the greedy (Hochbaum's) algorithm has gap $$\Omega\left(\frac{\log n}{\log \log...
1,993
6,523
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.25
3
CC-MAIN-2024-26
latest
en
0.896489
https://codebase64.org/doku.php?id=base:perspective&rev=1429237998&do=diff
1,627,891,150,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046154310.16/warc/CC-MAIN-20210802075003-20210802105003-00651.warc.gz
189,780,686
4,208
base:perspective # Differences This shows you the differences between two versions of the page. — base:perspective [2015-04-17 04:33] (current) Line 1: Line 1: + ==== Perspective ==== + + by Bitbreaker/Oxyron/Nuance + + Best is to calculate the perspective during multiply with the rotation matrix. As soon as you ge...
365
1,116
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.890625
3
CC-MAIN-2021-31
latest
en
0.725925
https://brainmass.com/chemistry/stoichiometry/tempurature-dependence-salt-solubility-282085
1,576,499,831,000,000,000
text/html
crawl-data/CC-MAIN-2019-51/segments/1575540565544.86/warc/CC-MAIN-20191216121204-20191216145204-00311.warc.gz
297,782,254
12,608
Explore BrainMass Share # Tempurature Dependence of Salt Solubility This content was COPIED from BrainMass.com - View the original, and get the already-completed solution here! I don’t understand how to make this graph...what is it supposed to look like? I’ve tried and just can’t make my computer work it...I also do...
714
2,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.5
4
CC-MAIN-2019-51
latest
en
0.874526
https://in.mathworks.com/matlabcentral/cody/problems/26-determine-if-input-is-odd/solutions/2095936
1,585,412,643,000,000,000
text/html
crawl-data/CC-MAIN-2020-16/segments/1585370491998.11/warc/CC-MAIN-20200328134227-20200328164227-00201.warc.gz
535,524,063
15,680
Cody # Problem 26. Determine if input is odd Solution 2095936 Submitted on 17 Jan 2020 by Eric Kelso This solution is locked. To view this solution, you need to provide a solution of the same size or smaller. ### Test Suite Test Status Code Input and Output 1   Pass n = 1; ans_correct = true; assert(isequal(is_it_...
259
839
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.953125
3
CC-MAIN-2020-16
latest
en
0.495406
https://forum.blockland.us/index.php?topic=326914.0
1,611,147,502,000,000,000
text/html
crawl-data/CC-MAIN-2021-04/segments/1610703520883.15/warc/CC-MAIN-20210120120242-20210120150242-00406.warc.gz
342,292,146
6,794
### Author Topic: a riddle  (Read 594 times) #### The Resonte! how many sides does a circle have? #### Mega-Bear many sides, they are very well-rounded folk #### foulprairiedog the hypothetical perfect math circle has one side a "circle" in some vertex-based rendering would have anywhere from 4 to infinitely many...
385
1,576
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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
3
CC-MAIN-2021-04
latest
en
0.929838
https://help.smartsheet.com/function/int
1,618,936,093,000,000,000
text/html
crawl-data/CC-MAIN-2021-17/segments/1618039476006.77/warc/CC-MAIN-20210420152755-20210420182755-00609.warc.gz
402,506,986
16,756
INT Function Returns the integer portion of a number. Sample Usage INT(425.99) Syntax INT( • value ) • value The value, typically within a cell, to check. Examples Here are some examples for reference. Example Data Formula Description Result 1.4 =INT(1.4) Returns integer portion of 1.4 1 -1.9 =INT(-1.9) Returns inte...
150
498
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.65625
3
CC-MAIN-2021-17
longest
en
0.635581
https://www.weegy.com/?ConversationId=ZTLCIA1J
1,604,194,205,000,000,000
text/html
crawl-data/CC-MAIN-2020-45/segments/1603107922746.99/warc/CC-MAIN-20201101001251-20201101031251-00268.warc.gz
931,739,608
11,304
2. Which of the following is a sentence fragment? A. Knowing he would be late, she took a nap. B. Realizing you are getting older is sobering. C. Hiding in the tree fort he had built as a kid. D. Checking his mail each day was always fun. s The following is a sentence fragment: Hiding in the tree he had built as a kid....
1,090
3,501
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.6875
3
CC-MAIN-2020-45
latest
en
0.930629
https://mcqslearn.com/sat/physics/application-of-thermal-energy-transfer-mcqs.php
1,709,651,079,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707948235171.95/warc/CC-MAIN-20240305124045-20240305154045-00793.warc.gz
385,441,186
19,518
SAT Prep Courses SAT Physics Practice Tests SAT Physics Online Tests # Application of Thermal Energy Transfer Multiple Choice Questions (MCQ) PDF Download Books: Apps: The e-Book Application of Thermal Energy Transfer Multiple Choice Questions (MCQ Quiz) with answers, Application of Thermal Energy Transfer MCQs P...
555
2,434
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.875
3
CC-MAIN-2024-10
latest
en
0.77995
www.desk-cycle.com
1,386,826,607,000,000,000
text/html
crawl-data/CC-MAIN-2013-48/segments/1386164540183/warc/CC-MAIN-20131204134220-00000-ip-10-33-133-15.ec2.internal.warc.gz
301,267,945
19,742
## DeskCycle Calorie Calculator ### Displays are not Accurate Many exercise bikes display calories. Unfortunately the majority of them are not accurate. The reason for the inaccuracy is that they don't measure the actual power you put into the bike. Without knowing power, the calorie estimates can be off by as much a...
527
2,566
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.65625
3
CC-MAIN-2013-48
latest
en
0.914682
http://www.indiastudychannel.com/experts/42495-find-the-total-number-of-pages-in-the-book.aspx
1,539,693,937,000,000,000
text/html
crawl-data/CC-MAIN-2018-43/segments/1539583510749.55/warc/CC-MAIN-20181016113811-20181016135311-00507.warc.gz
493,148,993
9,565
You must Sign In to post a response. • # Find the total number of pages in the book. Searching for answers to a a mathematical problem? Check out this page for response to your queries. Sabina read 5/8 of a book consisting of 160 pages in one day. Her friend Alia has read 40 pages more than Sabia. Find the number of ...
454
1,490
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.25
4
CC-MAIN-2018-43
latest
en
0.900945
http://www.traditionaloven.com/tutorials/angle/convert-gradian-angle-unit-to-full-circle.html
1,506,294,837,000,000,000
text/html
crawl-data/CC-MAIN-2017-39/segments/1505818690228.57/warc/CC-MAIN-20170924224054-20170925004054-00304.warc.gz
610,947,911
11,764
# angle conversion ## Amount: 1 gradian (grad) of angle Equals: 0.0025 full circles (rev) in angle Converting gradian to full circles value in the angle units scale. TOGGLE :   from full circles into gradians in the other way around. ## angle from gradian to full circle Conversion Results: ### Enter a New gradian ...
560
2,479
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.859375
3
CC-MAIN-2017-39
longest
en
0.842393
https://www.onlinemathpro.com/tutorials/graphing-quadratic-functions-1---locating-the-vertex
1,716,592,538,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971058751.45/warc/CC-MAIN-20240524214158-20240525004158-00081.warc.gz
801,972,922
18,382
# Graphing Quadratic Functions 1 - Locating the Vertex Recall: 1) The graph of a quadratic function is called a Parabola. 2) The Vertex of a parabola is the point at which the parabola stops falling and begins rising (or vise versa). In other words, it is the point at which the parabola officially “turns the corner”...
413
1,635
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2024-22
latest
en
0.849043
https://pwntestprep.com/wp/tag/solve-for-expression/
1,563,651,838,000,000,000
text/html
crawl-data/CC-MAIN-2019-30/segments/1563195526670.1/warc/CC-MAIN-20190720194009-20190720220009-00256.warc.gz
539,856,594
27,905
## Posts tagged with: solve for expression How’s everyone else doing on this quiz?  … This content is for Math Guide owners only. If you’re on the East Coast, I hope that you and yours are able to weather the storm OK. I’m not sure whether I’ll have power or not on Monday, but I’ll try to get the solution posted the...
2,284
8,387
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.796875
4
CC-MAIN-2019-30
latest
en
0.943195
https://mersenneforum.org/showthread.php?s=60ba68c34917dd55eee2df1c89e7d471&t=21987
1,643,465,836,000,000,000
text/html
crawl-data/CC-MAIN-2022-05/segments/1642320306181.43/warc/CC-MAIN-20220129122405-20220129152405-00341.warc.gz
432,643,789
8,627
mersenneforum.org February 2017 Register FAQ Search Today's Posts Mark Forums Read 2017-01-30, 15:36 #1 R. Gerbicz     "Robert Gerbicz" Oct 2005 Hungary 101111110112 Posts February 2017 The new Ibm puzzle is out: https://www.research.ibm.com/haifa/p...ruary2017.html 2017-03-02, 23:13 #2 R. Gerbicz     "Robert Gerbi...
1,028
2,917
{"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.265625
3
CC-MAIN-2022-05
latest
en
0.780307
https://www.beatthegmat.com/when-12-marbles-are-added-to-a-rectangular-aquarium-the-water-t317893.html?sid=87d336aad9da277d3ec9cebfa95df91e
1,686,093,163,000,000,000
text/html
crawl-data/CC-MAIN-2023-23/segments/1685224653183.5/warc/CC-MAIN-20230606214755-20230607004755-00199.warc.gz
718,631,780
13,054
Live Online Classes Starting June 20 FIND A CLASS NOW TTP LiveTeach: A powerful GMAT® course taught live online Taught by Ceilidh Erickson, Score 760 When 12 marbles are added to a rectangular aquarium, the water This topic has expert replies Legendary Member Posts: 1223 Joined: Sat Feb 15, 2020 2:23 pm Followed by:...
1,022
2,891
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2023-23
latest
en
0.87207
http://www.physics.udel.edu/~watson/phys345/class/17-pos-example.html
1,539,919,658,000,000,000
text/html
crawl-data/CC-MAIN-2018-43/segments/1539583512268.20/warc/CC-MAIN-20181019020142-20181019041642-00048.warc.gz
539,056,501
1,806
## PHYS345 Electricity and Electronics Example of Karnaugh Mapping Boxing Zeroes for Product of Sums: Consider again the following truth table for three inputs: A   B   C     O 0 0 0   0 0 0 1   0 0 1 0   1 0 1 1   1 1 0 0   1 1 0 1   0 1 1 0   1 1 1 1   0 The truth table expressed in a form suitable for Karnaugh m...
439
1,292
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.84375
3
CC-MAIN-2018-43
latest
en
0.663883
https://db0nus869y26v.cloudfront.net/en/Stochastic_calculus
1,723,467,620,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722641039579.74/warc/CC-MAIN-20240812124217-20240812154217-00394.warc.gz
147,305,836
15,274
Stochastic calculus is a branch of mathematics that operates on stochastic processes. It allows a consistent theory of integration to be defined for integrals of stochastic processes with respect to stochastic processes. This field was created and started by the Japanese mathematician Kiyosi Itô during World War II. T...
670
3,056
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 5, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.515625
4
CC-MAIN-2024-33
latest
en
0.894815
http://guidescroll.com/2011/09/illyriad-power-of-sovereignty-guide/
1,558,746,355,000,000,000
text/html
crawl-data/CC-MAIN-2019-22/segments/1558232257845.26/warc/CC-MAIN-20190525004721-20190525030721-00349.warc.gz
85,453,212
8,153
# Illyriad Power of Sovereignty Guide Illyriad Power of Sovereignty Guide by Beengalas Introduction There was a post a long time ago, when sovereignty was introduced, on the effect it might have. But it seems as most people doesn’t know or understand how powerful sovereignty can be if used correctly. Sadly, I didn’t...
1,901
6,762
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.421875
3
CC-MAIN-2019-22
latest
en
0.921461
https://docs.microsoft.com/es-es/dotnet/api/system.intptr.op_subtraction?view=netframework-4.8
1,643,377,100,000,000,000
text/html
crawl-data/CC-MAIN-2022-05/segments/1642320305494.6/warc/CC-MAIN-20220128104113-20220128134113-00174.warc.gz
255,221,415
10,136
# IntPtr.Subtraction(IntPtr, Int32) Operador ## Definición Resta un desplazamiento del valor de un puntero.Subtracts an offset from the value of a pointer. ``````public: static IntPtr operator -(IntPtr pointer, int offset);`````` ``public static IntPtr operator - (IntPtr pointer, int offset);`` ``static member ( - )...
476
1,635
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.59375
3
CC-MAIN-2022-05
latest
en
0.294824
https://math.stackexchange.com/questions/3097764/determine-conditions-on-pn-such-that-the-probability-that-a-random-graph-has-at
1,556,266,570,000,000,000
text/html
crawl-data/CC-MAIN-2019-18/segments/1555578762045.99/warc/CC-MAIN-20190426073513-20190426095513-00255.warc.gz
481,865,899
34,079
# Determine conditions on pn such that the probability that a random graph has at least one triangle goes to zero as n increases I'm currently struggling with an exercise about random graphs where is requested to determine the conditions on $$p_n$$ such that the probability that $$G(n, p_n)$$ has at least one triangle...
524
2,063
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.9375
4
CC-MAIN-2019-18
latest
en
0.937327
www.careydobson.com
1,652,914,795,000,000,000
text/html
crawl-data/CC-MAIN-2022-21/segments/1652662522556.18/warc/CC-MAIN-20220518215138-20220519005138-00114.warc.gz
794,701,750
15,735
### How Can I determine the Potential Money Value of My Claim? Let’s make this clear from the beginning. There is no such thing as a personal injury settlement formula. There is no insurance settlement calculator. There is no magic equation of “x times specials” that determines the proper settlement payout for your ca...
4,314
21,427
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.828125
3
CC-MAIN-2022-21
latest
en
0.946624
https://control.com/forums/threads/inertia-ratio.982/
1,718,645,698,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861733.59/warc/CC-MAIN-20240617153913-20240617183913-00054.warc.gz
166,845,448
38,920
# Inertia ratio G #### Guy H. Looney I would like to get some feedback on the topic of inertia ratio. I have recently been trying to gather information as to the importance of this specification. For those of you unsure of what I mean, let me elaborate: The inertia ratio is equal to the reflected load inertia divid...
8,266
37,352
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.0625
3
CC-MAIN-2024-26
latest
en
0.951859
http://lbartman.com/worksheet/8th-grade-math-exponents-worksheets.php
1,579,278,581,000,000,000
text/html
crawl-data/CC-MAIN-2020-05/segments/1579250589861.0/warc/CC-MAIN-20200117152059-20200117180059-00135.warc.gz
98,115,544
15,244
## lbartman.com - the pro math teacher • Subtraction • Multiplication • Division • Decimal • Time • Line Number • Fractions • Math Word Problem • Kindergarten • a + b + c a - b - c a x b x c a : b : c # 8th Grade Math Exponents Worksheets Public on 07 Oct, 2016 by Cyun Lee ### eighth grade exponents to a power w...
1,590
4,417
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.375
3
CC-MAIN-2020-05
longest
en
0.159164
https://www.neetprep.com/questions/1843-Physics/687-Thermodynamics?courseId=1277&testId=1339018-Padma-Shri-H-C-Verma-Objective-Exercises-Based-MCQs
1,716,115,377,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971057786.92/warc/CC-MAIN-20240519101339-20240519131339-00809.warc.gz
810,956,452
57,865
The first law of thermodynamics is a statement of: 1 conservation of heat 2 conservation of work 3 conservation of momentum 4 conservation of energy Subtopic:  First Law of Thermodynamics | 86% From NCERT To view explanation, please take trial in the course. NEET 2023 - Target Batch - Aryan Raj Singh Hints To view e...
1,417
5,129
{"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...
2.953125
3
CC-MAIN-2024-22
latest
en
0.82533
http://www.ask.com/question/weight-of-gravel-per-cubic-yard
1,411,395,662,000,000,000
text/html
crawl-data/CC-MAIN-2014-41/segments/1410657137056.60/warc/CC-MAIN-20140914011217-00248-ip-10-234-18-248.ec2.internal.warc.gz
356,529,300
16,327
# Weight of Gravel Per Cubic Yard? The weight of gravel per cubic yard is estimated by the specific weight of size based gravel. Generally gravel ranges from 85 to 125 lb. per cubic foot. Then one can calculate the weight of the gravel. Q&A Related to "Weight of Gravel Per Cubic Yard?" 1. Approximate the specific wei...
264
1,100
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.171875
3
CC-MAIN-2014-41
latest
en
0.899266
https://www.unitconverters.net/power/kilowatt-to-horsepower-550-ft-lbf-s.htm
1,563,264,673,000,000,000
text/html
crawl-data/CC-MAIN-2019-30/segments/1563195524517.31/warc/CC-MAIN-20190716075153-20190716101153-00464.warc.gz
868,411,636
4,065
Home / Power Conversion / Convert Kilowatt to Horsepower (550 Ft*lbf/s) Convert Kilowatt to Horsepower (550 Ft*lbf/s) Please provide values below to convert kilowatt [kW] to horsepower (550 ft*lbf/s), or vice versa. From: kilowatt To: horsepower (550 ft*lbf/s) Kilowatt to Horsepower (550 Ft*lbf/s) Conversion Table...
393
1,145
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.546875
3
CC-MAIN-2019-30
longest
en
0.542248
https://www.jiskha.com/display.cgi?id=1267398759
1,498,654,750,000,000,000
text/html
crawl-data/CC-MAIN-2017-26/segments/1498128323680.18/warc/CC-MAIN-20170628120308-20170628140308-00130.warc.gz
903,867,170
3,573
# algebra posted by . Evaluate and tabulate the values of y for the given values of x. Tabulate your answer in the form of ordered pairs (x, y). y = 2x, for x = -2, -1, 0, 1, 2 • algebra - Substitute the values for x and solve for y. y = 2(-2) = -4 And so on....
90
269
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.9375
3
CC-MAIN-2017-26
longest
en
0.684058
https://fr.maplesoft.com/support/help/maplesim/view.aspx?path=length&L=F
1,695,291,828,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233505362.29/warc/CC-MAIN-20230921073711-20230921103711-00779.warc.gz
310,330,985
21,404
length - Maple Help For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge. length length of an object Calling Sequence length(expr) length[shortname](expr) Parameters expr - expression Description • The length(expr) function returns the length of expr. • If expr is a...
508
1,934
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 14, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.40625
3
CC-MAIN-2023-40
latest
en
0.689312
https://www.aqua-calc.com/what-is/density/microgram-per-us-teaspoon
1,696,417,479,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233511364.23/warc/CC-MAIN-20231004084230-20231004114230-00702.warc.gz
680,333,461
17,884
# What is a microgram per US teaspoon (unit) ## The microgram per US teaspoon is a unit of measurement of density The microgram per US teaspoon density measurement unit is used to measure volume in US teaspoons in order to estimate weight or mass in micrograms • What is densityInstant conversionsConversion tables • ...
6,791
12,964
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.296875
3
CC-MAIN-2023-40
latest
en
0.243201
https://socratic.org/questions/joint-probability-mean-and-variance-pl-refer-image-attached
1,526,809,967,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794863277.18/warc/CC-MAIN-20180520092830-20180520112830-00200.warc.gz
660,072,702
86,755
# Joint probability- mean and variance? Pl refer image attached Then teach the underlying concepts Don't copy without citing sources preview ? #### Explanation Explain in detail... #### Explanation: I want someone to double check my answer 4 ### This answer has been featured! Featured answers represent the very...
1,754
4,015
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 32, "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.21875
4
CC-MAIN-2018-22
longest
en
0.532758
https://programmatic.solutions/qjvd49/consequences-of-lower-bounds-for-epsilon-nets-on-approximation
1,669,948,351,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446710890.97/warc/CC-MAIN-20221202014312-20221202044312-00028.warc.gz
493,587,089
16,076
Theoretical Computer Science cg.comp-geom set-cover hypergraphs approximation-hardness epsilon-nets Updated Sat, 21 May 2022 18:22:19 GMT # Consequences of lower bounds for $\epsilon$-nets on approximation Many here are probably aware of Alon's recent super-linear lower bounds for $\epsilon$-nets in a natural geometr...
442
1,781
{"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.078125
3
CC-MAIN-2022-49
latest
en
0.90175
https://www.gradesaver.com/textbooks/math/algebra/algebra-1/chapter-7-exponents-and-exponential-functions-7-3-multipying-powers-with-the-same-base-practice-and-problem-solving-exercises-page-429/20
1,537,657,865,000,000,000
text/html
crawl-data/CC-MAIN-2018-39/segments/1537267158766.53/warc/CC-MAIN-20180922221246-20180923001646-00438.warc.gz
742,258,369
14,254
## Algebra 1 Published by Prentice Hall # Chapter 7 - Exponents and Exponential Functions - 7-3 Multipying Powers with the Same Base - Practice and Problem-Solving Exercises - Page 429: 20 #### Answer $b^3$ #### Work Step by Step We start with the given expression: $b^{-2}\times b^4\times b$ To multiply powers wi...
144
537
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.625
4
CC-MAIN-2018-39
longest
en
0.780647
https://codegolf.stackexchange.com/questions/51402/each-step-of-the-levenshtein-distance
1,660,757,389,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882573029.81/warc/CC-MAIN-20220817153027-20220817183027-00535.warc.gz
182,400,689
69,585
Each step of the Levenshtein distance In this challenge you will write a program that takes two newline-separated strings, s1 (the first line) and s2 (the second line), as input (STDIN or closest). You can assume that the length of s1 will always be smaller than 30 and bigger than the length of s2. The program should ...
1,337
4,023
{"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...
2.640625
3
CC-MAIN-2022-33
longest
en
0.899148
http://www.mathisfunforum.com/viewtopic.php?pid=16421
1,386,789,959,000,000,000
text/html
crawl-data/CC-MAIN-2013-48/segments/1386164044626/warc/CC-MAIN-20131204133404-00093-ip-10-33-133-15.ec2.internal.warc.gz
416,395,634
4,664
Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ ° You are not logged in. ## #1 2005-10-23 15:44:25 ryos Power Member Offline ### Find cubic function from extrema Find a cubic function of the form f(x) = ax^3 + bx^2 + cx  which has a local maximum at ...
1,588
3,907
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2013-48
longest
en
0.88935
https://www.gradesaver.com/textbooks/math/algebra/algebra-2-1st-edition/chapter-12-sequences-and-series-12-3-analyze-geometric-sequences-and-series-12-3-exercises-skill-practice-page-814/28
1,696,436,261,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233511386.54/warc/CC-MAIN-20231004152134-20231004182134-00406.warc.gz
882,815,035
15,771
## Algebra 2 (1st Edition) Published by McDougal Littell # Chapter 12 Sequences and Series - 12.3 Analyze Geometric Sequences and Series - 12.3 Exercises - Skill Practice - Page 814: 28 See below #### Work Step by Step The sequence is geometric with first term $a_1=5$ and common ratio $r=3$. So, a rule for the nth...
197
593
{"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.03125
4
CC-MAIN-2023-40
latest
en
0.767186
https://elisabethjordancalligraphy.com/qa/quick-answer-what-does-magic-number-mean.html
1,620,548,735,000,000,000
text/html
crawl-data/CC-MAIN-2021-21/segments/1620243988961.17/warc/CC-MAIN-20210509062621-20210509092621-00236.warc.gz
248,546,696
8,330
# Quick Answer: What Does Magic Number Mean? ## Why is 12 a magic number? The number twelve carries religious, mythological and magical symbolism, generally representing perfection, entirety, or cosmic order in traditions since antiquity.. ## Why is 8 a magic number? “Eight” is a Magic Number in Physics. atomic Nuc...
773
3,424
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.03125
3
CC-MAIN-2021-21
latest
en
0.913288
https://converterin.com/area/manzana-nicaragua-to-square-gigameter-gm2.html
1,601,331,767,000,000,000
text/html
crawl-data/CC-MAIN-2020-40/segments/1600401614309.85/warc/CC-MAIN-20200928202758-20200928232758-00001.warc.gz
330,974,754
9,666
# MANZANA [NICARAGUA] TO SQUARE GIGAMETER CONVERTER FROM TO The result of your conversion between manzana [Nicaragua] and square gigameter appears here ## MANZANA [NICARAGUA] TO SQUARE GIGAMETER (manzana TO gm2) FORMULA To convert between Manzana [Nicaragua] and Square Gigameter you have to do the following: First...
386
1,079
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.625
3
CC-MAIN-2020-40
latest
en
0.597328
http://algebratesthelper.com/what-every-math-student-needs-to-know/
1,495,681,098,000,000,000
text/html
crawl-data/CC-MAIN-2017-22/segments/1495463607963.70/warc/CC-MAIN-20170525025250-20170525045250-00099.warc.gz
16,529,306
12,518
## What Every Student Needs To Know Before Taking A Math Test By understanding how your teacher grades tests you can significantly raise your math grades even if you have not completely mastered the concepts. As a middle and high school math teacher I graded thousands of math tests and all along the way I had to dete...
871
4,093
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.46875
3
CC-MAIN-2017-22
longest
en
0.96377
https://schoolworkhelper.net/laplaces-law-surface-tension/
1,695,524,559,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233506559.11/warc/CC-MAIN-20230924023050-20230924053050-00087.warc.gz
559,773,297
138,152
## Surface Tension (N/m² = J/m³) • Fluid property associated with the presence of a surface toward air • Interfacial tension- is used to describe analogous phenomena for fluid having interfaces with solids or other liquids (can be +/-) • Water molecules are forced toward the surface of a fluid due to placement on othe...
782
3,164
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.171875
3
CC-MAIN-2023-40
longest
en
0.847511
https://sailboat.guide/nevins/sound-interclub-mower
1,653,102,116,000,000,000
text/html
crawl-data/CC-MAIN-2022-21/segments/1652662534773.36/warc/CC-MAIN-20220521014358-20220521044358-00105.warc.gz
576,449,880
14,883
# Sound Interclub (Mower) 1926 — 1927 Designer Charles D. Mower Builder Nevins Inc. Associations Rosenfeld photo collection Sound Interclub Class (1926) # Built 27 Hull Monohull Keel Fin Rudder ? Construction Wood ### Dimensions Length Overall 28 8 / 8.8 m Waterline Length 18 11 / 5.8 m Beam 7 6 / 2.3 m Draft 4 5 / ...
1,327
4,800
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.90625
3
CC-MAIN-2022-21
latest
en
0.793407
http://amburnclasses.org/main/learn_chemistry/chapter_7/Lesson_7.2.html
1,623,735,654,000,000,000
text/html
crawl-data/CC-MAIN-2021-25/segments/1623487617599.15/warc/CC-MAIN-20210615053457-20210615083457-00446.warc.gz
3,677,689
4,660
↑ home # Lesson 7.2: Effective Nuclear Charge ← Lesson 7.1: Lesson 7.3: → Electrons in higher energy shells are on average further from the nucleus. A crude way to visualize these shells, when we are not concerned about the details of the orbital shape studied in lesson 6, is to imagine the electrons as existing in ...
2,274
9,144
{"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...
2.65625
3
CC-MAIN-2021-25
latest
en
0.939518
http://www.google.com/patents/US7840623?ie=ISO-8859-1
1,405,207,949,000,000,000
text/html
crawl-data/CC-MAIN-2014-23/segments/1404776435471.2/warc/CC-MAIN-20140707234035-00031-ip-10-180-212-248.ec2.internal.warc.gz
328,842,546
64,223
Patents Publication number US7840623 B2 Publication type Grant Application number US 11/523,351 Publication date Nov 23, 2010 Filing date Sep 19, 2006 Priority date Sep 26, 2005 Fee status Paid Also published as Publication number 11523351, 523351, US 7840623 B2, US 7840623B2, US-B2-7840623, US7840623 B2, US7840623B2...
59,341
227,499
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 38, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.609375
3
CC-MAIN-2014-23
latest
en
0.857685
https://phys.libretexts.org/Bookshelves/Nuclear_and_Particle_Physics/Book%3A_Nuclear_and_Particle_Physics_(Walet)/02%3A__Experimental_Tools/2.01%3A_Accelerators
1,643,073,215,000,000,000
text/html
crawl-data/CC-MAIN-2022-05/segments/1642320304749.63/warc/CC-MAIN-20220125005757-20220125035757-00516.warc.gz
508,401,805
27,307
$$\require{cancel}$$ 2.1: Accelerators Resolving power Both nuclear and particle physics experiments are typically performed at accelerators, where particles are accelerated to extremely high energies, in most cases relativistic (i.e., $$v\approx c$$). To understand why this happens we need to look at the role the a...
2,537
9,331
{"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.515625
4
CC-MAIN-2022-05
latest
en
0.883947
http://oeis.org/A121154
1,540,341,767,000,000,000
text/html
crawl-data/CC-MAIN-2018-43/segments/1539583517628.91/warc/CC-MAIN-20181024001232-20181024022732-00089.warc.gz
264,015,105
3,639
This site is supported by donations to The OEIS Foundation. Hints (Greetings from The On-Line Encyclopedia of Integer Sequences!) A121154 a(n) = the n-th divisor of r(n)^n, where r(n) = (10^n-1)/9 the repunits and the positive divisors of r(n)^n are written in order from smallest to largest. 0 1, 11, 9, 121, 11111,...
450
1,364
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.890625
3
CC-MAIN-2018-43
latest
en
0.694802
https://www.physicsforums.com/threads/how-do-you-convert-watts-per-meter-squared-to-decibels.236897/
1,579,823,086,000,000,000
text/html
crawl-data/CC-MAIN-2020-05/segments/1579250614086.44/warc/CC-MAIN-20200123221108-20200124010108-00200.warc.gz
1,029,542,709
17,725
# How do you convert watts per meter squared to decibels? ## Main Question or Discussion Point Hi. How do you convert watts per metre squared to decibels? I know you use logs but can't seems to work it out. Thanks for any help. Related Other Physics Topics News on Phys.org Its ok I figured it out. [decibels] = 10log...
1,118
4,134
{"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.03125
4
CC-MAIN-2020-05
longest
en
0.841434
http://math.stackexchange.com/questions/283355/poisson-distribution-with-poisson-parameter
1,469,385,051,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257824133.26/warc/CC-MAIN-20160723071024-00012-ip-10-185-27-174.ec2.internal.warc.gz
159,090,307
16,771
# Poisson distribution with Poisson parameter I have a problem with following exercise (it comes from Geoffrey G. Grimmett, David R. Stirzaker, Probability and Random Processes, Oxford University Press 2001, page 161, ex. 3a): Let $X$ have the Poisson distribution with parameter $Y$ where $Y$ has the Poisson distribu...
549
1,485
{"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-2016-30
latest
en
0.728898
https://cstheory.stackexchange.com/questions/52872/bin-covering-problem-with-variable-bin-sizes
1,723,265,605,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640789586.56/warc/CC-MAIN-20240810030800-20240810060800-00001.warc.gz
147,640,472
41,462
# Bin Covering problem with variable bin sizes I have a decision problem that I cannot seem to map to a standard studied problem, although it seems similar to a few. I am wondering if anyone has come across this problem before, or if someone can identify a standard name for this problem? The decision problem is to ch...
1,288
5,079
{"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.296875
3
CC-MAIN-2024-33
latest
en
0.954241
https://seanet2017.com/matematicas-simplest-180
1,674,950,122,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764499695.59/warc/CC-MAIN-20230128220716-20230129010716-00495.warc.gz
521,760,600
3,882
# Find the zeros of a function solver In this blog post, we will take a look at how to Find the zeros of a function solver. We will also look at some example problems and how to approach them. ## Try to find the zeros of a function solver When you try to Find the zeros of a function solver, there are often multiple ...
871
3,907
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.9375
5
CC-MAIN-2023-06
latest
en
0.950978
https://stdlib.io/develop/docs/api/@stdlib/math/base/dists/beta/median/
1,571,387,524,000,000,000
text/html
crawl-data/CC-MAIN-2019-43/segments/1570986679439.48/warc/CC-MAIN-20191018081630-20191018105130-00518.warc.gz
717,022,991
55,623
# Median Beta distribution median. The median for a beta random variable is the value for which the regularized incomplete beta function I(α,β) is equal to 0.5, i.e. where α > 0 is the first shape parameter and β > 0 is the second shape parameter. ## Usage var median = require( '@stdlib/math/base/dists/beta/median...
474
1,478
{"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.03125
3
CC-MAIN-2019-43
latest
en
0.299024
https://www.physicsforums.com/threads/calculating-new-velocity-from-velocity-and-momentum-confusing.707757/
1,508,434,940,000,000,000
text/html
crawl-data/CC-MAIN-2017-43/segments/1508187823350.23/warc/CC-MAIN-20171019160040-20171019180040-00801.warc.gz
974,149,189
17,015
# Calculating new velocity from velocity and momentum? Confusing 1. Aug 29, 2013 ### lovesam Hiya! Sam here,...and I'm new. I need help with this online homework problem. To be honeset, I have no idea where to even begin. I've tried the momentum equation where mass times velocity times a proportionality factor gamma...
467
1,556
{"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-2017-43
longest
en
0.89632
http://mathhelpforum.com/trigonometry/163161-r-formula-visualization-2.html
1,527,063,565,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794865456.57/warc/CC-MAIN-20180523063435-20180523083435-00214.warc.gz
183,693,611
10,828
# Thread: r formula visualization 1. Originally Posted by arccos Well I already looked at the answer so i would pick 1-sqrt(5)(-1).So the point here is to notice that only by equating it to -1 can we obtain all positive values in the maximum value? and if so, for the expression to be maximum, there must only be positi...
431
1,585
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2018-22
latest
en
0.95797
https://phys.libretexts.org/Bookshelves/College_Physics/College_Physics_1e_(OpenStax)/03%3A_Two-Dimensional_Kinematics
1,721,911,408,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763858305.84/warc/CC-MAIN-20240725114544-20240725144544-00188.warc.gz
391,860,582
31,277
# 3: Two-Dimensional Kinematics $$\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}\,}\) $$\...
2,487
7,891
{"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...
2.96875
3
CC-MAIN-2024-30
latest
en
0.198641
http://prizebondzone.net/homepage.php?user=asif%20khokher&page=5
1,490,590,160,000,000,000
text/html
crawl-data/CC-MAIN-2017-13/segments/1490218189403.13/warc/CC-MAIN-20170322212949-00603-ip-10-233-31-227.ec2.internal.warc.gz
299,608,483
7,952
Users Homepage Posting Posted By:- asif khokher 28-02-2017 16:15:39 Asif Khokher - - Bond 40000 - - City Karachi - - Is dafa faqat second 2 tandole formule ke sath jise yaqeen na ae wo pichla record check kare - - V-VIP First Taluk Routeen , , 0272 SE UNBREAK , , 027 X 2288 X = END ((235))75414 FIRST TALUK PASS 72 ,...
5,817
13,330
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.640625
3
CC-MAIN-2017-13
longest
en
0.23591
https://download.racket-lang.org/releases/6.1/doc/reference/parametric-contracts.html
1,627,499,293,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046153791.41/warc/CC-MAIN-20210728185528-20210728215528-00539.warc.gz
235,537,241
5,424
#### 8.3Parametric Contracts (require racket/contract/parametric) package: base The most convenient way to use parametric contract is to use contract-out’s #:exists keyword. The racket/contract/parametric provides a few more, general-purpose parametric contracts. syntax(parametric->/c (x ...) c) Creates a contract...
886
3,524
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.71875
3
CC-MAIN-2021-31
latest
en
0.693375
https://studysoup.com/tsg/25564/college-physics-1-edition-chapter-20-problem-10pe
1,632,736,438,000,000,000
text/html
crawl-data/CC-MAIN-2021-39/segments/1631780058415.93/warc/CC-MAIN-20210927090448-20210927120448-00616.warc.gz
565,101,296
13,158
× Get Full Access to College Physics - 1 Edition - Chapter 20 - Problem 10pe Get Full Access to College Physics - 1 Edition - Chapter 20 - Problem 10pe × # A clock battery wears out after moving 10,000 C of charge ISBN: 9781938168000 42 ## Solution for problem 10PE Chapter 20 College Physics | 1st Edition • Textb...
488
1,791
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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
3
CC-MAIN-2021-39
latest
en
0.899898
https://www.doityourself.com/forum/greenhouses-sheds-sun-rooms/231610-how-much-would-8-10-wood-shed-weigh.html
1,679,769,332,000,000,000
text/html
crawl-data/CC-MAIN-2023-14/segments/1679296945368.6/warc/CC-MAIN-20230325161021-20230325191021-00145.warc.gz
821,293,427
53,617
> > > # How much would a 8 * 10 wood shed weigh? #1 09-13-05, 06:57 AM Member Join Date: Jun 2004 Location: usa Posts: 93 How much would a 8 * 10 wood shed weigh? I'm looking at moving a wood shed, I removed the floor ( dirt now). I nailed 2*4s across the inside of the shed, about 1 foot up into the studs from the i...
746
2,628
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.703125
3
CC-MAIN-2023-14
latest
en
0.969514
https://rdrr.io/rforge/nor1mix/man/norMix.html
1,521,561,514,000,000,000
text/html
crawl-data/CC-MAIN-2018-13/segments/1521257647498.68/warc/CC-MAIN-20180320150533-20180320170533-00329.warc.gz
684,338,704
58,732
# norMix: Mixtures of Univariate Normal Distributions In nor1mix: Normal (1-d) Mixture Models (S3 Classes and Methods) ## Description Objects of class `norMix` represent finite mixtures of (univariate) normal (aka Gaussian) distributions. Methods for construction, printing, plotting, and basic computations are provid...
1,433
4,727
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.5625
3
CC-MAIN-2018-13
longest
en
0.649561
https://hoven-in.appspot.com/Home/Aptitude/Boats-and-Streams/maths-aptitude-quiz-questions-and-mock-test-on-boats-and-streams-002.html
1,716,793,503,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971059037.23/warc/CC-MAIN-20240527052359-20240527082359-00560.warc.gz
251,812,834
6,566
# Boats and Streams Quiz Set 002 ### Question 1 The speed of a boat in still water is 84 km/h. It takes the same time to travel an upstream distance of 9 km as it takes to travel a downstream distance of 19 km. The rate of flow of the stream is? A 30 km/h. B 31 km/h. C 29 km/h. D 33 km/h. Soln. Ans: a Let v...
782
2,601
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2024-22
latest
en
0.924488
http://www.best-practice.com/risk-management-best-practices/financial-risk-management/calculating-gear-ratio-or-debt-capital-ratio/calculating-gear-ratio-or-debt-capital-ratio-29122011/
1,723,094,647,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640719674.40/warc/CC-MAIN-20240808031539-20240808061539-00145.warc.gz
38,755,980
28,337
## Calculating Gear Ratio or Debt/ Capital Ratio The gearing ratio or debt/Capital ratio, calculates the percentage of the total funds that represent the debt of the company. It is very important for best practice in financial management. It is also referred to as the debt-to-capital ratio, or simply – debt ratio. Cal...
676
3,441
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.5625
4
CC-MAIN-2024-33
latest
en
0.95282
https://numberworld.info/202220100010
1,660,020,549,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882570901.18/warc/CC-MAIN-20220809033952-20220809063952-00358.warc.gz
396,524,397
3,902
# Number 202220100010 ### Properties of number 202220100010 Cross Sum: Factorization: Divisors: Count of divisors: Sum of divisors: Prime number? No Fibonacci number? No Bell Number? No Catalan Number? No Base 3 (Ternary): Base 4 (Quaternary): Base 5 (Quintal): Base 8 (Octal): 2f1541d9aa Base 32: 5sak3mda sin(2022201...
734
2,112
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.71875
3
CC-MAIN-2022-33
latest
en
0.667996
https://practice.geeksforgeeks.org/problems/unique-bsts-1587115621/1
1,623,759,362,000,000,000
text/html
crawl-data/CC-MAIN-2021-25/segments/1623487621273.31/warc/CC-MAIN-20210615114909-20210615144909-00026.warc.gz
436,486,045
25,800
Showing: Handle Score @Ibrahim Nash 6420 @mb1973 5704 @Quandray 5245 @akhayrutdinov 5111 @saiujwal13083 5046 @sanjay05 3762 @kirtidee18 3673 @marius_valentin_dragoi 3523 @mantu_singh 3510 @sushant_a 3459 Unique BST's Medium Accuracy: 44.17% Submissions: 24442 Points: 4 Given an integer. Find how many structurally uniq...
421
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": 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...
2.859375
3
CC-MAIN-2021-25
longest
en
0.635104
http://www.freemathhelp.com/forum/archive/index.php/t-71116.html
1,386,933,004,000,000,000
text/html
crawl-data/CC-MAIN-2013-48/segments/1386164931675/warc/CC-MAIN-20131204134851-00099-ip-10-33-133-15.ec2.internal.warc.gz
346,791,502
2,336
PDA View Full Version : Applications of Quadratic Functions Help? Zib 06-19-2011, 03:59 PM The question asks me to find the equation of the quadratic function in standard form that has zeros 1+the square root of 11 and 1-the square root of 11 and that contains the point (4, -6) Can anyone tell me how to set this up t...
760
2,297
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2013-48
longest
en
0.872285
https://books.google.ie/books?qtid=757e783a&dq=editions:UOM39015065618988&lr=&id=r3QAAAAAMAAJ&output=html_text&sa=N&start=70
1,685,431,957,000,000,000
text/html
crawl-data/CC-MAIN-2023-23/segments/1685224645417.33/warc/CC-MAIN-20230530063958-20230530093958-00669.warc.gz
172,557,112
6,011
Books Books If two triangles have two angles of the one equal to two angles of the other, each to each, and one side equal to one side, viz. either the sides adjacent to the equal... The First Six Books: Together with the Eleventh and Twelfth - Page 200 by Euclid - 1781 - 520 pages ## Euclid's Elements of Geometry: Ch...
850
3,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...
2.640625
3
CC-MAIN-2023-23
latest
en
0.857765
http://www.popflock.com/learn?s=Lie_group
1,610,956,028,000,000,000
text/html
crawl-data/CC-MAIN-2021-04/segments/1610703514423.60/warc/CC-MAIN-20210118061434-20210118091434-00271.warc.gz
167,034,561
52,601
Lie Group Get Lie Group essential facts below. View Videos or join the Lie Group discussion. Add Lie Group to your PopFlock.com topic list for future reference or share this resource on social media. Lie Group In mathematics, a Lie group (pronounced "Lee") is a group that is also a differentiable manifold. A manifold ...
11,740
49,665
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 189, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 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.6875
4
CC-MAIN-2021-04
latest
en
0.908702
https://www.unitconverters.net/flow-molar/picomol-second-to-mol-second.htm
1,518,928,454,000,000,000
text/html
crawl-data/CC-MAIN-2018-09/segments/1518891811655.65/warc/CC-MAIN-20180218042652-20180218062652-00348.warc.gz
979,733,496
3,280
Home / Flow - Molar Conversion / Convert Picomol/second to Mol/second # Convert Picomol/second to Mol/second Please provide values below to convert picomol/second [pmol/s] to mol/second [mol/s], or vice versa. From: picomol/second To: mol/second ### Picomol/second to Mol/second Conversion Table Picomol/second [pm...
334
788
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.765625
3
CC-MAIN-2018-09
longest
en
0.535399
https://infinitylearn.com/surge/study-material/cbse-notes/class-12/geography/geography-class-12-important-questions-chapter-3-population-composition/
1,726,851,762,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725701419169.94/warc/CC-MAIN-20240920154713-20240920184713-00203.warc.gz
276,655,462
29,574
Geography Class 12 Important Questions Chapter 3 Population Composition # Geography Class 12 Important Questions Chapter 3 Population Composition ## 1 Mark Questions Questions 1. Why is the age structure considered an important indicator of population composition? Given one reason. (HOTS; Delhi 2016) Fill Out the F...
2,292
11,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.359375
3
CC-MAIN-2024-38
latest
en
0.86563
http://www.consultemps.fr/ebooks/asymptotic-methods-in-quantum-mechanics-application-to-atoms-molecules-and
1,600,526,399,000,000,000
text/html
crawl-data/CC-MAIN-2020-40/segments/1600400192778.51/warc/CC-MAIN-20200919142021-20200919172021-00598.warc.gz
152,407,224
11,285
# Read e-book online Asymptotic Methods in Quantum Mechanics: Application to PDF By Professor S. H. Patil, Professor K. T. Tang (auth.) ISBN-10: 3642573177 ISBN-13: 9783642573170 ISBN-10: 3642631371 ISBN-13: 9783642631375 Asymptotic tools in Quantum Mechanics is an in depth dialogue of the final homes of the wave...
812
2,908
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.5625
3
CC-MAIN-2020-40
latest
en
0.873107
https://www.coursehero.com/file/6019042/Exam3Solution/
1,524,185,044,000,000,000
text/html
crawl-data/CC-MAIN-2018-17/segments/1524125937090.0/warc/CC-MAIN-20180420003432-20180420023432-00216.warc.gz
774,528,197
28,358
{[ promptMessage ]} Bookmark it {[ promptMessage ]} Exam3Solution # Exam3Solution - 1 What is the torque on the object in the... This preview shows pages 1–6. Sign up to view the full content. This preview has intentionally blurred sections. Sign up to view the full version. View Full Document This preview has ...
1,763
4,592
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.96875
3
CC-MAIN-2018-17
latest
en
0.747651
https://gmatclub.com/forum/breakdown-of-official-guide-13th-edition-vs-12th-edition-133151-40.html
1,506,120,908,000,000,000
text/html
crawl-data/CC-MAIN-2017-39/segments/1505818689373.65/warc/CC-MAIN-20170922220838-20170923000838-00053.warc.gz
706,716,542
44,871
It is currently 22 Sep 2017, 15:55 ### GMAT Club Daily Prep #### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email. Customized for You we will pick new questions that match your level based o...
1,237
4,188
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.25
3
CC-MAIN-2017-39
latest
en
0.901893
http://newton.ex.ac.uk/teaching/resources/jmr/structures.html
1,534,694,336,000,000,000
text/html
crawl-data/CC-MAIN-2018-34/segments/1534221215222.74/warc/CC-MAIN-20180819145405-20180819165405-00123.warc.gz
277,924,160
16,461
Physics and Astronomy Home Our Teaching Resources C programming Structures Contents # Structures organise our data Show me your [functions] and conceal your [data structures] and I shall continue to be mystified, show me your [data structures] and I won't usually need your [functions]; they'll be obvious. Brooks, #...
6,284
27,747
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.125
3
CC-MAIN-2018-34
latest
en
0.939213
https://community.smartsheet.com/discussion/128005/find-the-next-date-in-a-list-including-the-same-date
1,723,104,419,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640723918.41/warc/CC-MAIN-20240808062406-20240808092406-00052.warc.gz
131,492,067
109,480
# Find the next date in a list INCLUDING the same date Options I need some help, please! I've been all over discussions and tried everything I can think of but I can't get this to work. I have a table that tracks status change dates for our projects. The date and time is recorded automatically each time the status c...
850
3,119
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.671875
3
CC-MAIN-2024-33
latest
en
0.929117
http://onetomato.vn/category/uncategorized/
1,582,321,645,000,000,000
text/html
crawl-data/CC-MAIN-2020-10/segments/1581875145538.32/warc/CC-MAIN-20200221203000-20200221233000-00486.warc.gz
109,278,721
23,200
# Mathematics that started in China, particularly in Asia Clear up it separately and completely the idea of unity mathematics is to choose some single occurrence , identify it as one entity and treat it as such. Mathematics is all about finding patterns, relationships and explanations, not singular entities. A univer...
7,978
40,213
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-10
latest
en
0.957525
https://cstheory.stackexchange.com/questions/1680/separation-of-limited-nondeterminism-classes/1698
1,643,106,784,000,000,000
text/html
crawl-data/CC-MAIN-2022-05/segments/1642320304810.95/warc/CC-MAIN-20220125100035-20220125130035-00702.warc.gz
235,491,813
36,296
Separation of limited nondeterminism classes? It is interesting to find the best lower bound on the number of nondeterministic bits needed to solve satisfiability problem. Let $\beta_k P$ be the class of problems solvable by a nondeterministic Turing machine in polynomial time and using $O(\log^k n)$ nondeterministic ...
1,236
4,485
{"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.078125
3
CC-MAIN-2022-05
latest
en
0.897752
https://programsandcourses.anu.edu.au/2022/course/MATH6204
1,685,926,641,000,000,000
text/html
crawl-data/CC-MAIN-2023-23/segments/1685224650409.64/warc/CC-MAIN-20230604225057-20230605015057-00442.warc.gz
515,985,151
11,780
• Offered by Mathematical Sciences Institute • ANU College ANU Joint Colleges of Science Specialist • Course subject Mathematics • Areas of interest Mathematics • Course convener • Dr Vigleik Angeltveit • Mode of delivery In Person • Co-taught Course • Offered in Second Semester 2022 Algebraic Topology (MATH6204) In S...
1,003
4,670
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.625
3
CC-MAIN-2023-23
latest
en
0.848527