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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://www.hamilton-trust.org.uk/short-maths/year-4-progressive-maths/measures-and-data-a/ | 1,571,843,120,000,000,000 | text/html | crawl-data/CC-MAIN-2019-43/segments/1570987834649.58/warc/CC-MAIN-20191023150047-20191023173547-00318.warc.gz | 912,301,383 | 16,600 | • Free Maths Resources on Hamilton
Find out which Hamilton maths units you can access for free, including our new slide presentations.
• New Flexible English Blocks
Take control of the balance between the parts of the English curriculum too.
• Looking for the Weekly Plans?
Find the weekly plans by looking for the ... | 1,932 | 7,741 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.5 | 4 | CC-MAIN-2019-43 | longest | en | 0.889759 |
https://numberworld.info/21023 | 1,620,919,396,000,000,000 | text/html | crawl-data/CC-MAIN-2021-21/segments/1620243989814.35/warc/CC-MAIN-20210513142421-20210513172421-00550.warc.gz | 471,298,007 | 3,771 | # Number 21023
### Properties of number 21023
Cross Sum:
Factorization:
Divisors:
Count of divisors:
Sum of divisors:
Prime number?
Yes
Fibonacci number?
No
Bell Number?
No
Catalan Number?
No
Base 2 (Binary):
Base 3 (Ternary):
Base 4 (Quaternary):
Base 5 (Quintal):
Base 8 (Octal):
521f
Base 32:
kgv
sin(21023)
-0.5124... | 586 | 1,710 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.546875 | 4 | CC-MAIN-2021-21 | latest | en | 0.778382 |
http://www.reddit.com/user/Fortheday5 | 1,405,259,831,000,000,000 | text/html | crawl-data/CC-MAIN-2014-23/segments/1404776438278.73/warc/CC-MAIN-20140707234038-00051-ip-10-180-212-248.ec2.internal.warc.gz | 445,576,825 | 11,425 | # reddit's stories are created by its users
[–][S] 0 points1 point
So, I set up my integral in 3 different pieces...
first: int cos(x+y) dydx with x from 0 to pi/2 and y from 0 to pi/2-x
second: int -cos(x+y) dydx x from 0 to pi and y from pi/2-x to pi-x
third: int cos(x+y)dydx x from pi/2 to pi and y from 3pi/2-x... | 429 | 1,126 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.6875 | 4 | CC-MAIN-2014-23 | latest | en | 0.899551 |
https://www.teachoo.com/2571/1798/Example-23---If-a--b--c--d--p-are-different-real-numbers/category/Chapter-9-Class-11th-Sequences-and-Series/ | 1,548,325,944,000,000,000 | text/html | crawl-data/CC-MAIN-2019-04/segments/1547584520525.90/warc/CC-MAIN-20190124100934-20190124122934-00525.warc.gz | 945,813,277 | 12,353 | 1. Class 11
2. Important Question for exams Class 11
3. Chapter 9 Class 11 Sequences and Series
Transcript
Example 23, If a, b, c, d and p are different real numbers such that (a2 + b2 + c2)p2 2(ab + bc + cd) p + (b2 + c2 + d2) 0, then show that a, b, c and d are in G.P. Introduction If x2 + y2 + z2 0 So, if x2 + y2 ... | 686 | 1,526 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2019-04 | latest | en | 0.827556 |
https://discuss.leetcode.com/topic/34692/simple-java-solution-o-log-n-2-108-ms-with-explanation | 1,516,320,621,000,000,000 | text/html | crawl-data/CC-MAIN-2018-05/segments/1516084887660.30/warc/CC-MAIN-20180118230513-20180119010513-00298.warc.gz | 676,993,650 | 11,437 | # Simple Java solution, O(log(n)^2), 108 ms, with explanation
• ``````public class Solution {
public int countNodes(TreeNode root) {
return root == null ? 0 : findLastIndex(root, 1);
}
private int lHeight(TreeNode node, int count) {
return node == null ? count - 1 : lHeight(node.left, count + 1);
}
private int findLas... | 555 | 2,096 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.6875 | 4 | CC-MAIN-2018-05 | latest | en | 0.789468 |
http://www.studymode.com/essays/Csc238-1038617.html | 1,524,133,572,000,000,000 | text/html | crawl-data/CC-MAIN-2018-17/segments/1524125936833.6/warc/CC-MAIN-20180419091546-20180419111546-00681.warc.gz | 415,786,804 | 19,431 | # Csc238
Topics: Number, Maxima and minima, Price Pages: 5 (875 words) Published: July 2, 2012
OBJECT ORIENTED PROGRAMMING CSC238
Lecture 3 – Common Algorithms
Lecture 3
Objectives
Common Algorithms
Total T l Average Counting Minimum value and maximum value
Ranged value Unlimited l U li i d value
1
Mohd Hanapi Ab... | 1,114 | 4,000 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.859375 | 4 | CC-MAIN-2018-17 | latest | en | 0.746639 |
http://www.math.utah.edu/~gustafso/s2010/phpcode/pm/2250PMweek8.php | 1,537,453,347,000,000,000 | text/html | crawl-data/CC-MAIN-2018-39/segments/1537267156513.14/warc/CC-MAIN-20180920140359-20180920160759-00017.warc.gz | 354,897,366 | 5,272 | # 2250-4 12:55pm Lecture Record Week 8 S2010
Last Modified: February 28, 2010, 13:33 MST. Today: September 20, 2018, 08:22 MDT.
## 2 Mar:Basis and dimension.
```MAPLE LAB 2. [laptop projection]
Hand Solution to L2.2.
Graphic in L2.3.
Interpretation of graphics in L2.4.
PROBLEM 4.7-26.
How to solve y''+10y'=0 for ... | 2,143 | 7,992 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.03125 | 4 | CC-MAIN-2018-39 | latest | en | 0.791193 |
https://www.coursehero.com/file/6787280/Ch2-4WS/ | 1,513,289,315,000,000,000 | text/html | crawl-data/CC-MAIN-2017-51/segments/1512948550986.47/warc/CC-MAIN-20171214202730-20171214222730-00535.warc.gz | 739,517,844 | 40,410 | # Ch2-4WS - y = 3 x 1 is continuous 4 Is there any real...
This preview shows pages 1–2. Sign up to view the full content.
Mrs. Waldron BC Calculus Ch 2.3-2.4 Continuity and Tangents Worksheet 1. Find the points at which the graph of the function f is continuous and the points at which f is discontinuous. a. 6 4 2 5 ... | 442 | 1,360 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.765625 | 4 | CC-MAIN-2017-51 | latest | en | 0.840124 |
https://brainmass.com/business/business-management/compute-average-time-student-spends-waiting-line-401606 | 1,714,035,590,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712297290384.96/warc/CC-MAIN-20240425063334-20240425093334-00548.warc.gz | 120,108,436 | 7,444 | Purchase Solution
# Compute the average time a student spends in the waiting line.
Not what you're looking for?
Problem 2
During registration at a university, students have their courses approved by the adviser. It takes the adviser an average of 2.8 minutes (exponentially distributed) to approve each schedule, and
... | 543 | 2,714 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2024-18 | latest | en | 0.954156 |
https://www.concepts-of-physics.com/thermodynamics/first-law-of-thermodynamics-and-its-applications.php | 1,723,042,650,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640694594.35/warc/CC-MAIN-20240807143134-20240807173134-00044.warc.gz | 569,960,049 | 5,410 | # First Law of Thermodynamics and its Applications
Internal energy (U) of a system is the sum of molecular kinetic and potential energies in the centre of mass reference frame. It is a state variable (p, V and T are other state variables). The change in internal energy in a cyclic process is zero. Heat (Q) is energy i... | 1,294 | 4,204 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.03125 | 4 | CC-MAIN-2024-33 | latest | en | 0.787198 |
https://slidetodoc.com/aim-what-are-the-arithmetic-series-and-geometric/ | 1,696,008,692,000,000,000 | text/html | crawl-data/CC-MAIN-2023-40/segments/1695233510520.98/warc/CC-MAIN-20230929154432-20230929184432-00149.warc.gz | 552,356,714 | 9,241 | # Aim What are the arithmetic series and geometric
• Slides: 9
Aim: What are the arithmetic series and geometric series? Do Now: Find the sum of each of the following sequences: a) 1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19 b) 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 +. . . + 98 + 99 + 100 HW: p. 265 # 12, 14, 20 p. 272 # 6, 8,... | 592 | 1,829 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.875 | 5 | CC-MAIN-2023-40 | latest | en | 0.898158 |
https://discusstest.codechef.com/t/interview-question/15984 | 1,628,169,072,000,000,000 | text/html | crawl-data/CC-MAIN-2021-31/segments/1627046155925.8/warc/CC-MAIN-20210805130514-20210805160514-00668.warc.gz | 211,414,692 | 4,883 | # Interview question.
I recently came across this question.
You are given 4 integers n,a,b,c. You have to find out how many integers between [1,n] are divisible by a,b,c.
I tried using the formula of n(a U b U c) but got a wrong answer. Can someone help me with this one? (Unfortunately I do not have a link for the que... | 598 | 2,150 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.0625 | 4 | CC-MAIN-2021-31 | latest | en | 0.960759 |
https://www.quickanddirtytips.com/education/math/what-are-variables-part-2 | 1,632,124,015,000,000,000 | text/html | crawl-data/CC-MAIN-2021-39/segments/1631780057033.33/warc/CC-MAIN-20210920070754-20210920100754-00499.warc.gz | 991,710,912 | 20,653 | ôô
# What Are Variables? Part 2
How do variables work? How do you work with variables? And what do they have to do with algebraic expressions? Math Dude has the scoop!
By
Jason Marshall, PhD
4-minute read
Episode #150
Over the past few weeks we’ve learned about the nature of algebra and the nature of the variables ... | 470 | 2,029 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.375 | 4 | CC-MAIN-2021-39 | latest | en | 0.934288 |
https://diningroomeducation.com/week-four-discussion/ | 1,603,277,384,000,000,000 | text/html | crawl-data/CC-MAIN-2020-45/segments/1603107876307.21/warc/CC-MAIN-20201021093214-20201021123214-00401.warc.gz | 284,622,788 | 7,386 | ## Week Four Discussion
• Uncategorized
WeekFour Discussion
InitialInvestment
Myfriends and I were having a chat about future investmentopportunities, and then suddenly we come up with this idea of buyinga piece of land by the lake. The idea was to add value on the landby landscaping and rent it out for events such... | 477 | 2,077 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.59375 | 4 | CC-MAIN-2020-45 | latest | en | 0.930436 |
http://missjordan.global2.vic.edu.au/tag/perimeter/ | 1,539,906,145,000,000,000 | text/html | crawl-data/CC-MAIN-2018-43/segments/1539583512015.74/warc/CC-MAIN-20181018214747-20181019000247-00528.warc.gz | 233,919,507 | 15,486 | Fun with Perimeter!
We are currently learning about measurement in our maths lessons.
Today, we focussed on perimeter.
We set up ‘perimeter stations’ around the classroom. Some of the shapes were regular shapes and some were irregular shapes.
Students worked in pairs to complete the ‘perimeter stations’ challenge. ... | 836 | 4,265 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.375 | 4 | CC-MAIN-2018-43 | longest | en | 0.955186 |
https://cis.temple.edu/~wangp/9615-AA/Lecture/08-Amortized.htm | 1,709,348,224,000,000,000 | text/html | crawl-data/CC-MAIN-2024-10/segments/1707947475727.3/warc/CC-MAIN-20240302020802-20240302050802-00222.warc.gz | 164,608,879 | 2,178 | CIS 9615. Analysis of Algorithms
Amortized Analysis
Amortized analysis considers the averages time expense of a group of operations in the worst-case.
It is different from the average expense of all instances.
### 1. Aggregate analysis
If n operations cost T(n) time in total, then each of them has an amortized cos... | 651 | 2,755 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.03125 | 4 | CC-MAIN-2024-10 | latest | en | 0.923893 |
http://www.fdc.org.pl/forum/06ywz8.php?page=payback-formula-excel-82d54a | 1,632,835,362,000,000,000 | text/html | crawl-data/CC-MAIN-2021-39/segments/1631780060803.2/warc/CC-MAIN-20210928122846-20210928152846-00564.warc.gz | 87,493,115 | 22,614 | payback formula excel
Payback Period Formula | Calculator (with Excel Template). So, if you make a rough calculation of how much time it would take to get back the money you have invested in your MBA programme, then you need to calculate the payback. You may also have a look at these articles below to learn more about... | 2,678 | 11,427 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.78125 | 4 | CC-MAIN-2021-39 | latest | en | 0.90891 |
https://algebra-calculators.com/what-is-scientific-notation/ | 1,685,294,071,000,000,000 | text/html | crawl-data/CC-MAIN-2023-23/segments/1685224644309.7/warc/CC-MAIN-20230528150639-20230528180639-00419.warc.gz | 120,446,541 | 19,721 | # Scientific Notations
## What is Scientific Notation?
Scientific notation is a method of expressing numbers that are too big or too small to be conveniently written in decimal form.it is also referred to as ‘scientific form’ in Britain, It is commonly used by scientists, mathematicians and engineers for complex cal... | 1,585 | 6,464 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.25 | 4 | CC-MAIN-2023-23 | latest | en | 0.917684 |
https://edu-answer.com/mathematics/question18271368 | 1,656,984,748,000,000,000 | text/html | crawl-data/CC-MAIN-2022-27/segments/1656104506762.79/warc/CC-MAIN-20220704232527-20220705022527-00582.warc.gz | 277,443,935 | 16,689 | , 15.10.2020 08:01 alex7881
# Rearrenge the letters to form new word (math related) and then in one word or a phrase define/describe it 1. LURE 2. SMERT 3. IFEINT 4. IAMNOD 5. RANGERA 6. REPTANT 7. TINIFINE 8.UNQUEENS 9. SECTIONCUVE 10. COACHINGLALOR
### Another question on Mathematics
Mathematics, 21.06.2019 15:00
... | 406 | 1,264 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.75 | 4 | CC-MAIN-2022-27 | latest | en | 0.902101 |
http://mathhelpforum.com/calculus/72089-find-derivative.html | 1,524,277,985,000,000,000 | text/html | crawl-data/CC-MAIN-2018-17/segments/1524125944851.23/warc/CC-MAIN-20180421012725-20180421032725-00549.warc.gz | 196,995,833 | 10,022 | 1. ## Find the derivative
Darn professors....wish mine explained things...
How do I find f(a) for$\displaystyle f(x) = (3x +1)^{1/2}$
Thats the square root of 3x+1, double thanks to someone who shows me how to put that in there.
I have only seen f(x) - f(a)/x-a and f(a + h) - f(a)/h, so no dx or whatever that stuff... | 596 | 1,784 | {"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... | 4.34375 | 4 | CC-MAIN-2018-17 | latest | en | 0.749074 |
https://en.m.wikibooks.org/wiki/A-level_Computing/AQA/Paper_1/Fundamentals_of_algorithms/Searching_algorithms | 1,716,713,563,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058872.68/warc/CC-MAIN-20240526074314-20240526104314-00038.warc.gz | 194,879,536 | 13,598 | # Searching algorithms
← Reverse Polish Searching algorithms Sorting algorithms →
A searching algorithm looks for a given item in a given data structure. The algorithm used depends on how the data is structured.
## Linear Search
If you have a list (or array) that is not sorted, then the simplest searching algorith... | 1,825 | 7,252 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 2, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.59375 | 4 | CC-MAIN-2024-22 | latest | en | 0.743261 |
https://exercism.io/tracks/elixir/exercises/pascals-triangle/solutions/4de11e5fc041417e84ee7e4df54c5d3e | 1,591,020,409,000,000,000 | text/html | crawl-data/CC-MAIN-2020-24/segments/1590347417746.33/warc/CC-MAIN-20200601113849-20200601143849-00349.warc.gz | 339,335,710 | 6,612 | # paulfioravanti's solution
## to Pascal's Triangle in the Elixir Track
Published at Aug 10 2019 · 0 comments
Instructions
Test suite
Solution
Compute Pascal's triangle up to a given number of rows.
In Pascal's Triangle each number is computed by adding the numbers to the right and left of the current position in t... | 944 | 3,021 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.53125 | 4 | CC-MAIN-2020-24 | latest | en | 0.794411 |
http://clickschooling.com/tag/grouping/ | 1,563,346,966,000,000,000 | text/html | crawl-data/CC-MAIN-2019-30/segments/1563195525094.53/warc/CC-MAIN-20190717061451-20190717083451-00194.warc.gz | 37,125,663 | 18,006 | # Candy Corn Math Ideas and More!
October 29th, 2018
It’s Monday, October 29, 2018, and time for Math at ClickSchooling!
Recommended Website:
Candy Math
Age Range: All (All grades, children with parental supervision)
Harvest Festivals and Halloween are synonymous with candy. Use some of that candy to learn about ... | 1,768 | 8,000 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.828125 | 4 | CC-MAIN-2019-30 | latest | en | 0.882166 |
http://www.braingle.com/brainteasers/49988/slush-shack.html | 1,406,726,418,000,000,000 | text/html | crawl-data/CC-MAIN-2014-23/segments/1406510270528.34/warc/CC-MAIN-20140728011750-00142-ip-10-146-231-18.ec2.internal.warc.gz | 404,099,590 | 8,313 | Browse Teasers
Search Teasers
Slush Shack
Math brain teasers require computations to solve.
Puzzle ID: #49988 Fun: (2.3) Difficulty: (2.88) Category: Math Submitted By: eighsse
You have a small shack in a parking lot, out of which you sell slushes for a few hours a day. You sell them in 4 sizes: small (12 oz), med... | 470 | 1,890 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.578125 | 4 | CC-MAIN-2014-23 | longest | en | 0.956864 |
https://form-2220.com/111119-will-form-2220-multiply | 1,712,964,450,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296816465.91/warc/CC-MAIN-20240412225756-20240413015756-00833.warc.gz | 227,402,309 | 7,736 | 👉
### Did you like how we did? Rate your experience!
Rated 4.5 out of 5 stars by our customers 561
## Video instructions and help with filling out and completing Will Form 2220 Multiply
### Instructions and Help about Will Form 2220 Multiply
Let's learn are too stable now. In the too stable, we double the numbe... | 414 | 1,425 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.125 | 4 | CC-MAIN-2024-18 | latest | en | 0.948447 |
https://plainmath.org/pre-algebra/92741-write-an-equation-for-a-linear-function | 1,718,564,963,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198861670.48/warc/CC-MAIN-20240616172129-20240616202129-00055.warc.gz | 418,308,103 | 20,436 | elisegayezm
2022-09-30
Write an equation for a linear function whose graph has given characteristics.
Passes through (5,0), parallel to the graph of $g\left(x\right)=-\frac{4}{5}x-6$
Emmalee Reilly
Solution
$g\left(x\right)=-\frac{4}{5}x-6$
Slope of line $=-\frac{4}{5}$
Slope of line parallel to $g\left(x\right)=-\... | 222 | 538 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 19, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-26 | latest | en | 0.767047 |
https://www.physicsforums.com/threads/how-can-an-objects-motion-be-predicted.8624/ | 1,669,922,616,000,000,000 | text/html | crawl-data/CC-MAIN-2022-49/segments/1669446710869.86/warc/CC-MAIN-20221201185801-20221201215801-00183.warc.gz | 1,013,398,250 | 13,791 | # How can an object's motion be predicted?
Can you guys help me with a physics question? What theories, laws, forumlas, equations, etc. can be used to prove and predict an object's motion? Can you guys please include an example also? Thanks.
Last edited by a moderator:
Ambitwistor
It depends on what interactions are... | 414 | 1,659 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2022-49 | latest | en | 0.926853 |
https://www.physicsforums.com/threads/tension-and-compression-in-rigid-bars.187995/ | 1,511,108,030,000,000,000 | text/html | crawl-data/CC-MAIN-2017-47/segments/1510934805687.20/warc/CC-MAIN-20171119153219-20171119173219-00478.warc.gz | 827,325,703 | 15,350 | # Tension and compression in rigid bars
1. Sep 30, 2007
### mpassman
1. Three bars each has weight W. They are pinned together at the corners to form an equilateral triangle suspended from the ceiling at point A. So points B and C (the other two vertices) lie on a horizontal line. I need to draw a diagram of each ba... | 467 | 1,950 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.890625 | 4 | CC-MAIN-2017-47 | longest | en | 0.965602 |
http://slideplayer.com/slide/2379970/ | 1,527,379,332,000,000,000 | text/html | crawl-data/CC-MAIN-2018-22/segments/1526794867949.10/warc/CC-MAIN-20180526225551-20180527005551-00441.warc.gz | 277,575,632 | 19,428 | Do Now 10/29/13 CCCCopy HW in your planner. TTTText page 470, #8-34 evens IIIIn your notebook, answer the following question. SSSSally.
Presentation on theme: "Do Now 10/29/13 CCCCopy HW in your planner. TTTText page 470, #8-34 evens IIIIn your notebook, answer the following question. SS... | 790 | 2,326 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-22 | longest | en | 0.890547 |
http://mathhelpforum.com/advanced-statistics/186025-proving-variable-has-poission-distribution.html | 1,553,145,914,000,000,000 | text/html | crawl-data/CC-MAIN-2019-13/segments/1552912202496.35/warc/CC-MAIN-20190321051516-20190321073516-00067.warc.gz | 124,664,098 | 11,177 | # Thread: Proving a variable has a poission distribution
1. ## Proving a variable has a poission distribution
Hi
I am given that:
P(Y=k)=$\displaystyle \sum$$\displaystyle \binom{n}{k}$p^k.(1-p)^(n-k).e^-x.(x^n/n!)
where the sum is from n=k to infinity
and I need to show that Y is poission distributued with param... | 946 | 2,978 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.9375 | 4 | CC-MAIN-2019-13 | latest | en | 0.761404 |
http://mathhelpforum.com/algebra/90342-conics-hyperbolas-circle-parabola-exam-question-print.html | 1,529,710,980,000,000,000 | text/html | crawl-data/CC-MAIN-2018-26/segments/1529267864822.44/warc/CC-MAIN-20180622220911-20180623000911-00564.warc.gz | 203,763,630 | 4,122 | # Conics-Hyperbolas, Circle, Parabola Exam Question
• May 24th 2009, 06:22 PM
Solid8Snake
Conics-Hyperbolas, Circle, Parabola Exam Question
Greeting I am facing difficulties with certain questions that my teacher said I would need to know for my test which on Wednesday and I was wondering if I can get some help. Any h... | 1,553 | 5,360 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.1875 | 4 | CC-MAIN-2018-26 | latest | en | 0.912002 |
https://im.kendallhunt.com/HS/teachers/1/6/3/preparation.html | 1,718,376,784,000,000,000 | text/html | crawl-data/CC-MAIN-2024-26/segments/1718198861567.95/warc/CC-MAIN-20240614141929-20240614171929-00237.warc.gz | 271,906,550 | 26,439 | # Lesson 3
Building Quadratic Functions from Geometric Patterns
### Lesson Narrative
In an earlier lesson, students reasoned about visual patterns using different representations and wrote expressions to describe the patterns. In this lesson, they continue to work with patterns but begin to see these relationships a... | 393 | 2,003 | {"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.71875 | 4 | CC-MAIN-2024-26 | latest | en | 0.852948 |
http://maanumberaday.blogspot.com/2014/10/ | 1,503,570,560,000,000,000 | text/html | crawl-data/CC-MAIN-2017-34/segments/1502886133449.19/warc/CC-MAIN-20170824101532-20170824121532-00028.warc.gz | 262,997,934 | 19,062 | Friday, October 31, 2014
8666
8666 = 2 x 7 x 619.
8666 has a 9th root whose decimal part starts with the digits 1 to 9 in some order.
8666 is a beastly number (A051003).
8666 is the number of permutations of length 21 that avoid the patterns 123 and 4312 (A116699).
8666 is a number n such that n, n + 1, n + 2, an... | 2,622 | 8,196 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.515625 | 4 | CC-MAIN-2017-34 | longest | en | 0.874088 |
https://www.maths-formula.com/2022/05/basic-geometrical-ideas-class-6-worksheet.html | 1,723,491,738,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722641048885.76/warc/CC-MAIN-20240812190307-20240812220307-00384.warc.gz | 659,619,666 | 49,604 | Basic Geometrical Ideas Class 6 Worksheet
# Basic Geometrical Ideas Class 6 Worksheet
Let us solve Basic Geometrical Ideas Class 6 Worksheets.
## Basic Geometrical Ideas Class 6 Worksheet 1 with Answers
1. Choose the correct answer for each of the following:
a. The surface of a ball is a
i. straight line
ii. cur... | 2,315 | 8,007 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.125 | 4 | CC-MAIN-2024-33 | latest | en | 0.813931 |
http://curious.astro.cornell.edu/the-universe/extrasolar-planets/37-our-solar-system/the-moon/the-moon-and-the-earth/28-how-do-we-know-the-mass-of-the-earth-and-the-moon-advanced?tmpl=component&print=1 | 1,653,231,420,000,000,000 | text/html | crawl-data/CC-MAIN-2022-21/segments/1652662545548.56/warc/CC-MAIN-20220522125835-20220522155835-00033.warc.gz | 15,585,090 | 5,118 | ## How do we know the mass of the Earth and the Moon? (Advanced)
Hello, I am a Biologist teaching Earth Science, I have only had 2 Astronomy courses in college. Anyways a student asked me," How do we know the mass of the Earth and the mass of the moon?" Could you provide me with an explanation reasonable for a high sc... | 854 | 3,802 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.828125 | 4 | CC-MAIN-2022-21 | latest | en | 0.96916 |
https://www.math10.com/forum/viewtopic.php?f=10&t=5843 | 1,582,845,335,000,000,000 | text/html | crawl-data/CC-MAIN-2020-10/segments/1581875146907.86/warc/CC-MAIN-20200227221724-20200228011724-00468.warc.gz | 720,115,126 | 4,962 | # Obtaining theta for all trigonometric function sine and cos
Trigonometry equalities, inequalities and expressions - sin, cos, tan, cot
### Obtaining theta for all trigonometric function sine and cos
obtaining all the result of trigonometric equation sine and cos of triangles ABC
Are there other ways of obtaining ... | 500 | 1,385 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 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.25 | 4 | CC-MAIN-2020-10 | latest | en | 0.517886 |
http://nrich.maths.org/public/leg.php?code=149&cl=1&cldcmpid=5545 | 1,503,557,242,000,000,000 | text/html | crawl-data/CC-MAIN-2017-34/segments/1502886133042.90/warc/CC-MAIN-20170824062820-20170824082820-00469.warc.gz | 312,727,037 | 9,146 | # Search by Topic
Filter by: Content type:
Stage:
Challenge level:
### There are 55 results
Broad Topics > Measures and Mensuration > Area
### Shape Draw
##### Stage: 2 Challenge Level:
Use the information on these cards to draw the shape that is being described.
### Through the Window
##### Stage: 2 Challenge ... | 1,844 | 8,297 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.625 | 4 | CC-MAIN-2017-34 | latest | en | 0.907558 |
https://www.physicsforums.com/threads/series-calc-ii.311067/ | 1,582,380,946,000,000,000 | text/html | crawl-data/CC-MAIN-2020-10/segments/1581875145676.44/warc/CC-MAIN-20200222115524-20200222145524-00085.warc.gz | 846,701,671 | 15,026 | # Series Calc II
Find the largest value of b that makes the following statement true: "if 0<= a <= b, then the series (from n=1 to infinity) of (((n!)^2a^n)/(2n!)) converges".
I know you have to do the ratio test for this one but I don't know how to do it.
Related Calculus and Beyond Homework Help News on Phys.org
T... | 293 | 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": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.625 | 4 | CC-MAIN-2020-10 | longest | en | 0.660239 |
http://technomaths.edublogs.org/page/2/ | 1,534,231,838,000,000,000 | text/html | crawl-data/CC-MAIN-2018-34/segments/1534221208676.20/warc/CC-MAIN-20180814062251-20180814082251-00074.warc.gz | 530,496,691 | 19,353 | # Percentages, Profit and Loss (Year 8)
Image Source
Learning Intentions: Solve problems involving profit and loss, and the use of percentages, including percentage increases and decreases, with and without digital technologies.
Whenever you buy something, the shop owner has to put a price on that item, usually so t... | 2,111 | 9,341 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.375 | 4 | CC-MAIN-2018-34 | latest | en | 0.953249 |
http://mathhelpforum.com/calculus/6257-acceleration-velocity-help-print.html | 1,511,436,190,000,000,000 | text/html | crawl-data/CC-MAIN-2017-47/segments/1510934806771.56/warc/CC-MAIN-20171123104442-20171123124442-00630.warc.gz | 195,397,213 | 2,989 | # Acceleration/Velocity Help
• Oct 8th 2006, 03:36 PM
chris_needshelp
Acceleration/Velocity Help
A child drops a ball from a bridge. The ball strikes the water under the bridge 2.0 seconds later. What is the velocity of the ball when it strikes the water?
^ Is the question. I have no idea how to calculate that, becau... | 412 | 1,487 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.84375 | 4 | CC-MAIN-2017-47 | longest | en | 0.922871 |
http://www.800score.com/forum/viewtopic.php?p=17471 | 1,544,686,832,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376824525.29/warc/CC-MAIN-20181213054204-20181213075704-00360.warc.gz | 308,701,633 | 6,190 | It is currently Thu Dec 13, 2018 3:40 am
All times are UTC - 5 hours [ DST ]
Page 1 of 1 [ 2 posts ]
Print view Previous topic | Next topic
Author Message
Post subject: GMAT GeometryPosted: Tue Apr 30, 2013 6:11 am
Joined: Sun May 30, 2010 3:15 am
Posts: 424
In the figure above (not drawn to scale), triangle AB... | 997 | 3,575 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-51 | latest | en | 0.929009 |
http://www.physicsforums.com/showthread.php?p=3994504 | 1,369,491,207,000,000,000 | text/html | crawl-data/CC-MAIN-2013-20/segments/1368705956263/warc/CC-MAIN-20130516120556-00032-ip-10-60-113-184.ec2.internal.warc.gz | 656,238,231 | 7,622 | Bullet hits a block, penetration depth and velocity
1. The problem statement, all variables and given/known data
A bullet with mass and speed v hits a wooden block of mass M that is situated at rest on a frictionless surface. It penetrates the block and gets trapped inside it as a result of a constant retardation forc... | 764 | 2,432 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.03125 | 4 | CC-MAIN-2013-20 | latest | en | 0.818546 |
https://www.coursehero.com/file/p7nt59q/Find-all-values-of-a-so-that-u-and-v-are-orthogonal-Enter-your-answers-as-a/ | 1,638,049,815,000,000,000 | text/html | crawl-data/CC-MAIN-2021-49/segments/1637964358233.7/warc/CC-MAIN-20211127193525-20211127223525-00248.warc.gz | 807,325,876 | 52,900 | # Find all values of a so that u and v are orthogonal
• Homework Help
• 6
• 94% (17) 16 out of 17 people found this document helpful
This preview shows page 2 - 4 out of 6 pages.
Find all values of a so that u and v are orthogonal. (Enter your answers as a comma-separated list.) Solution or Explanation || 2 u 3 u 8 ... | 644 | 1,332 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.125 | 4 | CC-MAIN-2021-49 | latest | en | 0.706765 |
https://www.experts-exchange.com/questions/21788411/Using-an-array.html | 1,590,499,835,000,000,000 | text/html | crawl-data/CC-MAIN-2020-24/segments/1590347390758.21/warc/CC-MAIN-20200526112939-20200526142939-00260.warc.gz | 717,799,801 | 52,711 | We help IT Professionals succeed at work.
Using an array
on
Medium Priority
222 Views
I want to use an array that will tell me which doors are open at the end of an experiment. The experiment involves 100 students (who are numbered 1 through 100) and 100 doors (also numbered 1 through 100). All doors begin as close... | 565 | 2,341 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.609375 | 4 | CC-MAIN-2020-24 | latest | en | 0.936497 |
https://www.coolmath.com/reference/geometry-trigonometry-reference | 1,701,503,600,000,000,000 | text/html | crawl-data/CC-MAIN-2023-50/segments/1700679100381.14/warc/CC-MAIN-20231202073445-20231202103445-00328.warc.gz | 813,705,751 | 8,517 | # Geometry & Trig Reference
Math formulas, definitions, properties, diagrams and examples from Geometry and Trigonometry
Geometry Stuff Perimeters Areas Circle Stuff The Geometry of Circles: Definitions and formulas for the radius of a circle, the diameter of a circle, the circumference (perimeter) of a circle, the ... | 410 | 1,846 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2023-50 | latest | en | 0.734019 |
https://ahradwani.com/2019/06/17/python-digit-fifth-powers/ | 1,679,706,110,000,000,000 | text/html | crawl-data/CC-MAIN-2023-14/segments/1679296945292.83/warc/CC-MAIN-20230325002113-20230325032113-00298.warc.gz | 110,889,812 | 33,031 | Home > Problem, Projects/Experiments, Python > Python: Digit fifth Powers
## Python: Digit fifth Powers
Python: Digit Fifth Powers
Projecteuler Problem No.30
This was an easy task and I solve it on my mobile during a brain resting session 😜. I will just copy the problem statement as it is in ProjectEuler ..
Surp... | 647 | 2,014 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2023-14 | latest | en | 0.848713 |
www.buzztribe.news | 1,660,495,166,000,000,000 | text/html | crawl-data/CC-MAIN-2022-33/segments/1659882572043.2/warc/CC-MAIN-20220814143522-20220814173522-00045.warc.gz | 606,879,215 | 23,686 | # Mathematics and the proof of all that’s beautiful
Beauty lies in the eyes of the numbers!
Beauty is about perception – hence the “beholder”. It is true – and there is no denial of that fact. However, one might ask a question regarding this. Why is it true again?
To answer this, therefore, let’s first observe some ... | 547 | 2,496 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2022-33 | longest | en | 0.959343 |
https://kalkicode.com/friends-pairing-problem | 1,709,087,179,000,000,000 | text/html | crawl-data/CC-MAIN-2024-10/segments/1707947474690.22/warc/CC-MAIN-20240228012542-20240228042542-00207.warc.gz | 342,689,777 | 10,483 | Posted on by Kalkicode
Code Dynamic Programming
Friends Pairing Problem
The Friends Pairing Problem is a well-known problem in computer science that involves pairing friends in different groups. Given a group of friends numbered from 1 to N, the task is to determine the number of ways the friends can be paired up or ... | 7,443 | 15,428 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.0625 | 4 | CC-MAIN-2024-10 | latest | en | 0.876092 |
https://www.teachoo.com/14281/2125/Ex-12.1--3-iii/category/Ex-12.1/ | 1,680,258,086,000,000,000 | text/html | crawl-data/CC-MAIN-2023-14/segments/1679296949598.87/warc/CC-MAIN-20230331082653-20230331112653-00412.warc.gz | 1,110,332,833 | 32,006 | Ex 12.1
Chapter 12 Class 8 Exponents and Powers
Serial order wise
Get live Maths 1-on-1 Classs - Class 6 to 12
### Transcript
Ex 12.1, 3 Find the value of. (iii) (1/2)^(−2)+ (1/3)^(−2)+ (1/4)^(−2) (1/2)^(−2)+ (1/3)^(−2)+ (1/4)^(−2) = 1^(−2)/2^(−2) + 1^(−2)/3^(−2) + 1^(−2)/4^(−2) = 1/2^(−2) + 1/3^(−2) + 1/4^(−2) = 2... | 214 | 385 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.703125 | 4 | CC-MAIN-2023-14 | longest | en | 0.523103 |
https://justaaa.com/statistics-and-probability/399565-work-all-problems-in-terms-of-hours-1-if-it-takes | 1,714,058,528,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712297295329.99/warc/CC-MAIN-20240425130216-20240425160216-00738.warc.gz | 289,799,456 | 10,363 | Question
# Work all problems in terms of hours. 1.) If it takes 5 minutes to serve a...
Work all problems in terms of hours.
1.) If it takes 5 minutes to serve a customer at a fast food restaurant, the service rate is ______ . (Give the number only, don't include any words. )
2.) Customers arrive at a candy shop ev... | 320 | 1,282 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.578125 | 4 | CC-MAIN-2024-18 | latest | en | 0.923701 |
http://oeis.org/A272487 | 1,545,066,183,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376828697.80/warc/CC-MAIN-20181217161704-20181217183704-00095.warc.gz | 204,651,784 | 4,415 | This site is supported by donations to The OEIS Foundation.
Annual Appeal: Please make a donation to keep the OEIS running. In 2018 we replaced the server with a faster one, added 20000 new sequences, and reached 7000 citations (often saying "discovered thanks to the OEIS"). Other ways to donate
Hints (Greetings fr... | 905 | 2,243 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.65625 | 4 | CC-MAIN-2018-51 | longest | en | 0.667602 |
https://www.slideserve.com/dutch/number-systems | 1,708,775,871,000,000,000 | text/html | crawl-data/CC-MAIN-2024-10/segments/1707947474533.12/warc/CC-MAIN-20240224112548-20240224142548-00166.warc.gz | 1,015,856,628 | 24,361 | 1 / 88
# Number Systems
Number Systems. Network Math. www.thinkgeek.com. Binary presentation of data. The American Standard Code for Information Interchange (ASCII) is the most commonly used code for representing alpha-numeric data in a computer. Bits and bytes. Base 10 number system – The Math.
## Number Systems
E... | 4,167 | 14,177 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.28125 | 4 | CC-MAIN-2024-10 | latest | en | 0.660561 |
https://www.geeksforgeeks.org/class-10-ncert-solutions-chapter-8-introduction-to-trigonometry-exercise-8-1/?ref=rp | 1,675,932,543,000,000,000 | text/html | crawl-data/CC-MAIN-2023-06/segments/1674764501555.34/warc/CC-MAIN-20230209081052-20230209111052-00813.warc.gz | 781,580,909 | 34,009 | # Class 10 NCERT Solutions- Chapter 8 Introduction To Trigonometry – Exercise 8.1
• Last Updated : 11 Dec, 2020
### (i) sin A, cos A (ii) sin C, cos C
Solution:
Using Pythagoras theorem for ΔABC
AC2 = AB2 + BC2
= (24 cm)2 + (7 cm)2
= (576 + 49) cm2
= 625 cm2
∴AC = 25 cm
(i) sin A = opp/hyp
sin A = 7/25
cos ... | 1,908 | 4,692 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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.75 | 5 | CC-MAIN-2023-06 | latest | en | 0.751711 |
https://www.convert-measurement-units.com/convert+Kilogram+per+cubic+decimeter+to+Kilogram+per+liter.php | 1,627,264,684,000,000,000 | text/html | crawl-data/CC-MAIN-2021-31/segments/1627046151972.40/warc/CC-MAIN-20210726000859-20210726030859-00457.warc.gz | 740,659,018 | 17,362 | Convert kg/dm³ to kg/l (Kilogram per cubic decimeter to Kilogram per liter)
## Kilogram per cubic decimeter into Kilogram per liter
numbers in scientific notation
https://www.convert-measurement-units.com/convert+Kilogram+per+cubic+decimeter+to+Kilogram+per+liter.php
## How many Kilogram per liter make 1 Kilogram... | 993 | 4,164 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.515625 | 4 | CC-MAIN-2021-31 | longest | en | 0.763968 |
http://ronbarceloviveahora.com/application-of-polygon-law-of-forces.html | 1,555,871,396,000,000,000 | text/html | crawl-data/CC-MAIN-2019-18/segments/1555578532050.7/warc/CC-MAIN-20190421180010-20190421202010-00355.warc.gz | 147,984,784 | 3,977 | # Application of polygon law of forces. Polygon of Forces 2019-01-21
Application of polygon law of forces Rating: 8,9/10 1065 reviews
The internal effects are studied in disciplines of study specific to them, for example Mechanics Of Materials also known as Strength Of Materials. I then drive the tractor away perpend... | 1,017 | 5,008 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2019-18 | latest | en | 0.942523 |
http://mathhelpforum.com/calculus/124900-summation.html | 1,524,252,109,000,000,000 | text/html | crawl-data/CC-MAIN-2018-17/segments/1524125944677.39/warc/CC-MAIN-20180420174802-20180420194802-00189.warc.gz | 199,995,863 | 9,285 | 1. Summation
The question is, how many multiplication and addition operations are required to determine:
$\displaystyle \sum_{i=1}^{n}\ \sum_{j=1}^{i} a_{i}b_{j}\$
And modify the sum to reduce the number of computations.
Are there (n-1) + n(i-1) addition operations (outer loop and inner loop respectively) and n*i mul... | 509 | 1,252 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.65625 | 5 | CC-MAIN-2018-17 | latest | en | 0.683941 |
https://tasks.illustrativemathematics.org/content-standards/tasks/2047 | 1,620,931,083,000,000,000 | text/html | crawl-data/CC-MAIN-2021-21/segments/1620243991943.36/warc/CC-MAIN-20210513173321-20210513203321-00258.warc.gz | 568,582,946 | 9,760 | # Comparing Test Scores
Alignments to Content Standards: 6.SP.B.4 6.SP.B.5.c
In Mrs. Sanchez' math classroom, more people sit on the right-hand side of the room than the left. Â The students on the right-hand side of the classroom received the following scores on an exam worth 100 points:
$$85,\, 90,\, 100,\, 95,\, ... | 920 | 3,653 | {"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.6875 | 5 | CC-MAIN-2021-21 | latest | en | 0.939636 |
https://www.abstract-algebra.com/set-theory/ | 1,709,495,275,000,000,000 | text/html | crawl-data/CC-MAIN-2024-10/segments/1707947476397.24/warc/CC-MAIN-20240303174631-20240303204631-00635.warc.gz | 623,415,329 | 14,030 | # 抽象代数代考| Set Theory
The foundation of the modern mathematical language lies in the set theory. Thus we start this course with recalling basic notions of sets and maps between sets.
1. Sets \& Quantifiers
Recall that a set is denoted by curly brackets ${\ldots} .$ Elements of a set must by distinct. The following im... | 3,315 | 9,932 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.75 | 5 | CC-MAIN-2024-10 | latest | en | 0.73123 |
https://oeis.org/A308495 | 1,623,755,431,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623487620971.25/warc/CC-MAIN-20210615084235-20210615114235-00301.warc.gz | 396,960,683 | 4,468 | The OEIS Foundation is supported by donations from users of the OEIS and by a grant from the Simons Foundation.
Hints (Greetings from The On-Line Encyclopedia of Integer Sequences!)
A308495 a(n) is the position of the first occurrence of prime(n) in A027748. 2
2, 3, 5, 8, 13, 16, 22, 25, 32, 41, 45, 55, 62, 66, 73,... | 851 | 2,190 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.703125 | 4 | CC-MAIN-2021-25 | latest | en | 0.507048 |
https://www.thestudentroom.co.uk/showthread.php?t=4196563 | 1,513,370,594,000,000,000 | text/html | crawl-data/CC-MAIN-2017-51/segments/1512948579564.61/warc/CC-MAIN-20171215192327-20171215214327-00762.warc.gz | 798,207,937 | 39,302 | You are Here: Home >< Maths
# Integration Watch
1. Why do we use integration by parts?
2. Because otherwise you can't solve lots of integrals*
3. (Original post by Wahrheit)
Because otherwise you can't solve lots of integrals*
Yepp this
4. It is mostly used for, but not limited to products. So stuff like that most of... | 722 | 3,086 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.640625 | 4 | CC-MAIN-2017-51 | latest | en | 0.944166 |
https://oneclass.com/textbook-notes/ca/utsg/econ/eco101h1/89942-chapter-4-typical-question-and-answers.en.html | 1,524,634,688,000,000,000 | text/html | crawl-data/CC-MAIN-2018-17/segments/1524125947693.49/warc/CC-MAIN-20180425041916-20180425061916-00496.warc.gz | 663,252,907 | 44,034 | Textbook Notes (368,781)
Economics (479)
ECO101H1 (177)
Chapter 4
# Chapter 4 Typical Question and Answers
7 Pages
73 Views
Department
Economics
Course
ECO101H1
Professor
George Ignatieff
Semester
Fall
Description
CHAPTER 4 4-1. Suppose there are two inputs in the production function, labor and capital, and these t... | 1,607 | 6,893 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2018-17 | latest | en | 0.885454 |
https://www.physicsforums.com/threads/finding-area.552085/ | 1,653,292,597,000,000,000 | text/html | crawl-data/CC-MAIN-2022-21/segments/1652662556725.76/warc/CC-MAIN-20220523071517-20220523101517-00743.warc.gz | 1,065,947,796 | 15,457 | # Finding area
Question: Find the area under the graph y = cos(x) from x = 0 to x = pi/2
Solution:
A = Lim ( ∏/(2n) * Ʃ cos( ∏i/(2n)) = ? Start: i = 0 and End: n = n
n → ∞
Just like there is a theorem for adding consecutive numbers.... n(n + 1)/2..
Is there one for trig functions????
## Answers and Replies
LCKurt... | 728 | 2,790 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.78125 | 4 | CC-MAIN-2022-21 | latest | en | 0.956025 |
https://www.teachoo.com/8600/2794/Rhombus/category/Rhombus--Rectangle--Square/ | 1,723,497,118,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722641048885.76/warc/CC-MAIN-20240812190307-20240812220307-00537.warc.gz | 777,797,679 | 21,115 | Rhombus, Rectangle, Square
Chapter 3 Class 8 Understanding Quadrilaterals
Concept wise
Rhombus is a parallelogram where
all sides are equal
i.e. AB = BC = CD = AD
In parallelogram
• Opposite sides are equal
• Opposite angles are equal
• Diagonals bisect each other
• Sum of adjacent angles is 180°
Properties of R... | 163 | 535 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.546875 | 4 | CC-MAIN-2024-33 | latest | en | 0.863085 |
https://www.aakash.ac.in/ncert-solutions/class-6/maths/chapter-8-decimals | 1,670,460,662,000,000,000 | text/html | crawl-data/CC-MAIN-2022-49/segments/1669446711221.94/warc/CC-MAIN-20221207221727-20221208011727-00355.warc.gz | 651,732,044 | 45,013 | # NCERT Solutions for Class 6 Math Chapter 8: Decimals
In the chapter of fractions, students had been introduced to the concept of a number representing a part of a whole. In the chapter of Decimals, students learn that every fraction with denominator 10 can be written in decimal notation and vice-versa. Every decimal... | 348 | 1,550 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2022-49 | longest | en | 0.928985 |
http://www.clubsnap.com/forums/showthread.php?t=1126676&page=25 | 1,506,236,517,000,000,000 | text/html | crawl-data/CC-MAIN-2017-39/segments/1505818689897.78/warc/CC-MAIN-20170924062956-20170924082956-00430.warc.gz | 407,567,725 | 21,436 | Creative use of the rubber...
Airport Security
A statistics professor plans to travel to a conference by plane. When he passes the security check, they discover a bomb in his carry-on-baggage. Of course, he is hauled off immediately for interrogation.
"I don't understand it!" the interrogating officer exclaims. "You'... | 1,981 | 8,680 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.515625 | 4 | CC-MAIN-2017-39 | longest | en | 0.977016 |
http://timerinstructions.ru/loading-effect-of-multimeter/ | 1,643,390,479,000,000,000 | text/html | crawl-data/CC-MAIN-2022-05/segments/1642320306301.52/warc/CC-MAIN-20220128152530-20220128182530-00541.warc.gz | 62,949,490 | 6,437 | Reading an inch based micrometer by using the four step addition method explained here is a relatively easy process. British – feet long marked 0-with least count 0. With the lines of the two micrometers coinciding at one end of the fiel count the. Nov Compensating For Zero Error. Use the following formula : Correct re... | 540 | 2,484 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.9375 | 4 | CC-MAIN-2022-05 | latest | en | 0.885367 |
http://euclidsmuse.com/?s=volume-around-an-axis | 1,529,831,143,000,000,000 | text/html | crawl-data/CC-MAIN-2018-26/segments/1529267866926.96/warc/CC-MAIN-20180624083011-20180624103011-00479.warc.gz | 106,874,312 | 8,255 | # Search Results for “volume-around-an-axis”
##### Tchirnhausen's Cubic
The caustic formed by light projecting perpendicular to the axis of a parabola is called Tchirnhausen's Cubic. What happens when the light projects at some other angle?
Tags: Parabola, caustic
##### Geometric Top View Model of the Twisted Savoni... | 577 | 2,534 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.671875 | 4 | CC-MAIN-2018-26 | latest | en | 0.879399 |
https://www.physicsforums.com/threads/2d-finite-difference-formulation-in-polar-coordinates.913296/ | 1,511,385,561,000,000,000 | text/html | crawl-data/CC-MAIN-2017-47/segments/1510934806660.82/warc/CC-MAIN-20171122194844-20171122214844-00129.warc.gz | 851,514,575 | 17,116 | # A 2D Finite Difference formulation in polar coordinates.
1. May 2, 2017
### maistral
So I have this PDE:
d2T/dr2 + 1/r dT/dr + d2T/dθ2 = 0.
How do I implement dT/dr || [r = 0] = 0? Also, what should I do about 1/r?
This is actually the first time I am going to attack FDF in polar/cylindrical coordinates. I can ... | 743 | 2,483 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 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.609375 | 4 | CC-MAIN-2017-47 | longest | en | 0.924128 |
https://docplayer.net/20969997-Circumference-and-area-of-a-circle.html | 1,642,821,273,000,000,000 | text/html | crawl-data/CC-MAIN-2022-05/segments/1642320303729.69/warc/CC-MAIN-20220122012907-20220122042907-00454.warc.gz | 247,686,834 | 24,058 | # Circumference and Area of a Circle
Size: px
Start display at page:
Transcription
1 Overview Math Concepts Materials Students explore how to derive pi (π) as a ratio. Students also study the circumference and area of a circle using formulas. numbers and operations TI-30XS MultiView two-dimensional geometry Activity... | 7,446 | 31,663 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.78125 | 5 | CC-MAIN-2022-05 | latest | en | 0.956663 |
https://www.jiskha.com/display.cgi?id=1431535422 | 1,531,681,094,000,000,000 | text/html | crawl-data/CC-MAIN-2018-30/segments/1531676588961.14/warc/CC-MAIN-20180715183800-20180715203800-00469.warc.gz | 899,367,239 | 4,010 | # Math
posted by Awesome
If no digit may be used more than once, how many 5 digit numbers can be formed using only the digits 3,8,1,2,5 and 7? my answer is 360
1. bobpursley
You have six digits, using five at once, no repeats..
Number= 6*5*4*3*2
2. Awesome
Thank you bobpursley
3. Anonymous
4. SmartKit
720!
U... | 585 | 2,113 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.609375 | 4 | CC-MAIN-2018-30 | latest | en | 0.83227 |
https://de.scribd.com/document/419476593/UQ-Vergences | 1,569,069,259,000,000,000 | text/html | crawl-data/CC-MAIN-2019-39/segments/1568514574409.16/warc/CC-MAIN-20190921104758-20190921130758-00232.warc.gz | 448,647,496 | 65,439 | Sie sind auf Seite 1von 3
# 5/2010 Page 1
## Geometric Optics using the Vergence Method
Note: this is in part an extract from the website http://www.physics.uq.edu.au/people/mcintyre/vergences/ which gives
further details on working with vergences.
Introduction
Geometric optics is the study of the propagation of l... | 1,639 | 6,395 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.15625 | 4 | CC-MAIN-2019-39 | latest | en | 0.915105 |
https://www.gradesaver.com/textbooks/math/algebra/college-algebra-6th-edition/chapter-2-functions-and-graphs-exercise-set-2-2-page-239/29 | 1,534,348,456,000,000,000 | text/html | crawl-data/CC-MAIN-2018-34/segments/1534221210133.37/warc/CC-MAIN-20180815141842-20180815161842-00055.warc.gz | 881,360,117 | 12,437 | ## College Algebra (6th Edition)
Since the graph is symmetric with respect to the $y$-axis, the function is even. $f(-2)=f(2)$ $\frac{4}{5}=\frac{4}{5}$ | 52 | 153 | {"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.546875 | 4 | CC-MAIN-2018-34 | longest | en | 0.825833 |
https://www.esaral.com/q/factorize-each-of-the-following-algebraic-expressions-31171 | 1,716,487,110,000,000,000 | text/html | crawl-data/CC-MAIN-2024-22/segments/1715971058653.47/warc/CC-MAIN-20240523173456-20240523203456-00345.warc.gz | 630,443,080 | 11,344 | # Factorize each of the following algebraic expressions:
Question:
Factorize each of the following algebraic expressions:
4(x + y) (3a − b) +6(x + y) (2b − 3a)
Solution:
$4(x+y)(3 a-b)+6(x+y)(2 b-3 a)$
$=2(x+y)[2(3 a-b)+3(2 b-3 a)] \quad\{$ Taking $[2(x+y)]$ as the common factor $\}$
$=2(x+y)(6 a-2 b+6 b-9 a)$
$... | 143 | 337 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.21875 | 4 | CC-MAIN-2024-22 | latest | en | 0.612729 |
https://byjus.com/question-answer/how-to-do-fractions-division-please-explain-me-with-a-example/ | 1,713,765,789,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296818081.81/warc/CC-MAIN-20240422051258-20240422081258-00330.warc.gz | 135,172,195 | 19,614 | 1
You visited us 1 times! Enjoying our articles? Unlock Full Access!
Question
# how to do fractions division please explain me with a example
Open in App
Solution
## fraction division is very simple if you know the fraction multiplication. suppsoe we want to divide a/b with c/d just multiply a/b with d/c division is... | 287 | 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... | 4 | 4 | CC-MAIN-2024-18 | latest | en | 0.893412 |
https://www.coursehero.com/file/3622/quiz-65-answers/ | 1,545,024,735,000,000,000 | text/html | crawl-data/CC-MAIN-2018-51/segments/1544376828318.79/warc/CC-MAIN-20181217042727-20181217064727-00105.warc.gz | 857,665,307 | 67,236 | # Linear Algebra with Applications
• Homework Help
• davidvictor
• 1
This preview shows page 1. Sign up to view the full content.
Math 20F - Linear Algebra - Winter 2003 Quiz # 6 1 2 Answers — March 4 1. Consider the following table of data values. x -1 0 1 2 y 0 4 2 4 Find the best linear least squares fit to the d... | 576 | 1,899 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.59375 | 4 | CC-MAIN-2018-51 | latest | en | 0.890813 |
http://copaseticflow.blogspot.com/2014/07/math-notes-cylindrical-r-coordinate.html | 1,555,778,985,000,000,000 | text/html | crawl-data/CC-MAIN-2019-18/segments/1555578529898.48/warc/CC-MAIN-20190420160858-20190420182858-00150.warc.gz | 39,932,753 | 30,528 | Math Notes: Cylindrical r Coordinate Value to Trace a Spherical r Dependent on z
OK, so that was quite the title. I haven't done one of these in a while, but classes are about to start again and i figured I may as well get started deriving things again. Plus, I had to do it for the can crusher magnet simulation code... | 1,587 | 6,719 | {"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.734375 | 4 | CC-MAIN-2019-18 | latest | en | 0.929928 |
https://staging.coursekata.org/preview/book/5f720614-8b5f-4a4b-917f-b083ccf3a24e/lesson/14/5 | 1,653,469,928,000,000,000 | text/html | crawl-data/CC-MAIN-2022-21/segments/1652662584398.89/warc/CC-MAIN-20220525085552-20220525115552-00126.warc.gz | 604,153,180 | 10,514 | ## Course Outline
• segmentGetting Started (Don't Skip This Part)
• segmentStatistics and Data Science: A Modeling Approach
• segmentPART I: EXPLORING VARIATION
• segmentChapter 1 - Welcome to Statistics: A Modeling Approach
• segmentChapter 2 - Understanding Data
• segmentChapter 3 - Examining Distributions
• segment... | 1,367 | 5,761 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 1, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.09375 | 4 | CC-MAIN-2022-21 | latest | en | 0.720456 |
https://archinfos.com/library/lecture/read/10256-what-keeps-the-object-remain-at-rest-answer | 1,674,842,237,000,000,000 | text/html | crawl-data/CC-MAIN-2023-06/segments/1674764495001.99/warc/CC-MAIN-20230127164242-20230127194242-00004.warc.gz | 126,075,960 | 6,190 | What keeps the object remain at rest answer?
What keeps the object remain at rest answer?
Inertia is a force which keeps stationary objects at rest and moving objects in motion at constant velocity. Inertia is a force which brings all objects to a rest position.
What are the 3 laws of motion?
In the first law, an o... | 1,399 | 6,628 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.125 | 4 | CC-MAIN-2023-06 | latest | en | 0.950979 |
https://math.stackexchange.com/questions/1733352/find-k-in-arithmetic-progression-knowing-a-4-n-10-and-knowing-fact-of-s | 1,558,841,338,000,000,000 | text/html | crawl-data/CC-MAIN-2019-22/segments/1558232258621.77/warc/CC-MAIN-20190526025014-20190526051014-00499.warc.gz | 544,647,639 | 36,798 | # Find $k$ in arithmetic progression knowing $a_4$, $n=10$ and knowing fact of $S_{k\,\text{last}}$
I know that an arithmetic serie has $10$ terms and some more things:
$$a_4=0$$ $$\;\quad\qquad\qquad\qquad n= 10 \quad\text{As I said above}$$ $$S_{k\,\text{last}} = 5S_{k\,\text{first}}$$
In other words the last line... | 2,309 | 6,438 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.09375 | 4 | CC-MAIN-2019-22 | latest | en | 0.942252 |
https://www.delftstack.com/howto/python/python-compound-interest/ | 1,670,660,898,000,000,000 | text/html | crawl-data/CC-MAIN-2022-49/segments/1669446710421.14/warc/CC-MAIN-20221210074242-20221210104242-00395.warc.gz | 821,157,101 | 12,036 | # Python Compound Interest Calculator
Python is an excellent language for financial analysis, one of the things you can do with Python is calculated compound interest. This is when interest is paid not only on the principal (the original amount of money) but also on the possible interest that has accrued.
## Python C... | 974 | 4,127 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.0625 | 4 | CC-MAIN-2022-49 | longest | en | 0.897035 |
https://sciencedocbox.com/Physics/85898018-Physics-1214-chapter-19-current-resistance-and-direct-current-circuits.html | 1,670,170,550,000,000,000 | text/html | crawl-data/CC-MAIN-2022-49/segments/1669446710974.36/warc/CC-MAIN-20221204140455-20221204170455-00344.warc.gz | 551,856,179 | 23,913 | # Physics 1214 Chapter 19: Current, Resistance, and Direct-Current Circuits
Size: px
Start display at page:
Download "Physics 1214 Chapter 19: Current, Resistance, and Direct-Current Circuits"
Transcription
1 Physics 1214 Chapter 19: Current, Resistance, and Direct-Current Circuits 1 Current current: (also called e... | 8,464 | 35,865 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.125 | 4 | CC-MAIN-2022-49 | latest | en | 0.921511 |
https://byjus.com/question-answer/a-person-travels-from-a-to-b-at-the-speed-of-120-km-an-hour/ | 1,642,382,905,000,000,000 | text/html | crawl-data/CC-MAIN-2022-05/segments/1642320300253.51/warc/CC-MAIN-20220117000754-20220117030754-00197.warc.gz | 216,203,991 | 18,639 | Question
# A person travels from A to B at the speed of 120 km an hour and returns from B to A at the speed of 80 - km an hour. What is his average speed?
A
100 km/hr
B
96 km /hr
C
90 km /hr
D
60 km /hr
Solution
## The correct option is B 96 km /hr$$Let\quad the\quad distance\quad be\quad x,\\ time\quad taken\quad ... | 231 | 672 | {"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.953125 | 4 | CC-MAIN-2022-05 | latest | en | 0.680065 |
https://scicomp.stackexchange.com/questions/33028/fast-algorithm-for-computing-cofactor-matrix?noredirect=1 | 1,623,906,994,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623487629209.28/warc/CC-MAIN-20210617041347-20210617071347-00199.warc.gz | 450,057,897 | 40,185 | # Fast algorithm for computing cofactor matrix
I wonder if there is a fast algorithm, say ($$\mathcal O(n^3)$$) for computing the cofactor matrix (or conjugate matrix) of an $$N\times N$$ square matrix. And yes, one could first compute its determinant and inverse separately and then multiply them together. But how abo... | 1,482 | 5,467 | {"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.515625 | 4 | CC-MAIN-2021-25 | latest | en | 0.884484 |
https://physics.gurumuda.net/area-expansion-problems-and-solutions.htm | 1,657,111,475,000,000,000 | text/html | crawl-data/CC-MAIN-2022-27/segments/1656104672585.89/warc/CC-MAIN-20220706121103-20220706151103-00761.warc.gz | 512,062,138 | 13,148 | Basic Physics
# Area expansion – problems and solutions
1. At 20 oC, the length of a sheet of steel is 50 cm and the width is 30 cm. If the coefficient of linear expansion for steel is 10-5 oC-1, determine the change in area and the final area at 60 oC.
Known :
The initial temperature (T1) = 20oC
The final tempera... | 1,228 | 3,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... | 4.46875 | 4 | CC-MAIN-2022-27 | latest | en | 0.716333 |
https://discuss.codechef.com/t/need-resources-for-binary-index-tree-segment-tree/6383/2 | 1,563,510,686,000,000,000 | text/html | crawl-data/CC-MAIN-2019-30/segments/1563195525974.74/warc/CC-MAIN-20190719032721-20190719054721-00301.warc.gz | 364,604,097 | 6,536 | Need resources for Binary index tree, Segment tree
Can any one please explain about Binary index tree and segment tree.I have tried to understand topcoder turorial but I could not understand.So any one please give resources which are easy to understand.
1 Like
Binary Index Tree (BIT) is used to store prefix sum i.e.... | 1,669 | 6,397 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.640625 | 4 | CC-MAIN-2019-30 | latest | en | 0.884902 |
http://de.metamath.org/mpeuni/lsmdisj3b.html | 1,722,831,476,000,000,000 | text/html | crawl-data/CC-MAIN-2024-33/segments/1722640427760.16/warc/CC-MAIN-20240805021234-20240805051234-00801.warc.gz | 8,840,341 | 6,060 | Metamath Proof Explorer < Previous Next > Nearby theorems Mirrors > Home > MPE Home > Th. List > lsmdisj3b Structured version Visualization version GIF version
Theorem lsmdisj3b 17926
Description: Association of the disjointness constraint in a subgroup sum. (Contributed by Mario Carneiro, 21-Apr-2016.)... | 2,534 | 4,128 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.59375 | 4 | CC-MAIN-2024-33 | latest | en | 0.198528 |
https://math.answers.com/movies-and-television/What_is_the_greatest_common_factor_of_1080_and_972 | 1,713,233,744,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296817036.4/warc/CC-MAIN-20240416000407-20240416030407-00372.warc.gz | 350,390,379 | 47,847 | 0
What is the greatest common factor of 1080 and 972?
Updated: 11/2/2022
Wiki User
6y ago
108 is their greatest common factor.
Wiki User
6y ago
Earn +20 pts
Q: What is the greatest common factor of 1080 and 972?
Submit
Still have questions?
Related questions
What is the greatest common factor of 8748 and 972?
... | 939 | 2,511 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.125 | 4 | CC-MAIN-2024-18 | latest | en | 0.876882 |
https://brainmass.com/statistics/quantative-analysis-of-data/quantitative-problems-managerial-role-determining-expected-values-582747 | 1,600,463,865,000,000,000 | text/html | crawl-data/CC-MAIN-2020-40/segments/1600400188841.7/warc/CC-MAIN-20200918190514-20200918220514-00561.warc.gz | 283,562,718 | 12,483 | Explore BrainMass
# Quantitative Problems in a managerial role and determining expected values
This content was COPIED from BrainMass.com - View the original, and get the already-completed solution here!
1. Explain the difference between quantitative and qualitative analysis from the manager's point of view.
2. Expl... | 495 | 2,065 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.6875 | 4 | CC-MAIN-2020-40 | latest | en | 0.909967 |
https://mathemerize.com/what-is-the-formula-of-tan-a-b-2/ | 1,726,356,150,000,000,000 | text/html | crawl-data/CC-MAIN-2024-38/segments/1725700651601.85/warc/CC-MAIN-20240914225323-20240915015323-00740.warc.gz | 356,758,140 | 25,011 | # What is the Formula of Tan (A – B) ?
## Solution :
The formula of tan (A – B) is $$tan A – tan B\over 1 + tan A tan B$$.
Proof : We have,
tan (A – B) = $$sin (A – B)\over cos(A – B)$$
Using sin (A – B) and cos (A – B) formula,
tan (A – B) = $$sin A cos B – cos A sin B\over cos A cos B + sin A sin B$$
Dividing ... | 154 | 420 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 1, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 4.15625 | 4 | CC-MAIN-2024-38 | latest | en | 0.323103 |
http://www.wisdom.weizmann.ac.il/~naor/PUZZLES/nuts_solution.html | 1,467,112,878,000,000,000 | text/html | crawl-data/CC-MAIN-2016-26/segments/1466783396875.58/warc/CC-MAIN-20160624154956-00078-ip-10-164-35-72.ec2.internal.warc.gz | 968,328,423 | 12,075 | ## Matching Nuts and Bolts - Solution
Suppose that there are n nuts and bolts. A simple modification of Quicksort shows that there are randomized algorithms whose expected number of comparisons (and running time) are O(n log n): pick a random bolt, compare it to all the nuts, find its matching nut and compare it to al... | 462 | 2,014 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2016-26 | longest | en | 0.924775 |
https://id.scribd.com/doc/221731855/Teknik-Menjawab-Matematik-Kertas-1-2003 | 1,685,939,014,000,000,000 | text/html | crawl-data/CC-MAIN-2023-23/segments/1685224650620.66/warc/CC-MAIN-20230605021141-20230605051141-00703.warc.gz | 365,571,155 | 87,208 | Anda di halaman 1dari 53
# TEKNIK MENJAWAB MATEMATIK KERTAS 1
## SOALAN BERNOMBOR (NO BULAT)
1
66 674 37 =
A 182
B 1082
C 1802
D 1820
66 674
37
1 80
TEKNIK MENJAWAB MATEMATIK KERTAS 1
SOALAN BERNOMBOR (PECAHAN)
2
3/5 12 =
A 1/20
B 5/36
C 7 1/5
D 20
36
5
= 7 1/5
TEKNIK MENJAWAB MATEMATIK KERTAS 1
SOALAN BERNOMBOR ... | 5,505 | 11,403 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.609375 | 4 | CC-MAIN-2023-23 | latest | en | 0.181687 |
http://www.chegg.com/homework-help/questions-and-answers/three-charges-q1-q2-q3-located-straight-line-charge-q3-located-0136-m-right-q2-charges-q1--q1971423 | 1,501,098,732,000,000,000 | text/html | crawl-data/CC-MAIN-2017-30/segments/1500549426372.41/warc/CC-MAIN-20170726182141-20170726202141-00218.warc.gz | 400,171,369 | 18,079 | Three charges, Q1, Q2 and Q3 are located on a straight line. The charge Q3 is located 0.136 m to the right of Q2. The charges Q1 = 1.39 ?C and Q2 = -3.22 ?C are fixed at their positions, distance 0.268 m apart, and the charge Q3 = 3.03 ?C could be moved along the line. For what position of Q3 relative to Q1 is the net ... | 528 | 1,612 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.609375 | 4 | CC-MAIN-2017-30 | latest | en | 0.949722 |
http://stats.stackexchange.com/questions/35936/new-to-r-computing-the-correlation-of-the-residuals-with-the-fitted-values-of-a | 1,386,631,829,000,000,000 | text/html | crawl-data/CC-MAIN-2013-48/segments/1386164001281/warc/CC-MAIN-20131204133321-00001-ip-10-33-133-15.ec2.internal.warc.gz | 166,985,000 | 13,562 | # New to R: computing the correlation of the residuals with the fitted values of a data set
I am new to R and trying to practice with some exercises. Given a data set with 40 observations and 5 variables. Spending is the the response and there are 4 predictors. I started with a linear model Residuals:
Min 1Q... | 916 | 3,251 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 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.65625 | 4 | CC-MAIN-2013-48 | latest | en | 0.864567 |
http://us.metamath.org/mpeuni/eqop2.html | 1,643,033,985,000,000,000 | text/html | crawl-data/CC-MAIN-2022-05/segments/1642320304570.90/warc/CC-MAIN-20220124124654-20220124154654-00168.warc.gz | 76,800,166 | 4,134 | Metamath Proof Explorer < Previous Next > Nearby theorems Mirrors > Home > MPE Home > Th. List > eqop2 Structured version Visualization version GIF version
Theorem eqop2 7194
Description: Two ways to express equality with an ordered pair. (Contributed by NM, 25-Feb-2014.)
Hypotheses
Ref Expression
eqop2... | 1,088 | 1,959 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2022-05 | latest | en | 0.177551 |
http://cexams.com/quantitative-aptitude-test-11/ | 1,503,386,379,000,000,000 | text/html | crawl-data/CC-MAIN-2017-34/segments/1502886110485.9/warc/CC-MAIN-20170822065702-20170822085702-00655.warc.gz | 76,617,412 | 11,508 | # Quantitative Aptitude Test 11
Data Interpretation
1. The ratio between the school ages of Neeta and Samir is 5 : 6 respectively, If the, ratio between the one-third age of Neeta and half of the Samir’s age is 5 : 9, then what is the school age of Samir ?
2. A property dealer leaves 12900 sq yards area to be divide... | 545 | 2,090 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2017-34 | longest | en | 0.962141 |
https://sangarema.com/solving-mathematic-equation-807 | 1,675,744,824,000,000,000 | text/html | crawl-data/CC-MAIN-2023-06/segments/1674764500384.17/warc/CC-MAIN-20230207035749-20230207065749-00306.warc.gz | 491,797,588 | 5,508 | # How to solve math problems app
These sites allow users to input a Math problem and receive step-by-step instructions on How to solve math problems app. We can solving math problem.
## How can we solve math problems app
Do you need help with your math homework? Are you struggling to understand concepts How to solve... | 929 | 4,334 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "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-2023-06 | latest | en | 0.961279 |
https://butchixanh.edu.vn/the-second-derivative-of-the-function-f-is-given-by-f-x-sin-x-2-8-2cosx-the-function-f-has-many-critical-points-two-of-which-ypi3so7m/ | 1,713,059,551,000,000,000 | text/html | crawl-data/CC-MAIN-2024-18/segments/1712296816863.40/warc/CC-MAIN-20240414002233-20240414032233-00887.warc.gz | 139,285,536 | 41,639 | Find the derivative of sin(2cosx)
Find the derivative of sin(2cosx)
The second derivative of the function f is given by f′′(x)=sin((x^2)/8)−2cosx. The function f has many critical points, two of which are at x=0 and x=6.949. Which of the following statements is true?
a) f has a local minimum at x=0 and at x=6.949.
b... | 632 | 1,610 | {"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.59375 | 5 | CC-MAIN-2024-18 | latest | en | 0.874576 |
http://docs.idris-lang.org/en/v1.0/proofs/pluscomm.html | 1,624,068,633,000,000,000 | text/html | crawl-data/CC-MAIN-2021-25/segments/1623487643380.40/warc/CC-MAIN-20210619020602-20210619050602-00092.warc.gz | 15,344,365 | 6,867 | # Running example: Addition of Natural Numbers¶
Throughout this tutorial, we will be working with the following function, defined in the Idris prelude, which defines addition on natural numbers:
```plus : Nat -> Nat -> Nat
plus Z m = m
plus (S k) m = S (plus k m)
```
It is defined by the above equations, meaning... | 1,493 | 5,646 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 3.578125 | 4 | CC-MAIN-2021-25 | latest | en | 0.917246 |
https://gradeup.co/ssc-exams/mensuration | 1,627,628,249,000,000,000 | text/html | crawl-data/CC-MAIN-2021-31/segments/1627046153934.85/warc/CC-MAIN-20210730060435-20210730090435-00543.warc.gz | 296,019,985 | 36,962 | # Mensuration for SSC and Railways Exams
By : Neha Uppal
Updated : Nov 6, 2020, 14:52
Mensuration is regarded as a scoring Maths topic for competitive government exams like the SSC CGL, SSC CHSL, and Railways exams. It is, therefore, important for every student to understand and learn to apply the various mensuratio... | 1,663 | 6,994 | {"found_math": false, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 0, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "ma... | 4.40625 | 4 | CC-MAIN-2021-31 | latest | en | 0.939172 |
https://mathhelpforum.com/threads/numerus-%E2%80%9Cnumerans-numeratus%E2%80%9D.280536/page-8 | 1,582,184,607,000,000,000 | text/html | crawl-data/CC-MAIN-2020-10/segments/1581875144708.87/warc/CC-MAIN-20200220070221-20200220100221-00314.warc.gz | 480,166,070 | 19,179 | # Numerus “Numerans-numeratus”
#### SlipEternal
MHF Helper
I think your question is very valid.
If I am comparing these two expressions...
n/(_) : n/(_)
Yes, I agree, there is no way to say which is zero and which is the number 1.
However the op shows that it can be expressed as...
n/(0_) and n/(1_)
also as:
n... | 2,743 | 12,016 | {"found_math": true, "script_math_tex": 0, "script_math_asciimath": 0, "math_annotations": 0, "math_alttext": 0, "mathml": 0, "mathjax_tag": 0, "mathjax_inline_tex": 1, "mathjax_display_tex": 0, "mathjax_asciimath": 0, "img_math": 0, "codecogs_latex": 0, "wp_latex": 0, "mimetex.cgi": 0, "/images/math/codecogs": 0, "mat... | 3.640625 | 4 | CC-MAIN-2020-10 | latest | en | 0.942233 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.