url string | fetch_time int64 | content_mime_type string | warc_filename string | warc_record_offset int32 | warc_record_length int32 | text string | token_count int32 | char_count int32 | metadata string | score float64 | int_score int64 | crawl string | snapshot_type string | language string | language_score float64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
http://forums.macrumors.com/archive/index.php/t-59578.html | 1,405,123,405,000,000,000 | text/html | crawl-data/CC-MAIN-2014-23/segments/1404776430044.46/warc/CC-MAIN-20140707234030-00078-ip-10-180-212-248.ec2.internal.warc.gz | 52,659,600 | 4,436 | PDA
View Full Version : Help with an IQ question
noel4r
Feb 8, 2004, 02:54 AM
Hello all, I took this IQ test online and I couldn't figure out the answer for the following question:
John likes 400 but not 300; he likes 100 but not 99; he likes 3600 but not 3700. Which does he like?
A. 900
B.__ 1000
C.__ 1100
D.__ 120... | 1,135 | 3,999 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.609375 | 3 | CC-MAIN-2014-23 | latest | en | 0.965789 |
https://it.mathworks.com/matlabcentral/cody/problems/1066-multiples-of-a-number-in-a-given-range/solutions/760162 | 1,580,075,976,000,000,000 | text/html | crawl-data/CC-MAIN-2020-05/segments/1579251690379.95/warc/CC-MAIN-20200126195918-20200126225918-00326.warc.gz | 505,398,660 | 16,667 | Cody
# Problem 1066. Multiples of a Number in a Given Range
Solution 760162
Submitted on 14 Oct 2015 by Takehiko KOBORI
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
%% assert(isequal(bounded_mul... | 927 | 2,386 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.484375 | 3 | CC-MAIN-2020-05 | latest | en | 0.283323 |
https://la.mathworks.com/matlabcentral/cody/problems/2927-matlab-basics-ii-max-index-of-max/solutions/575372 | 1,603,555,011,000,000,000 | text/html | crawl-data/CC-MAIN-2020-45/segments/1603107883636.39/warc/CC-MAIN-20201024135444-20201024165444-00154.warc.gz | 415,802,446 | 16,959 | Cody
# Problem 2927. Matlab Basics II - Max & Index of Max
Solution 575372
Submitted on 6 Feb 2015 by Juan Moreta
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
%% x = [1 4 5 2 3]; y_correct = [5,... | 211 | 636 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.671875 | 3 | CC-MAIN-2020-45 | latest | en | 0.633127 |
https://forum.sa-mp.com/showthread.php?s=37a1006df5bd3525525c3af94823507c&t=662209 | 1,547,946,204,000,000,000 | text/html | crawl-data/CC-MAIN-2019-04/segments/1547583688396.58/warc/CC-MAIN-20190120001524-20190120023524-00071.warc.gz | 525,834,391 | 12,150 | SA-MP Forums A* Pathfinder (3D map) in samp
New Account Members List Search Today's Posts Mark Forums Read
26/12/2018, 02:47 AM #1
ForT
Gangsta
Join Date: Sep 2012
Location: Florianópolis - SC Country: Brazil
Posts: 665
Reputation: 256
A* Pathfinder (3D map) in samp
In recent days I have developed a pathfinder to... | 1,697 | 6,214 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.796875 | 3 | CC-MAIN-2019-04 | longest | en | 0.947383 |
http://k2code.blogspot.com/2015/06/lazy-caterer.html | 1,532,145,419,000,000,000 | text/html | crawl-data/CC-MAIN-2018-30/segments/1531676592309.94/warc/CC-MAIN-20180721032019-20180721052019-00343.warc.gz | 193,417,567 | 33,390 | ## Wednesday, June 10, 2015
### Lazy Caterer's sequence
Problem
Given a circular (or regular polygon) cake and a knife by which you can only cut vertically, find the maximum number of pieces of cake you can get by making n cuts. Write a program to do that.
Solution
The solution to this is very simple, if you know ma... | 556 | 1,977 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.34375 | 4 | CC-MAIN-2018-30 | latest | en | 0.918323 |
https://aimsciences.org/article/doi/10.3934/mbe.2009.6.663 | 1,569,042,378,000,000,000 | text/html | crawl-data/CC-MAIN-2019-39/segments/1568514574265.76/warc/CC-MAIN-20190921043014-20190921065014-00042.warc.gz | 351,890,580 | 11,524 | American Institute of Mathematical Sciences
2009, 6(3): 663-682. doi: 10.3934/mbe.2009.6.663
New developments in using stochastic recipe for multi-compartment model: Inter-compartment traveling route, residence time, and exponential convolution expansion
1 School of Pharmacy and Department of Statistics, The Ohio S... | 1,834 | 6,370 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 2.546875 | 3 | CC-MAIN-2019-39 | latest | en | 0.905729 |
https://www.systutorials.com/docs/linux/man/3-sopmtr/ | 1,722,793,729,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640408316.13/warc/CC-MAIN-20240804164455-20240804194455-00163.warc.gz | 813,268,909 | 4,132 | # sopmtr (3) - Linux Manuals
sopmtr.f -
## SYNOPSIS
### Functions/Subroutines
subroutine sopmtr (SIDE, UPLO, TRANS, M, N, AP, TAU, C, LDC, WORK, INFO)
SOPMTR
## Function/Subroutine Documentation
### subroutine sopmtr (characterSIDE, characterUPLO, characterTRANS, integerM, integerN, real, dimension( * )AP, real, ... | 834 | 2,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... | 2.53125 | 3 | CC-MAIN-2024-33 | latest | en | 0.771923 |
http://web2.0calc.com/questions/what-solve | 1,503,536,596,000,000,000 | text/html | crawl-data/CC-MAIN-2017-34/segments/1502886126017.3/warc/CC-MAIN-20170824004740-20170824024740-00494.warc.gz | 429,942,832 | 5,585 | +0
# what solve
0
107
1
(-9)^2-4(8)(-8)
Guest Apr 3, 2017
Sort:
#1
+4174
+3
(-9)2 - (4)(8)(-8)
(-9)(-9) - (4)(8)(-8)
81 - (32)(-8)
81 - (-256)
81 + 256 = 337
hectictar Apr 3, 2017
### 18 Online Users
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic... | 162 | 446 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.5625 | 3 | CC-MAIN-2017-34 | longest | en | 0.771494 |
https://graphics.stanford.edu/wikis/cs348b-06/TomBrow/Assignment3?action=print&rev=34 | 1,653,665,834,000,000,000 | text/html | crawl-data/CC-MAIN-2022-21/segments/1652662658761.95/warc/CC-MAIN-20220527142854-20220527172854-00527.warc.gz | 349,657,448 | 5,252 | • TomBrow/Assignment3
# Assignment 3 Camera Simulation
## Compound Lens Simulator
### Description of implementation approach and comments
I represent the compound lens using a linked list of lens structs, each of which contains information about one lens surface or aperture stop. The surface of the element is repre... | 1,138 | 5,321 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.734375 | 3 | CC-MAIN-2022-21 | latest | en | 0.916159 |
http://www.mathconcentration.com/profile/CarterHooks | 1,539,943,469,000,000,000 | text/html | crawl-data/CC-MAIN-2018-43/segments/1539583512382.62/warc/CC-MAIN-20181019082959-20181019104459-00174.warc.gz | 506,216,705 | 19,064 | One Stop Shop for Math Teacher Resources
Carter Hooks
• teacher
• Blog Posts
• Discussions
• Events
• Groups
• Photos
• Photo Albums
• Videos
# Carter Hooks's Page
## Profile Information
How did you hear about Math Concentration?
Colleague
Are you a parent, teacher, student, other?
teacher
I teach 8th and 9th grade... | 401 | 1,572 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.40625 | 3 | CC-MAIN-2018-43 | latest | en | 0.862926 |
https://community.qlik.com/t5/New-to-QlikView/Rolling-12-months-percentages/td-p/816190 | 1,571,649,059,000,000,000 | text/html | crawl-data/CC-MAIN-2019-43/segments/1570987763641.74/warc/CC-MAIN-20191021070341-20191021093841-00367.warc.gz | 425,374,946 | 42,211 | # New to QlikView
Discussion board where members can get started with QlikView.
Announcements
Contributor II
## Rolling 12 months percentages
Hi All,
I have the data as below :
Attrition Month MonthlyDisengagements Rolling 12 MOnthlyHeadcouint rolling 12months avg Jul 2013 9 9 579 ? Aug 2013 13 22 598 ? Sep 201... | 656 | 2,120 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.140625 | 3 | CC-MAIN-2019-43 | latest | en | 0.689066 |
https://www.jiskha.com/display.cgi?id=1298853663 | 1,502,928,265,000,000,000 | text/html | crawl-data/CC-MAIN-2017-34/segments/1502886102757.45/warc/CC-MAIN-20170816231829-20170817011829-00180.warc.gz | 893,412,952 | 3,642 | # algebra
posted by .
solve using the elimination method
x+7y=58
-x+4y=30
• algebra -
11y = 88
Solve for y. Insert value in one equation to find x. Check by inserting both values into other equation.
## Similar Questions
1. ### Algebra
Solving system of linear equations by using the apropiate method name the me... | 534 | 1,546 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2017-34 | latest | en | 0.735684 |
https://www.clutchprep.com/questions/1179/if-100-g-of-water-at-55c-is-combined-with-300-g-of-water-at-15c-what-is-the-final-temperature-of-the- | 1,623,729,401,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623487616657.20/warc/CC-MAIN-20210615022806-20210615052806-00584.warc.gz | 644,111,028 | 25,056 | # If 100. g of water at 55C is combined with 300. g of water at 15C, what is the final temperature of the 400. g of water?
Hint: 25% of the 400. g starts at 55C while 75% starts at 15C. | 67 | 186 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.078125 | 3 | CC-MAIN-2021-25 | latest | en | 0.931157 |
https://www.jiskha.com/display.cgi?id=1323479117 | 1,511,212,494,000,000,000 | text/html | crawl-data/CC-MAIN-2017-47/segments/1510934806225.78/warc/CC-MAIN-20171120203833-20171120223833-00059.warc.gz | 831,686,438 | 3,910 | # calculus
posted by .
Find the critical number of g(t)=(t^2)/(5t+4)
• calculus -
vertical asymptotes where denominator is zero
By now you should know all about how 1st and 2nd derivatives tell you about critical points:
g' = t(5t+8)/(5t+4)^2
g'' = 32/(5t+4)^3
g has max/min where g'=0 and g'' not 0
g has inflect... | 663 | 2,215 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-47 | latest | en | 0.825292 |
http://exxamm.com/QuestionSolution4/3D+Geometry/What+is+the+equation+of+the+plane+through+Z+axis+and+parallel+to+the+line+x+1+cos+theta+y+2+sin+theta+/2329067811 | 1,555,900,127,000,000,000 | text/html | crawl-data/CC-MAIN-2019-18/segments/1555578533774.1/warc/CC-MAIN-20190422015736-20190422041736-00349.warc.gz | 64,678,984 | 9,638 | What is the equation of the plane through Z-axis and parallel to the line (x-1)/(cos theta) = (y+2)/(sin theta) =
### Question Asked by a Student from EXXAMM.com Team
Q 2329067811. What is the equation of the plane through Z-axis
and parallel to the line (x-1)/(cos theta) = (y+2)/(sin theta) = (z-3)/0
NDA 2010 ... | 221 | 743 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 2.734375 | 3 | CC-MAIN-2019-18 | latest | en | 0.855576 |
https://www.acmicpc.net/problem/18984 | 1,669,489,994,000,000,000 | text/html | crawl-data/CC-MAIN-2022-49/segments/1669446708046.99/warc/CC-MAIN-20221126180719-20221126210719-00879.warc.gz | 684,048,330 | 8,294 | 시간 제한메모리 제한제출정답맞힌 사람정답 비율
2 초 256 MB64360.000%
## 문제
Chiaki has a sequence $A=\{a_1,a_2,\dots,a_n\}$. Let $\mathbf{RMQ}(A, l, r)$ be the minimum $i$ ($l \le i \le r$) such that $a_i$ is the maximum value in $a_l, a_{l+1}, \dots, a_{r}$.
Two sequences $A$ and $B$ are called RMQ Similar, if they have the same length $... | 614 | 1,702 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.25 | 3 | CC-MAIN-2022-49 | latest | en | 0.777355 |
https://artofproblemsolving.com/wiki/index.php?title=2016_USAJMO_Problems/Problem_1&diff=prev&oldid=93956 | 1,604,173,867,000,000,000 | text/html | crawl-data/CC-MAIN-2020-45/segments/1603107922411.94/warc/CC-MAIN-20201031181658-20201031211658-00214.warc.gz | 213,747,829 | 13,564 | # Difference between revisions of "2016 USAJMO Problems/Problem 1"
## Problem
The isosceles triangle $\triangle ABC$, with $AB=AC$, is inscribed in the circle $\omega$. Let $P$ be a variable point on the arc $\stackrel{\frown}{BC}$ that does not contain $A$, and let $I_B$ and $I_C$ denote the incenters of triangles $... | 953 | 2,722 | {"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": 57, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.6875 | 5 | CC-MAIN-2020-45 | latest | en | 0.817591 |
https://www.expertsmind.com/library/the-difference-between-the-two-population-means-517849.aspx | 1,721,737,044,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763518029.87/warc/CC-MAIN-20240723102757-20240723132757-00733.warc.gz | 675,664,207 | 13,200 | ### The difference between the two population means
Assignment Help Basic Statistics
##### Reference no: EM1317849
Cornell University Study problem - Margin of error, Confidence Interval
A Cornell university study of wage differentials between men and women reported that one of the reasons wages for men are higher t... | 926 | 4,431 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-30 | latest | en | 0.942896 |
https://rubydoc.info/github/ruby-rdf/rdf/RDF/Literal/Decimal | 1,657,211,859,000,000,000 | text/html | crawl-data/CC-MAIN-2022-27/segments/1656104495692.77/warc/CC-MAIN-20220707154329-20220707184329-00696.warc.gz | 511,332,289 | 7,988 | Class: RDF::Literal::Decimal
Inherits:
Numeric
show all
Defined in:
lib/rdf/model/literal/decimal.rb
Overview
A decimal literal.
Examples:
Arithmetic with decimal literals
``````RDF::Literal(BigDecimal('1.0')) + 0.5 #=> RDF::Literal(BigDecimal('1.5'))
RDF::Literal(BigDecimal('1.0')) - 0.5 #=> RDF::Literal(Big... | 1,568 | 5,453 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.8125 | 3 | CC-MAIN-2022-27 | longest | en | 0.351718 |
http://levlafayette.com/blog/1?page=25 | 1,529,364,214,000,000,000 | text/html | crawl-data/CC-MAIN-2018-26/segments/1529267861456.51/warc/CC-MAIN-20180618222556-20180619002556-00181.warc.gz | 194,309,799 | 7,770 | # lev_lafayette's blog
## Accounting for Decision Making: With and Without Resource Constraints
Decisions are (a) where there are no resource constraints (i.e., an action does not affect other opportunities), (b) there are resource constraints (an action limits the possibility of other choices, requiring a ranking sy... | 1,021 | 5,222 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.625 | 3 | CC-MAIN-2018-26 | latest | en | 0.932459 |
http://www.sparknotes.com/physics/oscillations/oscillationsandsimpleharmonicmotion/problems.html | 1,516,144,611,000,000,000 | text/html | crawl-data/CC-MAIN-2018-05/segments/1516084886758.34/warc/CC-MAIN-20180116224019-20180117004019-00427.warc.gz | 560,656,944 | 14,302 | # Oscillations and Simple Harmonic Motion
## Contents
#### Problems
Problem :
An object in circular motion has an easily defined period, frequency and angular velocity. Can circular motion be considered an oscillation?
Though circular motion has many similarities to oscillations, it can not truly be considered an ... | 622 | 2,952 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.46875 | 4 | CC-MAIN-2018-05 | latest | en | 0.905376 |
https://www.tradingview.com/script/eLFA0ObA-Fib-Pivot-Points-HL/ | 1,718,756,401,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198861796.49/warc/CC-MAIN-20240618234039-20240619024039-00480.warc.gz | 918,872,442 | 70,728 | # Fib Pivot Points HL
Updated
This TradingView indicator allows users to select a specific timeframe (TF) and then analyzes the high, low, and closing prices from the past period within that TF to calculate a central pivot point. The pivot point is determined using the formula (High + Close + Low) / 3, providing a key... | 1,333 | 5,826 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.96875 | 3 | CC-MAIN-2024-26 | latest | en | 0.914934 |
http://perplexus.info/show.php?pid=3893&cid=27610 | 1,601,180,658,000,000,000 | text/html | crawl-data/CC-MAIN-2020-40/segments/1600400250241.72/warc/CC-MAIN-20200927023329-20200927053329-00328.warc.gz | 98,011,089 | 4,647 | All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars
perplexus dot info
Five Fives (Posted on 2005-09-18)
A mathematician who was exceedingly fond of the number five set to work trying to express as many consecutive integers using no numerals besides '5', and only up to five of them. She... | 491 | 1,570 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.4375 | 3 | CC-MAIN-2020-40 | longest | en | 0.904658 |
https://alancetotheheart.org/2014/03/17/facts-or-truth/ | 1,685,483,607,000,000,000 | text/html | crawl-data/CC-MAIN-2023-23/segments/1685224646144.69/warc/CC-MAIN-20230530194919-20230530224919-00700.warc.gz | 110,742,476 | 25,839 | Facts or Truth
I had a class in grad school that was pretty tough. It was a class on theoretical aerodynamics (yep I am one of those). We would start a theoretical proof from some basic assumptions that we knew were true like pressure varies with temperature (ideal gas law) and other really geeky boring stuff for mo... | 2,312 | 8,969 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.78125 | 3 | CC-MAIN-2023-23 | latest | en | 0.986011 |
https://web2.0calc.com/questions/is-there-a-trick-to-quadratic-equations | 1,503,496,794,000,000,000 | text/html | crawl-data/CC-MAIN-2017-34/segments/1502886120573.0/warc/CC-MAIN-20170823132736-20170823152736-00105.warc.gz | 856,289,283 | 6,053 | +0
# Is there a trick to quadratic equations?
+1
72
4
Is there a trick to quadratic equations? Is there something I don't know that makes it 10x times easier?
Guest May 24, 2017
Sort:
#1
+194
0
give me an example
Whitespy001 May 24, 2017
#2
+6765
+2
For any $$ax^2 + bx + c =0$$, the solutions for x is $$\dfrac... | 305 | 899 | {"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.125 | 3 | CC-MAIN-2017-34 | longest | en | 0.859416 |
http://mathoverflow.net/feeds/question/70672 | 1,371,605,045,000,000,000 | text/html | crawl-data/CC-MAIN-2013-20/segments/1368707439012/warc/CC-MAIN-20130516123039-00086-ip-10-60-113-184.ec2.internal.warc.gz | 171,315,010 | 1,983 | Specifc Line Bundle over Complex Manifold implies Kahler? - MathOverflow most recent 30 from http://mathoverflow.net 2013-06-19T01:24:05Z http://mathoverflow.net/feeds/question/70672 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/70672/specifc-line-bundle-over-complex-manifold-i... | 860 | 3,148 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 2.625 | 3 | CC-MAIN-2013-20 | latest | en | 0.768293 |
https://radheshg.wordpress.com/tag/programming/ | 1,544,602,138,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376823785.24/warc/CC-MAIN-20181212065445-20181212090945-00428.warc.gz | 724,972,150 | 11,730 | • 26,914
# Posts Tagged ‘programming’
## Print matrix in a sprial order
Posted by guptaradhesh on August 22, 2013
Recursive Solution (Java):
```public class PrintMatrixSpiral
{
public static void main(String[] args)
{
int[][] matrix =
{
{ 2, 4, 6, 2, 5, 7 },
{ 2, 5, 7, 8, 9, 3 },
{ 6, 4, 7, 3, 5, 7 } };
printSpir... | 359 | 1,051 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.78125 | 3 | CC-MAIN-2018-51 | latest | en | 0.296786 |
https://www.horizonlearning.in/class-9-maths-chapter-6-lines-and-angles/ | 1,696,184,970,000,000,000 | text/html | crawl-data/CC-MAIN-2023-40/segments/1695233510924.74/warc/CC-MAIN-20231001173415-20231001203415-00423.warc.gz | 872,423,824 | 37,644 | # CLASS 9 MATHS CHAPTER-6 LINES AND ANGLES
### Exercise 6.1
Question 1. In Fig. 6.13, lines AB and CD intersect at O. If and, find and reflex.
Solution:
We are given thatand.
We need to find.
From the given figure, we can conclude thatform a linear pair.
We know that sum of the angles of a linear pair is.
or
Re... | 2,761 | 8,617 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.4375 | 4 | CC-MAIN-2023-40 | latest | en | 0.924329 |
https://foodtechnotes.com/2020/08/12/mixing-index-and-power-required-for-mixing-newtonian-and-non-newtonian-fluid/ | 1,718,236,759,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198861319.37/warc/CC-MAIN-20240612234213-20240613024213-00089.warc.gz | 230,910,591 | 22,665 | # Mixing Index and Power Required for Mixing Newtonian and Non-Newtonian Fluid
Newtonian and Non-Newtonian Fluid
Newtonian fluid: For such fluids, viscosity is dependent only on temperature. There is linear increase in shear stress with increasing shear rate. For such fluid, viscosity remain constant no matter how fa... | 880 | 4,241 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.796875 | 4 | CC-MAIN-2024-26 | latest | en | 0.939318 |
http://www.sixthform.info/maths/?p=86 | 1,544,776,487,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376825495.60/warc/CC-MAIN-20181214070839-20181214092339-00513.warc.gz | 469,848,946 | 7,166 | Monday 11 July 2005 at 5:25 pm | In Articles | 7 Comments
I finally succumbed and bought Martin Gardner’s Mathematical Games: The Entire Collection of His Scientific American Columns. Of course, as it had to be sent from America, the postage wasn’t cheap and it locked up my computer when I first tried it. Turning off ... | 562 | 2,329 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.40625 | 3 | CC-MAIN-2018-51 | latest | en | 0.950418 |
https://www.nineleaps.com/blog/prolog-logic-programming-a-detailed-explanation/ | 1,721,799,626,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763518157.20/warc/CC-MAIN-20240724045402-20240724075402-00365.warc.gz | 783,590,686 | 21,086 | # Prolog Logic Programming: A Detailed Explanation
Category Data Engineering
Prolog logic programming language is a general-purpose programming language. If you have never heard of this language and are a SQL aficionado, you will recognize the way of writing code in this language, which feels quite like a query. This... | 852 | 3,434 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.671875 | 3 | CC-MAIN-2024-30 | latest | en | 0.88419 |
https://www.coursehero.com/file/5864242/PS02-soln/ | 1,495,589,768,000,000,000 | text/html | crawl-data/CC-MAIN-2017-22/segments/1495463607726.24/warc/CC-MAIN-20170524001106-20170524021106-00525.warc.gz | 861,998,886 | 250,460 | PS02-soln
# PS02-soln - ECE 109 Spring 2010 Name Section Problem...
This preview shows pages 1–4. Sign up to view the full content.
ECE 109 Spring 2010 Name:__________________________________________ Section:______________________ Feb 8-12, 2010 1 Problem Session 2 1. [35 pts] Show the logic circuit implementation o... | 765 | 2,054 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3 | 3 | CC-MAIN-2017-22 | longest | en | 0.699141 |
https://kimsereylam.com/racket/2019/03/29/understand-data-abstraction-with-examples.html | 1,679,606,108,000,000,000 | text/html | crawl-data/CC-MAIN-2023-14/segments/1679296945183.40/warc/CC-MAIN-20230323194025-20230323224025-00313.warc.gz | 415,507,326 | 12,851 | # Understand Data Abstraction With Examples
Mar 29th, 2019 - written by Kimserey with .
Data abstraction allows us to think about complex systems in term of their properties rather than their implementations. Reasoning in term of properties provides a ground of assumptions which can be used to create new systems. In ... | 5,525 | 18,827 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 2, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.109375 | 3 | CC-MAIN-2023-14 | longest | en | 0.8624 |
https://finance.yahoo.com/news/san-juan-basin-royalty-trust-230212967.html | 1,563,271,442,000,000,000 | text/html | crawl-data/CC-MAIN-2019-30/segments/1563195524522.18/warc/CC-MAIN-20190716095720-20190716121720-00153.warc.gz | 405,155,684 | 101,885 | U.S. Markets open in 3 hrs 26 mins
# Is San Juan Basin Royalty Trust’s (NYSE:SJT) PE Ratio A Signal To Buy For Investors?
San Juan Basin Royalty Trust (NYSE:SJT) trades with a trailing P/E of 11x, which is lower than the industry average of 13.1x. While SJT might seem like an attractive stock to buy, it is important ... | 594 | 2,641 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.703125 | 3 | CC-MAIN-2019-30 | latest | en | 0.951631 |
https://ch.mathworks.com/matlabcentral/profile/authors/10749051?page=2 | 1,601,118,932,000,000,000 | text/html | crawl-data/CC-MAIN-2020-40/segments/1600400241093.64/warc/CC-MAIN-20200926102645-20200926132645-00613.warc.gz | 302,395,628 | 3,403 | Solved
Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.
1 year ago
Solved
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
1 year ago
Solved
Delete 2nd and 5th column of Given 6*6 matrix
Del... | 1,274 | 4,209 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.359375 | 3 | CC-MAIN-2020-40 | latest | en | 0.775431 |
https://support.ptc.com/help/creo/creo_pma/r8.0/usascii/fundamentals/fundamentals/fund_seven_sub/Operators_and_Functions_for_Strings.html | 1,701,669,360,000,000,000 | text/html | crawl-data/CC-MAIN-2023-50/segments/1700679100525.55/warc/CC-MAIN-20231204052342-20231204082342-00878.warc.gz | 632,304,605 | 3,812 | Operators and Functions for Strings
The following operators and functions are supported for strings:
== Compares strings as equal. !=, <>, ~= Compares strings as unequal. + Concatenates strings. itos(int) Converts integers to strings. Here, int can be a number or an expression. Nonintegers are rounded off. search(stri... | 488 | 1,875 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.984375 | 3 | CC-MAIN-2023-50 | latest | en | 0.572882 |
https://nl.mathworks.com/matlabcentral/answers/1901750-how-to-generate-image-from-raw-data-and-find-peak-value | 1,679,580,341,000,000,000 | text/html | crawl-data/CC-MAIN-2023-14/segments/1679296945168.36/warc/CC-MAIN-20230323132026-20230323162026-00714.warc.gz | 485,671,662 | 32,459 | # How to generate Image from Raw Data and find Peak Value
4 views (last 30 days)
Med Future on 27 Jan 2023
Commented: Mathieu NOE on 31 Jan 2023
Hello, I have the following Dataset in which first column shows the X-axis and 2nd Column shows the Y-axis.
I want to create Image from the Dataset and find Peak Value as sho... | 1,131 | 3,660 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.953125 | 3 | CC-MAIN-2023-14 | latest | en | 0.810359 |
http://www.algebra.com/algebra/homework/word/age/Age_Word_Problems.faq.question.104608.html | 1,371,631,240,000,000,000 | text/html | crawl-data/CC-MAIN-2013-20/segments/1368708145189/warc/CC-MAIN-20130516124225-00074-ip-10-60-113-184.ec2.internal.warc.gz | 310,364,115 | 4,778 | # SOLUTION: Kayla would be one-half as old as Nathan if Kayla were 4 years older. Nathan is eight less than three times as old as Kayla. How old are they?
Algebra -> Algebra -> Customizable Word Problem Solvers -> Age -> SOLUTION: Kayla would be one-half as old as Nathan if Kayla were 4 years older. Nathan is eight... | 537 | 1,757 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2013-20 | latest | en | 0.961425 |
http://www.bu.edu/satellite/classroom/lesson01.html | 1,534,554,402,000,000,000 | text/html | crawl-data/CC-MAIN-2018-34/segments/1534221213247.0/warc/CC-MAIN-20180818001437-20180818021437-00132.warc.gz | 489,343,785 | 4,188 | Curriculum: >> Lesson 1 Lesson 2.1 Lesson 2.2 Lesson 3 Lesson 4 Lesson 5.1 Lesson 5.2 Made your own model satellite
Lesson 1 - Activity: Start the Space Flight Time Line
Objectives:
The objective of this lesson is to provide students with the background for the space flight exploration science and tech... | 1,059 | 4,803 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.90625 | 3 | CC-MAIN-2018-34 | latest | en | 0.905884 |
http://mathhelpforum.com/pre-calculus/56251-another-vertex-question.html | 1,529,923,661,000,000,000 | text/html | crawl-data/CC-MAIN-2018-26/segments/1529267867644.88/warc/CC-MAIN-20180625092128-20180625112128-00506.warc.gz | 199,414,341 | 9,312 | 1. another vertex question..
I need to find the vertex of the parabola y=6x^2-5x+28
I found found x, which is 5/12 but I can't seem to find the y...
I used the formula
(-b/2a, c-b^2/4a) I'm not sure why I can get the first part but not the second part.
Any help would be greatly appreciated!
2. Originally Posted by ep... | 241 | 728 | {"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.28125 | 3 | CC-MAIN-2018-26 | latest | en | 0.95278 |
https://polytope.miraheze.org/wiki/Great_disdyakis_triacontahedron | 1,713,594,440,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296817491.77/warc/CC-MAIN-20240420060257-20240420090257-00322.warc.gz | 421,811,885 | 12,563 | # Great disdyakis triacontahedron
Great disdyakis triacontahedron
Rank3
TypeUniform dual
Notation
Coxeter diagramm5/3m3m
Elements
Faces120 scalene triangles
Edges60+60+60
Vertices12+20+30
Vertex figure30 squares, 20 hexagons, 12 decagrams
Measures (edge length 1)
Inradius${\displaystyle 3{\frac {\sqrt {1205\left(39-16... | 841 | 2,310 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 13, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.03125 | 3 | CC-MAIN-2024-18 | latest | en | 0.53283 |
https://readingforlearning.org/2019/09/07/a-visceral-hinterland-in-physics/ | 1,686,131,917,000,000,000 | text/html | crawl-data/CC-MAIN-2023-23/segments/1685224653631.71/warc/CC-MAIN-20230607074914-20230607104914-00651.warc.gz | 530,638,721 | 26,728 | # A Visceral Hinterland in Physics
Underneath it all, physicists think with their bodies. They know what it feels like. Einstein described his approach to problem-solving as “muscular” (here – p143). Feynman describes a tutorial with an undergraduate who couldn’t work out where to push down on a three-legged circular... | 450 | 2,072 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.828125 | 3 | CC-MAIN-2023-23 | latest | en | 0.92212 |
https://prezi.com/hzfxnjh6zwsw/unit-11-sports-nutrition-btec-level-3/ | 1,506,043,072,000,000,000 | text/html | crawl-data/CC-MAIN-2017-39/segments/1505818688103.0/warc/CC-MAIN-20170922003402-20170922023402-00233.warc.gz | 703,715,368 | 24,394 | ### Present Remotely
Send the link below via email or IM
• Invited audience members will follow you as you navigate and present
• People invited to a presentation do not need a Prezi account
• This link expires 10 minutes after you close the presentation
Do you really want to delete this prezi?
Neither you, nor the... | 976 | 4,267 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.78125 | 3 | CC-MAIN-2017-39 | longest | en | 0.897828 |
https://ttmobile.com.vn/how-many-ounces-is-45-grams.html | 1,718,410,037,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198861578.89/warc/CC-MAIN-20240614235857-20240615025857-00267.warc.gz | 517,305,325 | 59,893 | 10 topics : how many ounces is 45 grams ?
Rate this post
Outline:
I. Introduction
– Explanation of the importance of knowing how many ounces is 45 grams
– Brief overview of the article
II. Understanding Ounces and Grams
– Definition of ounces and grams
– Conversion rate between ounces and grams
– Importance of knowi... | 2,162 | 8,584 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.899236 |
http://eprints.umm.ac.id/15778/ | 1,611,766,795,000,000,000 | text/html | crawl-data/CC-MAIN-2021-04/segments/1610704828358.86/warc/CC-MAIN-20210127152334-20210127182334-00144.warc.gz | 32,570,506 | 5,748 | ## PELABELAN TOTAL SISI AJAIB PADA GRAF TAK TERHUBUNG (2n + 1)P 3
ABDUH, MOHAMMAD (2013) PELABELAN TOTAL SISI AJAIB PADA GRAF TAK TERHUBUNG (2n + 1)P 3. Other thesis, University of Muhammadiyah Malang.
Full text not available from this repository.
## Abstract
A labeling of a graph is a function that carries graph e... | 554 | 2,130 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.578125 | 3 | CC-MAIN-2021-04 | latest | en | 0.848451 |
https://www.physicsforums.com/threads/day-length-and-orbital-period-apparent-luminosity.780018/ | 1,558,413,674,000,000,000 | text/html | crawl-data/CC-MAIN-2019-22/segments/1558232256227.38/warc/CC-MAIN-20190521042221-20190521064221-00166.warc.gz | 899,635,793 | 22,038 | # Day length and orbital period + apparent luminosity
#### cbrons
1. The problem statement, all variables and given/known data
I am actually an MD student, but I have been working on writing a novel. I wanted to create exoplanets that were suitable for human habitation, and I had a guy help me over the summer come up... | 2,008 | 8,667 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3 | 3 | CC-MAIN-2019-22 | latest | en | 0.942371 |
https://cs.stackexchange.com/questions/67795/running-time-for-testing-polygonal-neighbours-for-intersection-or-inclusion | 1,721,600,257,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763517796.21/warc/CC-MAIN-20240721213034-20240722003034-00820.warc.gz | 164,511,627 | 38,595 | # Running time for Testing Polygonal Neighbours for Intersection or Inclusion
I was reading this paper by Shamos, M.I, on "Geometric Intersection Problems" (http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.366.9983&rep=rep1&type=pdf) , and was trying to understand it's Theorem 6, which says " Whether any two o... | 369 | 1,538 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 2.640625 | 3 | CC-MAIN-2024-30 | latest | en | 0.955389 |
https://amp.doubtnut.com/question-answer/two-lines-zi-bar-zi-2-0-and-z-1-i-bar-z-1-i-2-0-intersect-at-a-point-p-find-the-complexnumber-of-a-p-306806 | 1,579,739,436,000,000,000 | text/html | crawl-data/CC-MAIN-2020-05/segments/1579250607596.34/warc/CC-MAIN-20200122221541-20200123010541-00508.warc.gz | 324,284,435 | 19,834 | IIT-JEE
Apne doubts clear karein ab Whatsapp (8400400400) par bhi. Try it now.
Click Question to Get Free Answers
This browser does not support the video element.
Question From class 11 Chapter DEFAULT
Two lines intersect at a point P. Find the complexnumber of a point on the second line which is at a distance of ... | 760 | 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... | 2.921875 | 3 | CC-MAIN-2020-05 | latest | en | 0.883083 |
https://topbrainywriters.com/can-you-solve-me-1/ | 1,723,180,531,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640759711.49/warc/CC-MAIN-20240809044241-20240809074241-00858.warc.gz | 466,111,284 | 11,924 | # can you solve me 1
The organizers of the New Haven annual marathon have found that, historically 25 % of all those who enter the race do not complete it. 30 participants have entered to run this year. What is the probability that exactly 5 of them will be unable to complete the race? | 65 | 287 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.578125 | 3 | CC-MAIN-2024-33 | latest | en | 0.961545 |
https://doms2cents.com/how-the-duration-of-a-photographic-flash-is-related-to-an-rc-time-constant-3/ | 1,713,001,022,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296816587.89/warc/CC-MAIN-20240413083102-20240413113102-00742.warc.gz | 207,963,695 | 13,583 | How the Duration of a Photographic Flash is Related to an RC Time Constant
A photographic flash is a device that produces a brief and intense burst of light to illuminate a scene for photography. The flash is usually powered by a capacitor, which stores electrical energy and releases it quickly when triggered. The cap... | 848 | 3,551 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.953125 | 4 | CC-MAIN-2024-18 | latest | en | 0.929839 |
https://www.khanacademy.org/math/get-ready-for-ap-statistics/xc9bacb4afa74e6e9:get-ready-for-exploring-one-variable-quantitative-data/xc9bacb4afa74e6e9:comparing-data-displays/v/comparing-dot-plots-histograms-and-box-plots | 1,723,078,762,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640713903.39/warc/CC-MAIN-20240808000606-20240808030606-00312.warc.gz | 649,096,775 | 84,553 | If you're seeing this message, it means we're having trouble loading external resources on our website.
If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.
### Course: Get ready for AP® Statistics>Unit 2
Lesson 3: Comparing data displays
# Comparing dot... | 1,368 | 5,668 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2024-33 | latest | en | 0.933233 |
https://preview.hex.pm/preview/chunky/0.9.0 | 1,716,321,769,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058512.80/warc/CC-MAIN-20240521183800-20240521213800-00246.warc.gz | 397,831,209 | 4,983 | ``````[](https://hex.pm/packages/chunky)
# Chunky
Fractions, Sequences, 2D Grids, and Enumeration manipulations in Elixir.
```elixir
iex> Chunky.permutations("😀🤷🏽♀️⭐️")
[
"😀🤷🏽♀️⭐️",
"😀⭐️🤷🏽♀️",
"🤷🏽♀️😀⭐️",
"🤷🏽♀️⭐️😀",
"⭐️😀🤷🏽♀️",
"⭐️�... | 653 | 1,483 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.59375 | 3 | CC-MAIN-2024-22 | latest | en | 0.433659 |
https://besttemplatess.com/how-to-calculate-tangent-of-an-angle/ | 1,709,622,036,000,000,000 | text/html | crawl-data/CC-MAIN-2024-10/segments/1707948223038.94/warc/CC-MAIN-20240305060427-20240305090427-00144.warc.gz | 137,391,717 | 14,458 | # How To Calculate Tangent Of An Angle
Friday, January 13th 2023. | Sample Templates
How To Calculate Tangent Of An Angle – Any high school student who has encountered trigonometry in their math curriculum has likely encountered the laws of sine, cosine, and area, which are commonly used to solve triangles, where som... | 2,261 | 10,057 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2024-10 | latest | en | 0.929577 |
https://inches-to-mm.appspot.com/pl/437-cal-na-milimetr.html | 1,719,214,029,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198865074.62/warc/CC-MAIN-20240624052615-20240624082615-00389.warc.gz | 272,043,205 | 6,409 | Inches To Mm
# 437 in to mm437 Inch to Millimeters
in
=
mm
## How to convert 437 inch to millimeters?
437 in * 25.4 mm = 11099.8 mm 1 in
A common question is How many inch in 437 millimeter? And the answer is 17.2047244095 in in 437 mm. Likewise the question how many millimeter in 437 inch has the answer of 11099.... | 436 | 1,310 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.015625 | 3 | CC-MAIN-2024-26 | latest | en | 0.758045 |
https://www.chegg.com/homework-help/use-steps-graphing-procedure-page-240-graph-equations-exerci-chapter-4.4-problem-27e-solution-9780321388506-exc | 1,553,227,583,000,000,000 | text/html | crawl-data/CC-MAIN-2019-13/segments/1552912202628.42/warc/CC-MAIN-20190322034516-20190322060516-00025.warc.gz | 717,587,979 | 28,917 | # Student Solutions Manual Part 2 for University Calculus (1st Edition) View more editions Solutions for Chapter 4.4 Problem 27EProblem 27E: Use the steps of the graphing procedure on page 240 to graph...
• 7592 step-by-step solutions
• Solved by professors & experts
• iOS, Android, & web
Chapter: Problem:
Use the st... | 270 | 1,116 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.71875 | 3 | CC-MAIN-2019-13 | latest | en | 0.759261 |
https://osgamers.com/faq/how-much-is-a-billion-billion | 1,713,083,503,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296816875.61/warc/CC-MAIN-20240414064633-20240414094633-00159.warc.gz | 415,986,378 | 31,488 | Skip to main content
# How much is a billion billion?
One billion is equal to a thousand millions. 1 billion has 1 followed by 9 zeros, that is, 1, 000, 000, 000 and it is represented as \(10^9 \) (ten to the ninth power). One billion seconds is about 32 years.
## What is one billion billion called?
In the British ... | 1,504 | 6,031 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.390625 | 3 | CC-MAIN-2024-18 | latest | en | 0.963007 |
https://www.topperlearning.com/answer/evaluate-i-radic-minus-2744-3-divide-radic-0008-3-nbsp/h2qmhn22 | 1,679,985,207,000,000,000 | text/html | crawl-data/CC-MAIN-2023-14/segments/1679296948765.13/warc/CC-MAIN-20230328042424-20230328072424-00044.warc.gz | 1,132,896,968 | 57,248 | Request a call back
Evaluate: i. √−2744 3 ÷ √0.008 3
Asked by tharundab | 05 Oct, 2020, 08:26: AM
To find (−2744)1/3 ÷ (0.008)1/3
Cube root a negative number is negative because cube of a negative number is a negative number
As 143 = 2744, so cube root of (-2744) = -14
As 0.23 = 0.008, so cube root os 0.008 = 0.2
(−27... | 350 | 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... | 3.328125 | 3 | CC-MAIN-2023-14 | longest | en | 0.867197 |
https://www.wolfram.com/mathematica/new-in-9/enhanced-control-systems/pid-tuning-rules.html | 1,718,583,735,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198861674.39/warc/CC-MAIN-20240616233956-20240617023956-00009.warc.gz | 951,609,655 | 2,281 | PID Tuning Rules
The process disturbance response using the Ziegler-Nichols tuning rule.
In[1]:= XPIDTune[TransferFunctionModel[Unevaluated[{{1.0/(s + 1)^3}}], s, SamplingPeriod ->None, SystemsModelLabels -> None], {Automatic, "ZieglerNichols"}, "DisturbanceOutput"]
Out[1]=
In[2]:= XPIDTune[TransferFunctionModel[U... | 1,119 | 3,250 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.640625 | 3 | CC-MAIN-2024-26 | latest | en | 0.42314 |
https://byjusexamprep.com/upsc-exam/the-output-of-the-sequential-circuit-depends-upon | 1,726,634,201,000,000,000 | text/html | crawl-data/CC-MAIN-2024-38/segments/1725700651836.76/warc/CC-MAIN-20240918032902-20240918062902-00899.warc.gz | 126,661,805 | 27,969 | # The Output of a Sequential Circuit Depends upon
By BYJU'S Exam Prep
Updated on: November 9th, 2023
A sequential circuit’s output is influenced by its past outputs and current combination of inputs. Sequential circuits combine memory components with combinational circuits, in contrast to combinational circuits. Cou... | 511 | 2,595 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.34375 | 3 | CC-MAIN-2024-38 | latest | en | 0.906156 |
https://metanumbers.com/13764 | 1,675,548,155,000,000,000 | text/html | crawl-data/CC-MAIN-2023-06/segments/1674764500154.33/warc/CC-MAIN-20230204205328-20230204235328-00668.warc.gz | 404,123,866 | 7,627 | # 13764 (number)
13,764 (thirteen thousand seven hundred sixty-four) is an even five-digits composite number following 13763 and preceding 13765. In scientific notation, it is written as 1.3764 × 104. The sum of its digits is 21. It has a total of 5 prime factors and 24 positive divisors. There are 4,320 positive inte... | 1,505 | 4,134 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2023-06 | latest | en | 0.786853 |
https://acequestion.com/what-does-a-person-do-2-million-times-in-their-life/ | 1,679,822,420,000,000,000 | text/html | crawl-data/CC-MAIN-2023-14/segments/1679296945440.67/warc/CC-MAIN-20230326075911-20230326105911-00319.warc.gz | 99,965,667 | 14,482 | # What does a person do 2 million times in their life?
## What does a person do 2 million times in their life?
Question: A study found the average person does THIS 2 million times in their life. What is it? Answer: Swear!
What does the phrase a million times mean?
• A MILLION TIMES (adverb) Meaning: By a factor of ... | 568 | 2,465 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.75 | 3 | CC-MAIN-2023-14 | latest | en | 0.961352 |
http://mathforum.org/kb/message.jspa?messageID=108039 | 1,524,793,128,000,000,000 | text/html | crawl-data/CC-MAIN-2018-17/segments/1524125948738.65/warc/CC-MAIN-20180427002118-20180427022118-00431.warc.gz | 199,648,444 | 4,881 | Search All of the Math Forum:
Views expressed in these public forums are not endorsed by NCTM or The Math Forum.
Notice: We are no longer accepting new posts, but the forums will continue to be readable.
Replies: 7 Last Post: Jul 14, 2003 2:47 AM
Messages: [ Previous | Next ]
ariskin@mps.org Posts: 77 Registere... | 259 | 768 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.53125 | 3 | CC-MAIN-2018-17 | latest | en | 0.699129 |
http://www.allaboutcircuits.com/vol_3/chpt_4/14.html | 1,432,951,992,000,000,000 | text/html | crawl-data/CC-MAIN-2015-22/segments/1432207930866.66/warc/CC-MAIN-20150521113210-00234-ip-10-180-206-219.ec2.internal.warc.gz | 295,172,881 | 7,975 | # Current mirrors
We need your help! This page requires proofreading - If you notice any errors, please post on our forums
An often-used circuit applying the bipolar junction transistor is the so-called current mirror, which serves as a simple current regulator, supplying nearly constant current to a load over a wide... | 1,620 | 7,983 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2015-22 | latest | en | 0.924235 |
https://www.justintools.com/unit-conversion/area.php?k1=virgates&k2=square-decimeters | 1,713,452,707,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296817206.54/warc/CC-MAIN-20240418124808-20240418154808-00444.warc.gz | 754,225,718 | 27,750 | Please support this site by disabling or whitelisting the Adblock for "justintools.com". I've spent over 10 trillion microseconds (and counting), on this project. This site is my passion, and I regularly adding new tools/apps. Users experience is very important, that's why I use non-intrusive ads. Any feedback is appre... | 1,086 | 3,062 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.5625 | 4 | CC-MAIN-2024-18 | latest | en | 0.798852 |
https://www.coursehero.com/file/6197378/Quiz5B/ | 1,518,913,530,000,000,000 | text/html | crawl-data/CC-MAIN-2018-09/segments/1518891808539.63/warc/CC-MAIN-20180217224905-20180218004905-00486.warc.gz | 833,455,701 | 98,913 | {[ promptMessage ]}
Bookmark it
{[ promptMessage ]}
Quiz5B
# Quiz5B - like PE or KE translational or etc modes/atom for...
This preview shows page 1. Sign up to view the full content.
Quiz 5B DL SEC _ _ Grade: 05/17/10 Last 6 digits of student ID _ _ _ _ _ _ Last name, first name: ________________ _______________... | 567 | 2,094 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.8125 | 3 | CC-MAIN-2018-09 | latest | en | 0.847543 |
http://lists.squeakfoundation.org/pipermail/squeak-dev/2001-November/031207.html | 1,369,493,134,000,000,000 | text/html | crawl-data/CC-MAIN-2013-20/segments/1368705956734/warc/CC-MAIN-20130516120556-00080-ip-10-60-113-184.ec2.internal.warc.gz | 153,839,270 | 2,577 | ## Here is a challenge for you :-)
Richard A. O'Keefe ok at atlas.otago.ac.nz
Tue Nov 20 22:50:21 UTC 2001
```Jerzy Karczmarczuk <karczma at info.unicaen.fr> wrote:
Making random permutations is costly, and *usually* useless.
Several real implementations use just the median discrimination:
choose 3 items, e. g., firs... | 473 | 1,825 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.53125 | 3 | CC-MAIN-2013-20 | latest | en | 0.952195 |
http://documentation.statsoft.com/STATISTICAHelp.aspx?path=Glossary/GlossaryTwo/N/NIPALSAlgorithm | 1,552,938,268,000,000,000 | text/html | crawl-data/CC-MAIN-2019-13/segments/1552912201672.12/warc/CC-MAIN-20190318191656-20190318213656-00351.warc.gz | 67,324,678 | 16,342 | # NIPALS Algorithm
The standard algorithm for computing partial least squares regression components (i.e., factors) is nonlinear iterative partial least squares (NIPALS). There are many variants of the NIPALS algorithm that normalize or do not normalize certain vectors. The following algorithm, which assumes that the ... | 274 | 933 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.015625 | 3 | CC-MAIN-2019-13 | longest | en | 0.918929 |
https://www.geeksforgeeks.org/class-9-rd-sharma-solutions-chapter-23-graphical-representation-of-statistical-data-exercise-23-1-set-2/ | 1,701,564,638,000,000,000 | text/html | crawl-data/CC-MAIN-2023-50/segments/1700679100476.94/warc/CC-MAIN-20231202235258-20231203025258-00203.warc.gz | 899,468,841 | 44,509 | # Class 9 RD Sharma Solutions – Chapter 23 Graphical Representation of Statistical Data – Exercise 23.1 | Set 2
### Question 11. Read the following bar graph and answer the following questions:
(i) What information is given by the bar graph?
(ii) What was the production of cement in the year 1980-81?
(iii) What is th... | 1,693 | 7,228 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.21875 | 4 | CC-MAIN-2023-50 | latest | en | 0.938881 |
https://www.geeksforgeeks.org/ways-to-represent-a-number-as-a-sum-of-1s-and-2s/ | 1,597,374,916,000,000,000 | text/html | crawl-data/CC-MAIN-2020-34/segments/1596439739134.49/warc/CC-MAIN-20200814011517-20200814041517-00505.warc.gz | 691,695,519 | 25,250 | # Ways to represent a number as a sum of 1’s and 2’s
Given a positive integer N. The task is to find the number of ways of representing N as a sum of 1s and 2s.
Examples:
```Input : N = 3
Output : 3
3 can be represented as (1+1+1), (2+1), (1+2).
Input : N = 5
Output : 8
```
## Recommended: Please solve it on “PRAC... | 3,489 | 8,033 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.875 | 4 | CC-MAIN-2020-34 | latest | en | 0.784358 |
https://mathoverflow.net/questions/tagged/colorings | 1,623,796,117,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623487621627.41/warc/CC-MAIN-20210615211046-20210616001046-00409.warc.gz | 352,756,312 | 24,646 | # Questions tagged [colorings]
The tag has no usage guidance.
7 questions
Filter by
Sorted by
Tagged with
261 views
93 views
### What number of colorings can guarantee that for every k-element subset there exists a coloring assigns different colors for elements from this subset?
Let $M(n, k)$ be a minimal number $... | 332 | 1,193 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 2.546875 | 3 | CC-MAIN-2021-25 | longest | en | 0.885496 |
https://sites.google.com/a/faculty.brashiermiddlecollege.org/jsmith/algebra-1 | 1,527,450,600,000,000,000 | text/html | crawl-data/CC-MAIN-2018-22/segments/1526794870082.90/warc/CC-MAIN-20180527190420-20180527210420-00582.warc.gz | 667,774,506 | 11,637 | Algebra 1
April 20th - 22nd, 2015
posted Apr 20, 2015, 9:21 AM by jsmith@faculty.brashiermiddlecollege.org
We will be working on a Quadratics Project in class for these 3 days. Students need to bring in a full sized poster board for this in class project. The project is due at the end of the period Wednesday 4/22.
... | 1,088 | 4,201 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2018-22 | latest | en | 0.917331 |
https://www.jiskha.com/display.cgi?id=1367457634 | 1,503,203,865,000,000,000 | text/html | crawl-data/CC-MAIN-2017-34/segments/1502886105970.61/warc/CC-MAIN-20170820034343-20170820054343-00123.warc.gz | 915,200,719 | 3,819 | Geometry
posted by .
A landowner digs a 15 meter deep well with a diameter of 2.8 meters. The landowner spreads the dirt dug out of the holds to form a flat platform 31.5 meters by 6 meters. What is the length of the platform?
• Geometry -
volume of cylindrical well
= π(1.4)^ (15) = 29.4π cubic metres.
When you st... | 599 | 2,305 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.5 | 4 | CC-MAIN-2017-34 | latest | en | 0.954523 |
https://www.ai-hive.net/optmization-techniques | 1,726,826,243,000,000,000 | text/html | crawl-data/CC-MAIN-2024-38/segments/1725700652246.93/warc/CC-MAIN-20240920090502-20240920120502-00260.warc.gz | 591,374,143 | 168,323 | top of page
Optimization Techniques
Course Outline
​
This course introduces students to various optimization techniques used in computer science and their applications. It covers the principles of optimal solutions, various techniques for finding them, and the analysis of these techniques. Students will learn to ... | 849 | 4,530 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.71875 | 3 | CC-MAIN-2024-38 | latest | en | 0.824236 |
http://stackoverflow.com/questions/668653/how-could-i-implement-logical-implication-with-bitwise-or-other-efficient-code-i | 1,467,127,950,000,000,000 | text/html | crawl-data/CC-MAIN-2016-26/segments/1466783396945.81/warc/CC-MAIN-20160624154956-00094-ip-10-164-35-72.ec2.internal.warc.gz | 308,550,531 | 21,061 | # How could I implement logical implication with bitwise or other efficient code in C?
I want to implement a logical operation that works as efficient as possible. I need this truth table:
``````p q p → q
T T T
T F F
F T T
F F T
``````
This, according to wikipedia is called "log... | 1,241 | 3,990 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.5625 | 3 | CC-MAIN-2016-26 | latest | en | 0.845703 |
http://mathhelpforum.com/algebra/147034-intercepts.html | 1,480,839,911,000,000,000 | text/html | crawl-data/CC-MAIN-2016-50/segments/1480698541220.56/warc/CC-MAIN-20161202170901-00148-ip-10-31-129-80.ec2.internal.warc.gz | 179,498,643 | 11,102 | 1. ## Intercepts
(1) 4x-12 = 34
Graph line use intercepts if only 1 intercept exists use it and another point to draw the line.
(2) -25X + Y = 55
What is the Y intercept
What is the X intercept
2. Originally Posted by OneidaFL
(1) 4x-12 = 34
Graph line use intercepts if only 1 intercept exists use it and another... | 696 | 2,269 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 19, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.34375 | 4 | CC-MAIN-2016-50 | longest | en | 0.922612 |
https://www3.risc.jku.at/people/hemmecke/AldorCombinat/combinatsu37.html | 1,722,814,878,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640417235.15/warc/CC-MAIN-20240804230158-20240805020158-00881.warc.gz | 861,986,711 | 3,758 | #### 12.1 The Representation of DataStream
A DataStream is basically represented as a pair (a,g) of an Array(T) (a cache) and a Generator(T) structure (a generator of not yet accessed elements). We choose a record to form the pair structure and additionally store whether the stream is known to be eventually constant.
... | 732 | 3,137 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.578125 | 3 | CC-MAIN-2024-33 | latest | en | 0.861385 |
https://www.khanacademy.org/math/get-ready-for-8th-grade/x465f0793a1788a3f:get-ready-for-solving-equations-and-systems-of-equations/x465f0793a1788a3f:the-distributive-property-equivalent-expressions/v/factoring-algebraic-expressions | 1,686,399,773,000,000,000 | text/html | crawl-data/CC-MAIN-2023-23/segments/1685224657169.98/warc/CC-MAIN-20230610095459-20230610125459-00317.warc.gz | 963,451,404 | 60,438 | If you're seeing this message, it means we're having trouble loading external resources on our website.
If you're behind a web filter, please make sure that the domains *.kastatic.org and *.kasandbox.org are unblocked.
Lesson 5: The distributive property & equivalent expressions
# The distributive property with vari... | 416 | 1,725 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2023-23 | latest | en | 0.942408 |
https://se.mathworks.com/matlabcentral/answers/332199-how-to-compare-two-groups-of-signals | 1,716,891,173,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971059085.33/warc/CC-MAIN-20240528092424-20240528122424-00151.warc.gz | 422,031,435 | 28,917 | # How to Compare Two Groups of Signals?
2 views (last 30 days)
Rightia Rollmann on 27 Mar 2017
Commented: the cyclist on 27 Mar 2017
Imagine I have two groups of signals A and B having four and three samples, respectively.
A1 = [1 3 -1 2];
A2 = [1 3 -2 3];
A3 = [1 4 -3 4];
A4 = [2 4 -2 3];
B1 = [2 3 -1 5];
B2 = [2 4 -... | 813 | 2,857 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2024-22 | latest | en | 0.905154 |
http://www.algebra.com/algebra/homework/playground/test.faq.question.461045.html | 1,369,501,957,000,000,000 | text/html | crawl-data/CC-MAIN-2013-20/segments/1368705976722/warc/CC-MAIN-20130516120616-00011-ip-10-60-113-184.ec2.internal.warc.gz | 315,189,518 | 4,797 | # SOLUTION: how do you simplify radical expresions? are there certain rules to follow for each of the numbers? how do you you work a problem such as - (check) 20 + 2 (check) 18 ?
Algebra -> Algebra -> Test -> SOLUTION: how do you simplify radical expresions? are there certain rules to follow for each of the numbers?... | 315 | 1,215 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.46875 | 3 | CC-MAIN-2013-20 | latest | en | 0.918659 |
https://testbook.com/question-answer/if-rma-left-beginarray20c1--5ecd1954f60d5d024b9c9c3d | 1,627,556,864,000,000,000 | text/html | crawl-data/CC-MAIN-2021-31/segments/1627046153857.70/warc/CC-MAIN-20210729105515-20210729135515-00358.warc.gz | 544,441,328 | 20,809 | # If $${\rm{A}} = \left[ {\begin{array}{*{20}{c}} 1&2&{ - 2}\\ 2&5&{ - 4}\\ 3&7&{ - 5} \end{array}} \right]$$ then A-1 is
Free Practice With Testbook Mock Tests
## Options:
1. A2 – A + 5I
2. A2 + A – 5I
3. A3 – A2 + 5A
4. A2 – 2A + 5I
### Correct Answer: Option 1 (Solution Below)
This question was previously as... | 488 | 927 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 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.375 | 4 | CC-MAIN-2021-31 | latest | en | 0.572321 |
https://www.nag.com/numeric/nl/nagdoc_26.1/nagdoc_fl26.1/html/s/s17aef.html | 1,627,503,088,000,000,000 | text/html | crawl-data/CC-MAIN-2021-31/segments/1627046153791.41/warc/CC-MAIN-20210728185528-20210728215528-00500.warc.gz | 941,232,755 | 8,852 | # NAG Library Routine Document
## 1Purpose
s17aef returns the value of the Bessel function ${J}_{0}\left(x\right)$, via the function name.
## 2Specification
Fortran Interface
Function s17aef ( x,
Real (Kind=nag_wp) :: s17aef Integer, Intent (Inout) :: ifail Real (Kind=nag_wp), Intent (In) :: x
#include nagmk26.h
... | 1,681 | 5,576 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 64, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.09375 | 3 | CC-MAIN-2021-31 | latest | en | 0.6203 |
https://depedtambayan.net/grade-5-mathematics-module-visualizing-the-circumference-of-a-circle/ | 1,669,639,464,000,000,000 | text/html | crawl-data/CC-MAIN-2022-49/segments/1669446710503.24/warc/CC-MAIN-20221128102824-20221128132824-00180.warc.gz | 234,443,044 | 29,407 | How to Create a Safe and Inclusive Learning Environment for LGBTQIA+ Students
# Grade 5 Mathematics Module: Visualizing the Circumference of a Circle
This Self-Learning Module (SLM) is prepared so that you, our dear learners, can continue your studies and learn while at home. Activities, questions, directions, exerci... | 411 | 1,993 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.828125 | 3 | CC-MAIN-2022-49 | longest | en | 0.926129 |
http://www.gradesaver.com/textbooks/math/calculus/calculus-8th-edition/chapter-16-vector-calculus-16-1-vector-fields-16-1-exercises-page-1113/12 | 1,524,167,869,000,000,000 | text/html | crawl-data/CC-MAIN-2018-17/segments/1524125937016.16/warc/CC-MAIN-20180419184909-20180419204909-00138.warc.gz | 428,745,424 | 12,405 | ## Calculus 8th Edition
The x component of the output vector is not affected by the x coordinate. Along the line $y=x$ the output vectors are horizontal. This is because the y component of the output vector is equal to the difference between x coordinate and the y coordinate. If $x=y$, $f(x,y)=yi+0j$. | 75 | 303 | {"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.15625 | 3 | CC-MAIN-2018-17 | latest | en | 0.820298 |
http://www.weegy.com/home.aspx?ConversationId=81C10A35 | 1,526,915,433,000,000,000 | text/html | crawl-data/CC-MAIN-2018-22/segments/1526794864405.39/warc/CC-MAIN-20180521142238-20180521162238-00072.warc.gz | 479,491,121 | 8,158 | You have new items in your feed. Click to view.
Q: An area where the earth's crust would be expected to be thin would be _____. A.under the Pacific Ocean B.in the Rocky Mountains C.under the Mississippi River D.in the plains region of the Midwestern
U.S.
Question
Updated 8/23/2010 4:16:43 PM
Rating
The answer is A. An... | 743 | 2,253 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.53125 | 3 | CC-MAIN-2018-22 | latest | en | 0.847701 |
https://www.yaclass.in/p/mathematics-state-board/class-10/algebra-10295/nature-of-roots-and-relation-between-roots-and-coefficients-of-quadratic-_-12949 | 1,725,979,101,000,000,000 | text/html | crawl-data/CC-MAIN-2024-38/segments/1725700651255.81/warc/CC-MAIN-20240910125411-20240910155411-00397.warc.gz | 1,005,162,662 | 14,377 | PDF chapter test
### Theory
1 Nature of roots 2 Some example problems based on nature of roots
### Textbook Questions
1 Multiple choice question Difficulty: easy 1 2 Two mark example problem I Difficulty: easy 2 3 Two mark example problem II Difficulty: easy 2 4 Two mark example problem III Difficulty: easy 2 5 T... | 744 | 3,219 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.640625 | 3 | CC-MAIN-2024-38 | latest | en | 0.781079 |
https://www.jobduniya.com/Placement-Papers/iGate/IGatE-Paper-on-19th-Sept-2007.html | 1,596,476,735,000,000,000 | text/html | crawl-data/CC-MAIN-2020-34/segments/1596439735823.29/warc/CC-MAIN-20200803170210-20200803200210-00467.warc.gz | 726,813,011 | 8,074 | # Placement Papers: IGatE Paper on 19th Sept 2007
Examrace Placement Series prepares you for the toughest placement exams to top companies.
Hi Candidates.
I am Praveen I am placed in iGate, held on 20th November, 07 in Mahalingam College of Engineering And Technology. I am doing my Final year ECE, I have benefited m... | 812 | 3,125 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.09375 | 3 | CC-MAIN-2020-34 | latest | en | 0.95652 |
https://www.hackmath.net/en/example/1285 | 1,560,689,199,000,000,000 | text/html | crawl-data/CC-MAIN-2019-26/segments/1560627998238.28/warc/CC-MAIN-20190616122738-20190616144738-00361.warc.gz | 763,178,324 | 6,667 | # Bank
Paul put 10000 in the bank for 6 years. Calculate how much you will have in the bank if he not pick earned interest or change deposit conditions. The annual interest rate is 3.5%, and the tax on interest is 10%.
Result
x = 12045.2
#### Solution:
Leave us a comment of example and its solution (i.e. if it is... | 688 | 2,504 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.578125 | 4 | CC-MAIN-2019-26 | latest | en | 0.921611 |
https://quatr.us/tag/definition/page/2 | 1,721,333,514,000,000,000 | text/html | crawl-data/CC-MAIN-2024-30/segments/1720763514859.56/warc/CC-MAIN-20240718191743-20240718221743-00823.warc.gz | 423,413,022 | 18,406 | # definition
29 07, 2017
## What is a prism? Rectangular and triangular prisms
By |2017-07-29T11:53:44-07:00July 29th, 2017|Math|Comments Off on What is a prism? Rectangular and triangular prisms
This is a triangular prism A prism is the solid shape you get if you move a flat polygon through space. A prism has five... | 887 | 3,085 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.125 | 3 | CC-MAIN-2024-30 | latest | en | 0.830167 |
http://stackoverflow.com/questions/12675147/how-can-we-make-xkcd-style-graphs-in-r?answertab=active | 1,394,388,347,000,000,000 | text/html | crawl-data/CC-MAIN-2014-10/segments/1394010048333/warc/CC-MAIN-20140305090048-00071-ip-10-183-142-35.ec2.internal.warc.gz | 178,371,848 | 20,983 | # How can we make xkcd style graphs in R?
Apparently, folk have figured out how to make xkcd style graphs in Mathematica and in LaTeX. Can we do it in R? Ggplot2-ers? A geom_xkcd and/or theme_xkcd?
I guess in base graphics, par(xkcd=TRUE)? How do I do it?
As a first stab (and as much more elegantly shown below) in g... | 2,426 | 7,609 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.59375 | 3 | CC-MAIN-2014-10 | latest | en | 0.883368 |
https://www.abcteach.com/directory/holidays-months-and-seasons-holidays-halloween-3650-6-8 | 1,511,061,929,000,000,000 | text/html | crawl-data/CC-MAIN-2017-47/segments/1510934805265.10/warc/CC-MAIN-20171119023719-20171119043719-00165.warc.gz | 747,483,456 | 17,959 | You are an abcteach Member, but you are logged in to the Free Site. To access all member features, log into the Member Site.
# Halloween Printable Worksheets
FILTER THIS CATEGORY:
= Member Site Document
• This Halloween Subtraction (primary) Word Problems is perfect to practice problem solving skills. Your elementary... | 614 | 2,934 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.65625 | 3 | CC-MAIN-2017-47 | latest | en | 0.901286 |
https://writemyessayy.com/2020/10/17/solve-for-y-problems_9q/ | 1,611,400,840,000,000,000 | text/html | crawl-data/CC-MAIN-2021-04/segments/1610703537796.45/warc/CC-MAIN-20210123094754-20210123124754-00345.warc.gz | 626,123,302 | 8,939 | # Solve for y problems
My first step is to add 4y to each side to obtain. x – 2y = 5. 8 5x 4y = 9 – 4y 4y 8 solve for y problems 5x 4y = 9 use elimination to solve for x and y. for example, let x=0, then solve for y question 49889this question is from my memory essay textbook intermediate algebra: now plug value of y ... | 825 | 3,462 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.640625 | 3 | CC-MAIN-2021-04 | latest | en | 0.880325 |
https://ch.mathworks.com/matlabcentral/cody/players/8298087-me/solved | 1,590,443,791,000,000,000 | text/html | crawl-data/CC-MAIN-2020-24/segments/1590347389355.2/warc/CC-MAIN-20200525192537-20200525222537-00492.warc.gz | 297,757,283 | 22,527 | Cody
# ME
Rank
Badges
Score
1 – 50 of 514
#### Problem 45484. Finding sum of even numbers in a vector.
Created by: Rahul Gulia
Tags sum, even, vector
Created by: Dan
#### Problem 985. Make a Star Pyramid
Created by: HITESH TRIVEDI
#### Problem 943. "mirror" matrix
Created by: Grzegorz Knor
#### Problem 312. ... | 1,150 | 4,254 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.859375 | 3 | CC-MAIN-2020-24 | latest | en | 0.74631 |
https://reviewgamezone.com/preview.php?id=15182 | 1,680,154,998,000,000,000 | text/html | crawl-data/CC-MAIN-2023-14/segments/1679296949097.61/warc/CC-MAIN-20230330035241-20230330065241-00040.warc.gz | 542,659,975 | 10,452 | # Fancy Radicals Question Preview (ID: 15182)
### A Splendid Variety Of Radicals To Tickle Your Fancy. Scratch Paper And A Pencil Are Highly Recommended. Answers? Play games to get them!
Solve 5^3
a) 15
b) 125
c) 25
d) -5
Solve 2^-6
a) 1/64
b) 12
c) -12
d) 64
Solve (1/3)^-4
a) 1/12
b) 1/81
c) 12
d) 81
Simplify (5x... | 553 | 1,038 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.296875 | 3 | CC-MAIN-2023-14 | latest | en | 0.443735 |
https://www.teacherspayteachers.com/Product/Ways-to-Make-Numbers-to-10-Block-Math-845626 | 1,493,458,568,000,000,000 | text/html | crawl-data/CC-MAIN-2017-17/segments/1492917123484.45/warc/CC-MAIN-20170423031203-00237-ip-10-145-167-34.ec2.internal.warc.gz | 958,645,998 | 23,510 | Total:
\$0.00
# Ways to Make Numbers to 10 - Block Math
Subjects
Resource Types
Product Rating
Not yet rated
File Type
PDF (Acrobat) Document File
4.06 MB | 27 pages
### PRODUCT DESCRIPTION
Great for math center!
Students use unifix cubes to help them figure out the different ways to make numbers 1 - 10. They ... | 313 | 1,063 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.78125 | 3 | CC-MAIN-2017-17 | longest | en | 0.870205 |
https://www.learnatnoon.com/s/a-sample-space-consists-of-9-elementary-outcomes/49608/ | 1,675,574,358,000,000,000 | text/html | crawl-data/CC-MAIN-2023-06/segments/1674764500215.91/warc/CC-MAIN-20230205032040-20230205062040-00720.warc.gz | 857,038,507 | 22,830 | A sample space consists of 9 elementary outcomes whose probabilities are Suppose
(a) Calculate , and
(b) Using the addition law of probability, calculate P (A U B)
A sample space consists of 9 elementary outcomes whose probabilities are Suppose
(a) Calculate , and
(b) Using the addition law of probability, calculate P ... | 113 | 476 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.09375 | 3 | CC-MAIN-2023-06 | latest | en | 0.937863 |
http://www.abovetopsecret.com/forum/thread190830/pg1 | 1,485,059,149,000,000,000 | text/html | crawl-data/CC-MAIN-2017-04/segments/1484560281332.92/warc/CC-MAIN-20170116095121-00496-ip-10-171-10-70.ec2.internal.warc.gz | 324,647,144 | 16,407 | It looks like you're using an Ad Blocker.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
Help ATS via PayPal:
# Its 2011 not 2012???a must read!
page: 1
0
share:
posted on Jan, 13 2006 @ 01:39 AM
Ive come to realize everything in the universe is based off numbers.
The #... | 2,919 | 10,949 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.703125 | 3 | CC-MAIN-2017-04 | longest | en | 0.868054 |
https://vinaire.me/2023/02/04/motion-shm-and-wave/ | 1,680,241,025,000,000,000 | text/html | crawl-data/CC-MAIN-2023-14/segments/1679296949573.84/warc/CC-MAIN-20230331051439-20230331081439-00467.warc.gz | 678,322,200 | 25,701 | ## Motion: SHM and Wave
Reference: Wave Motion
For constant acceleration with no initial displacement
x = displacement
t = time
v = velocity (change in velocity comes from force)
a = constant acceleration (acceleration relates to force)
v0 = initial velocity
.
Rotational Motion
θ = angular displacement
ω = angula... | 323 | 1,292 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.171875 | 3 | CC-MAIN-2023-14 | latest | en | 0.762747 |
http://laurenhill.emsb.qc.ca/science/equi8c.html | 1,544,683,438,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376824525.29/warc/CC-MAIN-20181213054204-20181213075704-00568.warc.gz | 170,299,157 | 3,352 | 1. Complete the table below.
[H+1] mol/L [OH-1] mol/L pH pOH Neutral, acidic, or basic A 1x 10-7 [ OH-] = 10 pOH = 10 7 pH=-log[H+] -log[1x 10-7] =7.0 pH + pOH =14 pOH = 14 - 7.0 = 7.0 Neutral B 1.5 x 10-3 6.7 x 10-12 2.82 11.18 Acidic C 3.0 x 10-10 3.33 x 10-5 9.52 4.48 Basic D 0.1 1 x 10-13 1.0 13.0 Acidic E [H+]... | 1,140 | 2,483 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.96875 | 3 | CC-MAIN-2018-51 | latest | en | 0.703317 |
https://quizsite.com/sides-pentagram/ | 1,696,364,674,000,000,000 | text/html | crawl-data/CC-MAIN-2023-40/segments/1695233511220.71/warc/CC-MAIN-20231003192425-20231003222425-00859.warc.gz | 506,459,283 | 11,075 | # How Many Sides Does a Pentagram Have?
A pentagram is a five-pointed star that is often used in religious and spiritual practices. But how many sides does a pentagram have?
In this article, we will explore the geometry of a pentagram and how many sides it has.
## What is a Pentagram?
A pentagram is a five-pointed ... | 639 | 2,906 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 2.609375 | 3 | CC-MAIN-2023-40 | latest | en | 0.953456 |
http://oeis.org/A180117/internal | 1,534,296,807,000,000,000 | text/html | crawl-data/CC-MAIN-2018-34/segments/1534221209755.32/warc/CC-MAIN-20180815004637-20180815024637-00437.warc.gz | 302,423,028 | 3,208 | This site is supported by donations to The OEIS Foundation.
Hints (Greetings from The On-Line Encyclopedia of Integer Sequences!)
A180117 Numbers n such that n and n+2 are both divisible by exactly 3 primes (counted with multiplicity). 4
%I
%S 18,28,42,50,66,68,76,114,170,172,186,188,236,242,244,266,273,282,284,
... | 787 | 2,258 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.90625 | 4 | CC-MAIN-2018-34 | latest | en | 0.873686 |