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
https://www.windows2universe.org?page=/glossary/gravity_defn.html&edu=high
1,498,406,501,000,000,000
text/html
crawl-data/CC-MAIN-2017-26/segments/1498128320539.37/warc/CC-MAIN-20170625152316-20170625172316-00146.warc.gz
968,802,809
12,994
## Shop Windows to the Universe Ready, Set, SCIENCE!, by the National Research Council, focuses on K-8 science classsrooms. Check out the other publications in our online store, as well as classroom materials. An artist's rendering of some of the forces of the universe. The apple falling is of course from the story o...
1,096
5,300
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2017-26
longest
en
0.95913
https://www.paddlepaddle.org.cn/documentation/docs/en/api/paddle/tensor/linalg/cholesky_en.html
1,618,308,712,000,000,000
text/html
crawl-data/CC-MAIN-2021-17/segments/1618038072180.33/warc/CC-MAIN-20210413092418-20210413122418-00479.warc.gz
1,043,222,558
20,380
cholesky¶ `paddle.` `cholesky` ( x, upper=False, name=None ) [source] Computes the Cholesky decomposition of one symmetric positive-definite matrix or batches of symmetric positive-definite matrice. If upper is True, the decomposition has the form \(A = U^{T}U\) , and the returned matrix \(U\) is upper-triangular. O...
276
1,071
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-17
latest
en
0.707757
https://gmatclub.com/forum/flavonoids-are-a-common-component-of-almost-all-plants-but-a-specific-245438.html?kudos=1
1,569,058,551,000,000,000
text/html
crawl-data/CC-MAIN-2019-39/segments/1568514574377.11/warc/CC-MAIN-20190921084226-20190921110226-00101.warc.gz
486,087,495
144,282
GMAT Question of the Day - Daily to your Mailbox; hard ones only It is currently 21 Sep 2019, 02:35 ### GMAT Club Daily Prep #### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email. Customize...
1,300
5,117
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2019-39
latest
en
0.897004
https://www.luogu.com.cn/blog/xtb1228/solution-p1774
1,582,232,289,000,000,000
text/html
crawl-data/CC-MAIN-2020-10/segments/1581875145282.57/warc/CC-MAIN-20200220193228-20200220223228-00392.warc.gz
713,402,448
3,012
# henrytb 的博客 ### 题解 P1774 【最接近神的人_NOI导刊2010提高(02)】 posted on 2018-12-23 15:19:01 | under 题解 | //直接复制不能过哦 #include <cstdio> #include <cstdlib> #include <iostream> #define Mid ((L+R)/2) using namespace std; const int N=1000005; long long A[N],B[N],count=0,n; void work(int L,int R){ if(L==R)return; work(L,Mid); work(M...
273
660
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 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.875
3
CC-MAIN-2020-10
latest
en
0.16402
http://cr.openjdk.java.net/~bpb/7192954_4396272_7039391/src/share/classes/sun/misc/FloatingDecimal.java.sdiff.html
1,656,804,959,000,000,000
text/html
crawl-data/CC-MAIN-2022-27/segments/1656104205534.63/warc/CC-MAIN-20220702222819-20220703012819-00585.warc.gz
14,849,188
22,748
## src/share/classes/sun/misc/FloatingDecimal.java Print this page ```rev 7487 : 7192954: Fix Float.parseFloat to round correctly and preserve monotonicity. 4396272: Parsing doubles fails to follow IEEE for largest decimal that should yield 0 7039391: Use Math.ulp in FloatingDecimal Summary: Correct rounding and monot...
17,725
53,039
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.578125
3
CC-MAIN-2022-27
latest
en
0.55109
http://superuser.com/questions/529549/choose-maximum-from-two-excel-cells
1,467,054,047,000,000,000
text/html
crawl-data/CC-MAIN-2016-26/segments/1466783396106.25/warc/CC-MAIN-20160624154956-00066-ip-10-164-35-72.ec2.internal.warc.gz
278,072,393
16,114
Choose maximum from two Excel cells We have two pricing models for an item. • `Price 1` = Cell 1 • `Price 2` = Cell 2 Is there a formula that I can use where the price for the customer would be the whichever is higher among `Price 1` and `Price 2`? - • Put 27 in Cell B2 • Put 35 in Cell B3 • Put `=MAX(B2:B3)` in B...
305
1,000
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.0625
3
CC-MAIN-2016-26
latest
en
0.839589
https://forum.gamsworld.org/viewtopic.php?f=15&p=28811&sid=2a15ee8031c0abba9313901af8f16e74
1,627,116,846,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046150134.86/warc/CC-MAIN-20210724063259-20210724093259-00542.warc.gz
273,773,658
7,843
## how to use .lp file with GAMS? Moderator: aileen Forum rules abhosekar Moderator Posts: 190 Joined: 9 months ago ### how to use .lp file with GAMS? To generate lp file from GAMS, you can use writelp option. An example is shown here using the rotdk model from GAMS model library where the lines before the solve st...
860
2,624
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2021-31
latest
en
0.506685
https://www.physicsforums.com/threads/red-shift-question-from-another-thread.709299/
1,708,806,994,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707947474544.15/warc/CC-MAIN-20240224180245-20240224210245-00770.warc.gz
969,353,071
17,288
# Red-shift question from another thread. • Jufro In summary, the conversation is about a question regarding the acceleration of a source based on its redshift. The individual is working through the equation and taking the derivative, but has encountered an issue with the sign of the result. They are asking for clarif...
1,055
4,385
{"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-2024-10
latest
en
0.944762
http://blog.wolframalpha.com/2011/06/01/wolframalpha-performs-vector-operations/
1,394,510,603,000,000,000
text/html
crawl-data/CC-MAIN-2014-10/segments/1394011118294/warc/CC-MAIN-20140305091838-00072-ip-10-183-142-35.ec2.internal.warc.gz
20,967,703
12,544
# Wolfram|Alpha Performs Vector Operations June 1, 2011 Posted by What do you get when you cross a mountain climber with a mosquito? Nothing—you can’t cross a scalar with a vector! But what do you get when you cross two vectors? Wolfram|Alpha can tell you. For example: And in fact, Wolfram|Alpha can give lots of in...
424
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.015625
3
CC-MAIN-2014-10
longest
en
0.93041
https://educatorpages.com/site/brownsprealgebra/pages/94830
1,627,525,433,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046153814.37/warc/CC-MAIN-20210729011903-20210729041903-00079.warc.gz
235,870,237
7,828
# Classifying & Ordering Real Numbers Real Number System You can divide the real numbers into two major groups: Rational & Irrational. Irrational numbers are numbers that can be made into a decimal that goes on forever, but it does not repeat or terminate(end). For example, an irrational number can look like this 3....
220
922
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.28125
3
CC-MAIN-2021-31
latest
en
0.85038
https://www.gkseries.com/computer-based-optimization/multiple-choice-questions-and-answers-on-computer-based-optimization-3
1,669,555,167,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446710237.57/warc/CC-MAIN-20221127105736-20221127135736-00126.warc.gz
852,842,040
11,528
# Computer Based Optimization Techniques - Questions & Answers for Competitive Exams | GkSeries Questions 25. _____________is used to reduce the game. • [A] Transportation Problem • [B] Assignment Problem • [C] Dual simplex method • [D] Graphical Method 26. _____is a mathematical technique used to solve the problem o...
580
1,994
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.09375
3
CC-MAIN-2022-49
latest
en
0.811603
https://rdrr.io/cran/rmutil/man/Burr.html
1,544,603,270,000,000,000
text/html
crawl-data/CC-MAIN-2018-51/segments/1544376823785.24/warc/CC-MAIN-20181212065445-20181212090945-00341.warc.gz
740,230,132
13,338
# Burr: Burr Distribution In rmutil: Utilities for Nonlinear Regression and Repeated Measurements Models ## Description These functions provide information about the Burr distribution with location parameter equal to `m`, dispersion equal to `s`, and family parameter equal to `f`: density, cumulative distribution, qu...
350
1,127
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2018-51
longest
en
0.678256
https://www.aopa.org/news-and-media/all-news/2010/august/01/test-pilot-(2)
1,723,572,198,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722641082193.83/warc/CC-MAIN-20240813172835-20240813202835-00439.warc.gz
507,935,927
25,929
# Test Pilot General 1. From reader Patty Schmidt: What was the first jet-powered airplane to be piloted by an American woman? 2. #### General 1. From reader Patty Schmidt: What was the first jet-powered airplane to be piloted by an American woman? 2. There are six variables in the classic wind triangle: wind speed...
1,269
5,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...
2.578125
3
CC-MAIN-2024-33
latest
en
0.926957
https://ccssmathanswers.com/mcgraw-hill-my-math-grade-5-chapter-5-review-answer-key/
1,718,550,283,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861665.97/warc/CC-MAIN-20240616141113-20240616171113-00265.warc.gz
138,714,482
57,164
All the solutions provided in McGraw Hill My Math Grade 5 Answer Key PDF Chapter 5 Review will give you a clear idea of the concepts. Vocabulary Check Use the words in the words bank to complete each sentence. Associative Property Commutative Property Identity Property inverse operations estimate difference place v...
1,310
5,017
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.65625
5
CC-MAIN-2024-26
latest
en
0.830555
http://engineering-references.sbainvent.com/fluid-mechanics/hydrostatic-pressure.php
1,369,145,083,000,000,000
text/html
crawl-data/CC-MAIN-2013-20/segments/1368700074077/warc/CC-MAIN-20130516102754-00072-ip-10-60-113-184.ec2.internal.warc.gz
93,787,989
6,827
Fluid Mechanics: Hydrostatic Pressure PLAY Hydrostatic Pressure Length: 12 Minutes 31 Seconds Static Pressure When dealing with static pressure it can be assumed that the pressure will be same around a specific point or element of interest. This is due to Pascal's Law "The pressure at a point in a fluid at rest, o...
463
2,088
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.765625
4
CC-MAIN-2013-20
longest
en
0.926714
http://www.instructables.com/id/Servo-Motor-Control-by-using-Microcontroller-PIC16/
1,529,936,800,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267867885.75/warc/CC-MAIN-20180625131117-20180625151117-00417.warc.gz
413,992,630
12,025
# Servo Motor Control by Using Microcontroller PIC16F877A 75,379 37 3 Published ## Introduction: Servo Motor Control by Using Microcontroller PIC16F877A PIC16F877A is an easy micro controller for the beginners Here in project: 1) How PIC switches servo motor forward and back ward When we push one switch it goes t...
1,497
5,570
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.078125
3
CC-MAIN-2018-26
latest
en
0.874532
http://back2cloud.com/percent-error/percent-error-calculation.php
1,527,149,649,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794866107.79/warc/CC-MAIN-20180524073324-20180524093324-00598.warc.gz
29,150,628
5,344
Home > Percent Error > Percent Error Calculation # Percent Error Calculation ## Contents Please enter a valid email address. Logga in och gör din röst hörd. When you calculate the density using your measurements, you get 8.78 grams/cm3. This is also called the accepted, experimental or true value.Note due to the abs...
1,234
5,482
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2018-22
longest
en
0.768279
http://aidmeditechclients.com/utilize-the-bmi-calculator-to-find-your-recommended-weight5809/
1,516,403,676,000,000,000
text/html
crawl-data/CC-MAIN-2018-05/segments/1516084888302.37/warc/CC-MAIN-20180119224212-20180120004212-00628.warc.gz
13,133,996
14,430
# Utilize The Bmi Calculator To Find Your Recommended Weight5809 Written by You understand you have to shed weight but do you know exactly how much you need to lose? Do you have a goal to snap for? Like the majority of things we want to accomplish, shedding pounds is most effective when we have a goal. Usually, how c...
894
4,125
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.59375
4
CC-MAIN-2018-05
longest
en
0.951015
https://www.jiskha.com/display.cgi?id=1305505177
1,516,674,139,000,000,000
text/html
crawl-data/CC-MAIN-2018-05/segments/1516084891705.93/warc/CC-MAIN-20180123012644-20180123032644-00725.warc.gz
934,528,072
3,880
# calculus posted by . Decompose 58-x/x^2-6x-16 into partial fractions. • calculus - If I wrote (58 - x)/(x^2 - 6x - 16) as = (58-x)/((x-8)(x+2)) can you follow the procedure I showed you in your post above this one? ## Similar Questions 1. ### Calculus (Partial Fractions) My Calculus class just started Partial...
715
2,061
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.09375
4
CC-MAIN-2018-05
latest
en
0.865348
thecorridortheory.blogspot.com
1,553,329,849,000,000,000
text/html
crawl-data/CC-MAIN-2019-13/segments/1552912202781.33/warc/CC-MAIN-20190323080959-20190323102959-00062.warc.gz
198,692,759
18,777
## August 12, 2011 ### Missing dollar riddle I was asked the following question last thursday: You want to buy a T-shirt that costs RM97. You have no money. You borrow RM50 each from your brother and your sister and with your current RM100, you purchase said T-shirt. You hold in your hands the balance (RM3). You th...
1,412
5,918
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2019-13
latest
en
0.96317
https://www.doorsteptutor.com/Exams/IMO/Class-8/Questions/Part-49.html
1,529,689,529,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267864740.48/warc/CC-MAIN-20180622162604-20180622182604-00174.warc.gz
791,204,066
20,103
# IMO- Mathematics Olympiad (SOF) Class 8: Questions 372 - 379 of 1029 Get 1 year subscription: Access detailed explanations (illustrated with images and videos) to 1029 questions. Access all new questions we will add tracking exam-pattern and syllabus changes. View Sample Explanation or View Features. Rs. 450.00 or ...
515
1,720
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.34375
3
CC-MAIN-2018-26
longest
en
0.629357
https://www.studyadda.com/question-bank/atomic-molecular-and-equivalent-masses_q39/1316/94227
1,601,004,947,000,000,000
text/html
crawl-data/CC-MAIN-2020-40/segments/1600400221980.49/warc/CC-MAIN-20200925021647-20200925051647-00213.warc.gz
1,072,817,465
18,530
• # question_answer The weight of a molecule of the compound ${{C}_{60}}{{H}_{122}}$is [AIIMS 2000] A)                 $1.4\times {{10}^{-21}}$g              B)                 $1.09\times {{10}^{-21}}$g C)                 $5.025\times {{10}^{23}}$g           D)                 $16.023\times {{10}^{23}}$g Molecular we...
261
697
{"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.34375
3
CC-MAIN-2020-40
latest
en
0.405426
http://www.physicsmynd.com/?p=1103
1,529,639,781,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267864343.37/warc/CC-MAIN-20180622030142-20180622050142-00052.warc.gz
486,136,047
19,413
# IIT JEE Main / Advanced Physics 2018 Tips & Trends – Young’s Double Slit Experiment [YDSE] The experiment by the English scientist Thomas Young in 1801 demonstrated the inseparability of the wave and particle nature of light or wave – particle duality.Morever , he was able to determine the wavelength of light by thi...
2,596
8,139
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2018-26
latest
en
0.905567
https://www.geeksforgeeks.org/length-of-the-longest-substring-with-equal-1s-and-0s/?ref=rp
1,660,204,920,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882571246.56/warc/CC-MAIN-20220811073058-20220811103058-00049.warc.gz
657,050,725
31,314
# Length of the longest substring with equal 1s and 0s • Difficulty Level : Medium • Last Updated : 20 Jul, 2022 Given a binary string. We need to find the length of the longest balanced substring. A substring is balanced if it contains an equal number of 0 and 1. Examples: ```Input : input = 110101010 Output : Len...
3,921
11,033
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2022-33
latest
en
0.514004
https://economics.stackexchange.com/questions/26256/keynesian-cross-and-balanced-budget-multiplier
1,718,732,242,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861773.80/warc/CC-MAIN-20240618171806-20240618201806-00186.warc.gz
189,487,374
39,305
# Keynesian Cross and Balanced Budget Multiplier Hi! I am trying to understand the problem above, and was wondering if someone could help me with the last question. I think I am fine with all other questions. Here is my attempt: (i) The fiscal multiplier is $$\frac{1}{1-c} \Delta G$$, as it is the infinite sum $$\De...
1,024
3,597
{"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.640625
4
CC-MAIN-2024-26
latest
en
0.943165
https://blog.csdn.net/cmershen/article/details/51548744
1,521,765,150,000,000,000
text/html
crawl-data/CC-MAIN-2018-13/segments/1521257648103.60/warc/CC-MAIN-20180322225408-20180323005408-00048.warc.gz
549,110,283
11,816
# Middle-题目123:335. Self Crossing You are given an array x of n positive numbers. You start at point (0,0) and moves x[0] metres to the north, then x[1] metres to the west, x[2] metres to the south, x[3] metres to the east and so on. In other words, after each move your direction changes counter-clockwise. Write a one...
423
1,065
{"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.34375
3
CC-MAIN-2018-13
latest
en
0.451854
https://visualfractions.com/unit-converter/convert-100-pclmb-to-nclmb/
1,653,092,620,000,000,000
text/html
crawl-data/CC-MAIN-2022-21/segments/1652662534693.28/warc/CC-MAIN-20220520223029-20220521013029-00035.warc.gz
682,801,853
6,287
# Convert 100 pclmb to nclmb So you want to convert 100 picocoulombs into nanocoulombs? If you're in a rush and just need the answer, the calculator below is all you need. The answer is 0.1 nanocoulombs. ## How to convert picocoulombs to nanocoulombs We all use different units of measurement every day. Whether you'r...
352
1,365
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.734375
4
CC-MAIN-2022-21
latest
en
0.919145
http://www.docstoc.com/docs/126658826/HDPE-Irradiation
1,427,552,688,000,000,000
text/html
crawl-data/CC-MAIN-2015-14/segments/1427131297587.67/warc/CC-MAIN-20150323172137-00108-ip-10-168-14-71.ec2.internal.warc.gz
465,189,320
32,312
Documents User Generated Resources Learning Center Your Federal Quarterly Tax Payments are due April 15th VIEWS: 2 PAGES: 2 • pg 1 ``` HDPE Berm Pipe Michael Geelhoed In the spring of 2011, the berm pipe from enclosure G2 to NM1 developed a significant leak. Vacuum p...
1,161
4,701
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2015-14
longest
en
0.922726
https://socratic.org/questions/how-do-you-divide-6-15-4
1,623,754,731,000,000,000
text/html
crawl-data/CC-MAIN-2021-25/segments/1623487620971.25/warc/CC-MAIN-20210615084235-20210615114235-00214.warc.gz
481,617,591
5,642
# How do you divide 6.15/4? I found: $1.5375$ I would multiply top and bottom by $100$: $\frac{6.15 \cdot 100}{4 \cdot 100} = \frac{615}{400}$
58
143
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 3, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.09375
4
CC-MAIN-2021-25
latest
en
0.788686
https://lagevilcei.web.app/1021.html
1,722,735,033,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640388159.9/warc/CC-MAIN-20240804010149-20240804040149-00338.warc.gz
292,805,524
5,045
# Node analysis problems pdf Nodal analysis examples nodal equations by inspection method. Circuit analysis with dependent sources anode equations c. Assumed states for analysis of ideal diode circuits example 3. Chapter 3 nodal and mesh equations circuit theorems. Kcl analysis of a circuit the node in the center of t...
1,872
9,037
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.881424
http://stackoverflow.com/questions/2722124/word-jumble-algorithm
1,394,817,760,000,000,000
text/html
crawl-data/CC-MAIN-2014-10/segments/1394678694108/warc/CC-MAIN-20140313024454-00092-ip-10-183-142-35.ec2.internal.warc.gz
135,533,671
16,195
# Word Jumble Algorithm Given a word jumble (i.e. ofbaor), what would be an approach to unscramble the letters to create a real word (i.e. foobar)? I could see this having a couple of approaches, and I think I know how I'd do it in .NET, but I curious to see what some other solutions look like (always happy to see if ...
593
2,752
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.6875
4
CC-MAIN-2014-10
latest
en
0.944985
https://uk.news.yahoo.com/yue-yuen-industrial-holdings-limited-005746979.html
1,585,707,561,000,000,000
text/html
crawl-data/CC-MAIN-2020-16/segments/1585370505359.23/warc/CC-MAIN-20200401003422-20200401033422-00051.warc.gz
753,302,413
96,002
# Is Yue Yuen Industrial (Holdings) Limited (HKG:551) Trading At A 26% Discount? Today we will run through one way of estimating the intrinsic value of Yue Yuen Industrial (Holdings) Limited (HKG:551) by estimating the company's future cash flows and discounting them to their present value. I will use the Discounted C...
1,069
4,938
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2020-16
latest
en
0.926243
https://vnemart.com.vn/how-do-you-spell-11/
1,695,562,090,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233506646.94/warc/CC-MAIN-20230924123403-20230924153403-00846.warc.gz
662,667,687
12,759
General 8 how do you spell 11 best, you should know Nội dung chính 1 11 in Words – Write 11 in Words | 11 Spelling • Author: cuemath.com • Published Date: 03/16/2022 • Review: 4.96 (767 vote) • Summary: 11 in Words = Eleven · Eleven in Numbers = 11 • Matching search results: Eleven in numerals is written as 11. Seve...
922
3,369
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.3125
3
CC-MAIN-2023-40
latest
en
0.813369
http://sciforums.com/Conversion-between-base-10-and-base-2-t-42243.html
1,386,778,261,000,000,000
text/html
crawl-data/CC-MAIN-2013-48/segments/1386164038825/warc/CC-MAIN-20131204133358-00028-ip-10-33-133-15.ec2.internal.warc.gz
159,882,748
3,507
SciForums.com > Technology > Computer Science & Culture > Conversion between base 10 and base 2 PDA View Full Version : Conversion between base 10 and base 2 Post ReplyCreate New Thread cfso195211-06-04, 09:03 PMHow to convert from base 2 to 10 or 10 to 2???????? Including conversion of integers, decimals How to carry ...
907
3,293
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.8125
4
CC-MAIN-2013-48
latest
en
0.857693
https://econometrics.io/yield-to-maturity-calculation-using-a-python-script/
1,607,066,607,000,000,000
text/html
crawl-data/CC-MAIN-2020-50/segments/1606141735395.99/warc/CC-MAIN-20201204071014-20201204101014-00434.warc.gz
275,941,255
10,848
When interested in buying bonds a term that often comes up is the definition of Yield To Maturity (YTM). Yield to maturity (YTM) is the total return anticipated on a bond if the bond is held until the end of its lifetime. Yield to maturity is considered a long-term bond yield, but is expressed as an annual rate. In ot...
1,448
5,150
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 47, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.984375
4
CC-MAIN-2020-50
latest
en
0.925431
http://stackoverflow.com/questions/3796266/change-the-class-of-many-columns-in-a-data-frame/20978400
1,469,613,969,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257826759.85/warc/CC-MAIN-20160723071026-00215-ip-10-185-27-174.ec2.internal.warc.gz
245,593,111
23,269
Dismiss Announcing Stack Overflow Documentation We started with Q&A. Technical documentation is next, and we need your help. Whether you're a beginner or an experienced developer, you can contribute. # Change the class of many columns in a data frame What is the quickest/best way to change a large number of columns...
2,259
7,578
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2016-30
latest
en
0.851997
https://www.technocrazed.com/12-6-temperature-coefficient-of-resistance
1,726,562,952,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700651750.27/warc/CC-MAIN-20240917072424-20240917102424-00478.warc.gz
929,708,421
16,520
# 12.6 Temperature Coefficient of Resistance You might have noticed on the table for specific resistances that all figures were specified at a temperature of 20° Celsius. If you suspected that this meant specific resistance of a material may change with temperature, you were right! Resistance values for conductors at...
768
3,848
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.3125
4
CC-MAIN-2024-38
latest
en
0.881058
https://discourse.hibernate.org/t/search-and-sort-other-than-asc-or-desc/7635
1,685,266,087,000,000,000
text/html
crawl-data/CC-MAIN-2023-23/segments/1685224643663.27/warc/CC-MAIN-20230528083025-20230528113025-00597.warc.gz
250,280,671
5,868
# Search and sort other than asc or desc Hi I have a photo site where I sort photos on aspect ratios and I have and indexed field with sortable on aspectRatio(derivedFrom width / height), and sorting on panorama or tall photos works fine, i.e aspectRatio desc or asc. But now I want to sort on photos close to a square...
904
3,610
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2023-23
latest
en
0.943361
https://www.math.unl.edu/~bdeng1/Teaching/s14m423.html
1,516,766,418,000,000,000
text/html
crawl-data/CC-MAIN-2018-05/segments/1516084893300.96/warc/CC-MAIN-20180124030651-20180124050651-00270.warc.gz
940,465,790
12,925
Spring 2014 Math 423 Intro. Complex Variables 09:30-10:45, TTh. Avery 19 Office Hours: 1:00-2:30 TTh Office: 318 Avery Email: bdeng1@math.unl.edu Phone: 472-7219 (No voice messages, please) Turn Off All Wireless Electronic Devices Except For Sanctioned Calculators During Lectures, Quizzes, And Exams Final Exam:...
853
1,706
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2018-05
latest
en
0.570243
https://math.answers.com/Q/How_do_you_convert_a_meter_to_a_kilometer
1,675,429,979,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764500056.55/warc/CC-MAIN-20230203122526-20230203152526-00560.warc.gz
396,439,531
49,424
0 # How do you convert a meter to a kilometer? Wiki User 2008-11-07 02:32:40 There are 1000 metres in 1 kilometre,so if you convert 3metres = 3/1000 km, and so on. Wiki User 2012-09-14 02:11:50 Study guides 14 cards ## Which scientist used his knowledge of astronomy to publish a popular almanac ➡️ See all card...
175
484
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.15625
3
CC-MAIN-2023-06
latest
en
0.789117
http://code.antonio081014.com/2011/04/uva10810ultra-quicksortcpp.html
1,503,420,676,000,000,000
text/html
crawl-data/CC-MAIN-2017-34/segments/1502886112533.84/warc/CC-MAIN-20170822162608-20170822182608-00456.warc.gz
85,009,965
18,706
## Thursday, April 14, 2011 ### UVa_10810_Ultra-QuickSort.cpp poj2299, uva10810, ## Problem B: Ultra-QuickSort In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequence of n distinct integers by swapping two adjacent sequence elements until the sequence is sorted in asc...
681
2,154
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2017-34
longest
en
0.532981
https://www.albert.io/ie/single-variable-calculus/fun-with-area-and-integral-notation
1,490,235,054,000,000,000
text/html
crawl-data/CC-MAIN-2017-13/segments/1490218186608.9/warc/CC-MAIN-20170322212946-00163-ip-10-233-31-227.ec2.internal.warc.gz
856,229,747
14,649
Free Version Easy Fun With Area and Integral Notation SVCALC-OON@RK Given $\int _{ 0 }^{ 2 }{ f(x)dx=4 }$ and $\int _{ 0 }^{ 2 }{ g(x)dx=-3 }$, and assuming $f(x)>g(x)$ for all $x$, find the area bounded by $y=f(x)$, $y=g(x)$, $x=0$, and $x=2$. A $1$ B $-3$ C $4$ D $7$
127
280
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
2.578125
3
CC-MAIN-2017-13
latest
en
0.451716
https://www.theyeshivaworld.com/coffeeroom/topic/question-for-democrats-and-i-guess-anyone-else-that-wants-to-chime-in
1,708,938,045,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707947474653.81/warc/CC-MAIN-20240226062606-20240226092606-00414.warc.gz
1,051,878,310
26,125
# question for democrats (and i guess anyone else that wants to chime in) Home Forums Decaffeinated Coffee question for democrats (and i guess anyone else that wants to chime in) Viewing 50 posts - 1 through 50 (of 96 total) • Author Posts • #615687 Participant I don’t understand the rationale behind raising the min...
5,383
23,133
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2024-10
latest
en
0.944617
https://quizizz.com/en-us/perimeter-of-a-rectangle-worksheets-grade-6?page=1
1,721,867,511,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763518532.61/warc/CC-MAIN-20240724232540-20240725022540-00535.warc.gz
415,993,973
27,511
Perimeter of Shapes 15 Q 6th - 8th Area and Perimeter 12 Q 6th Area and Perimeter Practice 20 Q 6th - 7th Area and Perimeter 20 Q 6th - 8th Area and Perimeter 10 Q 5th - 6th Polygons on a Coordinate Plane-Practice 1 13 Q 6th Perimeter, Area, & Volume Test 20 Q 4th - 6th Area & Perimeter of Rectangl...
705
2,917
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.8125
4
CC-MAIN-2024-30
latest
en
0.928593
https://analystprep.com/blog/timelines-your-best-friends-calculations-for-cfa-and-frm-exams/
1,720,795,398,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763514404.71/warc/CC-MAIN-20240712125648-20240712155648-00473.warc.gz
64,254,213
31,087
# Timelines – Your Best Friends (Calculations for CFA® and FRM® Exams) ## What is a timeline? A timeline is an physical illustration of the amount and the timing of cash flows associated with an investment project. Some of the applications of a timeline include: • Quantitative Methods: Time Value of Money • Capital...
1,666
6,329
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 2, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.09375
4
CC-MAIN-2024-30
latest
en
0.865626
https://www.folkstalk.com/2022/09/loop-array-js-with-code-examples.html
1,696,402,356,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233511361.38/warc/CC-MAIN-20231004052258-20231004082258-00103.warc.gz
825,207,458
15,350
# Loop Array Js With Code Examples Loop Array Js With Code Examples With this article, we’ll look at some examples of Loop Array Js problems in programming. ```function delay(time) { return new Promise(resolve => setTimeout(resolve, time)); } delay(1000).then(() => console.log('ran after 1 second1 passed'));``` Be...
932
3,896
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-40
latest
en
0.711296
https://serc.carleton.edu/introgeo/studentresearch/examples/WatershedCommonTroubleSpots.html
1,708,759,349,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707947474523.8/warc/CC-MAIN-20240224044749-20240224074749-00766.warc.gz
523,080,465
17,045
| # Watershed Analysis - Teaching Notes and Tips This material is replicated on a number of sites as part of the SERC Pedagogic Service Project ### Common Trouble Spots • A student doesn't have a good grasp of geography (and place names) of their chosen area. • Solution: have them work with maps from the area(e.g. ...
306
1,461
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2024-10
latest
en
0.936499
https://www.jscamp.app/hi/docs/javascript30
1,721,549,773,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763517648.65/warc/CC-MAIN-20240721060614-20240721090614-00639.warc.gz
717,962,880
11,066
मुख्य कंटेंट तक स्किप करें Theory is good, but without practice how to fly with one wing, so in this section we will solve problems in JavaScript. We took the tasks from the Codewars - site this is a site where you can improve your skills not only in JavaScript, but also in other programming languages. ## Find number...
451
1,560
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.140625
3
CC-MAIN-2024-30
latest
en
0.799867
http://www.mathworks.com/matlabcentral/cody/problems/1286-matcat-reconstruct-x-from-its-x-rays/solutions/207977
1,484,720,004,000,000,000
text/html
crawl-data/CC-MAIN-2017-04/segments/1484560280239.54/warc/CC-MAIN-20170116095120-00345-ip-10-171-10-70.ec2.internal.warc.gz
552,807,141
11,815
Cody # Problem 1286. MatCAT - Reconstruct X from Its X-rays Solution 207977 Submitted on 23 Feb 2013 by Richard Zapor 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 %% row_sums = [3 5 11]; col_sum...
507
1,351
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.5
4
CC-MAIN-2017-04
latest
en
0.441035
http://gmatclub.com/forum/great-you-have-cleared-gmat-now-can-you-please-help-156591.html?sort_by_oldest=true
1,485,288,805,000,000,000
text/html
crawl-data/CC-MAIN-2017-04/segments/1484560285244.23/warc/CC-MAIN-20170116095125-00465-ip-10-171-10-70.ec2.internal.warc.gz
114,851,084
53,040
Check GMAT Club Decision Tracker for the Latest School Decision Releases http://gmatclub.com/AppTrack It is currently 24 Jan 2017, 12:13 ### 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...
838
2,951
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.515625
3
CC-MAIN-2017-04
latest
en
0.880728
http://www.algebra.com/algebra/homework/word/mixtures/Mixture_Word_Problems.faq.question.467436.html
1,369,482,732,000,000,000
text/html
crawl-data/CC-MAIN-2013-20/segments/1368705948348/warc/CC-MAIN-20130516120548-00066-ip-10-60-113-184.ec2.internal.warc.gz
308,718,605
4,765
# SOLUTION: Trains A and B are traveling in the same direction on parallel tracks. Train A is traveling at 60mph and train B is traveling at 80mph. Train A passes a station at 10:25 pm, if tra Algebra ->  Algebra  -> Customizable Word Problem Solvers  -> Mixtures -> SOLUTION: Trains A and B are traveling in the same d...
425
1,588
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.78125
4
CC-MAIN-2013-20
latest
en
0.839819
https://mattermodeling.stackexchange.com/questions/10701/how-to-plot-homo-lumo-diagram-using-python
1,696,281,555,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233511021.4/warc/CC-MAIN-20231002200740-20231002230740-00741.warc.gz
428,936,122
27,284
# How to plot HOMO-LUMO diagram using python? I'm trying to create a HOMO-LUMO diagram for a presentation, similar to the below figure from ResearchGate. I would like to learn how to do this with Python if possible, since I know this language (though I'm a beginner). Is there any easy way to make such an image in Pyth...
818
2,620
{"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.84375
3
CC-MAIN-2023-40
longest
en
0.853177
https://www.dsprelated.com/showthread/comp.dsp/62275-1.php
1,638,655,894,000,000,000
text/html
crawl-data/CC-MAIN-2021-49/segments/1637964363125.46/warc/CC-MAIN-20211204215252-20211205005252-00114.warc.gz
813,601,973
14,414
# estimation of autocorrelation matrix or eigenvalue spread. Started by August 10, 2006 ```Hi everyone, I am experimenting with some equalization schemes and to judge the performance, I need to estimate the eigenvalue spread of the input to the equalizer. Currently I am working with a single input stream of many thous...
3,685
14,555
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.28125
3
CC-MAIN-2021-49
latest
en
0.878236
https://inches.guru/1.5-feet-in-cm/
1,685,766,815,000,000,000
text/html
crawl-data/CC-MAIN-2023-23/segments/1685224649105.40/warc/CC-MAIN-20230603032950-20230603062950-00015.warc.gz
363,350,381
4,661
# Convert 1.5 feet in cm 1.5 feet = 45.72 cm ## How many cm is 1.5 feet? What is 1.5 feet to centimeters? The answer is that 1.5 feet equals 45.72 centimeters. How to convert 1.5 feet to cm? We know that one foot is equal to 30.48 centimeters, so to convert 1.5 feet to centimeters, we must multiply the amount of ce...
141
406
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.53125
4
CC-MAIN-2023-23
longest
en
0.925569
http://stackoverflow.com/tags/matrix/new
1,411,050,928,000,000,000
text/html
crawl-data/CC-MAIN-2014-41/segments/1410657127503.54/warc/CC-MAIN-20140914011207-00129-ip-10-196-40-205.us-west-1.compute.internal.warc.gz
255,759,901
24,720
# Tag Info 0 MATLAB uses column-major order for historical reasons. Very early versions of MATLAB were implemented in FORTRAN and relied heavily on the LINPACK and EISPACK FORTRAN libraries which, unlike C, use column-major order. Even though it was (mostly) converted to a C implementation when it was initially comme...
4,376
14,787
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2014-41
latest
en
0.851005
https://www.reference.com/web?q=25+mg+to+ml+conversion&qo=relatedSearchBing&o=600605&l=dir&sga=1
1,563,913,497,000,000,000
text/html
crawl-data/CC-MAIN-2019-30/segments/1563195529664.96/warc/CC-MAIN-20190723193455-20190723215455-00442.warc.gz
796,037,975
22,726
Web Results www.convertunits.com/from/mg/(25+(mg/ml))/to/ml Error: We couldn't find a conversion between mg/(25 (mg/ml)) and ml. Having trouble with a unit conversion? Try doing a search, or posting to the forum. You may also be looking for a date difference or molecular weight. You can also contact us directly if yo...
813
3,181
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2019-30
latest
en
0.848708
https://community.fantasyflightgames.com/topic/95450-flamer-area-of-effect/
1,508,450,518,000,000,000
text/html
crawl-data/CC-MAIN-2017-43/segments/1508187823478.54/warc/CC-MAIN-20171019212946-20171019232946-00644.warc.gz
650,125,360
17,342
Followers 0 # Flamer Area of Effect ## 16 posts in this topic So the CRB is a little ambiguous on the subject of exactly what sort of area is effected when I flamer is used to make an attack.  My GM and I are trying to come up with a good compromise between us, but I'm curious if there's a more official answer.  Ass...
1,313
5,019
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2017-43
latest
en
0.952526
https://ru.scribd.com/document/231675737/Lab-Manual-Air-Track-Newton-2nd-Law-Uniform-Acceleration-in-Linear-Motion
1,568,908,861,000,000,000
text/html
crawl-data/CC-MAIN-2019-39/segments/1568514573533.49/warc/CC-MAIN-20190919142838-20190919164838-00536.warc.gz
648,686,055
77,523
Вы находитесь на странице: 1из 4 # LEP 1.3.03 Newtons Law / Air track R PHYWE series of publications Laboratory Experiments Physics PHYWE SYSTEME GMBH 37070 Gttingen, Germany 21303 1 Related topics Velocity, acceleration, force, acceleration due to gravity. The distance-time law, the velocity-time law, and the relati...
2,580
8,890
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.140625
3
CC-MAIN-2019-39
latest
en
0.752303
https://www.scribd.com/document/329720655/kindin-lec1
1,566,165,968,000,000,000
text/html
crawl-data/CC-MAIN-2019-35/segments/1566027314130.7/warc/CC-MAIN-20190818205919-20190818231919-00047.warc.gz
968,497,304
60,212
You are on page 1of 25 # Kinematika dan dinamika ## 2nd half of semester Lecture note #1: Newton 2nd Law for particle Dept. of Mechanical Engineering Lecturer/instructor Dr. Eng. Radon Dhelika (S3 2015, Tokyo Institute of Technology Departemen Teknik Mesin, Fakultas Teknik UI Ruangan: Gedung MRC lantai 5, Lab peran...
1,324
4,543
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.453125
3
CC-MAIN-2019-35
latest
en
0.729915
https://cn.maplesoft.com/support/help/maple/view.aspx?path=GraphTheory/SeidelSpectrum
1,708,995,851,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707947474669.36/warc/CC-MAIN-20240226225941-20240227015941-00013.warc.gz
179,806,664
21,556
SeidelSpectrum - Maple Help For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge. GraphTheory SeidelSpectrum compute Seidel spectrum Calling Sequence SeidelSpectrum(G) Parameters G - graph Description • The SeidelSpectrum command returns the Seidel spectrum of the ...
401
1,286
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 16, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.1875
3
CC-MAIN-2024-10
latest
en
0.491799
http://mathforum.org/kb/thread.jspa?threadID=2343515&messageID=7737327
1,527,408,806,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794868132.80/warc/CC-MAIN-20180527072151-20180527092151-00188.warc.gz
180,877,550
5,375
Search All of the Math Forum: Views expressed in these public forums are not endorsed by NCTM or The Math Forum. Notice: We are no longer accepting new posts, but the forums will continue to be readable. Topic: ODE treatment of PDE Replies: 6   Last Post: Mar 7, 2012 8:52 PM Messages: [ Previous | Next ] mecej4 P...
440
1,632
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.90625
3
CC-MAIN-2018-22
longest
en
0.930865
https://www.askiitians.com/forums/Discuss-with-colleagues-and-IITians/2/20768/vectors.htm
1,521,260,764,000,000,000
text/html
crawl-data/CC-MAIN-2018-13/segments/1521257644271.19/warc/CC-MAIN-20180317035630-20180317055630-00527.warc.gz
780,782,400
28,051
Click to Chat 1800-2000-838 +91-120-4616500 CART 0 • 0 MY CART (5) Use Coupon: CART20 and get 20% off on all online Study Material ITEM DETAILS MRP DISCOUNT FINAL PRICE Total Price: Rs. There are no items in this cart. Continue Shopping ``` While exploring a cave, a spelunker starts at the entrance and moves th...
320
1,068
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.53125
3
CC-MAIN-2018-13
latest
en
0.724036
https://sg.answers.yahoo.com/question/index?qid=20200711144533AAOxt1d
1,596,942,922,000,000,000
text/html
crawl-data/CC-MAIN-2020-34/segments/1596439738380.22/warc/CC-MAIN-20200809013812-20200809043812-00519.warc.gz
514,972,514
24,720
Anonymous Anonymous asked in Science & MathematicsMathematics · 4 weeks ago # Calculating chance with repeated action and multiple changing variables? Let's say I have a deck of 60 cards, with 6 jokers. If I draw 6 cards, what's the chance of getting all 6 if I repeat the action 6 times? It is my understanding that s...
155
539
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.734375
4
CC-MAIN-2020-34
latest
en
0.909394
https://activegaliano.org/how-much-was-5-worth-in-1940-update/
1,674,809,732,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764494974.98/warc/CC-MAIN-20230127065356-20230127095356-00875.warc.gz
105,870,378
21,302
Home » How Much Was \$5 Worth In 1940? Update # How Much Was \$5 Worth In 1940? Update Let’s discuss the question: how much was \$5 worth in 1940. We summarize all relevant answers in section Q&A of website Activegaliano.org in category: Blog Marketing. See more related questions in the comments below. ## How much w...
2,020
6,704
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2023-06
latest
en
0.927613
http://slideplayer.com/slide/4168329/
1,526,890,987,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794863967.46/warc/CC-MAIN-20180521063331-20180521083331-00365.warc.gz
265,765,786
20,568
# CS138A 1999 1 Single Source Shortest Paths Peter Schröder. ## Presentation on theme: "CS138A 1999 1 Single Source Shortest Paths Peter Schröder."— Presentation transcript: CS138A 1999 1 Single Source Shortest Paths Peter Schröder CS138A 1999 2 Definitions Shortest path problems weighted directed graph G=(V,E) with...
1,484
5,487
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.609375
4
CC-MAIN-2018-22
latest
en
0.830305
https://getrevising.co.uk/revision-cards/redox_reactions_5
1,719,003,994,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198862157.88/warc/CC-MAIN-20240621191840-20240621221840-00335.warc.gz
244,271,323
12,244
# Redox Reactions ? • Created by: Zoe • Created on: 14-05-13 15:21 ## OIL- RIG • Redox reactions are all around and even inside us, for example, repsiration and photosynthesis. • Redox Reactions are reactions that involve both oxidation and reduction • Oxidation is the loss of electrons from an atom or ion • Reducti...
619
2,647
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.703125
3
CC-MAIN-2024-26
latest
en
0.931883
https://www.computerhope.com/jargon/a/asterisk.htm
1,660,850,515,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882573399.40/warc/CC-MAIN-20220818185216-20220818215216-00377.warc.gz
623,771,534
5,479
# Asterisk Updated: 06/02/2020 by Computer Hope Sometimes called a star, big dot, and multiplication symbol, the asterisk is a symbol ( * ) found above the "8" key on standard US keyboards and on the number pad. ## Where is the asterisk key on the keyboard? Below is an overview of a computer keyboard with the aster...
546
2,316
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.78125
3
CC-MAIN-2022-33
longest
en
0.845553
https://physics.stackexchange.com/questions/372765/is-angular-momentum-conserved-in-this-system
1,560,955,594,000,000,000
text/html
crawl-data/CC-MAIN-2019-26/segments/1560627999000.76/warc/CC-MAIN-20190619143832-20190619165832-00112.warc.gz
546,938,559
36,152
# Is angular momentum conserved in this system? Quick question, I'm a bit confused by this problem: A mass $m$ attached to a string is moving horizontally with constant velocity: Clearly angular momentum with respect to $M$ is conserved. Is angular momentum with respect to point A conserved as well in this setup? I'd...
816
3,369
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.21875
4
CC-MAIN-2019-26
longest
en
0.896816
http://www.excelbanter.com/showthread.php?t=148937
1,438,525,312,000,000,000
text/html
crawl-data/CC-MAIN-2015-32/segments/1438042989126.22/warc/CC-MAIN-20150728002309-00047-ip-10-236-191-2.ec2.internal.warc.gz
431,939,640
10,135
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. Converting hours over 24 into decimal format Site ...
2,051
7,022
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2015-32
longest
en
0.889002
http://www.nytimes.com/2000/11/10/arts/a-rendezvous-with-2-giants.html?pagewanted=3&src=pm
1,472,633,172,000,000,000
text/html
crawl-data/CC-MAIN-2016-36/segments/1471983580563.99/warc/CC-MAIN-20160823201940-00114-ip-10-153-172-175.ec2.internal.warc.gz
514,700,057
12,860
(Page 3 of 3) According to the ''Great Trees'' guide, the Staten Island tree is 146 feet high. If true, it would easily be the victor over the Queens Giant. But Mr. Leverett is an expert at busting overblown claims. ''We're trying to bring truth into the big-tree numbers,'' he said. The big-tree-hunting world, it tur...
1,208
5,241
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2016-36
latest
en
0.97988
https://stats.stackexchange.com/questions/339790/what-are-the-implicit-assumptions-that-justify-the-usage-of-the-relative-error
1,695,364,630,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233506329.15/warc/CC-MAIN-20230922034112-20230922064112-00801.warc.gz
614,114,195
39,103
# What are the implicit assumptions that justify the usage of the “relative error”? In applied statistics, for example, analyzing data from a science experiment, we sometimes use "absolute error" while at the most of time, we calculate the "relative error". Generally, under what circumstances should we use the "relati...
499
2,314
{"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.578125
4
CC-MAIN-2023-40
latest
en
0.917374
https://www.exactlywhatistime.com/time-ago/74-years-ago-from-today
1,718,263,589,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861342.74/warc/CC-MAIN-20240613060639-20240613090639-00119.warc.gz
692,634,173
7,597
# What was the date 74 years ago? ## Tuesday June 13, 1950 0 74 years in the past was 13 Jun 1950, a Tuesday. Subtracting 74 years in the past is usually simple. Anything under a decade can usually be counted on one hand. The biggest challenge will be skipping decades behind or even centuries. Additionally, we’re 13...
956
3,722
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.640625
4
CC-MAIN-2024-26
latest
en
0.950435
https://jeremykun.com/tag/categories/
1,696,458,898,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233511424.48/warc/CC-MAIN-20231004220037-20231005010037-00064.warc.gz
360,357,267
45,893
# The Universal Properties of Map, Fold, and Filter A lot of people who like functional programming often give the reason that the functional style is simply more elegant than the imperative style. When compelled or inspired to explain (as I did in my old post, How I Learned to Love Functional Programming), they often...
15,639
61,943
{"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.765625
4
CC-MAIN-2023-40
latest
en
0.921638
https://numberworld.info/36696
1,596,580,129,000,000,000
text/html
crawl-data/CC-MAIN-2020-34/segments/1596439735885.72/warc/CC-MAIN-20200804220455-20200805010455-00572.warc.gz
393,618,189
3,992
Number 36696 Properties of number 36696 Cross Sum: Factorization: 2 * 2 * 2 * 3 * 11 * 139 Divisors: 1, 2, 3, 4, 6, 8, 11, 12, 22, 24, 33, 44, 66, 88, 132, 139, 264, 278, 417, 556, 834, 1112, 1529, 1668, 3058, 3336, 4587, 6116, 9174, 12232, 18348, 36696 Count of divisors: Sum of divisors: Prime number? No Fibonacci n...
831
2,060
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-34
latest
en
0.747687
https://socratic.org/questions/56573a52581e2a53a3d36cc5
1,581,935,082,000,000,000
text/html
crawl-data/CC-MAIN-2020-10/segments/1581875141806.26/warc/CC-MAIN-20200217085334-20200217115334-00405.warc.gz
574,051,148
7,217
# What is the coordination number of cobalt in the [Co(en)_2Br_2]^+ complex? Nov 26, 2015 $6$ #### Explanation: First thing first, if you're dealing with the dibromobis(ethylenediamine) cobalt(III) complex ion, ${\text{Co"("en")_2"Br}}_{2}^{+}$, then I'm not sure about the formula you have for the complex ion. The...
675
2,330
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 16, "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...
2.5625
3
CC-MAIN-2020-10
longest
en
0.900725
https://stats.stackexchange.com/questions/106356/interpretation-of-spearmans-rank-correlation-coefficient-beyond-its-significa
1,722,802,756,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722640412404.14/warc/CC-MAIN-20240804195325-20240804225325-00042.warc.gz
434,167,763
40,907
# Interpretation of Spearman's rank correlation coefficient - beyond its significance I calculated the Spearman's rank correlation coefficient interpretation for a given 2D dataset. I then tested its significance by doing a permutation test and obtained a p-value. I have a problem with the interpretation of the coeff...
817
3,230
{"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.125
3
CC-MAIN-2024-33
latest
en
0.921265
https://ryanwingate.com/other-interests/business/total-interest-over-life-of-loan/
1,642,952,582,000,000,000
text/html
crawl-data/CC-MAIN-2022-05/segments/1642320304287.0/warc/CC-MAIN-20220123141754-20220123171754-00168.warc.gz
561,403,676
5,140
# Total Interest over Life of Loan import pandas as pd import numpy as np import numpy_financial as npf Calculate the total interest and payment for a $10K loan over 60 months at a 3% annual interest rate. annual_interest_rate = 0.03 monthly_interest_rate = annual_interest_rate / 12 n_periods = 60 periods = np.arang...
1,064
2,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": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
2.8125
3
CC-MAIN-2022-05
longest
en
0.534226
https://forum.solar-electric.com/discussion/354407/wire-sizing
1,561,616,566,000,000,000
text/html
crawl-data/CC-MAIN-2019-26/segments/1560628000894.72/warc/CC-MAIN-20190627055431-20190627081431-00401.warc.gz
425,362,115
11,490
# Wire sizing Registered Users Posts: 4 I'm sure this question has been asked and answered many times but I'm still confused. I have 2 Canadian Solar panels ready to go onto my roof. They are 235 watt with Voc 39.6V, Isc 8.46A. My intention is to hook them up in series to give about 75 volts Voc at 8.46A, wire it to...
1,308
4,704
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.359375
3
CC-MAIN-2019-26
latest
en
0.855576
http://www.tutorialspoint.com/quantitative_aptitude/aptitude_progression.htm
1,660,450,125,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882571993.68/warc/CC-MAIN-20220814022847-20220814052847-00559.warc.gz
88,488,090
8,343
# Aptitude - Progression ## Sequence A succession of numbers formed and arranged in a definite order according to a certain definite rule is called a sequence. ## Arithmetic Progression (A.P.) It is a sequence in which each term, except the first one differs the preceding term by a constant. This constant is called...
613
1,694
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.5625
5
CC-MAIN-2022-33
latest
en
0.924089
http://www.universetoday.com/14437/how-far-is-earth-from-the-sun/
1,490,335,876,000,000,000
text/html
crawl-data/CC-MAIN-2017-13/segments/1490218187717.19/warc/CC-MAIN-20170322212947-00351-ip-10-233-31-227.ec2.internal.warc.gz
732,794,189
13,411
## How Far is Earth from the Sun? Article Updated: 16 Mar , 2017 by It’s amazing to think that for the majority of human history, we had almost no understanding about the Sun. We didn’t know what it was made of, how it formed, or how it produced energy. We didn’t know how big it was, and we didn’t know how far away i...
709
3,171
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-13
latest
en
0.957624
https://people.maths.bris.ac.uk/~matyd/GroupNames/385/C100.C4.html
1,713,219,656,000,000,000
text/html
crawl-data/CC-MAIN-2024-18/segments/1712296817033.56/warc/CC-MAIN-20240415205332-20240415235332-00546.warc.gz
423,096,779
7,144
Copied to clipboard ## G = C100.C4order 400 = 24·52 ### 1st non-split extension by C100 of C4 acting faithfully Aliases: C20.1F5, C100.1C4, D50.3C4, C251M4(2), Dic25.6C22, C25⋊C81C2, C4.(C25⋊C4), C5.(C4.F5), C50.2(C2×C4), C10.7(C2×F5), (C4×D25).3C2, C2.4(C2×C25⋊C4), SmallGroup(400,29) Series: Derived Chief Lower ce...
4,181
7,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.546875
3
CC-MAIN-2024-18
latest
en
0.175471
https://prepfortech.in/leetcode-solutions/parallel-courses
1,709,015,746,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707947474671.63/warc/CC-MAIN-20240227053544-20240227083544-00097.warc.gz
470,289,501
9,768
## Similar Problems Similar Problems not available # Parallel Courses ## Companies: LeetCode:  Parallel Courses Leetcode Solution Difficulty: Unknown Topics: Problem Statement: You are given an integer n which denotes the number of courses offered by a university labeled from 1 to n. Some courses may have prere...
746
3,287
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.671875
4
CC-MAIN-2024-10
latest
en
0.918543
https://www.javahelps.com/2015/03/
1,547,932,843,000,000,000
text/html
crawl-data/CC-MAIN-2019-04/segments/1547583681597.51/warc/CC-MAIN-20190119201117-20190119223117-00626.warc.gz
835,008,510
48,358
## Bridge Design Pattern Name: Bridge Design Pattern Type: Structural Design Pattern Purpose: Decouple abstraction from implementation (In other words, using composite over inheritance) Sample Problem and Solution: Assume that you are required to create some Shapes with two different patterns. Some sample shapes ar...
2,780
12,600
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-04
longest
en
0.75527
http://slideplayer.com/slide/3223100/
1,534,498,724,000,000,000
text/html
crawl-data/CC-MAIN-2018-34/segments/1534221211935.42/warc/CC-MAIN-20180817084620-20180817104620-00279.warc.gz
358,570,854
24,996
# Multiplication – Microprocessor ## Presentation on theme: "Multiplication – Microprocessor"— Presentation transcript: Multiplication 353156 – Microprocessor Asst. Prof. Dr. Choopan Rattanapoka and Asst. Prof. Dr. Suphot Chunwiphat Review : ARM Instruction so far ADD : Addition SUB : Subtraction MOV : Move AND : An...
3,033
9,195
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.375
3
CC-MAIN-2018-34
longest
en
0.78991
http://schoolbag.info/mathematics/gmat/32.html
1,485,123,966,000,000,000
text/html
crawl-data/CC-MAIN-2017-04/segments/1484560281649.59/warc/CC-MAIN-20170116095121-00321-ip-10-171-10-70.ec2.internal.warc.gz
256,427,568
3,410
 Rectangular Solids and Cylinders - Geometry - Math Review - GMAT Quantitative Review  ## 3.0Math Review ### 9. Rectangular Solids and Cylinders rectangular solid is a three-dimensional figure formed by 6 rectangular surfaces, as shown below. Each rectangular surface is a face. Each solid or dotted line segment is...
326
1,318
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.265625
3
CC-MAIN-2017-04
longest
en
0.855449
https://api-project-1022638073839.appspot.com/questions/how-do-you-test-for-convergence-for-1-2n-1
1,726,802,108,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700652130.6/warc/CC-MAIN-20240920022257-20240920052257-00894.warc.gz
84,283,474
6,518
# How do you test for convergence for 1/((2n+1)!) ? Jul 30, 2015 In the case you meant "test the convergence of the series : sum_(n=1)^(oo)1/((2n+1)!)" the Answer is : it $\textcolor{b l u e}{\text{converges}}$ #### Explanation: To find out, we can use the ratio test. That is, if $\text{U"_"n}$ is the ${n}^{\text{...
606
1,369
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 20, "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.75
5
CC-MAIN-2024-38
latest
en
0.682887
https://www.physicsforums.com/threads/how-can-i-calculate-the-force-that-is-applied-on-a-tube-by-an-another.767904/
1,527,116,604,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794865830.35/warc/CC-MAIN-20180523215608-20180523235608-00038.warc.gz
810,435,698
15,632
How can I calculate the force that is applied on a tube by an another? 1. Aug 28, 2014 Transstars Let's say there is two tubes(cylinders with no tops or bottoms) with charges $q_1$ and $q_2$, radii $b_1$ and $b_2$, lengths $l_1$ and $l_2$. These tubes are located along the axis of each other's surfaces like in this ...
669
2,782
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.34375
4
CC-MAIN-2018-22
latest
en
0.940888
http://mathisfunforum.com/viewtopic.php?id=24742
1,547,627,278,000,000,000
text/html
crawl-data/CC-MAIN-2019-04/segments/1547583657097.39/warc/CC-MAIN-20190116073323-20190116095323-00307.warc.gz
143,550,548
3,448
Discussion about math, puzzles, games and fun.   Useful symbols: ÷ × ½ √ ∞ ≠ ≤ ≥ ≈ ⇒ ± ∈ Δ θ ∴ ∑ ∫ • π ƒ -¹ ² ³ ° You are not logged in. ## #1 2019-01-11 04:04:18 xxStellaxx Guest ### I don't how to solve this problem! I don't know how to solve this problem! I just don't understand it. I know they want me to find ...
434
1,514
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.265625
3
CC-MAIN-2019-04
latest
en
0.949205
http://answers.google.com/answers/threadview/id/259362.html
1,508,700,082,000,000,000
text/html
crawl-data/CC-MAIN-2017-43/segments/1508187825436.78/warc/CC-MAIN-20171022184824-20171022204824-00457.warc.gz
21,949,252
3,385
View Question Q: Psychology ( Answered ,   1 Comment ) Question Subject: Psychology Category: Miscellaneous Asked by: mbroom-ga List Price: \$25.00 Posted: 23 Sep 2003 06:50 PDT Expires: 23 Oct 2003 06:50 PDT Question ID: 259362 ```A boy is walking down the street to get to his friends house, he doesn't have much ti...
803
3,212
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.9375
3
CC-MAIN-2017-43
latest
en
0.963857
https://forums.eveonline.com/t/capital-ore-calculator/32191
1,544,474,289,000,000,000
text/html
crawl-data/CC-MAIN-2018-51/segments/1544376823442.17/warc/CC-MAIN-20181210191406-20181210212906-00041.warc.gz
621,319,237
6,064
# Capital Ore Calculator (le mediateur) #1 Hey Hey Im trying to work out the most efficient way to mine the roids that i need minerals for Is there such a programme that tells you the precise amounts of ore required if the minerals are inputted for e.g. If i entered 54m trit, 6.6m pyerite, 1.2m mex, 500k isogen et...
1,183
4,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...
3.203125
3
CC-MAIN-2018-51
latest
en
0.915916
https://exponentiations.com/2-to-the-70th-power
1,686,406,414,000,000,000
text/html
crawl-data/CC-MAIN-2023-23/segments/1685224657720.82/warc/CC-MAIN-20230610131939-20230610161939-00708.warc.gz
286,619,473
23,595
Home » Powers of 2 » 2 to the 70th Power # 2 to the 70th Power Welcome to 2 to the 70th power, our post about the mathematical operation exponentiation of 2 to the power of 70. If you have been looking for 2 to the seventieth power, or if you have been wondering about 2 exponent 70, then you also have come to the ri...
966
3,824
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.28125
4
CC-MAIN-2023-23
longest
en
0.954194
https://hr6math.com/2014/09/08/rate-ratio-and-proportional-reasoning-isolation-drills/
1,529,747,646,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267864957.2/warc/CC-MAIN-20180623093631-20180623113631-00495.warc.gz
628,677,788
17,095
Rate, Ratio and Proportional Reasoning Isolation Drills Posted: September 8, 2014 in Advance, Isolation Drills 6.RP.A.1 Representing ratios 6.RP.A.2 Rate Problems 0.5 Ratio Word Problems 6.RP.A.3 Finding Percents Percentage Word Problems 1 Solving Ratios Problems withProportions 1 Tables Units 7.RP.A.1 Ra...
180
644
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
2.53125
3
CC-MAIN-2018-26
latest
en
0.728573
http://compgroups.net/comp.lang.asm.x86/using-mul-shrd-instead-of-div/184635
1,386,952,120,000,000,000
text/html
crawl-data/CC-MAIN-2013-48/segments/1386164960531/warc/CC-MAIN-20131204134920-00093-ip-10-33-133-15.ec2.internal.warc.gz
37,161,084
8,638
COMPGROUPS.NET | Search | Post Question | Groups | Stream | About | Register Using MUL & SHRD instead of DIV • Email • Follow ```Hi all, I read somewhere someone saying that these days it is common to use multiply & shift in lieu of division because doing so is faster. I did a quick test and found that indeed it i...
4,051
13,886
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.078125
3
CC-MAIN-2013-48
latest
en
0.887019
https://playtaptales.com/numbers/novendecinongentillinovendeciducentillion/
1,675,760,206,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764500392.45/warc/CC-MAIN-20230207071302-20230207101302-00113.warc.gz
465,637,869
4,445
Novendecinongentillinovendeciducentillion A Novendecinongentillinovendeciducentillion (1 Novendecinongentillinovendeciducentillion) is 10 to the power of 2757660 (10^2757660). This is a truly astronomical number! How many zeros in a Novendecinongentillinovendeciducentillion? There are 2,757,660 zeros in a Novendecin...
520,947
1,042,454
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2023-06
latest
en
0.555724
https://www.physicsforums.com/threads/closed-timelike-curves-question.801321/
1,511,098,012,000,000,000
text/html
crawl-data/CC-MAIN-2017-47/segments/1510934805578.23/warc/CC-MAIN-20171119115102-20171119135102-00319.warc.gz
830,748,126
15,040
Closed timelike curves question 1. Mar 4, 2015 georgir [Mentor's note: split from https://www.physicsforums.com/threads/gravity-instantaneous.801033/ ] If masses can not just appear and disappear, how do solutions with closed timelike curves work? If you have some mass happily looping around such curve, from some o...
551
2,299
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.046875
3
CC-MAIN-2017-47
longest
en
0.958866
http://mathhelpforum.com/pre-calculus/62126-completing-square.html
1,529,344,796,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267860684.14/warc/CC-MAIN-20180618164208-20180618184208-00127.warc.gz
207,443,669
12,321
1. ## Completing the Square What is the minimum point of the graph of the equation y = 2x^2 + 8x + 9? I understand the minimum point is the vertex (h, k). To complete the square, I set the function to zero first. 2x^2 + 8x + 9 = 0 I then subtracted 9 from both sides. 2x^2 + 8x = -9 I then took half of the secon...
2,018
5,592
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.34375
4
CC-MAIN-2018-26
latest
en
0.900637
https://www.jiskha.com/display.cgi?id=1265987445
1,503,380,784,000,000,000
text/html
crawl-data/CC-MAIN-2017-34/segments/1502886110471.85/warc/CC-MAIN-20170822050407-20170822070407-00372.warc.gz
925,358,829
3,911
# algebra posted by . Investment. Part of \$25,000 is invested at 10 percent, another part is invested at 12 percent, and a third part is invested at 16 percent. The total yearly income from these three investments is \$3,200. Furthermore, the income from the 16 percent investment yields the same amount as the sum of...
779
2,922
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.484375
3
CC-MAIN-2017-34
latest
en
0.969479
https://handwiki.org/wiki/Branch_and_bound
1,721,075,934,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763514713.74/warc/CC-MAIN-20240715194155-20240715224155-00370.warc.gz
256,275,559
22,922
# Branch and bound Short description: Optimization by eliminating non optimal solutions to sub-problems Branch and bound (BB, B&B, or BnB) is a method for solving optimization problems by breaking them down into smaller sub-problems and using a bounding function to eliminate sub-problems that cannot contain the optim...
3,318
13,803
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.5625
4
CC-MAIN-2024-30
latest
en
0.929099
https://nl.mathworks.com/matlabcentral/answers/1647580-defining-sequence-of-functions-in-matlab?s_tid=prof_contriblnk
1,670,066,808,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446710931.81/warc/CC-MAIN-20221203111902-20221203141902-00700.warc.gz
448,527,526
27,763
# Defining sequence of functions in MATLAB 20 views (last 30 days) Saurabh Madankar on 11 Feb 2022 Commented: Saurabh Madankar on 11 Feb 2022 Hello, The Haar mother wavelet is defined as- Now we can define a sequence of functions - where So for i=1, j=0 and k=0, i=2, j=1,k=0, i=3, j=1, k=1 and so on and we will define...
755
2,618
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2022-49
latest
en
0.841818
https://www.physicsforums.com/threads/decimal-places.772737/
1,508,295,343,000,000,000
text/html
crawl-data/CC-MAIN-2017-43/segments/1508187822668.19/warc/CC-MAIN-20171018013719-20171018033719-00072.warc.gz
968,146,592
21,969
# Decimal places? 1. Sep 24, 2014 ### Beer w/Straw In 1 km races, runner 1 on track 1 (with time 2 min, 27.95 s) appears to be faster than runner 2 on track 2 (2 min, 28.15 s). However, length L2 of track 2 might be slightly greater than length L1 of track 1. How large can L2 - L1 be for us still to conclude that ru...
2,630
10,111
{"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.875
4
CC-MAIN-2017-43
longest
en
0.953007