url
stringlengths
6
1.66k
fetch_time
int64
1,368,859,978B
1,726,892,758B
content_mime_type
stringclasses
3 values
warc_filename
stringlengths
108
138
warc_record_offset
int32
24.2k
1.74B
warc_record_length
int32
737
780k
text
stringlengths
66
963k
token_count
int32
32
446k
char_count
int32
66
963k
metadata
stringlengths
439
443
score
float64
3.5
5.13
int_score
int64
4
5
crawl
stringclasses
93 values
snapshot_type
stringclasses
2 values
language
stringclasses
1 value
language_score
float64
0.05
1
https://oeis.org/A251892
1,627,701,411,000,000,000
text/html
crawl-data/CC-MAIN-2021-31/segments/1627046154042.23/warc/CC-MAIN-20210731011529-20210731041529-00219.warc.gz
439,285,938
3,788
The OEIS Foundation is supported by donations from users of the OEIS and by a grant from the Simons Foundation. Hints (Greetings from The On-Line Encyclopedia of Integer Sequences!) A251892 Number of (n+2) X (6+2) 0..3 arrays with every 3 X 3 subblock row and column sum not 2 3 6 or 7 and every diagonal and antidiag...
915
2,093
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.578125
4
CC-MAIN-2021-31
latest
en
0.522339
https://www.csitquestions.com/fortran/two-dimensional-array
1,696,397,623,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233511361.38/warc/CC-MAIN-20231004052258-20231004082258-00572.warc.gz
786,890,567
25,134
# Two Dimensional Array Two Dimensional Array 2 4 6 8 3 5 9 11 This array represents a matrix since it is two-dimensional. Let us consider a 4 x 3 array A which will be stored in the computer as: A(1,1), A(2, 1), A(3,1), A(4,1), A(1,2), A(2,2), A(3,2) A(4,2), A(1,3), A(2,3), A(3,3), A(4,3) Here the second subscript i...
758
2,249
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.65625
4
CC-MAIN-2023-40
latest
en
0.807023
https://www.freezingblue.com/flashcards/print_preview.cgi?cardsetID=117175
1,603,950,036,000,000,000
text/html
crawl-data/CC-MAIN-2020-45/segments/1603107902745.75/warc/CC-MAIN-20201029040021-20201029070021-00303.warc.gz
724,178,990
3,360
Maths D The flashcards below were created by user Anonymous on FreezingBlue Flashcards. Sin2 + Cos2 = Sin2 + Cos2 = 1 Sin (A+/-B) = Sin (A+/-B) = Sin A.Cos B +/- Cos A.Sin B Cos (A +/- B) = Cos (A +/- B) = Cos A.Cos B -/+ Sin A.Sin B Tan (A +/- B) = Tan (A +/- B) = Tan A +/- Tan B........................1 -/+ Tan A.T...
401
961
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2020-45
latest
en
0.299975
http://www.digplanet.com/wiki/Prime_number
1,371,685,641,000,000,000
text/html
crawl-data/CC-MAIN-2013-20/segments/1368709906749/warc/CC-MAIN-20130516131146-00050-ip-10-60-113-184.ec2.internal.warc.gz
418,422,257
54,503
digplanet beta 1: Athena Share digplanet: Agriculture Applied sciences Arts Belief Chronology Culture Education Environment Geography Health History Humanities Language Law Life Mathematics Nature People Politics Science Society Technology A prime number (or a prime) is a natural number greater t...
14,404
55,847
{"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": 42, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.03125
4
CC-MAIN-2013-20
latest
en
0.95063
https://jp.mathworks.com/matlabcentral/answers/1802570-why-int-and-integral-return-different-answers
1,670,521,490,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446711344.13/warc/CC-MAIN-20221208150643-20221208180643-00105.warc.gz
363,501,960
35,473
Why ''int'' and ''integral'' return different answers 10 ビュー (過去 30 日間) Han F 2022 年 9 月 10 日 Hello, I am doing a simple integration: For integral: zzz = @(x) x.^(-0.98).*(1-x).^(-0.98) integral(zzz,0,1) ans = 52.3164 While for int: syms x zzz = x.^(-0.98).*(1-x).^(-0.98) int(zzz,x,0,1) ans = 99.9361 I know 99.9361 i...
1,396
5,084
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.53125
4
CC-MAIN-2022-49
latest
en
0.751019
https://greekdatingwomen.com/qa/quick-answer-which-is-the-odd-number.html
1,618,056,775,000,000,000
text/html
crawl-data/CC-MAIN-2021-17/segments/1618038056869.3/warc/CC-MAIN-20210410105831-20210410135831-00620.warc.gz
387,908,391
7,858
# Quick Answer: Which Is The Odd Number? ## What are odd numbers with examples? Any integer (not a fraction) that cannot be divided exactly by 2. Example: −3, 1, 7 and 35 are all odd numbers.. ## Which is the smallest even number? 2Even numbers always end up with the last digit as 0, 2, 4, 6 or 8. Some examples of...
1,289
4,044
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4
4
CC-MAIN-2021-17
latest
en
0.925601
https://www.measuringknowhow.com/author/baroncooke/page/48/
1,685,452,692,000,000,000
text/html
crawl-data/CC-MAIN-2023-23/segments/1685224645810.57/warc/CC-MAIN-20230530131531-20230530161531-00310.warc.gz
956,856,763
10,850
## BaronCooke Baron Cooke has been writing and editing for 7 years. He grew up with an aptitude for geometry, statistics, and dimensions. He has a BA in construction management and also has studied civil infrastructure, engineering, and measurements. He is the head writer of measuringknowhow.com ## Posts by BaronCook...
710
2,729
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2023-23
latest
en
0.971064
https://mathvista.org/algeom_text_files/section-13.html
1,702,066,485,000,000,000
text/html
crawl-data/CC-MAIN-2023-50/segments/1700679100769.54/warc/CC-MAIN-20231208180539-20231208210539-00465.warc.gz
442,717,842
22,045
# Introduction to Groups and Geometries ## Section3.2Möbius geometry Möbius geometry provides a unifying framework for studying planar geometries. In particular, the transformation groups of hyperbolic and elliptic geometries in the sections that follow are subgroups of the group of Möbius transformations. ### Subse...
11,122
30,393
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.21875
4
CC-MAIN-2023-50
latest
en
0.703431
https://mathoverflow.net/questions/249549/infinite-limit-of-ratio-of-nth-degree-polynomials
1,563,588,043,000,000,000
text/html
crawl-data/CC-MAIN-2019-30/segments/1563195526401.41/warc/CC-MAIN-20190720004131-20190720030131-00222.warc.gz
462,523,275
34,111
# Infinite limit of ratio of nth degree polynomials ### The Problem I have two recursively defined polynomials (skip to the bottom for background and motivation if you care about that) that represent the numerator and denominator of a factor and I want to find the limit of that factor as n goes to infinity. $$n_0 = ...
2,558
7,686
{"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
4
CC-MAIN-2019-30
latest
en
0.820286
https://techterms.com/definition/hexadecimal
1,708,637,019,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707947473824.45/warc/CC-MAIN-20240222193722-20240222223722-00738.warc.gz
563,731,740
13,565
Hexadecimal is a base-16 number system used to represent binary data. Unlike the base-10 (or decimal) system that uses 10 symbols to represent numbers, hexadecimal digits use 16 symbols — the numerals "0"-"9" to represent values 0-9, and the letters "A"-"F" to represent values 10-15. In a base-10 system, you count in ...
713
3,003
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.84375
4
CC-MAIN-2024-10
longest
en
0.779923
https://www.physicsforums.com/threads/relativistic-velocity-addition.840764/
1,716,418,159,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971058575.96/warc/CC-MAIN-20240522224707-20240523014707-00846.warc.gz
813,292,287
16,569
• mfreeman In summary: Use the relativistic velocity addition formula to find v, the velocity of A relative to Europa.In summary, the problem involves two asteroids moving towards each other at the same speed as measured from Europa. Their relative speed is 0.5c and you are asked to find the speed of one of the asteroi...
1,317
5,426
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.1875
4
CC-MAIN-2024-22
latest
en
0.947344
https://www.physicsforums.com/threads/average-velocity-and-acceleration.253350/
1,545,023,350,000,000,000
text/html
crawl-data/CC-MAIN-2018-51/segments/1544376828318.79/warc/CC-MAIN-20181217042727-20181217064727-00617.warc.gz
976,278,453
13,162
# Homework Help: Average velocity and acceleration 1. Sep 2, 2008 ### Kajayacht 1. The problem statement, all variables and given/known data What is the average acceleration between time t = 2.2 s and time t = 9.6 s? http://img98.imageshack.us/my.php?image=prob20av2yo4.gif I've already found the average velocity be...
461
1,239
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2018-51
latest
en
0.9432
https://wikimili.com/en/Three-gap_theorem
1,709,632,302,000,000,000
text/html
crawl-data/CC-MAIN-2024-10/segments/1707948234904.99/warc/CC-MAIN-20240305092259-20240305122259-00449.warc.gz
590,156,312
37,458
# Three-gap theorem Last updated In mathematics, the three-gap theorem, three-distance theorem, or Steinhaus conjecture states that if one places n points on a circle, at angles of θ, 2θ, 3θ, ... from the starting point, then there will be at most three distinct distances between pairs of points in adjacent positions...
6,330
24,668
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 25, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2024-10
latest
en
0.912636
https://bodheeprep.com/cat-2019-quant-question-with-solution-57
1,670,554,980,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446711376.47/warc/CC-MAIN-20221209011720-20221209041720-00714.warc.gz
170,007,535
20,251
Bodhee Prep-CAT Online Preparation | Best Online CAT PreparationFor Enquiry CALL @ +91-95189-40261 # CAT 2019 Quant Question with Solution 57 Question: A shopkeeper sells two tables, each procured at cost price p, to Amal and Asim at a profit of 20% and at a loss of 20%, respectively. Amal sells his table to Bimal a...
322
938
{"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-2022-49
longest
en
0.871818
dmuw.zum.de
1,726,442,016,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700651668.26/warc/CC-MAIN-20240915220324-20240916010324-00180.warc.gz
9,144,156
14,493
Calculators, Power Series and Chebyshev Polynomials Originating author: Graeme Cohen Of all the familiar functions, such as trigonometric, exponential and logarithmic functions, surely the simplest to evaluate are polynomial functions. The purposes of this article are, first, to introduce the concept of a power serie...
3,520
10,226
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 122, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "m...
4.3125
4
CC-MAIN-2024-38
latest
en
0.901742
https://aviation.stackexchange.com/questions/37899/how-much-lift-is-created-by-a-half-sized-rotor
1,660,631,557,000,000,000
text/html
crawl-data/CC-MAIN-2022-33/segments/1659882572221.38/warc/CC-MAIN-20220816060335-20220816090335-00666.warc.gz
137,436,018
69,722
# How much lift is created by a half-sized rotor? I wonder if lift is directly proportional to the diameter of the rotor disc. For example, if an engine spinning a 26 ft diameter rotor can lift 635 kg, will a 13 ft diameter rotor using the same engine lift 318 kg? The power absorbed by the rotor is the same in both c...
2,044
6,520
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.3125
4
CC-MAIN-2022-33
latest
en
0.867443
https://web2.0rechner.de/fragen/drei-siebtel-einer-zahl-sind-522-wie-gross-ist-die-halfte
1,653,028,571,000,000,000
text/html
crawl-data/CC-MAIN-2022-21/segments/1652662531762.30/warc/CC-MAIN-20220520061824-20220520091824-00131.warc.gz
675,443,621
5,496
+0 drei siebtel einer zahl sind 522 wie gross ist die halfte 0 783 1 drei siebtel einer zahl sind 522 wie gross ist die halfte 15.08.2015 #1 +14538 +3 Guten Abend Anonymous ! $$\left({\frac{{\mathtt{3}}}{{\mathtt{7}}}}\right){\mathtt{\,\times\,}}{\mathtt{x}} = {\mathtt{522}}$$         =>      $${\mathtt{x}} = {\...
375
883
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.96875
4
CC-MAIN-2022-21
latest
en
0.393929
https://gizmos.explorelearning.com/index.cfm?method=cResource.dspStandardCorrelation&id=742
1,632,187,335,000,000,000
text/html
crawl-data/CC-MAIN-2021-39/segments/1631780057131.88/warc/CC-MAIN-20210921011047-20210921041047-00093.warc.gz
317,432,671
13,334
1.5.1: Place Value 1.5.1.1: Identify and use place value positions of whole numbers and decimals to hundredths. 1.5.2: Fractions 1.5.2.1: Add and subtract fractions with like denominators using models, drawings, and numbers. 1.5.2.2: Compare fractions with unlike denominators using models and drawings, and by findi...
548
2,165
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.6875
4
CC-MAIN-2021-39
latest
en
0.788502
http://www.docstoc.com/docs/129714248/PowerPoint-Presentation
1,397,658,686,000,000,000
text/html
crawl-data/CC-MAIN-2014-15/segments/1397609523429.20/warc/CC-MAIN-20140416005203-00076-ip-10-147-4-33.ec2.internal.warc.gz
409,100,670
19,662
# PowerPoint Presentation Document Sample Measures of Central Tendency By Rahul Jain The Motivation • Measure of central tendency are used to describe the typical member of a population. • Depending on the type of data, typical could have a variety of “best” meanings. • We will discuss four of these possible choices...
4,697
16,255
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2014-15
longest
en
0.873581
http://www.slideserve.com/sunila/centripetal-force-the-road
1,506,425,235,000,000,000
text/html
crawl-data/CC-MAIN-2017-39/segments/1505818695439.96/warc/CC-MAIN-20170926103944-20170926123944-00631.warc.gz
548,290,458
14,113
1 / 12 # Centripetal Force & the Road - PowerPoint PPT Presentation Centripetal Force & the Road. Learning Objectives. Book Reference : Pages 26-27. Centripetal Force & The Road. To show that the centripetal force is provided by real world forces such as tension, gravity & friction To consider three particular cases ...
1,197
4,537
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.78125
4
CC-MAIN-2017-39
latest
en
0.872434
https://www.codeproject.com/Questions/468582/gps-week-day-of-week-and-gps-time
1,500,948,424,000,000,000
text/html
crawl-data/CC-MAIN-2017-30/segments/1500549424945.18/warc/CC-MAIN-20170725002242-20170725022242-00211.warc.gz
767,533,204
42,653
13,048,584 members (91,301 online) Rate this: Please Sign up or sign in to vote. See more: I need help. Actually I do not know how to calculate a GPS time and GPS week, GPS day of the week. I would like the current date calculated GPS date, GPS week and GPS time in seconds. thanks for the help, if there is some sampl...
1,055
2,775
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.71875
4
CC-MAIN-2017-30
latest
en
0.303784
https://infinitythetactics.com/qa/what-is-the-importance-of-infinity.html
1,620,704,114,000,000,000
text/html
crawl-data/CC-MAIN-2021-21/segments/1620243991641.5/warc/CC-MAIN-20210511025739-20210511055739-00313.warc.gz
343,704,620
9,220
# What Is The Importance Of Infinity? ## Is the number 8 infinity? Number 8 represents infinity and everything in the universe, which is infinite; Infinite love, infinite energy, infinite time, in other words, 8 represents complete and endless abundance without any disadvantages. Angels are responding in numbers, so...
1,287
5,342
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.734375
4
CC-MAIN-2021-21
latest
en
0.925951
https://www.physicsforums.com/threads/solving-for-the-unknown-variable-in-motional-emf-problem-physics-homework.485648/
1,725,718,268,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700650883.10/warc/CC-MAIN-20240907131200-20240907161200-00072.warc.gz
915,126,371
18,787
# Solving for the unknown variable in Motional EMF problem | Physics Homework • flyingpig In summary, the conversation involves a student asking for clarification on a physics problem involving Lenz' Law and the calculation of speed. The student provides their attempt at a solution and realizes their initial assumptio...
863
3,572
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.8125
4
CC-MAIN-2024-38
latest
en
0.92313
https://www.jiskha.com/display.cgi?id=1270156957
1,503,386,718,000,000,000
text/html
crawl-data/CC-MAIN-2017-34/segments/1502886110485.9/warc/CC-MAIN-20170822065702-20170822085702-00314.warc.gz
911,446,348
3,576
# Algebra posted by . Complete the square for the binomial. Then factor the resulting perfect square trinomial. x^2 -2/11X • Algebra - To complete the square, add the square of the coefficient of HALF the "x" term. x^2 - 2/11 x + 1/121 = (x - 1/11)^2 ## Similar Questions 1. ### math,help Is this trinomial a pe...
525
1,822
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.734375
4
CC-MAIN-2017-34
latest
en
0.782018
https://www.gkindiaonline.com/group/Aptitude/Problems-on-Trains/5
1,620,472,579,000,000,000
text/html
crawl-data/CC-MAIN-2021-21/segments/1620243988858.72/warc/CC-MAIN-20210508091446-20210508121446-00386.warc.gz
812,731,790
7,221
Home > Aptitude> Problems on Trains 21 . The two trains of lengths 400 m, 600 m respectively, running at same directions. The faster train can cross the slower train in 180 sec, the speed of the slower train is 48 km. then find the speed of A. 68 kmph B. 70 kmph C. 72 kmph D. 74 kmph 22 . A person standing on a plat...
391
1,255
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.578125
4
CC-MAIN-2021-21
longest
en
0.844781
https://www.spreadsheetweb.com/tag/function/page/11/
1,680,047,558,000,000,000
text/html
crawl-data/CC-MAIN-2023-14/segments/1679296948900.50/warc/CC-MAIN-20230328232645-20230329022645-00196.warc.gz
1,091,305,145
11,575
Select Page ## Function: STDEV.S The STDEV.S (STDEV S) is a Statistical function that calculates and returns the standard deviation for a sample of data. The standard deviation is a measure of how widely values are dispersed from the average value (the mean). The STDEV.S calculates standard deviation... ## Excel NOR...
533
2,675
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.578125
4
CC-MAIN-2023-14
longest
en
0.794468
https://math.stackexchange.com/questions/1522986/what-is-the-fourier-transform-of-1-x
1,571,796,420,000,000,000
text/html
crawl-data/CC-MAIN-2019-43/segments/1570987828425.99/warc/CC-MAIN-20191023015841-20191023043341-00527.warc.gz
573,267,880
34,838
# What is the Fourier transform of $1/|x|$? I looked it up in several tables and calculated it in Mathematica and Matlab. Some tables say that the answer is simply $$\frac{1}{|\omega|}$$ and in other table it is $$-\sqrt{\frac{2}{\pi}}\ln|\omega|$$ and in Mathematica and Matlab (mupad) it is $$-\sqrt{\frac{2}{\pi}}\ln...
2,941
7,954
{"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.84375
4
CC-MAIN-2019-43
latest
en
0.706351
http://physics.stackexchange.com/questions/45989/energy-problem-whats-wrong-here/46002
1,469,477,409,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257824345.69/warc/CC-MAIN-20160723071024-00132-ip-10-185-27-174.ec2.internal.warc.gz
192,039,756
19,103
# Energy problem: What's wrong here? A car ($m=540\,\text{kg}$) engine, has a power of $60\,\text{kW}$. The static friction coefficient between wheels and road is $k=0.6$. How long does it take to reach the speed of $27.7\,\text{m/s}$, with constant acceleration? I have tried the following: The energy to reach given...
741
2,064
{"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.984375
4
CC-MAIN-2016-30
latest
en
0.844878
https://math.libretexts.org/TextMaps/Analysis_Textmaps/Map%3A_Partial_Differential_Equations_(Miersemann)/4%3A_Hyperbolic_Equations/4.2.1%3A_Case_n%3D3
1,501,188,186,000,000,000
text/html
crawl-data/CC-MAIN-2017-30/segments/1500549429485.0/warc/CC-MAIN-20170727202516-20170727222516-00704.warc.gz
643,394,037
14,432
$$\newcommand{\id}{\mathrm{id}}$$ $$\newcommand{\Span}{\mathrm{span}}$$ $$\newcommand{\kernel}{\mathrm{null}\,}$$ $$\newcommand{\range}{\mathrm{range}\,}$$ $$\newcommand{\RealPart}{\mathrm{Re}}$$ $$\newcommand{\ImaginaryPart}{\mathrm{Im}}$$ $$\newcommand{\Argument}{\mathrm{Arg}}$$ $$\newcommand{\norm}[1]{\| #1 \|}$$ $$...
2,005
4,723
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 2, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.984375
4
CC-MAIN-2017-30
latest
en
0.577604
https://en.wikipedia.org/wiki/Normal_Distribution
1,656,201,151,000,000,000
text/html
crawl-data/CC-MAIN-2022-27/segments/1656103036176.7/warc/CC-MAIN-20220625220543-20220626010543-00532.warc.gz
293,272,383
107,868
# Normal distribution (Redirected from Normal Distribution) Notation Probability density functionThe red curve is the standard normal distribution Cumulative distribution function ${\displaystyle {\mathcal {N}}(\mu ,\sigma ^{2})}$ ${\displaystyle \mu \in \mathbb {R} }$ = mean (location)${\displaystyle \sigma ^{2}\in ...
27,043
97,426
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 544, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "m...
3.78125
4
CC-MAIN-2022-27
latest
en
0.560805
https://gmatclub.com/forum/is-y-greater-than-y-2-1-y-is-greater-than-1-2-y-2-is-greater-the-309896.html
1,580,244,860,000,000,000
text/html
crawl-data/CC-MAIN-2020-05/segments/1579251783000.84/warc/CC-MAIN-20200128184745-20200128214745-00278.warc.gz
473,609,296
160,521
GMAT Question of the Day: Daily via email | Daily via Instagram New to GMAT Club? Watch this Video It is currently 28 Jan 2020, 13:54 ### 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 Pr...
3,065
7,949
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.890625
4
CC-MAIN-2020-05
latest
en
0.855905
https://documen.tv/question/a-soccer-field-is-120-yards-long-han-measures-the-length-of-the-field-using-a-30-foot-long-tape-20692999-83/
1,638,392,986,000,000,000
text/html
crawl-data/CC-MAIN-2021-49/segments/1637964360951.9/warc/CC-MAIN-20211201203843-20211201233843-00065.warc.gz
299,692,243
15,797
## A soccer field is 120 yards long. Han measures the length of the field using a 30-foot-long tape measure and gets a measurement of 358 feet, Question A soccer field is 120 yards long. Han measures the length of the field using a 30-foot-long tape measure and gets a measurement of 358 feet, 10 inches. What is the a...
356
1,183
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.15625
4
CC-MAIN-2021-49
latest
en
0.881606
https://mathexamination.com/class/w.-magnus.php
1,618,808,787,000,000,000
text/html
crawl-data/CC-MAIN-2021-17/segments/1618038878326.67/warc/CC-MAIN-20210419045820-20210419075820-00159.warc.gz
484,511,881
6,961
## Take My W. Magnus Class A "W. Magnus Class" QE" is a basic mathematical term for a generalized consistent expression which is used to solve differential formulas and has services which are periodic. In differential Class resolving, a W. Magnus function, or "quad" is utilized. The W. Magnus Class in Class kind can ...
1,959
8,414
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.125
4
CC-MAIN-2021-17
latest
en
0.904466
http://www.mathchimp.com/2.2.1-home.php
1,519,558,682,000,000,000
text/html
crawl-data/CC-MAIN-2018-09/segments/1518891816370.72/warc/CC-MAIN-20180225110552-20180225130552-00482.warc.gz
494,349,509
7,113
## 2nd Grade Resources - Use place value understanding and properties of operations to add and subtract. Understand that the three digits of a three-digit number represent amounts of hundreds, tens, and ones; e.g., 706 equals 7 hundreds, 0 tens, and 6 ones. Understand the following as special cases: • 100 can be thou...
257
988
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.671875
4
CC-MAIN-2018-09
latest
en
0.882647
https://vypros.com/what-is-an-example-of-a-control-variable/
1,718,715,580,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861752.43/warc/CC-MAIN-20240618105506-20240618135506-00659.warc.gz
537,765,430
15,770
# What is an example of a control variable? W ## What is an example of a control variable? Examples of Controlled Variables Temperature is a common type of controlled variable. If a temperature is held constant during an experiment, it is controlled. Other examples of controlled variables could be an amount of light...
1,356
6,771
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.9375
4
CC-MAIN-2024-26
latest
en
0.933969
https://www.geeksforgeeks.org/binary-tree-set-3-types-of-binary-tree/amp/?ref=rp
1,603,726,143,000,000,000
text/html
crawl-data/CC-MAIN-2020-45/segments/1603107891428.74/warc/CC-MAIN-20201026145305-20201026175305-00200.warc.gz
726,189,354
17,261
# Binary Tree | Set 3 (Types of Binary Tree) We have discussed Introduction to Binary Tree in set 1 and Properties of Binary Tree in Set 2. In this post, common types of Binary Trees are discussed. The following are common types of Binary Trees. Full Binary Tree A Binary Tree is a full binary tree if every node has ...
755
3,023
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.25
4
CC-MAIN-2020-45
latest
en
0.920487
https://study.com/academy/lesson/practice-for-multiplying-rates.html
1,561,427,635,000,000,000
text/html
crawl-data/CC-MAIN-2019-26/segments/1560627999783.49/warc/CC-MAIN-20190625011649-20190625033649-00538.warc.gz
610,136,359
35,697
# Practice for Multiplying Rates Instructor: Yuanxin (Amy) Yang Alcocer Amy has a master's degree in secondary education and has taught math at a public charter high school. Read this lesson, and you'll learn how you can find the unit rate that will help you solve any problem related to that rate. You'll also learn ...
1,063
4,445
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.9375
5
CC-MAIN-2019-26
longest
en
0.96186
http://www.khanacademy.org/partner-content/nasa/measuringuniverse/orbital-mechanics/a/discovering-pi
1,411,041,286,000,000,000
text/html
crawl-data/CC-MAIN-2014-41/segments/1410657127285.44/warc/CC-MAIN-20140914011207-00028-ip-10-196-40-205.us-west-1.compute.internal.warc.gz
614,044,355
42,771
If you're seeing this message, it means we're having trouble loading external resources for Khan Academy. If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked. Measuring the Universe ### Orbital mechanics 1 Early models of the universe were based on the a...
510
2,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.875
4
CC-MAIN-2014-41
longest
en
0.930044
https://ventolaphotography.com/what-are-the-4-steps-for-solving-algebra-word-problems/
1,713,689,474,000,000,000
text/html
crawl-data/CC-MAIN-2024-18/segments/1712296817729.87/warc/CC-MAIN-20240421071342-20240421101342-00613.warc.gz
535,133,923
15,518
## What are the 4 steps for solving algebra word problems? What Are the 4 Steps for Solving Algebra Word Problems? • Define and identify your variable. • Write an equation that uses the variable. • Solve the equation. • If the variable is not the correct answer to the word problem, use that variable to figure out the...
971
4,365
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.5625
5
CC-MAIN-2024-18
latest
en
0.891587
https://www.gamingtoday.com/poker/article/13402-Don_t_rely_too_heavily_on_stats
1,603,729,715,000,000,000
text/html
crawl-data/CC-MAIN-2020-45/segments/1603107891428.74/warc/CC-MAIN-20201026145305-20201026175305-00292.warc.gz
723,386,941
13,156
Don’t rely too heavily on stats Oct 2, 2006 3:09 AM Let’s compare two six spot tickets, one with a house percentage of 30%, which is a bit higher than usual, and one with a house percentage of 25%, which is a little lower than usual. (Typical house percentages in Nevada are in the range of 27-29%.) The chart below d...
820
3,358
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.671875
4
CC-MAIN-2020-45
latest
en
0.962224
https://www.freemathhelp.com/forum/threads/probability-of-one-die-being-more-than-either-or-2-others.115524/
1,566,590,980,000,000,000
text/html
crawl-data/CC-MAIN-2019-35/segments/1566027318986.84/warc/CC-MAIN-20190823192831-20190823214831-00271.warc.gz
818,086,027
12,423
# Probability of one die being more than either or 2 others #### Domski74 ##### New member Please can you help with how to calculate this? Thanks Dom #### pka ##### Elite Member Is this the question: Roll three dice, what is the probability that one of the three is greater than either of the other two? Please be ...
1,294
4,916
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.984375
4
CC-MAIN-2019-35
latest
en
0.972069
https://web2.0calc.com/questions/a-trapezoid-has-an-area-of-152-1-square-kilometers
1,632,580,133,000,000,000
text/html
crawl-data/CC-MAIN-2021-39/segments/1631780057687.51/warc/CC-MAIN-20210925142524-20210925172524-00695.warc.gz
634,089,885
5,430
+0 # A trapezoid has an area of 152.1 square kilometers. One base is 13 kilometers long. The height measures 18 kilometers. What 0 141 1 A trapezoid has an area of 152.1 square kilometers. One base is 13 kilometers long. The height measures 18 kilometers. What is the length of the other base? Mar 4, 2021 #1 +1487 ...
150
404
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4
4
CC-MAIN-2021-39
latest
en
0.77177
https://www.all-at-once.la/blog/article.php?5a7d44=knight%27s-move-sudoku
1,656,914,496,000,000,000
text/html
crawl-data/CC-MAIN-2022-27/segments/1656104354651.73/warc/CC-MAIN-20220704050055-20220704080055-00072.warc.gz
684,337,406
7,872
knight's move sudoku Could you potentially turn a draft horse into a warhorse? Marines Retire 'Whiskey' Attack Helicopter, New York to Europe by Clipper: A Historic Flight. Anti Knight Sudoku puzzle is Classic Sudoku look alike puzzle. (As in, no two squares a chess king can move between in a single move.). Any two o...
1,445
5,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.65625
4
CC-MAIN-2022-27
latest
en
0.926268
https://apexgmat.com/tag/ea-quant-section/
1,656,801,495,000,000,000
text/html
crawl-data/CC-MAIN-2022-27/segments/1656104205534.63/warc/CC-MAIN-20220702222819-20220703012819-00607.warc.gz
147,528,636
58,131
Posted on 01 Feb 2022 ## Executive Assessment Exam (EA) – Quant Section We know what you’re thinking: math is a scary subject and not everyone can excel at it. When attempting math on the Executive Assessment – better known as the EA – the stakes may seem much higher. Especially since there is a whole section dedicat...
4,180
20,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...
4.53125
5
CC-MAIN-2022-27
longest
en
0.956002
https://math.stackexchange.com/questions/1473513/how-to-integrate-the-differential-equation-for-the-pendulum-problem
1,696,274,400,000,000,000
text/html
crawl-data/CC-MAIN-2023-40/segments/1695233511002.91/warc/CC-MAIN-20231002164819-20231002194819-00784.warc.gz
431,538,626
37,095
# How to Integrate the Differential Equation for the Pendulum Problem The motion of a pendulum is described by the differential equation $$\ddot\theta +\frac gl \sin \theta = 0$$ if we integrate this equation with respect to $$\theta$$ we obtain $$\frac 12 \dot \theta ^2 - \frac gl \cos \theta = C$$ Would anyone p...
1,239
3,701
{"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.09375
4
CC-MAIN-2023-40
latest
en
0.871779
https://www.varsitytutors.com/ap_physics_c_mechanics-help/power
1,669,718,957,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446710691.77/warc/CC-MAIN-20221129100233-20221129130233-00453.warc.gz
1,102,717,005
59,217
# AP Physics C: Mechanics : Power ## Example Questions ### Example Question #1 : Work, Energy, And Power When riding your bicycle, you have a maximum power output of 500W. As you approach a hill, you shift into first gear, applying a torque of  to the gears. Assuming you produce 50% of your maximum power output, wha...
599
2,736
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.625
5
CC-MAIN-2022-49
longest
en
0.918557
https://math.stackexchange.com/questions/1104376/how-to-set-up-lagrangian-for-matrix-constraints
1,723,528,243,000,000,000
text/html
crawl-data/CC-MAIN-2024-33/segments/1722641063659.79/warc/CC-MAIN-20240813043946-20240813073946-00371.warc.gz
299,041,872
39,432
# How to set up Lagrangian for matrix constraints? Suppose we have a function $$f: \mathbb{R} \to \mathbb{R}$$ which we want to optimize subject to some constraint $$g(x) \le c$$, where $$g:\mathbb{R} \to \mathbb{R}$$. What we do is that we can set up a Lagrangian $$L(x)=f(x)+\lambda(g(x)-c)$$ and optimize. Now supp...
1,410
4,761
{"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.5625
4
CC-MAIN-2024-33
latest
en
0.789571
https://economics.stackexchange.com/questions/21232/when-can-tit-for-tat-be-sustained/21235
1,596,589,590,000,000,000
text/html
crawl-data/CC-MAIN-2020-34/segments/1596439735906.77/warc/CC-MAIN-20200805010001-20200805040001-00006.warc.gz
281,481,091
32,897
# When can tit-for-tat be sustained? Consider the following infinitely repeated hawk-dove game: $\hspace{1cm}\hspace{1cm}\hspace{1cm}$ For what discount rate $\delta$ can tit for tat sustain $D,D$? My professor says the answer is $\delta=1$ (discounts are applied by multiplication e.g. payoff of 1 in the next period...
634
1,942
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 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.828125
4
CC-MAIN-2020-34
latest
en
0.803715
http://getandroidfree.com/error-function-satisfies-differential-equation/
1,531,992,995,000,000,000
text/html
crawl-data/CC-MAIN-2018-30/segments/1531676590794.69/warc/CC-MAIN-20180719090301-20180719110301-00359.warc.gz
159,839,490
6,789
# Error Function Satisfies Differential Equation RECOMMENDED: If you have Windows errors then we strongly recommend that you download and run this (Windows) Repair Tool. Jan 29, 2012  · Show that it satisfies the differential equation. I had a math error on my last post. Showing that a bessel function satisfies a par...
1,034
4,891
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.5625
4
CC-MAIN-2018-30
latest
en
0.878986
https://www.coursehero.com/file/6623236/346Chapter18HWSolutions/
1,518,954,164,000,000,000
text/html
crawl-data/CC-MAIN-2018-09/segments/1518891811830.17/warc/CC-MAIN-20180218100444-20180218120444-00209.warc.gz
780,736,907
46,153
{[ promptMessage ]} Bookmark it {[ promptMessage ]} 346Chapter18HWSolutions # 346Chapter18HWSolutions - Chapter 18 Dynamic Programming... This preview shows pages 1–4. Sign up to view the full content. Chapter 18 Dynamic Programming Learning Objectives 1. Understand the basics of dynamic programming and its appro...
963
2,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...
3.625
4
CC-MAIN-2018-09
latest
en
0.792079
http://www.education.com/study-help/article/sampling-distributions/
1,369,512,751,000,000,000
text/html
crawl-data/CC-MAIN-2013-20/segments/1368706153698/warc/CC-MAIN-20130516120913-00039-ip-10-60-113-184.ec2.internal.warc.gz
433,811,442
26,761
Education.com # Sampling Distributions for AP Statistics (not rated) Practice problems for these concepts can be found at: Suppose we drew a sample of size 10 from a normal population with unknown mean and standard deviation and got = 18.87. Two questions arise: (1) what does this sample tell us about the populatio...
1,844
8,339
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2013-20
longest
en
0.967609
https://math.libretexts.org/Bookshelves/Differential_Equations/Book%3A_Partial_Differential_Equations_(Walet)/04%3A_Fourier_Series/4.06%3A_Fourier_series_for_even_and_odd_functions
1,591,454,125,000,000,000
text/html
crawl-data/CC-MAIN-2020-24/segments/1590348513321.91/warc/CC-MAIN-20200606124655-20200606154655-00369.warc.gz
423,365,692
22,693
$$\newcommand{\id}{\mathrm{id}}$$ $$\newcommand{\Span}{\mathrm{span}}$$ $$\newcommand{\kernel}{\mathrm{null}\,}$$ $$\newcommand{\range}{\mathrm{range}\,}$$ $$\newcommand{\RealPart}{\mathrm{Re}}$$ $$\newcommand{\ImaginaryPart}{\mathrm{Im}}$$ $$\newcommand{\Argument}{\mathrm{Arg}}$$ $$\newcommand{\norm}[1]{\| #1 \|}$$ $$...
1,497
4,175
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.4375
4
CC-MAIN-2020-24
latest
en
0.44273
http://www.docstoc.com/docs/22685780/Limited-Dependent-Variable-Models-Lecture-12
1,387,682,372,000,000,000
text/html
crawl-data/CC-MAIN-2013-48/segments/1387345777159/warc/CC-MAIN-20131218054937-00045-ip-10-33-133-15.ec2.internal.warc.gz
373,431,854
18,326
# Limited Dependent Variable Models Lecture 12 Document Sample ``` Economics 4233 - Fall 2009 Carlos Lamarche, Economics, OU Limited Dependent Variable Models Lecture 12 This lecture introduces limited dependent variables models. The main goal of the lecture is to briefly present...
2,556
8,613
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.65625
4
CC-MAIN-2013-48
longest
en
0.879719
http://forums.wolfram.com/mathgroup/archive/2008/Apr/msg00176.html
1,716,890,327,000,000,000
text/html
crawl-data/CC-MAIN-2024-22/segments/1715971059085.33/warc/CC-MAIN-20240528092424-20240528122424-00613.warc.gz
9,162,061
7,739
Re: A problem with solving some nonlinear system • To: mathgroup at smc.vnet.net • Subject: [mg87298] Re: A problem with solving some nonlinear system • From: Bill Rowe <readnews at sbcglobal.net> • Date: Mon, 7 Apr 2008 05:15:31 -0400 (EDT) ```On 4/6/08 at 6:44 AM, uvnarae at hotmail.com (Walkman) wrote: >The probl...
577
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.703125
4
CC-MAIN-2024-22
latest
en
0.836102
http://gmatclub.com/forum/leo-73842.html
1,484,625,507,000,000,000
text/html
crawl-data/CC-MAIN-2017-04/segments/1484560279410.32/warc/CC-MAIN-20170116095119-00544-ip-10-171-10-70.ec2.internal.warc.gz
123,259,984
42,593
leo : PS Archive Check GMAT Club Decision Tracker for the Latest School Decision Releases http://gmatclub.com/AppTrack It is currently 16 Jan 2017, 19:58 ### GMAT Club Daily Prep #### Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscr...
614
2,063
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.15625
4
CC-MAIN-2017-04
latest
en
0.858775
http://mathhelpforum.com/calculus/157851-given-absolute-minimum-determine-value-function.html
1,526,832,689,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794863626.14/warc/CC-MAIN-20180520151124-20180520171124-00002.warc.gz
183,642,829
10,142
# Thread: Given the absolute minimum determine the value of a function 1. ## Given the absolute minimum determine the value of a function The graph of a function defined on [-3,3] by f(x)= x^2 + ax + b and has an absolute minimum at (-1,-3). Determine the value of f(1). I'm having trouble figuring this problem out. ...
620
2,158
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.21875
4
CC-MAIN-2018-22
latest
en
0.868971
https://www.doubtnut.com/question-answer/let-r-be-a-relation-defined-on-the-set-of-natural-numbers-n-as-rx-y-x-y-in-n-2x-y41-find-the-domain--642577774
1,638,035,683,000,000,000
text/html
crawl-data/CC-MAIN-2021-49/segments/1637964358208.31/warc/CC-MAIN-20211127163427-20211127193427-00064.warc.gz
823,427,103
78,989
HomeEnglishClass 12MathsChapterRelations Let R be a relation defined on... # Let R be a relation defined on the set of natural numbers N as R={(x ,\ y): x ,\ y in N ,\ 2x+y=41} Find the domain and range of R . Also, verify whether R is (i) reflexive, (ii) symmetric (iii) transitive. Step by step solution by experts ...
721
2,640
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.21875
4
CC-MAIN-2021-49
latest
en
0.936378
https://nrich.maths.org/public/leg.php?code=-93&cl=4&cldcmpid=2153
1,511,402,538,000,000,000
text/html
crawl-data/CC-MAIN-2017-47/segments/1510934806715.73/warc/CC-MAIN-20171123012207-20171123032207-00242.warc.gz
699,445,248
9,858
# Search by Topic #### Resources tagged with Making and proving conjectures similar to Flower: Filter by: Content type: Stage: Challenge level: ### There are 57 results Broad Topics > Using, Applying and Reasoning about Mathematics > Making and proving conjectures ### Polycircles ##### Stage: 4 Challenge Level: ...
2,185
9,355
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.953125
4
CC-MAIN-2017-47
latest
en
0.855037
https://math.answers.com/basic-math/What_are_the_common_factors_of_18_and_20
1,726,831,553,000,000,000
text/html
crawl-data/CC-MAIN-2024-38/segments/1725700652246.93/warc/CC-MAIN-20240920090502-20240920120502-00140.warc.gz
344,059,416
47,492
0 # What are the common factors of 18 and 20? Updated: 4/28/2022 Wiki User 8y ago The common factors of 18 and 20 are 1 and 2. Wiki User 8y ago Earn +20 pts Q: What are the common factors of 18 and 20? Submit Still have questions? Related questions ### What are the common factors of 18 20 and 24? The common f...
837
2,105
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.828125
4
CC-MAIN-2024-38
latest
en
0.939618
https://www.jiskha.com/display.cgi?id=1318817030
1,511,469,402,000,000,000
text/html
crawl-data/CC-MAIN-2017-47/segments/1510934806939.98/warc/CC-MAIN-20171123195711-20171123215711-00271.warc.gz
809,985,765
4,193
# Stats....plz help.... posted by . Rank the following data in increasing order and find the position and value of the 56th percentile. Please show all of your work. 0 1 6 8 9 9 8 6 3 1 0 9 How do i find the position and value of the 56th percentile?? • Stats....plz help.... - First you need to rank the data in i...
942
2,806
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2017-47
latest
en
0.757298
https://cran.rstudio.com/web/packages/exDE/vignettes/human_hmoi.html
1,701,416,434,000,000,000
text/html
crawl-data/CC-MAIN-2023-50/segments/1700679100276.12/warc/CC-MAIN-20231201053039-20231201083039-00460.warc.gz
211,789,302
29,722
# Hybrid MoI (Multiplicity of Infection) Human Model This is a hybrid model which tracks the mean multiplicity of infection (superinfection) in two compartments. The first, $$m1$$ is all infections, and the second $$m2$$ are apparent (patent) infections. Therefore $$m2$$ is “nested” within $$m1$$. It is a “hybrid” mod...
869
2,643
{"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": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.546875
4
CC-MAIN-2023-50
latest
en
0.796734
https://plainmath.net/algebra-i/98561-need-to-find-the-square-root-of-zero
1,675,582,641,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764500250.51/warc/CC-MAIN-20230205063441-20230205093441-00275.warc.gz
475,317,229
20,454
Jazlyn Nash 2022-11-27 Need to find the square root of zero Zoey Cole Expert Find the square root of zero. The square root of a number is the value that multiplies by itself to return the original number. The square root of $0$ is the number(say $x$) multiplied by itself to give the number$0$. i.e. $x.x=0$ Here to...
177
552
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 37, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.84375
4
CC-MAIN-2023-06
latest
en
0.857722
http://www.jiskha.com/display.cgi?id=1355907965
1,496,143,477,000,000,000
text/html
crawl-data/CC-MAIN-2017-22/segments/1495463615093.77/warc/CC-MAIN-20170530105157-20170530125157-00434.warc.gz
677,577,550
3,772
# maths --plse help me.. posted by on . the cost of 6 cows are same as cost of 8 goats. if cost of 9 cows and twice numbered goats is rs. 9000, then find the cost of 3 cows and 6 goats? (Here , twice numbered goats means 9 * 2 = 18) • maths --plse help me.. - , 9cows + 18goats = 9000 Divide the whole equation with...
118
344
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.890625
4
CC-MAIN-2017-22
latest
en
0.934228
https://pl.scribd.com/document/245305938/National-Cranberry-Part-I
1,563,827,877,000,000,000
text/html
crawl-data/CC-MAIN-2019-30/segments/1563195528220.95/warc/CC-MAIN-20190722201122-20190722223122-00340.warc.gz
500,080,717
55,280
You are on page 1of 3 # National Cranberry Case Study Question 1: Analyze the current process. [Using the process flow map, available in the Excel file associated /with the assignment, of the current process at Receiving Plant #1, mark the capacity and utilization of each of the operations. Show the flows of wet and ...
1,650
4,807
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.875
4
CC-MAIN-2019-30
latest
en
0.877154
https://www.jiskha.com/display.cgi?id=1285171486
1,516,617,700,000,000,000
text/html
crawl-data/CC-MAIN-2018-05/segments/1516084891277.94/warc/CC-MAIN-20180122093724-20180122113724-00124.warc.gz
948,333,623
4,019
posted by . prove that the statement 1/5+1/5^2+1/5^3 +...+1/5^n=1/4(1-1/5^n) is true for all positive integers n, write your proof in the space below • 12th grade - Hint: (1-x^n) = (1-x)(1+x+x²+x³+...+xn-1) ## Similar Questions 1. ### math induction prove the product of 4 consecutive integers is always divisible ...
839
2,421
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.5
4
CC-MAIN-2018-05
latest
en
0.794857
https://gpuzzles.com/questions/interview/aptitude/citigroup-puzzles/
1,500,885,864,000,000,000
text/html
crawl-data/CC-MAIN-2017-30/segments/1500549424770.15/warc/CC-MAIN-20170724082331-20170724102331-00206.warc.gz
664,872,676
10,374
# Citigroup Interview Puzzle #1 - Interview Marble Logic Puzzle Difficulty Popularity You are given a set of scales and 12 marbles. The scales are of the old balance variety. That is, a small dish hangs from each end of a rod that is balanced in the middle. The device enables you to conclude either that the contents ...
736
3,205
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.796875
4
CC-MAIN-2017-30
latest
en
0.940639
http://mathhelpforum.com/calculus/109142-laplacian-operator.html
1,481,155,281,000,000,000
text/html
crawl-data/CC-MAIN-2016-50/segments/1480698542250.48/warc/CC-MAIN-20161202170902-00195-ip-10-31-129-80.ec2.internal.warc.gz
172,381,443
10,071
1. Laplacian Operator Here is a exercise that our teacher gave us. He said to try it out. I don't understand it. Help would be greatly appreciated. Thanks 2. Suppose you have a bijective, analytic mapping $f:\mathbb{R}^3 \rightarrow \mathbb{R}^3$, given by $(x,y,z) \mapsto (r(x,y,z), s(x,y,z), t(x,y,z))$. Then $\...
317
1,045
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 5, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.796875
4
CC-MAIN-2016-50
longest
en
0.787785
https://gyires.inf.unideb.hu/GyBITT/15/apas02.html
1,582,714,230,000,000,000
text/html
crawl-data/CC-MAIN-2020-10/segments/1581875146341.16/warc/CC-MAIN-20200226084902-20200226114902-00202.warc.gz
384,095,588
3,536
## Complete partial orders and fixpoint theorems The pair is called a partial order, when is a partial order on D, that is, a reflexive, antisymmetric and transitive relation. Let . We say that d is a lower bound of X if, for all , . d is the greatest lower bound (glb) of X, if d is a lower bound, and, for every e suc...
737
2,840
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.71875
4
CC-MAIN-2020-10
latest
en
0.894159
https://web2.0calc.com/questions/how-to-factor_2
1,718,459,694,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198861594.22/warc/CC-MAIN-20240615124455-20240615154455-00694.warc.gz
553,850,034
5,437
+0 # How to Factor 0 15 1 +1347 Fill in the blank so that the resulting expression can be factored as the product of the two linear equations 21mn - 21m + 19m + 6n - 14n + 8 + ___ Dec 14, 2023 #1 +129243 +1 Simplify as 21mn - 2m - 8n + 8 So we have 21mn - 21m - 8n + 8  = 21m ( n - 1)  -  8 (n - 1)  = (21m -...
161
346
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.0625
4
CC-MAIN-2024-26
latest
en
0.649899
https://community.qlik.com/thread/290423
1,532,112,661,000,000,000
text/html
crawl-data/CC-MAIN-2018-30/segments/1531676591719.4/warc/CC-MAIN-20180720174340-20180720194340-00359.warc.gz
622,058,639
23,900
8 Replies Latest reply: Feb 6, 2018 11:35 AM by Youssef Belloum # Aggr by two dimensions Hello Experts, Need help in sorting out this solution. Requirement is to create a Percentage KPI by both the dimensions grouped by Dim 1 & 2. KPI is for every combination of Dim B we need to find percentage against Dim 1 i.e ...
614
2,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...
3.515625
4
CC-MAIN-2018-30
latest
en
0.86062
https://cracku.in/10-p-is-related-to-a-in-the-same-way-as-s-is-related--x-sbi-associate-po-07aug2011
1,719,294,756,000,000,000
text/html
crawl-data/CC-MAIN-2024-26/segments/1718198865560.33/warc/CC-MAIN-20240625041023-20240625071023-00338.warc.gz
161,615,486
25,851
Instructions Study the following information to answer the given question: Twelve people are sitting in two parallel rows containing six people each such that they are equidistant from each other. In row 1: P, Q, R, S, T and V are seated and all of them are facing South. In row 2: A, B, C, D, E and F are seated and al...
488
1,856
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.875
4
CC-MAIN-2024-26
latest
en
0.962847
https://mm-to-inches.net/quarts-to-cups/
1,675,783,374,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764500619.96/warc/CC-MAIN-20230207134453-20230207164453-00766.warc.gz
405,495,724
15,333
# Quarts to cups Physical quantities like temperature, weight, length, and volume need units for the measurement. Measurement must be accurate and proper. There are various units used for other physical quantities that can be measured by quarts to cups and othersunits. We can not use the same unit with every physical ...
1,391
4,882
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.125
4
CC-MAIN-2023-06
latest
en
0.963037
https://socratic.org/questions/how-do-you-solve-3x-1-2-12-using-the-square-root-property
1,606,814,534,000,000,000
text/html
crawl-data/CC-MAIN-2020-50/segments/1606141672314.55/warc/CC-MAIN-20201201074047-20201201104047-00512.warc.gz
476,793,671
5,813
# How do you solve (3x-1)^2 = 12 using the square root property? Aug 17, 2015 When a square is equal to a number, there are two answers: #### Explanation: $3 x - 1 = \sqrt{12} \mathmr{and} 3 x - 1 = - \sqrt{12}$ because both $\sqrt{12} \mathmr{and} - \sqrt{12}$ give $12$ when squared. Since $\sqrt{12} = 2 \sqrt{3}...
186
435
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 5, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.4375
4
CC-MAIN-2020-50
latest
en
0.726432
http://www.jiskha.com/members/profile/posts.cgi?name=Mgraph&page=19
1,371,691,693,000,000,000
text/html
crawl-data/CC-MAIN-2013-20/segments/1368709337609/warc/CC-MAIN-20130516130217-00090-ip-10-60-113-184.ec2.internal.warc.gz
533,114,560
3,175
Wednesday June 19, 2013 # Posts by Mgraph Total # Posts: 317 algebra Let y= ax+b then 592=10a+b 968=18a+b and we find a and b. Calculus Area=2Pi(int from 0 to 1) y*sqrt(1+(y')^2)dx Statistics P=30C10(0.3)^10(0.7)^20 statistics P=P(5)+P(6)+P(7)+P(8)+P(9)+P(10)+P(11)+ P(12) P(k)=12Ck(0.7)^k(0.3)^(12-k), k=5,6,...,1...
666
1,298
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.09375
4
CC-MAIN-2013-20
longest
en
0.55043
http://mathhelpforum.com/algebra/53342-solve-x-print.html
1,529,578,848,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267864139.22/warc/CC-MAIN-20180621094633-20180621114633-00197.warc.gz
198,452,169
2,738
# solve for x • Oct 12th 2008, 06:49 PM algebra2 solve for x • Oct 12th 2008, 07:13 PM Jhevon Quote: Originally Posted by algebra2 first, cross-multiply and divide both sides by -2, you get, $\displaystyle x \sqrt{x} = 1$ now, can you continue? • Oct 12th 2008, 07:19 PM jkru First, we multiply both sides by 2x to ...
210
628
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.03125
4
CC-MAIN-2018-26
latest
en
0.913215
https://edurev.in/course/quiz/attempt/-1_NEET-Part-Test-7/308727d5-8e3d-468e-8dc3-5607d73c6872
1,675,067,106,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764499804.60/warc/CC-MAIN-20230130070411-20230130100411-00197.warc.gz
248,442,116
158,509
NEET  >  NEET Part Test - 7 # NEET Part Test - 7 Test Description ## 180 Questions MCQ Test NEET Mock Test Series | NEET Part Test - 7 NEET Part Test - 7 for NEET 2023 is part of NEET Mock Test Series preparation. The NEET Part Test - 7 questions and answers have been prepared according to the NEET exam syllabus.Th...
9,996
36,384
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.78125
4
CC-MAIN-2023-06
latest
en
0.883902
https://bioinfo-scrounger.com/archives/bisection/
1,721,710,358,000,000,000
text/html
crawl-data/CC-MAIN-2024-30/segments/1720763518014.29/warc/CC-MAIN-20240723041947-20240723071947-00882.warc.gz
115,123,427
6,959
# KeepNotes blog Stay hungry, Stay Foolish. 0% When I learned the Miettinen and Nurminen Test algorithm from the `rate-compare` article (Unstratified and Stratified Miettinen and Nurminen Test), I found that its CI is given by the roots of an equation. In order to reproduce its algorithm, I'd like to learn more abou...
954
3,232
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.5
4
CC-MAIN-2024-30
latest
en
0.881662
https://www.mathhomeworkanswers.org/252124/2x-4y-20-3x-2y-26?show=252135
1,539,653,289,000,000,000
text/html
crawl-data/CC-MAIN-2018-43/segments/1539583509960.34/warc/CC-MAIN-20181016010149-20181016031649-00445.warc.gz
1,001,546,229
12,416
Just to know what the answer is The first equation can be reduced: x+2y=10 so 2y=10-x. The second equation can be rearranged: 2y=26-3x. So we have 2y on the left of each so the right hand sides are equal: 26-3x=10-x, 16=2x so x=8 and 2y=10-8=2 so y=1. The solution is x=8 and y=1 which satisfy both equations. answ...
363
831
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.21875
4
CC-MAIN-2018-43
longest
en
0.764282
http://www.mathworks.com/matlabcentral/cody/problems/161-wilf-zeilberger-pairs/solutions/228933
1,485,270,846,000,000,000
text/html
crawl-data/CC-MAIN-2017-04/segments/1484560284429.99/warc/CC-MAIN-20170116095124-00328-ip-10-171-10-70.ec2.internal.warc.gz
573,876,689
11,700
Cody # Problem 161. Wilf-Zeilberger pairs Solution 228933 Submitted on 10 Apr 2013 by Tanguy • Size: 31 • This is the leading solution. 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 %% F = @(n,k)...
482
1,156
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.671875
4
CC-MAIN-2017-04
latest
en
0.492485
https://www.physicsforums.com/threads/natural-log-helpp.528435/
1,624,238,298,000,000,000
text/html
crawl-data/CC-MAIN-2021-25/segments/1623488259200.84/warc/CC-MAIN-20210620235118-20210621025118-00056.warc.gz
854,789,493
14,746
Natural log helpp natural log helpp!! Homework Statement ln(x+10)+ln(x+4)=2 2. The attempt at a solution okay so i took it down to (-14+-(14^2 - 4(e^2 - 40))^1/2) / 2 which i broke down to 356 - 4e^2 inside the sqrt. am i on the right track and if so Whats the next step? Answers and Replies wukunlin Gold Membe...
575
1,407
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.9375
4
CC-MAIN-2021-25
latest
en
0.850651
https://gmatclub.com/forum/if-the-majority-of-your-opponents-have-control-you-may-become-defeate-276290.html
1,542,331,419,000,000,000
text/html
crawl-data/CC-MAIN-2018-47/segments/1542039742968.18/warc/CC-MAIN-20181116004432-20181116030432-00249.warc.gz
637,567,827
52,765
GMAT Question of the Day - Daily to your Mailbox; hard ones only It is currently 15 Nov 2018, 17:23 GMAT Club Daily Prep Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email. Customized for You...
899
3,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.921875
4
CC-MAIN-2018-47
latest
en
0.900863
https://math.stackexchange.com/questions/1558374/can-the-limit-of-piecewise-linear-continuous-functions-be-some-differentiable-fu
1,701,524,018,000,000,000
text/html
crawl-data/CC-MAIN-2023-50/segments/1700679100399.81/warc/CC-MAIN-20231202105028-20231202135028-00840.warc.gz
442,060,889
36,639
# Can the limit of piecewise linear continuous functions be some differentiable function other than linear or constant functions? Oh, well, the title actually describes what kind of question will this question be, but let us do some warm-up before stating the question as clearly as possible. Suppose first that everyt...
516
2,162
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.65625
4
CC-MAIN-2023-50
latest
en
0.936803
https://in.mathworks.com/matlabcentral/cody/problems/42769-gjam-march-2016-iow-cody-s-jams/solutions/849954
1,585,567,710,000,000,000
text/html
crawl-data/CC-MAIN-2020-16/segments/1585370496901.28/warc/CC-MAIN-20200330085157-20200330115157-00250.warc.gz
534,317,314
19,110
Cody # Problem 42769. GJam March 2016 IOW: Cody's Jams Solution 849954 Submitted on 13 Mar 2016 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 m=[15 20 60 75 80 100 ]; v=CodyJams(...
3,350
8,005
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2020-16
latest
en
0.137939
http://clay6.com/qa/21866/the-lines-overrightarrow-r-overrightarrow-a-1-lambda-overrightarrow-b-1-and
1,527,101,519,000,000,000
text/html
crawl-data/CC-MAIN-2018-22/segments/1526794865702.43/warc/CC-MAIN-20180523180641-20180523200641-00246.warc.gz
55,902,603
26,493
# The lines $\overrightarrow r=\overrightarrow a_1+\lambda\overrightarrow b_1$ and $\overrightarrow r=\overrightarrow a_2+\alpha \overrightarrow b_2$ are coplanar if ? $\begin{array}{1 1} (a)\:\overrightarrow a_1\times\overrightarrow a_2=0\:\qquad\:(b)\:\overrightarrow b_1\times\overrightarrow b_2=0\:\qquad\:(c)\:(\ov...
807
1,894
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.9375
4
CC-MAIN-2018-22
latest
en
0.139241
https://byjus.com/maths/discriminant/
1,657,017,620,000,000,000
text/html
crawl-data/CC-MAIN-2022-27/segments/1656104542759.82/warc/CC-MAIN-20220705083545-20220705113545-00207.warc.gz
185,390,498
155,822
Checkout JEE MAINS 2022 Question Paper Analysis : Checkout JEE MAINS 2022 Question Paper Analysis : # Discriminant A quadratic equation will have a solution based on the value of its discriminant. The term inside a radical symbol (square root) of a quadratic formula is said to be a discriminant. The discriminant in M...
1,021
3,994
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.625
5
CC-MAIN-2022-27
longest
en
0.891491
https://cs.stackexchange.com/questions/7457/remove-minimum-number-of-vertices-to-disconnect-the-graph/29656
1,701,488,303,000,000,000
text/html
crawl-data/CC-MAIN-2023-50/segments/1700679100309.57/warc/CC-MAIN-20231202010506-20231202040506-00239.warc.gz
219,361,074
41,932
# Remove minimum number of vertices to disconnect the graph Consider an undirected graph with a source and a sink vertex. We would like to remove minimum number of vertices in that graph to disconnect any path between source and sink. Can we do this using say a max-flow, min-cut algorithm? • It should work (I assume...
591
2,343
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.796875
4
CC-MAIN-2023-50
latest
en
0.930339
http://www.pagalguy.com/@asd_dah
1,462,089,702,000,000,000
text/html
crawl-data/CC-MAIN-2016-18/segments/1461860114649.41/warc/CC-MAIN-20160428161514-00020-ip-10-239-7-51.ec2.internal.warc.gz
720,929,143
16,528
# @asd_dah ##### Aash 13 karma ###### CATOfficial Quant Thread for CAT 2011 [Part 8] there are a total of 30 seats such that we have to select 6 blocks of 4 seats. That means total of 30-{6*4} = 6 seats will be left b/w these blocks. Let these left over seats be : a,b,c,d,e,f now they will be arranged b/w 6 blocks li...
1,223
3,726
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.6875
4
CC-MAIN-2016-18
latest
en
0.894325
http://physics.stackexchange.com/questions/52976/how-can-the-speed-of-light-be-a-dimensionless-constant
1,469,329,002,000,000,000
text/html
crawl-data/CC-MAIN-2016-30/segments/1469257823935.18/warc/CC-MAIN-20160723071023-00050-ip-10-185-27-174.ec2.internal.warc.gz
197,967,207
29,381
How can the speed of light be a dimensionless constant? This is a quote from the book A first course in general relativity by Schutz: What we shall now do is adopt a new unit for time, the meter. One meter of time is the time it takes light to travel one meter. The speed of light in these units is \begin{align*}\end{...
6,036
25,742
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
3.640625
4
CC-MAIN-2016-30
latest
en
0.914769
https://math.stackexchange.com/questions/2646341/how-many-possible-ways-of-distributing-20-red-balls-and-20-blue-balls-among-4-st
1,568,911,828,000,000,000
text/html
crawl-data/CC-MAIN-2019-39/segments/1568514573561.45/warc/CC-MAIN-20190919163337-20190919185337-00249.warc.gz
582,451,641
31,924
# How many possible ways of distributing 20 red balls and 20 blue balls among 4 students? I am dividing 20 red balls and 20 blue balls among 4 students in a way that no student gets less than 3 or more than 7 of each ball? How can I carry out the distribution. All I know, if there were no conditions, the solution wou...
752
2,428
{"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.0625
4
CC-MAIN-2019-39
latest
en
0.899778
https://mathgeekmama.com/winter-addition-to-20/
1,702,145,002,000,000,000
text/html
crawl-data/CC-MAIN-2023-50/segments/1700679100942.92/warc/CC-MAIN-20231209170619-20231209200619-00204.warc.gz
436,727,385
40,868
# {FREE} Winter Solve & Color: Addition to 20 Practice Need extra practice with addition? This FREE set of winter addition to 20 “solve and color” pages is a fun way to work on specific addition strategies and build fact fluency. My sweet little first grader has spent the bulk of her year learning addition and subtra...
1,355
6,069
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.40625
4
CC-MAIN-2023-50
longest
en
0.956288
https://www.physicsforums.com/threads/centripetal-motion-find-radius-which-solution-is-correct.810354/
1,529,606,617,000,000,000
text/html
crawl-data/CC-MAIN-2018-26/segments/1529267864256.26/warc/CC-MAIN-20180621172638-20180621192638-00069.warc.gz
887,646,924
14,820
# Homework Help: Centripetal motion, find radius - which solution is correct? 1. Apr 24, 2015 ### Tyrannosaurus_ 1. The problem statement, all variables and given/known data The planet Saturn will orbit the Sun every 19 Earth years (= 599 184 000 seconds). Assume Saturn travels on a circular orbit with a speed of 9 ...
353
1,114
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.6875
4
CC-MAIN-2018-26
latest
en
0.870967
https://slideplayer.com/slide/2346599/
1,532,134,092,000,000,000
text/html
crawl-data/CC-MAIN-2018-30/segments/1531676592001.81/warc/CC-MAIN-20180720232914-20180721012914-00021.warc.gz
759,443,264
19,730
# Questionnaires, experiments, databases, and the internet are used to collect data. These collected data can be displayed in tables and graphs, which can. ## Presentation on theme: "Questionnaires, experiments, databases, and the internet are used to collect data. These collected data can be displayed in tables and g...
701
2,769
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4.25
4
CC-MAIN-2018-30
latest
en
0.890911
http://rosettacode.org/wiki/Polynomial_long_division
1,544,711,568,000,000,000
text/html
crawl-data/CC-MAIN-2018-51/segments/1544376824822.41/warc/CC-MAIN-20181213123823-20181213145323-00569.warc.gz
242,712,976
45,573
# Polynomial long division Polynomial long division You are encouraged to solve this task according to the task description, using any language you may know. This page uses content from Wikipedia. The original article was at Polynomial long division. The list of authors can be seen in the page history. As with Rosett...
16,415
49,208
{"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 8, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat...
4.5
4
CC-MAIN-2018-51
latest
en
0.855733
https://www.arithmophobianomore.com/math-teachers-play-blog-carnival-101/
1,670,122,649,000,000,000
text/html
crawl-data/CC-MAIN-2022-49/segments/1669446710953.78/warc/CC-MAIN-20221204004054-20221204034054-00419.warc.gz
668,489,233
26,620
# Math Teachers At Play Blog Carnival 101 Welcome the 101st Math Teachers At Play Blog Carnival (MTaP)! If this is your first experience with the blog carnival, a little background information is in order. MTaP was started by Denise Gaskins over at Let’s Play Math.  It’s a collection of blog posts from teachers around...
1,424
6,308
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2022-49
latest
en
0.918753
https://oregonbeachroofinspection.com/doing-818
1,675,325,400,000,000,000
text/html
crawl-data/CC-MAIN-2023-06/segments/1674764499967.46/warc/CC-MAIN-20230202070522-20230202100522-00596.warc.gz
452,171,460
4,860
# Solution math problem Solution math problem is a mathematical instrument that assists to solve math equations. We will give you answers to homework. ## The Best Solution math problem Solution math problem is a software program that supports students solve math problems. Algebra is a fundamental tool in mathematics...
581
2,899
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.734375
4
CC-MAIN-2023-06
latest
en
0.961219
https://www.physicsforums.com/threads/given-an-em-wave-find-different-values.722137/
1,508,237,183,000,000,000
text/html
crawl-data/CC-MAIN-2017-43/segments/1508187821017.9/warc/CC-MAIN-20171017091309-20171017111309-00738.warc.gz
993,260,195
18,388
Given an EM Wave find different values 1. Nov 11, 2013 DODGEVIPER13 1. The problem statement, all variables and given/known data The magnetic field intensity of an electromagnetic wave that propagates in vacuum is described with the following phasor notation: (H_{z} = H_{0}e^{+jkx}u_{z}) if the previous equation is ...
849
2,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...
3.5625
4
CC-MAIN-2017-43
longest
en
0.923086
https://www.bartleby.com/solution-answer/chapter-2-problem-13p-college-physics-11th-edition/9781305952300/a-person-lakes-a-trip-driving-with-a-constant-speed-of-895-kmh-except-for-a-220-min-rest-stop/ab3d5e51-98d6-11e8-ada4-0ee91056875a
1,571,284,903,000,000,000
text/html
crawl-data/CC-MAIN-2019-43/segments/1570986672548.33/warc/CC-MAIN-20191017022259-20191017045759-00151.warc.gz
809,934,161
67,985
Chapter 2, Problem 13P ### College Physics 11th Edition Raymond A. Serway + 1 other ISBN: 9781305952300 Chapter Section ### College Physics 11th Edition Raymond A. Serway + 1 other ISBN: 9781305952300 Textbook Problem # A person lakes a trip, driving with a constant speed of 89.5 km/h, except, for a 22.0-min rest...
472
1,603
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.875
4
CC-MAIN-2019-43
latest
en
0.84955
http://logicomp.blogspot.com/2006/05/game-theoretic-characterization-of.html?showComment=1147206540000
1,547,856,240,000,000,000
text/html
crawl-data/CC-MAIN-2019-04/segments/1547583660877.4/warc/CC-MAIN-20190118233719-20190119015719-00391.warc.gz
131,634,151
14,251
Tuesday, May 02, 2006 Game theoretic characterization of treewidth There is no doubt that the notion of treewidth introduced by Robertson and Seymour is one of the most important concepts in math and computer science introduced in the past thirty years. Roughly speaking, treewidth of a graph G measures how much G loo...
1,521
6,522
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
3.65625
4
CC-MAIN-2019-04
latest
en
0.946594
https://scholarspapers.com/how-do-you-divide-3x-2-7x-4-div-x-1/
1,590,841,162,000,000,000
text/html
crawl-data/CC-MAIN-2020-24/segments/1590347409171.27/warc/CC-MAIN-20200530102741-20200530132741-00146.warc.gz
528,591,481
11,299
# How do you divide ##(3x ^ { 2} + 7x + 4) \div ( x + 1)##? 3x+4 Let’s original settle brace conditions divisor and segregatend Get a plagiarism free copy of this essay from our experts How do you divide ##(3x ^ { 2} + 7x + 4) \div ( x + 1)##? Just from \$13/Page divisor = x+1dividend = ##3x^2 +7x + 4## Let us com...
761
2,810
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2020-24
latest
en
0.87168
https://id.scribd.com/doc/312275212/chapter-28
1,566,680,103,000,000,000
text/html
crawl-data/CC-MAIN-2019-35/segments/1566027321696.96/warc/CC-MAIN-20190824194521-20190824220521-00261.warc.gz
499,972,378
69,095
Anda di halaman 1dari 15 # Chapter 28 Question 1 Joels early model of electricity used water as an analogy for charge. His current model uses air as an analogy. Why does he think air is a better analogy? ## Air is a compressible fluid. It can be compressed into regions of higher pressure, and will flow from regions...
614
2,715
{"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma...
4
4
CC-MAIN-2019-35
latest
en
0.940513