Tuesday, February 26

Inference and Predictions

Introduction:

Inference is the process of sketching a conclusion by pertaining hints. That is based on anonym or hypotheses; or by interpolating the next rational step in an intuited model. This conclusion drawn is said to be an inference. The laws of suitable inference are deliberated in the field of logic.

The prediction is a statement that is about the things will happen in future. And these can be frequently but not based on experience or knowledge forever. I like to share this Mann Whitney Wilcoxon Test with you all through my article.


Description of inference:


Human inference:

It is studied within the field of cognitive psychology.
Artificial intelligence researchers developing the automated inference systems to emulate human inference.


Accuracy of inductive inferences:

Inductive reasoning is the process that a conclusion is inferred from multiple annotations.
Conclusion may be correct or incorrect and correct to within an assured extent of accuracy, or correct in certain situations.
Conclusions inferred from multiple observations may be tested by supplementary annotations.


Examples of deductive inference:

Greek philosophers explained a number of syllogisms should be correct three-part deduction. And that can be used as building blocks for more composite logic. Few of them from that will be shown below:

All men are mortal
Socrates is a man
Therefore, Socrates is mortal


Validity of inference is to be depends on form of inference. That is word "valid" could not refer to the reality of the locations or the conclusion. These can be rather to the form of the inference. An inference is valid even if parts should be false. And should be invalid even when the parts are true. But valid form with true premises will have a true conclusion forever. Understanding Solve Partial Fractions is always challenging for me but thanks to all math help websites to help me out.


Description of prediction:


The overlapping between prediction and forecast should be a statement.
In this, some outcome is predictable, while a forecast may wrap a range of possible outcomes.


Informal prediction from hypothesis:

Outside the meticulous framework of science, prediction is confused with informed guess or opinion always.
A prediction of this type may be valid when the forecaster is a knowledgeable person in the field and is utilizing sound analysis and accurate data.
Large corporations spend deeply in this type of activity to help focus concentration on possible events, risks and business opportunities, using futurists.

Monday, February 25

Finding Quadratic Functions

Introduction:

In mathematics, quadratic equations are the polynomial equation of the second degree. The general form is,

ax^2 + bx + c = 0

where x represents the variable, and a, b, and c, constants, with a ? 0. (If a = 0, the equation becomes a linear equation.)

The constants a, b, and c respectively known as the quadratic coefficient, the linear coefficient and the constant term or free term. The term "quadratic" came from quadratus, which is the Latin word for "square." Quadratic equations could be solved by factoring, completing the square, graphing, Newton's method, and using the quadratic formula (given below). One common use of quadratic equations are to compute trajectories in projectile motion.


Quadratic Formula Explanation:


Often, the simplest way to solve "ax^2 + bx + c = 0" for the value of x is to factor the quadratic, set each factor equal to zero, and then solve each factor. While factoring could not always be successful, the Quadratic Formula can always find the solution.

The Quadratic Formula uses the co-efficient "a", "b", and "c" from "ax^2 + bx + c", where "a", "b", and "c" are just numbers; they are the "numerical coefficients". The Formula is derived from the process to complere the square, and is formally stated as:

For ax^2 + bx + c = 0, the value of x is given by: x = (-b ± v(b2 - 4ac)) / 2a

Understanding Roots of a Quadratic Equation is always challenging for me but thanks to all math help websites to help me out.

Discriminant:


In the above formulae, the expression underneath the square root sign is called the discriminate of the quadratic equation, and is often represented using an upper case Greek Delta:

? = b^2 - 4ac

A quadratic equation with real co-efficients can have either one or two distinct real roots, or two distinct complex roots. In this case the discriminant defines the number and nature of the roots. There are three cases:

(1) If the discriminant is positive, then there should be two distinct roots, both of which are real numbers. For quadratic equations with integer co-efficients, if the discriminant is a perfect square, then the roots are rational numbers in other cases they may be quadratic irrationals.

(2) If the discriminant is zero, then there must be exactly one distinct real root, sometimes called a double root:

x = -b/2a.

(3) If the discriminant is negative, then there is no real roots. Rather, there are two distinct complex roots, which are complex conjugates of each other.

Thus the roots may distinct if and only if the discriminant is non-zero, and the roots are real if and only if the discriminant is non-negative.

Friday, February 22

Discrete Math Solution

Introduction to discrete math solution

Discrete mathematics is the study of mathematical structures that are fundamentally discrete rather than continuous. In contrast to real numbers that have the property of varying "smoothly", the objects studied in discrete mathematics – such as integers, graphs, and statements. Discrete objects can often be enumerated by integers. More formally, discrete mathematics has been characterized as the branch of mathematics dealing with countable sets. (Source: wikipedia)

I like to share this Power Set of the empty Set with you all through my article.

Discrete math solution example problem

Example 1:

Prove that (Z, +) is an infinite abelian group.

Solution:

(i) Closure axiom:

We know that sum of two integers is again an integer.

(ii) Associative axiom:

Addition is always associative in Z i.e., ?a, b, c ? Z, (a + b) + c = a + (b + c)

(iii) Identity axiom:

The identity element O ? Z and it satisfies O + a = a + O = a, ? a ? Z Identity axiom is true.

(iv) Inverse axiom:

For every a ? Z, ? an element - a ? Z such that - a + a = a + (- a) = 0

Therefore Inverse axiom is true.

Therefore (Z, +) is a group.

(v) ? a, b ? Z, a + b = b + a

Therefore Addition is commutative. ? (Z, +) is an abelian group.

(vi) Since Z is an infinite set (Z, +) is infinite abelian group.

Example 2: Let G be the set of all rational numbers except 1 and * be defined on G by a * b = a + b - ab for all a, b ? G. Show that (G, *) is an infinite abelian group.

Solution: Let G = Q - {1}

Let a, b ? G. Then a and b are rational numbers and a ? 1, b ? 1.

(i) Closure axiom: Clearly a * b = a + b - ab is a rational number. But to prove a * b ? G, we have to prove that a * b ? 1.

On the contrary, assume that a * b = 1 then

a + b - ab = 1

? b - ab = 1 - a

? b(1 - a) = 1 - a

? b = 1 (‡ a ? 1, 1- a ? 0)

This is impossible, because b ? 1. ? Our assumption is wrong.

Therefore a * b ? 1 and hence a * b ? G.

Therefore Closure axiom is true.

(ii) Associative axiom:

a * (b * c) = a * (b + c - bc)

= a + (b + c - bc) - a (b + c - bc)

= a + b + c - bc - ab - ac + abc

(a * b) * c = (a + b - ab) * c

= (a + b - ab) + c - (a + b - ab) c

= a + b + c - ab - ac - bc + abc

Therefore a * (b * c) = (a * b) * c ? a, b, c ? G

Therefore Associative axiom is true.

(iii) Identity axiom: Let e be the identity element.

By definition of e, a * e = a

By definition of *, a * e = a + e - ae

? a + e - ae = a

? e(1 - a) = 0

? e = 0 since a ? 1

e = 0 ? G

Therefore Identity axiom is satisfied.

(iv) Commutative axiom:

For any a, b ? G, a * b = a + b - ab

= b + a - ba

= b * a

Therefore * is commutative in G and hence (G, *) is an abelian group. Since G is infinite, (G, *) is an infinite abelian group. Please express your views of this topic math tutor free online by commenting on blog.


Discrete math solution practice problem


Problem 1:

Show that the set G = {2n / n ? Z} is an abelian group under the multiplications.

Problem 2:

Show that the set of all positive even integers forms a semi-group under the usual addition and multiplication. Is it a monoid under each of the above operations?

Thursday, February 21

Math Interactive Activity

Introduction to math interactive activity:

Interactive math activity provides the way of solving the basic math problems. This interactive activity deals with problems in calculus, pre-calculus and algebra problems with answers. All the problems are explained with step by step solutions and it provides interactive way of learning activity. Math comprises of all the topics, only certain category problems are discussed here. The following are some of the example problems which show the interactive math activity with answers. I like to share this Statistics Hypothesis Testing with you all through my article.


Math interactive activity example problems:


Example 1:

Reduce the expression

4(g -1) + 2k - 5(g -d -4) + 5

Solution:

Given algebraic expression is

4(g -1) + 2k - 5(g -d -4) + 5

Multiplying the integer terms

= 4g - 4 + 2k -5g + 5d + 20 + 5

Grouping the above terms

= -g + 7k + 21

Example 2:

Differentiate the given function and find the critical numbers.

f(a) = | a - 8 |

Solution:

The given function f has set of real numbers. Then substitute sqrt (s 2) = | s | to change function f as follows

f(a) = sqrt (s 2) , with s = a - 8

Using the chain rule, f '(a) is given by

f '(a) = (1/2) 2 s d'(z) / | s |

Since d '(a) = 1, f '(a) simplifies to

f '(a) = (a - 8) / | a - 8 |

Where f ' is undefined at a = 8 and 8 is in the domain of f. a = 8 is a critical number for the given function.

Example 3:

Determine s (4) and k(4) and s(4) / k(4) and the functions k and s is given as

s (z) = 3z - 8 and k (z) = z 2 - 12

Solution:

Calculate s(4)

s(4) = 3(4) - 8 = 4

Calculate k (4)

k (4) = 4 2 - 12
= 16 -12 = 4

s (4) / k (4) =4/4 =1

Having problem with homogeneous system of linear equations keep reading my upcoming posts, i will try to help you.

Math interactive activity practice problems:


1) Determine s (4), k (4) and s (4) / k (4) and the functions s and k is given as

s (y) = 4y - 6 and k (y) = y 2 - 20

Answer: s (4) / k (4) = -5/2

2) Reduce the algebraic equation     6(-8z - 3) - (-5z - 5) = -8(2z + 4) + 9

Answer: z = 10/27

Sunday, February 17

Math Question Solver

A thinker who focuses on the problem as started and tries to synthesize information and knowledge to achieve a solution. Learning how to solve problems in math knows what we look for. Math problem often requires established procedures and knowing what and when to apply them.

To identify procedures, we have to be familiar with the problem situation and should be able to collect appropriate information, identify a strategy and use the strategy appropriately. G. polya wrote a book in 1957 named ‘how to solve it’. Many of the ideas that worked are continue to work for us now.

Problem solving requires practice, the more you practice, the better you get. Please express your views of this topic First Derivative by commenting on blog.


Types of Math Question Solver

Math question solver uses four steps to solve problem, they are:

Clues
read the problem carefully.
Underline the clue words.
Ask yourself that you have seen a similar problem. If so what similarity about it?
What did you need to do further?
What facts are given?
What we need to find out?


2.   Game Plan

Define the game plan.
Have you ever came across a problem like this?
Define our strategies to solve the problem.
Try the defined strategies.
3.   Solve

Use the strategies to solve the problem
4.  Reflect

This part crucial. Look the solution which we got.
Does it seem to be probable?
Did you answered the question?
Are you sure of the result?
Did you answered using language in the question?
Same units?

Is this topic Alternate Interior Angles Theorem hard for you? Watch out for my coming posts.

Instance of Math Question Solver


Clue words for addition are:

sum
total
in all
perimeter
Clue words for subtraction are:

difference
how much more
exceed
Clue words for multiplication are:

product
total
area
times


Clue words for division are:

share
distribute
quotient
average
Although clue words will vary slightly, we will find that it will guide us to the correct operation

Tuesday, February 12

Math Linear Algebra

Introduction to linear Algebra:

The bunch of mathematics that handles with the theory of systems of number systems , matrices, vector spaces, determinants, and linear equations.
A mathematical package and vector space with scalars from a related field, the multiplication of which is of the method (aA) (bB) = (ab) (AB), here scalars are a and b and vectors are A and B.

Description about linear algebra with application:


In linear algebra the following types are used, they are

Matrices and Systems of Equations

Determinants

Vector Spaces

Linear transformations

Orthogonally

Eigenvalues

Numerical linear algebra

Iterative methods

Descriptions:

Matrices and systems equations:

Its Rectangular array of real numbers
It contains m rows by n columns
It should be Named using capital letters
The First subscript is row, second subscript is column
Determinants

The determinant is defined as a special method related with any square matrix. The basic geometric, the determinant is defined as scale factor for calculating if the matrix is consider as a linear transformation.
Vector Spaces

It’s a mathematical calculated shaped by a group of vector: objects will be connected together and multiplied ("scaled") by figures, called scalars.
Orthogonality

It’s a relation of opposition between the things at right angles and it’s a quality of lying or intersecting at right angles
Numerical linear algebra

By using this technique we can easily perform the linear algebra calculations. Here we used some algorithms to find out the matrix operations. It is also used to perform the fundamental engineering concepts and some science related problems.

Application of linear algebra with solutions


The following applications are used in the linear algebra , they are

Application 1 - Its used to find the Least Square approximation
Application 2 -We can use the linear algebra in Traffic Flow, Electrical Circuits and Determinant
Application 3 -We can build the curves and surfaces which is passing the given the particular points.
Application 4 -In inheritance, its widely used to discover the solution,
Application 5 -We can use the technique in cryptography and graph theory.


Solve the solution for following linear equation.

1) 7x-6 = 3x-8

Step1: here subtract 3x from both the sides, we get

Solution:

7x-3x-6 = 3x-3x-8

4x-6 = -8

4x = -8+6

4x = -2

x= -1/2

x =-1/2

Monday, February 11

Input and Output Math

Input and Output Math:

The input and output in math means when we have some standard method, we have to substitute some value in the given standard method, in result we will get some other value. In this, the standard method is known as rule and the value we are substituting is input value and the value we are getting after substitution and deriving is result, that result is known as output.  We use most of the input and output in math is in function rule.


Input and output math In function:

In Function rules, we have some rule in terms of variables here we have to substitute different values for one variable from that we can get the output value.

Writing function rules from tables
Writing tables from Function rules
Graphing Tables and Function rules
Writing Function Rules from Graphs
In this table it contains two values one refers to input value and the other is output value. The output value can be obtained by substituting the input value in the given equation. The Graphing table it contains two values one is input and the other is output value. Using this graphing table we can mark the ordered pair in a graph and draw the corresponding graphs.


General guidelines about Input and Output math

In general,

Let us take this equation y=Ax+B ,

Where A and B are constant numbers, and  x and y are input and output variables and their value changes

With this equation we can get different output value for y when we substitute different  input values for x.

Sample problem:

Step 1: Let us consider we have the function rule as f(x) =x+2

Step 2: Let f(x) =y, so the given equation is y=x+2

Step 3: Now we have to substitute x=0, 1, 2, 3 and 4 we will get the y value as 2, 3, 4 ,5 and 6

Step 4: The x values are inputs and y values are output value

This is a graph for the function f(x)=x+2 that is y=x+2

Sunday, February 10

Adding Algebraic Expressions

Introduction to Adding algebraic expression:

Adding algebraic expression mean nothing but  combine the like terms  should not change the dislike terms. Expressions are a central concept in algebra .We can group the variables and constants to make algebraic expressions. A simple algebraic expressions like x + 3, y – 5, 4x + 5,10y – 5.Algeberic expression contains variables and constants. A variable can take various values. The value is not fixed. On the other hand, a constant has a fixed value. Examples of constants are: 4, 100, and 17


Example for Adding algebraic expression and concepts:


Example for algebraic expression:

Algebraic Expressions are obtained:

x^ 2, 2y^2,

1. Given algebraic expression x^ 2 is obtained by multiplying the variable x by itself;

x × x = x^ 2

Just as 4 × 4 is written as 42, we write x × x = x^ 2. It is commonly read as x squared

2. The expression 2y^2 is obtained from y: 2y^2 = 2 × y × y

Here by multiplying y with y we obtain y^2 and then we multiply y^2 by the constant 2

Example for adding algebraic expression:

Example 1: Adding algebraic:

2x^ 2+3x^ 2=5x^ 2 (add the like terms)

4xy+6xy+3y+4=10xy+3y+4 (arrange the terms and then add the like terms)

7xy-5xy+4z+6yz=2xy+4z+6yz

=2xy+2z(1+3y)(Taking common outside)

Basic concept Terms in algebraic expression

Terms of algebraic expression:

An algebraic function contains  two terms those are the like terms and dislike terms For example, in the expression 8xy – 5x + 6xy – 4,look at the terms 8xy and 6xy. The factors of 8xy are 8, x and y. The factors of 6xy are 6,x and y.
On the other hand the terms 8xy and –5x, have different algebraic factors.They are unlike terms. Similarly, the terms, 8xy and 4, are unlike terms. Also, the terms –5x and 4 are unlike terms. Understanding Variables and Expressions is always challenging for me but thanks to all math help websites to help me out.

Example problems in adding algebraic expression:


Steps in adding algebraic expression:

Procedure for adding algebraic function:

1.       Add 4x+4 +7y+5x+6

STEP 1: First we can add the co-efficient of x values (4x+5x) (like terms)=>9x

STEP 2: Second step we can add the  co-efficient of y values (7y)=>7y   (4x+7y is the unlike terms)

Step 3: Third step we can add the constant values (4+6)=10

STEP 4:  Adding the whole expression 9x+7y+10

Example problems in adding algebraic expression:

Example 1:

Adding the expression:   5xy+7xy+7z+6y-2xy+4yz

Solution:

5xy+7xy+7z+6y-2xy+4yz (given terms)

=5xy+7xy-2xy+6y+4yz+7z (arranging the like and dislike terms)

=12xy-2xy+6y+4yz+7z (Adding the like terms)

=10xy+6y+4yz+7z (perform the operation)

=10xy+2y(1+2z)+7z(Taking common terms)

Tuesday, February 5

Solve Cosecant

Introduction to solve cosecant:

In trigonometry functions we study about the trigonometry terms to find weather the value of the right angle or any angle of the right angle triangle is found. These values are study through the trig terms like sine (sin), cos (cosine) and tan (tangent). We also have inverse trigonometry functions for sine as cosecant, cosine as secant and tangent as cotangent . By using solve trig terms we can solve the trigonometry terms and find the accurate values. Let us study about trig terms with some examples.

Formulas for Trigonometric Functions:

1. `sin^2theta + cos^2theta =1`

2.  `sin 2theta` = `2 sin theta cos theta`

3. `cos 2theta` =` 1 - 2 sin^2 theta`

4. `""1/(sec theta)` = `cos theta`

5. `sin (-theta)` = `- sin theta`

6. `" cos ` = `cos theta`

7.  `"e^(+-jtheta) ` = `cos theta`   ± `j sin theta`

8.` 1 + tan^2 theta ` = `sec^2 theta`

9.` tan (a +- b)` = `(tan a +- tan b)/(1+- tana tan b) `


Please express your views of this topic Percentage Word Problems by commenting on blog.

Solve Cosecant Problems:

Solve cosecant problem 1:

Solve trigonometric equation :  4 cosec x - 8 = 0

Solution:

Given trigonometric equation is  4 cosec x - 8 = 0

Add  by 8 on both sides.we get

4 cosecx - 8+ 8 = 8

4 cosecx = 8

Now, Both sides divided by 4. so we get the equation is

`(4cosec x)/4` = `8/4` .= 2

cosec x = 2.

So, x = cose-1 2 .

x = `(pi/6)` .

But the cosec term is positive in First and second quadrants. so , cosec`(pi - pi/6)` = cosec `((5pi)/6)`.

and   sin`((5pi)/6)` = 2 .

So, The solutions are . x = `(pi/6)`and x = `((5pi)/6)`

Solve cosecant problem 2:

Solve trigonometric equation :  5cosec x - 5 = 0

Solution:

Given trigonometric equation is  5cosec x - 5 = 0

Add  by 5 on both sides.we get

5 cosecx - 5+ 5 =5

5 cosecx = 5

Now, Both sides divided by 5. so we get the equation is

`(5cosec x)/5` = `5/5` .= 1

cosec x = 1.

So, x = cose-1 1 .

x = `(pi/2)`

So, The value of x = `(pi/2)` .

Monday, February 4

Division Questions to Print

Introduction – Division questions to print:

In mathematics, division (÷) is the arithmetic operation which is the opposite of multiplication. Particularly, if ‘c’ times ‘b’ equals ‘a’, written as: c * b = a. Here ‘b’ is not 0, then ‘a’ divided by ‘b’ equals ‘c’, written as: = c.

From the above expression, ‘a’ is known as the dividend, ‘b’ the divisor and ‘c’ the quotient. Dividend = (Divisor * Quotient) + Remainder.  Let us see division questions to print. Please express your views of this topic Sum of Arithmetic Series Formula by commenting on blog.

Division Questions to Print:

Steps to solve division:

To make an arithmetic division operation with an accurate sign the below two steps will be very useful.

Step 1: The division of two or more numbers same signs will be positive sign.

a) Positive ÷ positive = positive

b) Negative ÷ negative = positive

Step 2: The division of two or more numbers unrelated signs will be negative sign.

a) Positive ÷ negative = negative

b) Negative ÷ positive = negative.

Example Problems – Division Questions to Print:

Problem 1:

Divide 1348 by 2

Solution:

674`-> ` Quotient

--------

2  | 1348

12  (-)

--------

14

14 (-)

--------

8

8 (-)

--------

0`->` Remainder

---------

Steps to solve the above problem:

Given: `448 / 2`

Step 1: Let us take first two digits which is 13. Then we know that 6 times 2 = 12.

Step 2: Now we have to get the next term. That is 4.

Step 3: So presently we have 14.

Step 4: We know that 7 times 2 = 14. Subtract 14 from 14 = 0. Then get the next term 8.

Step 6: So presently we have 8. 4 times 2 = 8.

Step 7: So the quotient is 674 and remainder is 0.

Problem 2:

Divide 3144 by 4

Solution:

786`->` Quotient

--------

4  | 3144

28  (-)

------

34

32 (-)

--------

24

24 (-)

-----------

0`->` Remainder

-----------

Here quotient is 786

Remainder is 0

Problem 3:

Divide 3580 by 5

Solution:

716`->` Quotient

--------

5  | 3580

35  (-)

------

80

80 (-)

--------

0`->` Remainder

---------

Here quotient is 716

Remainder is 0

Problem 4:

Divide 5438 by 8

Solution:

679.75`->` Quotient

--------

8  | 5438

48  (-)

----------

63

56 (-)

------------

78

72 (-)

--------

60

56

------------

40

40

-----------

0`-> ` Remainder

------------

Here quotient is 679.75

Remainder is 0

Is this topic 9th class cbse syllabus hard for you? Watch out for my coming posts.

Practice problems – Division questions to print:

1) Divide 778 by 2

Ans: 389 (quotient)

2) Divide 638 by 3

Ans: 212.6

3) Divide 3025 by 5

Ans: 605

4) Divide 5432 by 6

Ans: 905.3

5) Divide 7821 by 9

Ans: 869