ADVERTISEMENT

JUPITER SCIENCE

Featured Articles on: MATHEMATICS

Pythagoras’ theorem

Pythagoras’ theorem

Pythagoras’ theorem is stated as : The sum of the areas of the two squares on the perpendicular(p) and base(b) of a right-angle triangle is equal to the area of the square on the hypotenuse(h). i.e. p2 + b2 = h2

Sides of a Triangle

Sides of a Triangle

A right-angle triangle is a triangle in which one of the angles measures 90°. Right-angled triangles have wide applications in mathematics and physics and as such, it became convenient to have specific names for their sides so that the problem statement in mathematics…

Relation between radian and degree

By definition, L (length of arc) = ( \dfrac { \mathrm{θ_{deg} } } {360} ) × Circumference (arc length is proportional to angle, one complete arc subtends 360° at center) Also, Circumference = 2 ? r Hence, L = ( \dfrac { \mathrm{θ_{deg} } } {360} ) × 2 ? r   …

Odd numbers

A number not divisible by 2 is called an odd number. Any number whose unit digit(last digit) is either 1,3,5,7 or 9 is an odd number. The set of all odd numbers is represented as Odd numbers = { 2n+1: n ∈  Z } where Z is the set of all integers. When an even…

Even Numbers

A number divisible by 2 is called an even number. All numbers whose unit digit(last digit) is either 0,2,4,6 or 8 is an even numbers. The set of all even numbers is represented as follows: Even numbers = { 2n: n ∈  Z } where Z is the set of all integers. Zero is…

Cartesian Product

The cartesian product of two sets A and B is defined as a set formed by all the possible ordered pairs of elements from A and B, such that the first element comes from set A and the second element comes from set B. The cartesian product is denoted as A × B. ​Let a and…

Ordered Pairs

An ordered pair is a 2-tuple formed by taking two elements (generally numbers but can be alphabets, characters, words or symbols). The general form of representation is (a, b) where a and b represent two distinct objects. The important thing with ordered pairs is that…

Tuples

Tuples in Relations and their examples

Relations & Sets

Relations & Sets

A Relation from set A to set B is defined as a set of ordered pairs formed from the elements of set A and B. In other words, a relation is a subset of the cartesian product of sets A and B. The subset is derived by establishing predicate filter(s) or criteria stating…

Even & Odd Functions 

A function is said to be an even function if the sign of the image does not change when the sign of the preimage changes. Conversely, a function is called an odd function when the sign of the image changes when the sign of the preimage changes. For Even functions,…

Probability Cause and Effect Problem

Question What does it mean for one event ? to cause another event ? – for example, smoking (?) to cause cancer (?)? There is a long history in philosophy, statistics, and the sciences of trying to clearly analyze the concept of a cause. One tradition says that…

Probability Problem: Suppose you roll a fair die two times. Let ? be the event “THE SUM OF THE THROWS EQUALS 5” and ? be the event “AT LEAST ONE OF THE THROWS IS A 4”. Solve for the probability that the sum of the throws equals 5, given that at least one of the throws is a 4. That is, solve ?(?|?).

Solution We have A = (1,4), (2,3), (3,2), (4,1) B = (1,4), (2,4), (3,4), (4,4), (5,4), (6,4), (4,1), (4,2), (4,3), (4,5), (4,6) \( P(A|B) = \dfrac {P(A∩B)}{P(B)} \) \( A∩B = (1,4), (4,1) \) The sample space comprises of 6×6 = 36 eventsHence,\( P(A∩B) = \dfrac{2}{36} =…

De Morgan’s laws

De Morgan’s laws

De Morgan’s First Law The complement of the union of two sets is equal to the intersection of their complements i.e. (A ∪ B )’ = A’ ∩ B’ De Morgan’s Second Law The complement of the intersection of two sets is equal to the union of their complements…

Cartesian Product of Sets

A cartesian product between two sets is defined as the set consisting of all possible ordered pairs that can be formed by taking one element from each of the sets at a given time. If A and B are two sets such that a ∈ A and b ∈ B, then the cartesian product between A…

Tuples

In mathematics, a tuple or a sequence is a list of objects arranged in an order. Such a list may have repeated objects but the order is more important. Such sequences or tuples are denoted as ( t1, t2, t3, …., tn ) where tn is the nth element of the list. Below are a…