Polynomial Expression


 
 
Concept Explanation
 

Polynomial Expression

An algebraic expression in which all the terms have non-negative integers as exponents is called an Polynomial Expression

Illustration:

1.;; 7x^2+3x+5

2.;; -3x^2+5x+14

 are Polynomial Expressions. Where as

1.;; -11x^{-2}+9x+14

2.;; 2x^{frac{1}{2}}+6x+8

are not polynomial expression as first contains a negative exponent and the second contains a fractional exponent.

Sample Questions
(More Questions for each concept available in Login)
Question : 1

What is the constant term in the expression 

large dpi{110}(x+a) (x-b)

Right Option : D
View Explanation
Explanation
Question : 2

large dpi{110}(2-sqrt2) is

Right Option : B
View Explanation
Explanation
Question : 3

Find the product of  dpi{110}x^2y-xy^2  and large dpi{110} x^4y^2+x^3y^3+x^2y^2

Right Option : A
View Explanation
Explanation
 
Video Link - Have a look !!!
 
Language - English
 
 
 
Related Videos
Language - English
Language - English

Language - English

Language - English
Language - English



Students / Parents Reviews [10]

tem").each(function(){ var itemToClone = $(this); for (var i=1;i<6;i++) { itemToClone = itemToClone.next(); // wrap around if at end of item collection if (!itemToClone.length) { itemToClone = $(this).siblings(":first"); } // grab item, clone, add marker class, add to collection itemToClone.children(":first-child").clone() .addClass("cloneditem-"+(i)) .appendTo($(this)); } }); $("#carouselvideo").carousel({interval: 2000}); $(".carousel-showmanymoveonevideo .item").each(function(){ var itemToClone = $(this); for (var i=1;i<6;i++) { itemToClone = itemToClone.next(); // wrap around if at end of item collection if (!itemToClone.length) { itemToClone = $(this).siblings(":first"); } // grab item, clone, add marker class, add to collection itemToClone.children(":first-child").clone() .addClass("cloneditem-"+(i)) .appendTo($(this)); } }); }());